
/* a{
    color: #000;
}
ul{
    list-style: none;
}
img{
    width: 100%;
    max-width: 100%;
} */

.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 10000;
    width: 100%;
    border: 1px solid #ddd;
    left: 0;
    background: #fff;
    right: 0;
    z-index: 9999;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
  }
  .sticky-wrapper {
    top: 60px !important;
  }
.language-div .pull-left form img {
    width: auto !important;
}
.language-div .pull-left form .btn-group > button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.language-div .pull-left form .btn-group > button:hover {
    text-decoration: none;
}
.language-div .pull-left form .btn-group .dropdown-menu {
    right: 0 !important;
}
.body-overlay {
    width: 85% !important;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99999;
    background: #fff;
    box-shadow: unset;
    padding: 0;
}


header {
    width: 100%;
}
.header-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.top-bar-container {
    display: flex;
    height: 25px;
    border-bottom: 1px solid;
    width: 100%;
}
.top-bar-nav {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

.header-wrapper .header-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    padding-top: 20px;
    /* border-bottom: 1px solid; */
}
.header-menu-container > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #E10715;
}

.header-wrapper .header-container .header-logo-container {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header-wrapper .header-container .header-logo-container > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.header-logo-container > a > img {
    width: 100%;
}
.header-wrapper .header-container .header-account-wrapper {
    width: 75%;
    /* margin-right: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 6px;
}
.header-wrapper .header-container .header-account-wrapper .header-account {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-wrapper .header-container .header-account-wrapper .header-search {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search .search-input-wrapper > .search-search {
    padding: 10px 14px;
    background: #E10715;
    border: none;
    border-radius: 0;
    text-shadow: unset;
    opacity: 1;
    color: #fff;
    width: 7%;
}
#search .search-input-wrapper > input {
    height: 39px;
    box-shadow: unset;
    border: none;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0;
}

.header-wrapper .header-container .header-account-wrapper .header-account .account-contain {
    /* width: 33.3%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.header-wrapper .header-container .header-account-wrapper .header-account .account-contain > a > div > i {
    font-size: 18px;
}

.header-wrapper .header-container .header-account-wrapper .header-account .account-contain > a {
    font-weight: 400;
    color: #666;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s ease-in-out;
}
.header-wrapper .header-container .header-account-wrapper .header-account .account-contain > a:hover {
    color: #E10715;
}



.header-wrapper .header-container .header-account-wrapper .header-account .account-contain:not(:last-child) {
    margin-right: 3rem;
}

.user-submenu {
    position: absolute;
    top: 80%;
    background-color: #fff;
    width: 180px;
    border: 1px solid #E10715;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: 0.25s ease-in-out;
}

.header-wrapper .header-container .header-account-wrapper .header-account .account-contain:nth-child(1):hover .user-submenu {
    top: 120%;
    opacity: 1;
    visibility: visible;
}

.user-submenu > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-submenu > ul > li {
    width: 100%;
}

.user-submenu > ul  > li > a {
    padding: 1rem;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    transition: 0.25s ease-in-out;
}
.user-submenu > ul > li > a:hover {
    background-color: #E10715;
    color: #fff;
    font-weight: 600;
}
.header-wrapper .header-container .header-account-wrapper .header-account .account-contain > a  > i {
    font-size: 18px;
}

.header-menu-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.header-menu-container .menu-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.header-menu-container .menu-wrapper > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-menu-container .menu-wrapper > ul > li {
    width: auto;
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu-container .menu-wrapper > ul > li > a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s ease-in-out;
}

.header-menu-container .menu-wrapper > ul > li > a:hover {
    color: #E10715;
}

.header-menu-container .menu-wrapper > ul > li > a > .hydrated {
    color: #E10715;
}

/*home-banner css*/
.home-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.home-banner-container .banner-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.home-banner-container .banner-container .banner-div {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner-container .banner-container .banner-div > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.home-banner-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.home-banner-wrapper .banner-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home-banner-wrapper .banner-wrap .banner-div {
    width: calc(50% - 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner-wrapper .banner-wrap .banner-div:not(:last-child) {
    margin-right: 1rem;
}

.home-banner-wrapper .banner-wrap .banner-div > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.home-banner-container .banner-container .banner-div > a:hover > img {
    transform: scale(1.02);
}

.home-banner-container .banner-container .banner-div > a > img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
    width: 100%;
}
.home-banner-wrapper .banner-wrap .banner-div > a:hover > img {
    transform: scale(1.02);
}

.home-banner-wrapper .banner-wrap .banner-div > a > img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
    width: 100%;
}
/*home-banner css end*/

/*home-featured css*/
.home-product-module-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 92%;
    padding: 0;
}

.home-product-module-container .product-module-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-product-module-container .product-module-title > span {
    font-size: 20px;
    font-weight: 500;
}

.product-module-wrapper {
    overflow: hidden;
    margin-top: 2rem;
}

.product-module-wrapper .home-product-container {}

.product-module-wrapper .home-product-container .home-product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 2rem; */

    border: 1px solid #ddd;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-image {
    display: flex;
    width: 100%;
    justify-content: center;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-image > a {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-information .home-item-name > a {
    display: flex;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 15px;
    /* font-size: .875rem; */
    font-weight: 500;
    white-space: normal;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    transition: 0.25s ease-in-out;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-information .home-item-name {
    display: flex;
    margin: .5rem;
    margin-top: 0;
}

.product-module-wrapper .home-product-container .home-product-item:hover .home-product-information .home-item-name > a {
    color: #E10715;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-information .home-item-price {
    display: flex;
    align-items: center;
    padding: 0 5px 0 5px;
}
.product-module-wrapper .home-product-container .home-product-item .home-product-information .home-item-price .old-price {
    margin-right: 0.7rem;
    margin-left: 0.3rem;
    font-size: 15px;
    color: #888;
    font-weight: 500;
    padding-top: 0.3rem;
    text-decoration: line-through;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-information .home-item-price .new-price {
    color: #000;
    font-size: 17px !important;
    font-weight: bold;
    padding: 0;
}

.product-module-wrapper .home-product-container .home-product-item .home-product-information .home-item-price > span {
    font-size: 13px;
}
.product-module-wrapper .home-product-container .home-product-item .home-product-image > a > img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.product-module-wrapper .home-product-container .home-product-item:hover .home-product-image > a > img {
    transform: scale(1.05);
}
.product-caption .product-price-wrapper .product-new-price {
    color: #000;
    font-size: 17px !important;
    font-weight: bold;
    padding: 0;
}

.product-caption .product-price-wrapper {
    display: flex;
    padding: 0 5px 15px 5px;
    align-items: center;
    justify-content: center;
}
.product-caption .product-price-wrapper .product-old-price {
    margin-right: .5rem;
    color: #888;
    font-weight: 500;
    font-size: 15px;
    text-decoration: line-through;
}

.product-module-wrapper .home-product-container .home-product-item .featured-image-carousel {
    display: block;
}

.product-module-wrapper .home-product-container .home-product-item .featured-image-carousel .home-product-image {}

.product-module-wrapper .home-product-container .home-product-item .featured-image-carousel .home-product-image .image-class {}

.product-module-wrapper .home-product-container .home-product-item .featured-image-carousel .home-product-image .image-class > a {}

.product-module-wrapper .home-product-container .home-product-item .featured-image-carousel .home-product-image .image-class > a > img {
    width: 100%;
}
/*home-featured css end*/


/*read-moretext css*/
.home-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 0 5rem !important;
    margin-top: 1rem;
    /* margin-bottom: 2rem; */
}

.home-description .home-description-logo-container {
    width: 15%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.home-description .home-description-logo-container > img {
    width: 100%;
}

.home-description .home-description-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}


.home-description .home-description-text > span {
    font-size: 14px;
    overflow: hidden;
}

.home-description .read-more-btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: end;
    position: relative;
}

.home-desc-view-more {
    display: flex;
    justify-content: end;
    position: relative;
    margin: 0 !important;
    padding-top: 0 !important;
    bottom: 0;
    padding: 0 5rem !important;
}

.home-desc-view-more::before {
    content: '';
    background: #fff;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 40%);
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.home-desc-view-more > button {
    z-index: 1;
    background: none !important;
    border: unset !important;
    color: #000 !important;
}


/*read-moretext css end*/


.header-wrapper-mobile{
    display: none;
}
.manufacturer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.manufacturer-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out;
    position: relative;
}

.manufacturer-thumb .manufacturer-img {
    width: 100%;
}

.manufacturer-thumb .manufacturer-img > a {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.manufacturer-thumb .manufacturer-img > a > img {
    width: 100%;
    transition: all 0.18s ease;
    border-radius: inherit;
    opacity: 0.7;
    filter: grayscale(1);
}
.manufacturer-thumb:hover .manufacturer-img > a > img {
    opacity: 1;
    transform: scale(1.15);
    filter: grayscale(0);
}

/*category-page*/
.category-list-container {
    width: 25% !important;
}

.category-product-container {
    width: 75%;
    /* border: 1px solid #eee; */
}

.category-page-container {
    display: flex;
    width: 90%;
    justify-content: center;
    padding-top: 2rem;
}
.bf-slider-container.ui-slider-horizontal, .bf-slider-range.ui-slider-horizontal {
    height: 4px !important;
   
}

.bf-price-slider-container .bf-slider-range .ui-slider-range {
    background: #000000 !important;
}

.bf-attr-block {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    justify-content: center;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 1rem !important;
}

.bf-attr-block .bf-attr-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem !important;
    font-size: 15px;
    text-transform: uppercase;
}

.bf-form > .bf-buttonclear-box {
    display: none;
}
.bf-attr-block-cont {}

.bf-attr-block-cont .bf-attr-filter {
    width: 100%;
    font-size: 13px;
    transition: .5s ease-in-out;
}
.category-product-container .product-layout {
    flex-wrap: wrap;
    padding-top: 0 !important;
}

.category-product-container .product-layout .product-card {
    width: calc(33.3%  - 1rem);
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.category-product-container .product-layout .product-card:hover {
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.category-product-container .product-layout .product-card:not(:last-child) {
    margin-right: 1rem;
}

.product-caption .product-model-name {
    display: flex;
    background: #ddd;
    width: 100%;
    padding: 4px 5px;
    margin-bottom: 2rem;
}

.product-caption .product-model-name > span {
    width: 100%;
    display: flex;
    font-size: 12px;
}

.product-caption .product-name-wrapper {
    display: flex;
    padding: 0 5px 15px 5px !important;
}

.product-caption .product-name-wrapper > a {
}

.product-caption .product-name-wrapper > a span.product-name {
    font-size: 15px !important;
    font-weight: 900 !important;
    text-align: center;
}

.product-caption .product-description {
    display: flex;
    padding: 0 5px 10px 5px;
}

.product-caption .product-description > span {
    font-size: 13px;
    color: #999;
    font-weight: 200 !important;
}

.product-card .product-caption .product-price-wrapper .product-new-price {
    color: #000;
    font-size: 17px !important;
    font-weight: bold;
    padding: 0;
}

.product-card .product-caption .product-price-wrapper .product-old-price {
    margin-right: .7rem;
    font-size: 15px;
}
.product-card .product-caption .product-price-wrapper {
    display: flex;
    padding: 0 5px 5px 5px;
    align-items: center;
    justify-content: center;
}
.bf-attr-block-cont .bf-attr-filter > span > label:hover {
    font-weight: 700 !important;
}
/*category-page end*/

/*product-page*/


.product-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-content-wrapper .product-name {
    display: flex;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.product-content-wrapper .product-name > span {
    font-size: 25px;
    font-weight: 700;
}
.gallery-thumbs .little-image .swiper-slide > img {
    width: 100%;
    cursor: pointer;
}

.gallery-thumbs .little-image .swiper-slide a > img {
    width: 100%;
    cursor: pointer;
}
.swiper-slide-thumb-active {
    border: 2px solid #E10715;
}
.product-desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}
.product-attribute {
    display: flex;
    width: 100%;
    padding: 10px;
}
.attribute-table .attribute-header > span {
    font-size: 18px;
    font-weight: 600;
}

.sogo-product-container .product-right .product-details-upper .name-fav .product-name span {
    font-size: 19px;
    font-weight: 700;
}
.product-attribute .attribute-table {
    max-width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.product-related-header {
    margin-top: 3rem;
}
#tab-id4 .tab-pane-text {
    padding: 20px;
}
.product-specification-container {
    padding-bottom: 1rem;
}

.product-specification-container .attribute-table {
    height: auto;
    overflow: hidden;
}
.product-specification-container .attribute-table.attr-height {
    height: 253px;
    margin-bottom: .5rem;
}
.attribure-read-more {/* padding-top: 1rem; */position: relative;}

.attribure-read-more button {
    border: 2px solid #ddd;
    transition: all .3s ease;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    letter-spacing: .05rem;
}

.attribure-read-more::before {
    content: '';
    background: #fff;
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.9));
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 35px;
}
.attribure-read-more button:hover {
    border-color: #E10715!important;
    color: #E10715!important;
}
.sogo-product-container .product-right .product-details-upper .product-info .product-price #power-price {
    flex-direction: column;
}

.product-mini-description {
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 14px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.product-desc  h2 {
    overflow-wrap: anywhere;
}
/*product-page end*/


/*wishlist-page*/
.content-wrapper .sogo-content .wishlist-layout .product-card {
    width: 100%;
    display: flex;
    flex-direction: unset;
    justify-content: unset;
}

.content-wrapper .sogo-content .wishlist-layout {
    flex-direction: column;
}
.content-wrapper .sogo-content .wishlist-layout .product-card {
    border: 1px solid #ddd;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    align-items: center;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 15%;
}

.content-wrapper .sogo-content .wishlist-layout .product-card > div {
    width: 40%;
}
.content-wrapper .sogo-content .wishlist-layout .product-card .product-image-wrapper > a {
    width: 50%;
    display: flex;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-caption {
    display: flex;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-caption .product-name-wrapper {}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-caption .wishlist-product-info {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}
.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .wishlist-price-contain {
    display: flex;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .wishlist-price-contain .product-price-wrapper {}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .wishlist-price-contain .product-price-wrapper > span {
    font-weight: 600;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .product-wishlist-card {
    display: flex;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .product-wishlist-card >button {
    border: none;
    background: #e10715;
    color: #fff;
    padding: 5px 6px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color;
    transition-property: color;
    position: relative;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-remove-contain {
    width: 5%;
}
.content-wrapper .sogo-content .wishlist-layout .product-card .product-remove-contain > a {
    display: flex;
    border: 1px solid #ddd;
    width: 50%;
    justify-content: center;
    padding: 5px 0;
    transition: .3s ease-in;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-remove-contain > a:hover {
    border-color: #e10715;
    color: #e10715;
}
.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .product-wishlist-card >button:hover {
    color: #eee !important;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .product-wishlist-card >button:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .product-wishlist-card >button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px !important;
    background-clip: padding-box !important;
    background: #ad0510;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain .wishlist-price-contain .product-price-wrapper .product-old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    margin-right: .5rem;
}
.clear-wishlist {
    padding-right: 1rem;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-caption .wishlist-product-info > span {
    font-size: 13px;
}
/*wishlist-page end*/



.footer-bottom-text {
    margin: 0;
    padding: 2rem 0;
}