:root {
    --theme-color: #003177;
    --theme-dark: #101820;
    --border-color: #d0d0d0;
    --border-radius: 5px;
}



.header-top-text>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-text>ul>li>a {
    /* margin-right: 1.5rem; */
    color: #6d6d6d;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
}

.header-top-text>ul>li:first-child a {
    color: #337ab7;
    font-weight: 700;
}

.header-top-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-group {
    width: 10%;
    display: flex;
    justify-content: flex-start;
}

.header-container {
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
}

.search-container {
    width: 35%;
}

.search-group {
    width: 100%;
    height: 40px;
    position: relative;
    transition: 0.25s all ease-in-out;
}

.search-input {
    border: 1px solid transparent;
    width: 100%;
    padding: 10px 5px 11px 12px;
    transition: 0.25s all ease-in-out;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    background: #efefef;
    opacity: 0.5;
    font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.site-search {
    background-color: #ffffffd1;
    transition: 0.25s all ease-in-out;
}

button.clear-search {
    position: absolute;
    right: 0;
    background: none;
    border: 0;
    top: 20%;
}

.header-quick-menu>li>div>a {
    color: #fff;
}

.header-quick-menu>li {
    margin-right: .5rem;
}

span.cart-count {
    position: absolute;
    top: 1.7rem;
    left: .3rem;
    color: var(--theme-color);
    background: #fff;
    border: 1px solid var(--theme-color);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-top-text>ul>li>a {
    transition: .3s ease-in-out;
}

.header-top-text>ul>li>a:hover {
    color: var(--theme-color);
}

.thumb-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.thumb-swiper {
    height: 20%;
    box-sizing: border-box;
    /* padding: 10px 0; */
    overflow: hidden;
    /* pointer-events: none !important; */
}

.thumb-swiper .swiper-wrapper {
    justify-content: center;
}

.thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.full-banner {
    background-color: var(--theme-dark);
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
    margin-top: 20px;
}

.full-banner-cont.container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

button.hide-button {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    top: 58%;
    margin-top: -10px;
    right: 15px;
    cursor: pointer;
    font-size: 13px;
}


.my-four-featured {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-per {
    width: calc(25% - 1rem);
    border: 1px solid var(--border-color);
    padding: 40px 35px 5px;
    border-radius: 3px;
    margin-bottom: 1rem;
    /* transition: .2s ease-in-out; */
    /* height: 425px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 0 30px;
}

.product-per:not(:nth-child(4n)) {
    margin-right: 1rem;
}

.container.four-pro-featured {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.four-pro-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

button.show-all-btn {
    padding: .6rem 3rem .6rem 3rem;
    background: none;
    border: 1px solid var(--border-color);
    border-radius: 22px;
    text-transform: uppercase;
    font-size: 12px;
    color: #1c1c1c;
    font-weight: 700;
}

.product-per:hover {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transform: scale(1.02);
}

span.featured-header {
    font-size: 19px;
    letter-spacing: 1px;
}

.price-new {
    font-weight: 700;
    font-size: 30px;
    color: var(--theme-color);
    display: flex;
    align-items: baseline;
    letter-spacing: -.5px;
    line-height: 30px;
}

.free-shipping {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b2c1d6;
    border-radius: 7px;
    color: var(--theme-color);
    padding: .2rem 0 .2rem 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.product-name {
    padding-bottom: 2rem;
    height: 50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.four-banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.four-banner-content {
    width: calc(25% - 1rem);
    border: 1px solid var(--border-color);
    padding: .5rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    transition: .3s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.four-banner-content:not(:nth-child(4n)) {
    margin-right: 1rem;
}

.four-banner-content>img {
    border: 1px solid transparent;
    width: 100%;
}

.four-banner-content {
    border: 1px solid var(--border-color);
    filter: opacity(0.9);
}

.white-square {
    width: 90%;
    border: 1px solid #fff;
    position: absolute;
    height: 92%;
    left: 5%;
    top: 4%;
}

.four-banner-content,
.white-square,
.four-banner-content,
.four-banner-content>img {
    border-radius: 5px;
}

span.four-banner-text {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10%;
    color: #fff;
    font-weight: 600;
}

.category-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.category-area-cont {
    border: 1px solid var(--border-color);
    padding: .5rem;
}

.category-area-cont>a>span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--theme-color);
    transition: .3s ease-in-out;
}

.category-area-header,
.four-banner-container {
    margin-bottom: 1.5rem;
}

.category-area-cont:hover {
    opacity: 0.8;
}

.myFeaturedSwiper {
    overflow: hidden;
}

.two-item-featured {
    background-color: #f5f5f5;
    padding: 2rem;
}

.myFeaturedSwiper .image-div {
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 185px;
    min-height: 185px;
    max-width: 250px;
}

.myFeaturedSwiper .swiper-slide {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: var(--border-radius);
    padding: 2rem;
}

.myFeaturedSwiper .product-caption {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.priv-caption>.product-name {
    padding-bottom: 1.5rem;
    height: 34px;
    color: #000;
}

.free-shipping>span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.free-shipping>span>i {
    padding-right: .5rem;
}

.priv-caption .free-shipping {
    max-width: 75%;
    width: 100%;
}

.myFeaturedSwiper .swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.myFeaturedSwiper .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}

.myFeaturedSwiper .swiper-slide:hover {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.myFeaturedSwiper .swiper-pagination-bullet-active {
    background: black !important;
}

.two-item-featured-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.lights-off {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.gallery-slider3 .swiper-slide {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
}

.footerwebsite {
    box-shadow: none !important;
}

.manufacturerSwiper {
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}

.manufacturerSwiper .swiper-slide {
    border: 1px solid var(--border-color);
}

.free-info-area>.general-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;

}

.free-info-content {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0.5rem;
}

.free-info-content img {
    width: 30%;
}

.free-info-area {
    background-color: var(--theme-color);
    margin-top: 3rem;
}

.free-info-content>span {
    padding-top: .5rem;
}

.product-right {
    background-color: #f5f5f5;
}

.gallery-thumbs {
    /* height: 250px; */
    width: 100%;
}

.product-right {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem !important;
    /* height: 500px; */
}

.model-wrapper>#power-model {
    color: #858585;
    font-size: 12px;
    margin-bottom: 1rem;
}

button.product-fav-btn,
button#all-share-button {
    border: 1px solid var(--border-color);
    width: 60px;
    height: 60px;
    line-height: 58px;
    border-radius: var(--border-radius);
}

.my-share-modal {
    display: none;
    position: absolute;
    z-index: 9;
    right: 3%;
    top: 78%;
    width: 40%;
    /* height: 100%; */
    overflow: hidden;
    background: none;
}

/* Modal Content */
.my-share-modal-content {
    margin: auto;
    /* padding: 20px; */
    width: 100%;
}

/* The Close Button */
.my-share-close {
    display: none;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.my-share-close:hover,
.my-share-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.my-share-modal.active {
    display: block;
}

.my-share-modal-content ul {
    justify-content: flex-end;
}

.share-buttons>ul>li:first-child {
    background-color: #3b5998 !important;
}

.share-buttons>ul>li:nth-child(2) {
    background-color: #1DA1F2 !important;
}

.share-buttons>ul>li:nth-child(3) {
    background-color: #25D366 !important;
}

.share-buttons>ul>li>a>i {
    color: #fff !important;
}

.attribute-table {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.attribute-details {
    width: 50%;
}

.attribute-details span {
    font-size: 12px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    /* margin-bottom: 1rem; */
}

.gallery-thumbs {
    width: 100%;
    height: 100px;
}

.gallery-top {
    margin-bottom: 1rem;
}

.gallery-thumbs>.swiper-wrapper>.swiper-slide>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ul.sogo-breadcrumb {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color) !important;
} */

.sogo-breadcrumb>li:not(:last-child)>a {
    color: #999;
}

.sogo-breadcrumb>li:not(:last-child)>a>i {
    color: #999 !important;
}

.attribute-flex {
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem;
}

.attribute-tab-area {
    width: 100%;
    columns: 2;
    /* display: flex; */
    /* align-items: flex-start; */
    /* flex-wrap: wrap; */

}

.tab-attribute-details {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.product-nav-tabs>li>a {
    color: #568ce6;
    font-weight: bold;
}

.attribute-header {
    margin: 1rem;
}

.attribute-header>span {
    font-size: 18px;
    letter-spacing: 1px;
}

.item.product-card {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 40px 35px 5px;
}

.product-nav-tabs>li>a:hover {
    border-color: #568ce6;
    background-color: #568ce6;
    color: #fff;
}

.product-nav-tabs>li.active>a {
    border-color: #568ce6;
    background-color: #568ce6;
    color: #fff;
}

.cart-count-buttons {
    display: none !important;
}

.delivery-text>ul>li>img {
    width: 3%;
}

.delivery-text>ul>li {
    font-size: 13px;
    margin-bottom: .5rem;
    color: #464646;
}

.delivery-text {
    background: #fff;
    padding: .7rem;
}

.delivery-text-header>span {
    color: #464646;
}

.delivery-text-header {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.gallery-thumbs>.swiper-wrapper {
    justify-content: center;
}

.gallery-thumbs>.swiper-wrapper>.swiper-slide>a>img {
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.product-details-lower {
    margin-bottom: 2rem;
}

ul.product-price {
    color: var(--theme-color);
}

.category-content-wrapper {
    display: flex;
    width: 100%;
    position: relative;
}

.category-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36%;
    padding-top: 0;
}

.filter-wrap-container {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    height: 100%;
    justify-content: space-between;
    /* margin-bottom: 3rem; */
}

/* .filter-wrap-container .filter-header-wrap {
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
} */

.filter-header {
    width: 100%;
    height: 100%;
    /* margin-bottom: .5rem; */
}

.filter-wrap-container .filter-header span {
    font-size: 21px;
    text-transform: uppercase;
}

.filter-wrap-container .filter-header-wrap .sogo-pagination {
    padding: 0;
}

/* .filter-wrap {
    width: 100%; 
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; 
    height: 100%; 
} */

.sogo-pagination>span {
    display: none;
}

.filter-sort {
    /* margin-bottom: 2rem; */
    padding: 0 !important;
}

.filter-sort .bf-panel-wrapper {
    display: none;
}

.product-card {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1rem;
    height: 370px !important;
    padding: 40px 35px 5px;
    margin: 0 0 30px;
}

/* .product-new-price {
    font-size: 35px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: baseline !important;
} */

.product-new-price>p {
    font-size: 14px;
    margin-left: .2rem;
    /* display: flex; */
    /* align-items: end; */
    /* margin-bottom: 11px; */
}

.breadcrumb-wrapper {
    /* border-top: 1px solid var(--border-color); */
    border-bottom: 1px solid var(--border-color) !important;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.bf-attr-block {
    border: 1px solid var(--border-color) !important;
    border-radius: var(--border-radius);
}

.bf-attr-header.bf-clickable {
    border-bottom: 1px solid var(--border-color) !important;
}

.bf-attr-header.bf-clickable {
    padding: .5rem !important;
    /* text-align: center; */
}

/* .bf-sliding-cont {
    padding: .5rem;
} */

.bf-cross {
    background-position: 50% 3px !important;
}

.bf-cross:hover {
    background-position: 50% 3px !important;
}

span.bf-cell.bf-c-3 {
    left: 0 !important;
    border: 1px solid var(--border-color) !important;
}


/* .product-card .product-caption .product-price-wrapper .product-new-price {
    font-size: 20px !important;
} */


ul.megamenu>li {
    border-top: 2px solid transparent;
    width: auto;
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
}

ul.megamenu>li:hover {
    border-top: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

ul.megamenu>li>a:hover {
    color: var(--theme-color) !important;
}

.sogo-pagination>ul>li>a:hover {
    color: #fff;
}

.scroll-info {
    /* max-width: 1366px; */
    width: 100%;
    background-color: #fff;
    display: none;
    height: 120px;
    z-index: 9999999999999;
    visibility: hidden;
}

.scroll-info.sticked-scroll {
    display: flex;
    position: fixed;
    top: 0;
    visibility: visible;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
}

.scroll-info-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* margin-left: 4rem; */
}

.scroll-info-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.scroll-info-img>a>img {
    width: 100%;
}

.scroll-info-give-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-banner-cont>a>img {
    /* width: 100%; */
}

.free-info-content>span {
    text-align: center;
}

span.price-old {
    text-decoration: line-through;
}

.product-price>span:nth-child(2) {
    /* font-size: 24px; */
}

span.price-old {
    color: gray;
}

.product-price {
    height: 55px;
    margin-top: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    /* font-size: 30px; */
}



span.bf-cell.bf-c-2>label {
    padding-left: 15px;
}

.scroll-info-add-to-card {
    width: 100%;
    display: flex;
    justify-content: end;
}

.scroll-info-price {
    width: 100%;
}


.scroll-info-price>ul {
    display: flex;
    width: 100%;
    flex-direction: row !important;
    /* padding-right: 2rem; */
}

.scroll-info-img {
    width: 15%;
    margin-left: 15px;
    margin-right: 15px;

}

.scroll-info-price>ul.product-price>li {
    /* display: flex; */
    /* align-items: center; */
    /* width: 100%; */
}

.scroll-info-price span.product-old-price {
    display: flex;
    text-decoration: line-through;
}

.scroll-info-price>ul.product-price {
    margin-top: 0;
}

.scroll-info-add-to-card>button {
    width: 80% !important;
}

.mobile-search-area {
    display: none;
}

.swiper-pagination-2 {
    display: none;
}

.swiper-pagination-2 .swiper-pagination-bullet-active {
    background-color: var(--theme-color);
}

.product-detail-area {
    width: 100%;
    margin: 0 !important;
}

button#show-filter {
    display: none !important;
}

.sort-view {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-grid-2>.product-card {
    height: 700px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li ul>li:not(:last-child):after {
    content: ", ";
}

.category-image>img {
    width: 100%;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li ul>li>a {
    font-size: .95rem;
    color: #353535;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li ul>li {
    margin-right: .3rem;
}

ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover,
ul.megamenu li .sub-menu .content .static-menu .menu ul>li ul>li>a:hover {
    color: var(--theme-color);
}

.bf-cascade-1 {
    background: none !important;
}

.bf-row {
    width: 100%;
}


.category-infos {
    width: 100%;
    /* margin-top: 3rem; */
}

.sort-wrapper {
    width: 20%;
}

.sort-wrapper {
    margin-top: 2rem;
}

.filter-header>span {
    font-size: 1.3rem;
}

.category-description-area {
    font-size: .9rem;
    width: 75%;
}

.category-top-img {
    width: 100%;
    display: flex;
}

.category-top-img>img {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 13px;
}

.visible-top-img {
    display: none;
}

.mobile-category-header {
    display: none;
}

/* .bf-attr-filter.bf-row:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
} */

.bf-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none !important;
    padding: 0 !important;
}

.bf-arrow::before,
.bf-arrow::after {
    position: relative;
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    transition: 0.3s ease-in-out;
}

.bf-arrow::before {
    transform: rotate(45deg);
}

.bf-arrow::after {
    left: 6px;
    top: -1px;
    transform: rotate(-45deg);
}

.bf-arrow.active::before {
    transform: rotate(-45deg);
}

.bf-arrow.active::after {
    transform: rotate(45deg);
}

.categorySwiper {
    overflow: hidden;
}

.categoryslideSwiper {
    overflow: hidden;
    width: 75%;
    border: 1px solid transparent;
    border-radius: 8px;
}

.category-content-top {
    display: flex;
    overflow: hidden;
    margin-top: 0.5rem !important;
}

.category-image-div>img {
    width: 100%;
}

.per-product-caption.priv-caption {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cat-featured-caption {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-featured {
    width: calc(25% - 1rem);
    margin-left: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

span.cat-featured-header {
    font-size: 16px;
    /* letter-spacing: 2px; */
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: inherit;
    line-height: 1.1;
}

.categorySwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
}

.categorySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.per-product-price>span {
    color: #000;
}

.per-product-name {
    text-align: center;
    /* padding: .5rem; */
    height: 29px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
}

ul.sogo-breadcrumb>li:last-child>span {
    color: #000;
}

.general-container {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

ul.megamenu>li>a>strong {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #333;
}

a.menu-link {
    padding: 10px 7px !important;
}

.full-width-cont {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

button.expand-submenu {
    display: none !important;
}

.header-top-text>ul>li {
    display: inline-block;
    margin: 0 15px;
    padding: 12px 0 8px;
}

.slider-wrapper0 .swiper-slide>img {
    width: 100%;
    height: 100%;
}

.slider-wrapper0 {
    position: relative;
    overflow-x: hidden;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.thumb-swiper-wrapper .swiper-slide {
    padding: 5px 2px;
    width: 4.5% !important;
    margin: 0 5px !important;
    transition: .3s ease-in-out;
    height: auto;
    border-radius: 0;
    background: 0 0;
    padding: 5px 2px;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid transparent;
    opacity: .7;
    background-color: #fff;
}

.user-div span {
    font-weight: 700;
    text-transform: uppercase;
}

.cart-div span {
    font-weight: 700;
    text-transform: uppercase;
}

.thumb-swiper-wrapper .swiper-slide:hover {
    opacity: 1;
}

.header-top-text>ul>li:last-child>a {
    font-size: 16px;
}

.product-model {
    font-size: 11px;
    color: #464646;
    font-family: Arial, Helvetica, sans-serif;
    max-height: 15px;
}

.my-four-featured .image-div {
    width: 100%;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.peoduct-per>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.image-div img {
    width: 156px;
}

.full-banner img {
    margin: 0 auto;
    width: 100%;
}

button.hide-button i {
    margin-left: 5px;
}

span.price-new>p {
    font-size: 14px;
    margin-left: .2rem;
}

.thumb-swiper .swiper-slide-thumb-active {
    border-bottom: 1px solid #568ce6 !important;
    opacity: 1;
}

.price-old {
    display: flex;
}

.gallery-lower {
    position: relative;
}

.gallery-slider .swiper-button-next {
    position: absolute;
    top: 6%;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
}

.gallery-slider .swiper-button-prev {
    position: absolute;
    top: 6%;
    left: 94%;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.gallery-slider .swiper-button-next:after {
    font-size: 12px !important;
}

.gallery-slider .swiper-button-prev:after {
    font-size: 12px !important;
}

.manufacturerSwiper .swiper-slide:hover {
    border: 1px solid #000;
}

.manufacturer-container .swiper-button-prev {
    position: absolute;
    top: 21%;
    left: 93%;
    /* border: 1px solid #d7d7d7; */
    /* border-radius: 50%; */
    width: 30px;
    height: 30px;
}

.manufacturer-container .swiper-button-next {
    position: absolute;
    top: 21%;
    /* border: 1px solid #d7d7d7; */
    /* border-radius: 50%; */
    width: 30px;
    height: 30px;
    right: 2%;
}

.manufacturer-container .swiper-button-next:after {
    font-size: 17px !important;
}

.manufacturer-container .swiper-button-prev:after {
    font-size: 17px !important;
}

.myFeaturedSwiper .product-price {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 2rem;
    align-items: start;
    min-height: 35px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.myFeaturedSwiper .swiper-wrapper {
    padding-top: 1rem;
    /* padding-right: 1rem;
    padding-left: 1rem; */
}

.gallery-slider {
    margin-top: 2rem;
}

.category-image-div img {
    width: 156px;
    margin: 0 !important;
}

.category-image-div {
    width: 100%;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 158px;
    min-height: 158px;
}

.per-category-content .price-new {
    color: #313131;
    font-size: 28px;
}

.categorySwiper .swiper-button-next:after,
.categorySwiper .swiper-button-prev:after {
    font-size: 18px;
}

.categorySwiper .swiper-button-next,
.categorySwiper .swiper-button-prev {
    color: #898989 !important;
}

.categorySwiper .product-price {
    flex-direction: row !important;
}

.product-image-wrapper img {
    width: 156px;
}

.product-image-wrapper {
    width: 100%;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-related-wrapper {
    background-color: #f5f5f5;
}

.product-card .product-image-wrapper>a {
    display: inline-block;
    max-width: 75%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.product-related-wrapper .product-card {
    justify-content: flex-start;
    height: 285px;
}

.product-related-wrapper .product-caption {
    justify-content: space-between;
}

.product-nav-tabs {
    width: 100%;
    display: table;
}

.product-nav-tabs>li {
    width: auto;
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
}

.box-heading {
    display: none;
}

.sort-wrapper {
    border: 1px solid var(--border-color);
    height: inherit !important;
    border-radius: 18px;
}

.bf-attr-block-cont {
    padding: 20px 20px 30px !important;
}

span.bf-cross {
    background-color: var(--theme-color);
}

.categorySwiper .swiper-slide>a {
    display: block !important;
}

#product ul.product-price {
    align-items: flex-start !important;
}

.mini-info-area {
    display: flex;
    margin-top: .5rem;
}

.mini-info-area-cont span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #464646;
}

.mini-info-area-cont {
    padding-right: 15px;
}

.mini-info-area-cont i {
    color: #464646;
}

ul.megamenu {
    width: 100%;
    display: table;
}

.megamenu-pattern {
    width: 100%;
}

.megamenu-container {
    width: 100%;
}

.gallery-slider .product-per {
    height: 362px;
}

.my-four-featured .product-per {
    height: 355px;
}

.bf-panel-wrapper {
    width: 100%;
}

.bf-buttonclear-box {
    padding: .5rem;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background-color: var(--theme-color);
}

.bf-buttonclear {
    color: #fff;
}

.product-price-wrapper.product-price {
    align-items: flex-start;
    justify-content: flex-end;
    height: 55px;
}

input.bf-buttonclear {
    color: #fff;
}

#product .product-new-price {
    font-size: 40px;
}

#product .product-new-price>p,
.scroll-info-right .product-new-price>p {
    display: flex;
    align-items: end;
    margin-bottom: 10px;
    font-size: 17px;
}

.scroll-info-right .product-new-price {
    display: flex;
    font-size: 30px;
    font-weight: 700;
}

.scroll-info-right .product-new-price p {
    display: flex;
    align-items: flex-end;
    margin-bottom: .3rem;
}

.product-card .product-caption .product-price-wrapper {
    margin-bottom: .3rem;
}

.bi-heart-fill,
.bi-share-fill {
    font-size: 20px;
}

button.product-fav.product-fav-btn:hover,
button#all-share-button:hover {
    border: 1px solid var(--theme-color);
}

button.product-fav.product-fav-btn:hover i,
button#all-share-button:hover i {
    color: var(--theme-color);
}

.bi-cart-fill {
    font-size: 21px;
    line-height: 1;
    margin-right: 7px;
}

.item.product-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
}

.scroll-info-content {
    max-width: 1366px;
    display: flex;
    margin: 0 auto;
    height: 106px;
}

.product-card:hover {
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px !important;
    transform: scale(1.02);
}

.product-per .product-caption {
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

button.show-all-btn>i {
    margin-left: 10px;
}

.categorySwiper .swiper-wrapper {
    height: 230px;
}

.scroll-info-name>span {
    color: #464646;
    font-weight: 700;
    font-size: 14px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000 !important;
}

.gallery-slider .swiper-wrapper {
    margin-bottom: 2rem;
}

.general-container.manufacturer-container {
    margin-top: 4rem;
}

.product-model {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.header-container {
    overflow: inherit;
}