@charset "UTF-8";
/* Grid */
/* https://css2sass.herokuapp.com/ */
/** lazyload **/
/**slick **/
/**Header**/
/**search bar header **/
/** Subheader **/
/** Custom input group **/
/**Product item **/
/** Heading bar **/
/** top footer **/
/** mid footer **/
/** mid footer **/
/** navigation **/
/** blog item **/
/** Tab **/
/** mobile-menu **/
/** bread-crumb **/
/** section **/
/** pagination **/
/** custom checkbox**/
/* The moving element */
/** COMPARE PRODUCT **/
/** END COMPARE PRODUCT **/
body {
    font-size: 14px;
    padding: 0 !important;
    color: var(--text-color);
    background: #fff;
    overflow-x: hidden;
    max-width: 100%;
    font-family: "Inter", sans-serif;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15, .col-lg-2, .col-lg-20, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-60, .col-lg-7, .col-lg-8, .col-lg-80, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container {
    padding-right: 12px;
    padding-left: 12px
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.card {
    border-radius: 0.25rem;
    padding: 15px;
}

i.fa {
    margin-top: 3.5px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.play0 {
    animation: play0 1.5s ease infinite;
}

@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.pos-relative.embed-responsive[class*=embed-responsive-] iframe {
    --image-scale: 1;
    position: absolute;
    top: var(--img-top, 50%);
    left: var(--img-left, 50%);
    transform: translate(-50%, -50%) scale(var(--image-scale));
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
    z-index: 99;
}

.pos-relative.embed-responsive[class*=embed-responsive-] img {
    --image-scale: 1;
    position: absolute;
    top: var(--img-top, 50%);
    left: var(--img-left, 50%);
    transform: translate(-50%, -50%) scale(var(--image-scale));
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
    width: auto;
    height: auto;
}

.pos-relative.embed-responsive[class*=embed-responsive-] img.product-thumbnail__img {
    transition: all 0.3s ease;
}

.pos-relative.embed-responsive[class*=embed-responsive-] img.product-thumbnail__img--primary {
    z-index: 1;
    opacity: 1;
}

.pos-relative.embed-responsive[class*=embed-responsive-] img.product-thumbnail__img--secondary {
    opacity: 0;
    z-index: -1;
}

.item_product_main {
    background: #fff;
}

.product-thumbnail:hover .pos-relative.embed-responsive[class*=embed-responsive-] img.product-thumbnail__img {
    top: calc(var(--img-top, 50%) - 12px);
}

.product-thumbnail:hover .pos-relative.embed-responsive[class*=embed-responsive-] img.product-thumbnail__img--primary {
    opacity: 0;
    z-index: -1;
}

.product-thumbnail:hover .pos-relative.embed-responsive[class*=embed-responsive-] img.product-thumbnail__img--secondary {
    opacity: 1;
    z-index: 1;
}

.item_product_main .product-thumbnail {
    position: relative;
    padding: 8px;
    overflow: hidden;
}

.item_product_main .product-thumbnail .image_thumb {
    transition: transform 0.3s ease-out;
}

.item_product_main .video-icon {
    transform: none !important;
    position: absolute !important;
    z-index: 99;
    right: 15px;
    left: auto !important;
    bottom: 5px;
    top: auto !important;
    width: 28px !important;
}

.item_product_main a {
    text-decoration: none;
    color: var(--text-color);
}

.item_product_main .btn-views {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    transition: all 0.22s ease-out;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
}

.item_product_main .btn-views:hover {
    opacity: 1;
    color: var(--primary-color);
}

.item_product_main .product-vendor {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
}

.item_product_main .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    min-height: 40px;
}

.item_product_main .product-promo-tag {
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    margin-top: 8px;
}

.item_product_main .product-promo-tag--1 {
    position: absolute;
    z-index: 7;
    border-radius: 2px;
    left: 10px;
    top: 0px;
}

.item_product_main .product-promo-tag--text-2 {
    width: 100%;
}

.item_product_main .product-promo-tag--text-1 {
    border: 1px solid var(--border-color);
    background-color: var(--background);
}

.item_product_main .product-info {
    padding: 8px;
}

.item_product_main .price-contact {
    font-weight: bold;
    color: var(--price-color);
    font-size: 16px;
    display: block;
}

.item_product_main .price {
    font-weight: bold;
    color: var(--price-color);
    font-size: 16px;
    display: block;
}

.item_product_main .compare-price {
    color: var(--text-secondary-color);
    text-decoration: line-through;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
}

.item_product_main .group_action {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.item_product_main .image_thumb {
    display: block;
}

.item_product_main .label_product {
    background: var(--label-background);
    padding: 5px;
    z-index: 3;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
}

.item_product_main .label_product .label_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--label-color);
    font-weight: bold;
}

.item_product_main .product-item-cta {
    padding-right: 36px;
}

.item_product_main button.product-item-btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    font-size: 18px;
    background: var(--buynow-bg);
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    margin-right: 5px;
    margin-left: auto;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
    top: 0px;
}

.item_product_main button.product-item-btn .fas {
    font-size: 12px;
}

.item_product_main button.product-item-btn .icon {
    width: 1em;
    height: 1em;
}

.item_product_main button.product-item-btn:hover {
    filter: brightness(1.2);
}

.item_product_main button.product-item-btn.add_to_cart {
    font-size: 16px;
}

.item_product_main .label_soldout.product-item-btn.sold_out {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    font-size: 18px;
    background: var(--addtocart-color);
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    margin-right: 5px;
    margin-left: auto;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
    /*bottom: -38px;*/
    top: 0px;
    background: #eee;
    width: auto;
    height: auto;
    border-radius: initial;
    font-size: 12px;
    color: initial;
    box-shadow: none;
    border-radius: 3px;
    padding: 2px 5px;
}

.btn {
    border-radius: 4px;
    outline: none !important;
    box-shadow: none;
    font-size: 14px;
    padding: 7px 20px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.bi {
    fill: currentColor;
}

.icon {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none;
    border-color: var(--secondary-color);
}

a {
    outline: none !important;
    box-shadow: none;
    color: var(--text-color);
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: var(--text-color);
}

button {
    outline: none !important;
    box-shadow: none;
}

.page-link:focus {
    outline: none !important;
    box-shadow: none;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.hidden {
    display: none !important;
}

.show:not(.hidden) {
    display: block;
}

.object-contain {
    object-fit: contain;
}

.align-vertical {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.align-center {
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
}

.close {
    color: #252525;
}

.btn-action {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.btn-action:hover {
    filter: brightness(1.1);
}

a.link {
    text-decoration: none;
    color: var(--text-color);
    cursor: pointer;
}

a.link:hover {
    color: var(--color-hover-text);
    filter: brightness(1.2);
    text-decoration: none;
}

.hover-primary:hover {
    color: var(--primary-color);
}

.title_page {
    font-size: 24px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--text-color);
}

.title_page a {
    font-weight: 400;
    color: var(--text-color);
}

.title-head {
    font-weight: 400;
    color: var(--text-color);
    font-size: 1rem;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.row-grid {
    --col: 12;
    display: grid;
    grid-template-columns: repeat(var(--col), minmax(0, 1fr));
    grid-gap: 15px;
}

.scroll::-webkit-scrollbar {
    width: 3px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color);
}

.lazyload:not(.loaded) {
    background: #ebebeb;
}

.lazyload.loaded {
    background: transparent;
}

.modal {
    top: 0 !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider.home-slider .slick-arrow {
    background: transparent;
    width: 30px;
    height: 118px;
    opacity: 1;
    border: 0;
    border-radius: 0;
}

.slick-slider.home-slider .slick-arrow:before {
    content: unset;
}

.slick-slider.home-slider .slick-arrow span {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/> </svg>");
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 49%;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    display: block;
    clear: both;
    overflow: hidden;
    left: 0px;
    top: 0;
}

.slick-slider.home-slider .slick-arrow:hover {
    background: unset;
    outline: unset;
    box-shadow: unset;
}

.slick-slider.home-slider .slick-prev {
    left: -2px;
}

.slick-slider.home-slider .slick-next {
    right: -2px;
}

.slick-slider.home-slider .slick-next span {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/> </svg>");
    left: 10px;
}

.slick-slider.home-slider .slick-prev:hover span {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='var(--secondary-color)' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/> </svg>");
}

.slick-slider.home-slider .slick-next:hover span {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='var(--secondary-color)' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/> </svg>");
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
@media(max-width:480px){
	.slick-list{
		padding-bottom:10px;
	}
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    top: 0 !important;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    display: table;
    content: "";
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    --size: 44px;
    top: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: var(--size);
    height: var(--size);
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    line-height: var(--size);
    text-align: center;
    z-index: 1;
    overflow: hidden;
    border-radius: 100%;
}

.slick-arrow:hover {
    outline: none;
}

.slick-arrow:focus {
    outline: none;
}

.slick-arrow:not(.slick-disabled):hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #333;
}

.slick-arrow.slick-disabled {
    cursor: default;
    display: none !important;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: 900;
    height: var(--size);
    width: var(--size);
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "\f104";
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: 900;
    height: var(--size);
    width: var(--size);
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "\f105";
}

.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding: 0;
    border-radius: 15px;
    height: 24px;
    align-items: center;
    display: flex !important;
    justify-content: center;
}
@media(max-width:480px){
	.slick-dots{
		bottom: -20px;
	}
}
.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border-radius: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0;
    font-size: 0;
    height: 2px;
    width: 16px;
    border: 1px solid #ccc;
    background: #ccc;
    border-radius: 0;
    margin: 0 3px;
    opacity: 0.7;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    opacity: 1;
}

.toggle-nav {
    width: 24px;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 3px;
}

.toggle-nav .bar {
    height: 3px;
    background: #fff;
    width: 24px;
    border-radius: 1px;
}

.icon-bar {
    width: 24px;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 3px;
    cursor: auto !important;
}

.icon-bar .bar {
    height: 3px;
    background: #fff;
    width: 24px;
    border-radius: 1px;
    height: 2px;
}

.icon-bar .bar:nth-child(2) {
    width: 20px;
}

.mid-header {
    background: var(--header-background);
    color: var(--header-color);
    padding: 30px 0px;
}

.mid-header .toggle-nav {
    width: 24px;
    flex-direction: column;
    height: 21px;
    justify-content: space-between;
    border-radius: 3px;
}

.mid-header .toggle-nav .bar {
    height: 3px;
    width: 24px;
    border-radius: 3px;
}

.mid-header .logo-wrapper {
    max-width: 275px;
    display: block;
}

.mid-header .login-item {
    margin-right: 0;
}

.mid-header .login-item:hover {
    color: var(--text-secondary-color);
}

.mid-header .login-item svg {
    width: 1em;
    height: 1em;
    font-size: 26px;
    fill: var(--text-white);
}

.mid-header .login-item .media-body {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.header-right {
    font-size: 14px;
    justify-content: end;
}

.header-right .fas {
    font-size: 24px;
}

.header-right a {
    color: var(--header-color);
}

.header-right a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.header-right-support {
    display: flex;
    justify-content: flex-start;
    padding-right: 34px;
    border-right: 1px solid #3c3c3d;
}

.header-right-support-info-icon {
    background-color: #383839;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
    margin-right: 15px;
}

.header-right-support-info-icon svg {
    fill: #fff;
    width: 1em;
    height: 1em;
    font-size: 26px;
}

.header-right-support-info-icon-secondary {
    color: var(--text-white);
}

.header-right-support-info-icon-secondary span {
    color: #999;
    margin-bottom: 3px;
}

.header-right-support-info-icon-secondary a {
    font-size: 18px;
}

.header-right .location {
    padding-left: 15px;
}

.header-right .cartgroup {
/ / flex: 0 0 45 px;
}

@media (max-width: 767px) {
    .header-right {
        flex-direction: row-reverse;
    }

    .header-right .cartgroup {
        flex: 0 0 45px;
    }
}

.mini-cart {
    position: relative;
}

.mini-cart .no-item {
    text-align: center;
}

.mini-cart .no-item p {
    margin: 0 auto;
}

.mini-cart > a .count_item {
    background: var(--subheader-color);
    border-radius: 50%;
    color: var(--text-white);
    position: absolute;
    width: 20px;
    height: 21px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    top: -8px;
    left: 16px;
}

.mini-cart svg {
    position: relative;
    line-height: 1;
    fill: #fff;
    font-size: 26px;
    width: 1em;
    height: 1em;
    transform: rotateY(180deg);
}

.mini-cart:hover .count_item {
    color: var(--text-secondary-color)
}

.mini-cart > a:hover {
    color: var(--text-secondary-color)
}

#search-header .search-form {
    position: relative;
    display: flex;
}

#search-header .custom-input-group {
    z-index: 1000;
}

#search-header .custom-input-group .input-group-field {
    background: #f1f1f1;
    padding-right: 82px;
    width: 100%;
}

#search-header .search-dropdow .search__list {
    display: block !important;
    white-space: nowrap;
    overflow: auto;
}

#search-header .search-dropdow .search__list > li {
    display: inline-block;
}

#search-header .select-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    height: 100%;
    background-color: #ebebeb;
    height: 45px;
    border-right: #cccccc 1px solid;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

#search-header .select-search select {
    background: transparent;
    font-size: 14px;
    border-radius: 0;
    color: #000;
    border: 0;
    margin-bottom: 0;
    font-weight: 600;
    width: auto;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    width: 106px;
}

#search-header .select-search select:focus {
    outline: none;
}

#search-header .select-search svg {
    color: #000;
    font-size: 17px;
    margin-right: 10px;
    width: 1em;
    height: 1em;
}

.search-overlay {
    position: fixed;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    top: 0 !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.search-overlay.active {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.search__list a {
    font-size: 12px;
    color: #fff;
}

.search__list a:hover {
    text-decoration: underline;
}

.subheader {
    --subheader-padding: 0px;
    background: var(--subheader-background);
    color: var(--subheader-color);
    display: flex;
    align-items: center;
}

.subheader .toogle-nav-wrapper {
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px 11px 20px;
    color: #fff; /*var(--subheader-background);*/
    background: var(--subheader-color);
    width: 275px;
}

.subheader .toogle-nav-wrapper .icon-bar {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border-radius: 2px;
    vertical-align: top;
}

.subheader .toogle-nav-wrapper .icon-bar .bar {
    background: #fff; /*var(--subheader-background);*/
    width: 14px;
    border-radius: 2px;
    margin-left: 3px;
}

.subheader .toogle-nav-wrapper .icon-bar .bar:first-of-type {
    margin-top: 4px;
}

.subheader .toogle-nav-wrapper .icon-bar .bar:last-of-type {
    margin-bottom: 4px;
}

.subheader .navigation-wrapper {
    font-weight: 400;
}

.subheader .container {
    display: grid;
    grid-template-columns: calc(25% - 15px) 1fr;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
}

.subheader-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
}

.subheader-right ul {
    list-style-type: none;
    margin: 0;
}

.subheader-right ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
}

.subheader-right ul li a svg {
    fill: #fff;
    margin-right: 8px;
    font-size: 15px;
    width: 1em;
    height: 1em;
}

.subheader-right ul li a span {
    color: #fff;
}

.shop-policises {
    justify-content: flex-start; /*box-shadow: inset 0px -1px 0px #f1f1f1;*/
}

.shop-policises li {
    display: flex;
    align-items: center;
}

.shop-policises li + * {
    margin-left: 15px;
}

.shop-policises div {
    width: 40px;
    height: 40px;
    padding: 4px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-policises .link {
    font-size: 14px;
    color: #fff;
}

.policies-item {
    padding: 0px 0 0px 60px;
    position: relative;
}

.policies-item:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #e5e5e5;
}

.policies-item .icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateX(0deg) scale(1);
    transition: all linear 0.4s;
}

.policies-item .icon-wrap img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.policies-item .media-body strong {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.policies-item .media-body span {
    font-size: 13px;
    color: #999;
}

@media screen and (min-width: 768px) {
    .policies-item:hover .icon-wrap {
        animation: rotateX 1s forwards;
        -webkit-animation: rotateX 1s forwards;
        -moz-animation: rotateX 1s forwards;
        -o-animation: rotateX 1s forwards;
        -ms-animation: rotateX 1s forwards;
    }
}

@keyframes rotateX {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.policies-item:nth-last-child(1):before {
    width: 0;
    opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .policies-item {
        padding: 55px 0 40px 95px;
    }

    .policies-item .icon-wrap {
        left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .policies-item {
        padding-left: 0;
    }

    .policies-item .icon-wrap {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .policies-item {
        padding: 0;
        flex-wrap: wrap;
    }

    .policies-item:before {
        opacity: 0;
    }

    .policies-item .icon-wrap {
        position: unset;
        width: 100%;
        text-align: center;
    }

    .policies-item .media-body {
        width: 100%;
        text-align: center;
    }
}

.section_search_by_vehicle .custom-select {
    position: relative;
    display: inline-block;
}

.section_search_by_vehicle .custom-select::after {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.section_search_by_vehicle .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px; /* Add space for the custom arrow */
    /* Add additional styles as needed */
}

.section_search_by_vehicle .vehicle-search-box-form {
    padding: 30px;
    border-width: 1px;
    border-color: var(--subheader-color);
    border-style: solid;
    border-radius: 8px;
    background-color: var(--body-background);
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 20px;
}

@media (max-width: 767px) {
    .section_search_by_vehicle .vehicle-search-box-form {
        padding: 10px;
    }
}

.section_search_by_vehicle .vehicle-search-box-form select {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    border-color: #d4d4d4;
    padding: 0 20px 0 10px;
    position: relative;
    -webkit-appearance: none;
    color: var(--text-color);
}

.section_search_by_vehicle .vehicle-search-box-form select:after {
    content: "▼" !important;
    font-size: 0.8em !important;
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
}

.section_search_by_vehicle .vehicle-search-box-form select:disabled {
    background-color: transparent;
}

.section_search_by_vehicle .vehicle-search-box-form button {
    width: 100%;
    max-width: 160px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    background: var(--subheader-color);
    border: 2px solid var(--subheader-color);
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    height: 52px;
    text-transform: capitalize;
    transition: 0.3s;
}

.section_faq {
    padding-top: calc(var(--spacing-top-section) * 1px);
    padding-bottom: calc(var(--spacing-bottom-section) * 1px);
}

.section_faq .fa-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: inherit;
}

.section_faq .btn {
    position: relative;
    font-weight: 700;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #fff #fff #f2f2f2;
    padding: 15px;
    color: #000;
    background: #fff;
    font-size: 16px;
    border-radius: 0;
}

.section_faq .btn[aria-expanded=true] .fa-arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.section_faq .card {
    border: 0px;
    display: inline-block;
    width: 100%;
}

.section_faq .card a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .section_search_by_vehicle .vehicle-search-box-form {
        flex-wrap: wrap;
    }

    .section_search_by_vehicle .vehicle-search-box-form select {
        height: 40px;
    }

    .section_search_by_vehicle .vehicle-search-box-form button {
        width: 100%;
        max-width: unset;
        height: 44px;
    }

    .policies-item .media-body strong {
        font-size: 14px;
    }

}

.section_imgtext .imgtext_content_wrap {
    align-items: center;
}

.section_imgtext .imgtext_content_wrap .imgtext_content {
    width: 100%;
}

.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
    font-size: 40px;
    margin-bottom: 25px;
    padding-top: 25px;
    position: relative;
}

.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title span {
    position: absolute;
    top: 0;
    font-size: 18px;
}

.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc {
    font-size: 16px;
    line-height: 1.5;
}

.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc br {
    display: block;
    margin: 10px 0;
    content: "";
}

.section_imgtext .imgtext_content_wrap .imgtext_content .link {
    text-decoration: underline;
}

.section_imgtext .imgtext-title {
    font-weight: bold;
}

.section_imgtext .imgtext_body {
    display: grid;
    gap: clamp(15px, 4vw, 60px);
    grid-template-columns: 1fr 1fr;
}

.section_imgtext.style2 .imgtext_content {
    text-align: left;
}

.section_imgtext .btn-luxury-style {
    display: inline-block;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.18em;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .section_imgtext .imgtext_content_wrap .imgtext_content {
        padding-left: 0;
        padding-right: 0;
    }

    .section_imgtext .imgtext_body {
        grid-template-columns: 1fr;
    }
}

.section_imgtext .imgtext_content_wrap {
    display: flex;
}

.section_imgtext .imgtext_content_wrap.left-text .imgtext_body .imgtext_img {
    order: 1;
}

@media (max-width: 991px) {
    .section_imgtext .imgtext_content_wrap .imgtext_content {
        padding: 15px;
    }

    .section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .section_imgtext.left-text .imgtext_body .imgtext_img {
        order: 1;
    }

    .section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
        margin-bottom: 25px;
    }

    .section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc {
        margin-bottom: 25px;
    }
}

.section_video .video-play-button-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

.section_video .video-play-button {
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 75px;
    z-index: 9999;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    border: 5px solid #ed3833;
    color: #fff;
    cursor: pointer;
    background: #ed3833;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.section_video .video-play-button:hover {
    filter: drop-shadow(1px 1px 1px black);
}

.section_video .video-title {
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
    letter-spacing: 2px;
}

.section_video .video-caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.section_video .video-caption h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.section_video .video-caption span {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.section_video .btn-luxury-style {
    display: inline-block;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    font-size: 15px;

    border-radius: 4px;
}

@media (max-width: 991px) {
    .section_video .video-play-button {
        width: 50px;
        height: 50px;
        line-height: 40px;
        box-sizing: content-box;
    }

    .section_video .video-play-button svg {
        font-size: 20px;
        margin-left: 3px;
    }

    .section_video .video-title {
        display: none;
    }

    .section_video .video-caption {
        padding: 20px 0 0;
    }
}

@media (max-width: 767px) {
    .section_imgtext .imgtext_content_wrap .imgtext_content {
        padding: 0;
    }

    .section_store .store-info h3, .section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
        font-size: 1.5rem;
    }

    .section_video .btn-luxury-style, .section_imgtext .btn-luxury-style {
        width: 100%;
        text-align: center;
    }

}

.section_store .store-wrapper {
    position: relative;
}

.section_store .store-info {
    background: #fff;
    padding: 10px 0;
}

.section_store .store-info .sub-title {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.section_store .store-info h3 {
    margin-bottom: 25px;
}

.section_store .store-info a {
    font-size: 15px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .section_store .store-info {
        padding: 20px 0 0;
    }

    .section_store .store-info a {
        text-align: center;
    }
}

.section_store .store-time {
    display: block;
    margin-bottom: 25px;
}

.section_store .btn-luxury-style {
    display: inline-block;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .section_store .store-info {
        position: absolute;
        top: 50px;
        left: 50px;
        padding: 35px 40px;
    }

    .section_store .store-info h3 {
        font-size: 27px;
    }
}

.right-banner {
    display: grid;
    grid-row-gap: 10px;
    margin-left: 5px;
}

.product-badge {
    max-height: 16px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    display: block;
}

.custom-input-group {
    overflow: hidden;
    position: relative;
}

.custom-input-group .input-group-field {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    background: transparent;
    color: #363636;
    outline: none;
    padding: 0 50px 0 20px;
    float: right;
    border: 1px solid #ebebeb;
    border-left: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 3px !important;
}

.custom-input-group .input-group-btn {
    position: absolute;
    right: 0px;
    z-index: 4;
    height: 100%;
    border-radius: 0 4px 4px 0 !important;
    border: none;
    line-height: 1;
    color: var(--text-white) !important;
}

.custom-input-group .input-group-btn button {
    border: none;
    line-height: 1;
    color: var(--text-white) !important;
    background: var(--subheader-color);
    border-radius: 0 3px 3px 0;
}

.custom-input-group .input-group-btn .icon {
    font-size: 31.45px;
}

.price {
    font-weight: bold;
    color: var(--price-color);
}

.product-vendor {
    color: #7a8189 !important;
    letter-spacing: 1.4px;
}

a.product-vendor:hover {
    color: var(--primary-color) !important;
}

.content-col {
    margin-left: 0;
    margin-right: 0;
}

.product-promo-tag--text-1 {
    padding: 3px 4px;
    display: inline-block;
    color: var(--color);
    border-radius: 3px;
    background-color: var(--background);
}

.product-promo-tag--text-2 {
    padding: 3px 4px;
    display: inline-block;
    color: var(--color);
    border-radius: 3px;
    background-color: var(--background);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-left: 4px solid var(--border-color);
}

.product-promo-tag--image {
    max-width: 125px;
    padding: 0;
    margin-top: 8px;
}

.item_product_main.product--media {
    margin-bottom: 0.75rem;
}

.item_product_main.product--media form {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    align-items: center;
}

.item_product_main.product--media .group_action {
    display: none !important;
}

.item_product_main.product--media .product-name {
    -webkit-line-clamp: 2;
    font-weight: normal;
    font-size: 14px;
    min-height: auto;
}

.item_product_main.product--media .label_product {
    zoom: 0.7;
}

.item_product_main.product--media .product-info {
    padding: 0px 10px 5px;
}

.product-frame {
    z-index: 9;
}

.heading-bar {
    font-size: 16px;
    padding-bottom: 15px;
}

.heading-bar__title,
.heading-bar__title a {
    color: var(--text-color);
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.2;
}

.heading-bar__title a:hover {
    color: var(--primary-color);
}

.heading-bar__action .link.more {
    color: var(--primary-color);
}

.top-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--text-color);
    color: #fff;
}

.top-footer .follow_option li + * {
    margin-left: 1rem;
}

.subscribe {
    gap: 15px;
    display: flex;
}

.subscribe h6 {
    flex: 0 0 240px;
    max-width: 240px;
    font-size: 14px;
    line-height: 1.4;
}

.newsletter-form .input-group-field {
    padding: 0px 90px 0px 15px;
}

.title-menu {
    margin: 10px 10px 10px 0px;
    font-stretch: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.custom-footer-bg .title-menu {
    color: var(--footer-color);
}

.footer {
    position: relative;
    overflow: hidden;
}

.mailchimp-error {
    color: #f51b1b;
}

.mailchimp-error a {
    color: var(--primary);
}

.mailchimp-success {
    color: #2eb346;
}

.mid-footer {
    padding-top: 40px;
    background: var(--footer-bg);
    color: var(--footer-color);
    font-size: 14px;
    padding-bottom: 10px;
}

.mid-footer .footer-click {
    padding-left: 15px;
    padding-right: 15px;
}

.mid-footer .title-menu .fa {
    transition: transform 0.3s ease-out;
}

.mid-footer .title-menu.open_ .fa {
    transform: rotate(180deg);
}

.mid-footer .link {
    color: var(--footer-color);
}

.mid-footer .link .fa {
    font-size: 10px;
}

.mid-footer .link:hover {
    filter: brightness(1.2);
}

.mid-footer .list-menu {
    list-style: none;
    padding: 0px;
}

.mid-footer .list-menu li + li {
    margin-top: 8px;
}

.mid-footer .follow_option li + * {
    margin-left: 1rem;
}

.mid-footer .follow_option .link {
    font-size: 25px;
}

.mid-footer .single-contact .fa {
    color: var(--footer-color);
}

.mid-footer .single-contact .fas {
    color: var(--footer-color);
}

.mid-footer .footer-top-content .form_register input {
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: solid;
    border-radius: 4px !important;
    background-color: #f2f2f7;
    font-size: 14px;
    padding: 0 100px 0 20px;
}

.mid-footer .footer-top-content .form_register button {
    padding: 14px 14px;
    line-height: 1.25;
}

.mid-footer .footer-top-content p a {
    color: #fff;
    text-decoration: underline;
}

.footer-1 > * {
    position: relative;
    z-index: 1;
}

.bg-footer-bottom {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .bg-footer-bottom {
        padding-top: 0 !important;
    }
}

.copyright {
    background: var(--footer-bg);
    color: var(--footer-color);
}

.copyright a {
    color: var(--footer-color);
}

.copyright a:hover {
    color: var(--primary-color);
}

.copyright a svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    padding: 2px;
    border-radius: 3px;
    background: linear-gradient(45deg, var(--subheader-color), var(--subheader-color), transparent);
}

.fot_copyright {
    font-size: 14px;
}

.list-group-item.active {
    z-index: 2;
    color: initial;
    background-color: initial;
    border-color: initial;
}

.list-group-item + .list-group-item.active {
    margin-top: 0;
    border-top-width: 0;
}

.toogle-nav-wrapper {
    position: relative;
    margin-bottom: var(--subheader-padding);
    margin-top: var(--subheader-padding);
}

.toogle-nav-wrapper .navigation-wrapper { /*position: absolute; opacity: 0; visibility: hidden; z-index: -1; width: 100%; margin-top: 7px;*/
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background-color: #fff;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.toogle-nav-wrapper .navigation-wrapper .navigation {
    --nav-height: unset;
}

.toogle-nav-wrapper:not(.nav-index):hover .navigation-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 90;
}

.toogle-nav-wrapper .navigation .submenu {
    left: calc(100% - 6px) !important;
    top: 0px !important;
    height: calc(100% + 2px);
}

.toogle-nav-wrapper.visible .navigation-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 90;
}

.toogle-nav-wrapper:hover .navigation-wrapper {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navigation--horizontal {
    width: 63%;
    position: relative;
    /*&.list-group{
        --nav-height: 313px;
        min-height: 100%;
        overflow-x: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        .menu-item {
            position: initial;
            padding: 0px;
            border-bottom: 0px;
            background: transparent;
        }
    }
    &-sub-menu{
        display: none;
        !*width: 100%;
        height: 320px;
        left: 0;
        bottom: 0px;*!
        padding: 14px 20px;
        border-radius: 0px;
        border-width: 1px 1px 1px 0px;
        border-style: solid;
        border-color: #ddd #ddd #ddd #e1e1e1;
        position: absolute;
        top: 100%;
        background: #fff;
        margin-left: 0px;
        box-shadow: rgba(0,0,0,0.06) -2px 0px 8px 0px;
        z-index: 1;
        overflow: auto;
        font-size: 14px;
        bottom: initial;
        left: inherit;
        height: auto;
        width: 240px;
    }*/
}

.navigation--horizontal nav .list-group-child {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    height: 100%;
}

.navigation--horizontal nav .list-group-child li {
    display: inline-block;
    position: relative;
}

.navigation--horizontal nav .list-group-child li:hover ul {
    display: block;
}

.navigation--horizontal nav .list-group-child-1 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    min-width: 200px;
    z-index: 101;
    padding: 0;
}

.navigation--horizontal nav .list-group-child-1 li {
    display: block;
    border-bottom: 1px solid #565656;
}

.navigation--horizontal nav .list-group-child-1 a {
    padding: 10px 10px;
    line-height: 1.4;
    text-align: left;
}
.navigation--horizontal nav .list-group-child-1 a.up-line-height{
	line-height: 1.8;
}
.navigation--horizontal nav a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    text-decoration: none;
    height: 100%;
    line-height: 50px;
	white-space: nowrap;
}

.navigation--horizontal nav a:hover {
    background-color: #555;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation--horizontal {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
    .navigation--horizontal {
        width: 55%;
    }
}

@media screen and (max-width: 1180px) {
    .navigation--horizontal {
        width: 75%;
    }
}

.top-banner p {
    color: #fff;
    margin-bottom: 0;
}

.top-banner-top-bar-info-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.top-banner-top-bar-info-left p span {
    color: #f73312;
    line-height: 28px;
}

.top-banner-top-bar-info-left p a {
    font-size: 11px;
    color: #0099ff;
    margin-left: 10px;
    text-decoration: underline;
    line-height: 28px;
}

.top-banner-top-bar-info-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-banner-top-bar-info-right-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-banner-top-bar-info-right p {
    margin-bottom: 0;
    font-size: 13px;
}

.top-banner-top-bar-info-right select {
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: 13px;
    color: #999999;
    background: transparent;
    width: 35px;
    margin-left: 5px;
}

.top-banner-top-bar-info-right svg {
    color: #666666;
    font-size: 16px;
    margin-left: -13px;
    cursor: inherit;
    width: 1em;
    height: 1em;
}

.top-banner .close {
    z-index: 9;
    position: absolute;
    right: 8px;
    top: 5px;
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    font-size: 14px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .top-banner .close {
        zoom: 0.7;
    }
}

.navigation {
    --nav-height: 313px;
    border: 1px solid #e1e1e1;
    background: #fff;
    min-height: 100%;
    overflow-y: auto;
}

.navigation .list-group-item {
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 0px;
}

.navigation .list-group-item:not(:first-of-type) {
    /*box-shadow: inset 0px 1px 0px #F1F1F1;*/
}

.navigation .list-group-item:hover {
    background: var(--light);
}

.navigation .list-group-item:hover > a {
    color: var(--primary-color);
}

.navigation .list-group-item > a {
    text-decoration: none;
}

.navigation .list-group-item > a > img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 0px;
    fill: #aaa;
}

.navigation .list-group-item > a .icon {
    width: 16px;
    height: 16px;
    fill: #aaa;
}

.navigation .list-group-item .menu-item__link {
    font-size: 14px;
    color: var(--text-color);
}

.navigation .menu-item {
    position: initial;
}

.navigation .submenu {
    display: none;
    width: calc(100% * var(--col-menu) + 15px);
    height: 100%;
    padding: 14px 20px;
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ddd #ddd #ddd #e1e1e1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(100% - 15px);
    background: #fff;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
    z-index: 1;
    overflow: auto;
    font-size: 14px;
}

.navigation .submenu__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu) - 10px), 1fr));
    grid-gap: 10px 5px;
    padding: 0px;
    list-style: none;
}

.navigation .submenu__col {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
}
@media(max-width:991px){
	.navigation .submenu__col{line-height:1.8;}
}

.navigation .submenu__item--main {
    font-weight: 600;
}

.header_menu {
    top: 0;
}

.header_menu .toogle-nav-wrapper {
    display: none;
}

.header_menu.active {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-animation: fadeInDown 0.7s ease-in-out backwards;
    -moz-animation: fadeInDown 0.7s ease-in-out backwards;
    -ms-animation: fadeInDown 0.7s ease-in-out backwards;
    -o-animation: fadeInDown 0.7s ease-in-out backwards;
    animation: fadeInDown 0.7s ease-in-out backwards;
    -webkit-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.header_menu.active a.logo-wrapper {
    display: none;
}

.header_menu.active .toogle-nav-wrapper {
    display: block;
    margin: -5px 0px;
    z-index: 8;
}

.header_menu.active .toogle-nav-wrapper:hover ~ .sticky-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 7;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.header_menu.active .toogle-nav-wrapper .navigation-wrapper {
    margin-top: -5px;
}

.header_menu.active .search-dropdow {
    display: none;
}

.header_menu.active .mid-header {
    font-size: 14px;
    padding: 4px 0px;
}

.header_menu.active .mid-header:after {
    content: none !important;
}

.header_menu.active .navigation {
    --nav-height: 75vh;
}

.header_menu.active #search-header {
    order: 0 !important;
    margin: 0 !important;
}

.blogwp .link {
    font-size: 1rem;
    filter: brightness(0.9);
}

.blogwp .link:hover {
    filter: brightness(1.2);
}

.blogwp h3 {
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.25rem;
}

.blogwp h3 a.link {
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.25rem;
}

.blogwp .media {
    line-height: 1.4;
}

.blogwp .media .media-body {
    font-size: 12px;
    line-height: 1.3;
}

.blogwp .button_custome_35.link {
    font-size: 14px;
    color: var(--primary-color);
}

.blogwp .lead {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0.3rem;
    margin-bottom: 0px;
    font-weight: normal;
    word-break: break-word;
    color: var(--text-secondary-color);
}

.blogwp.media .image-blog {
    width: 100px;
    flex: 0 0 100px;
}

.blogwp.media + * {
    margin-top: 10px;
    border-top: 2px solid #f7f7f7;
    padding-top: 10px;
}

.tabs-group {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tabs-group::-webkit-scrollbar {
    display: none;
}

.tabs li {
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    font-size: 14px;
    user-select: none;
}

.tabs li a {
    color: var(--text-color);
}

.tabs li:not(:last-of-type) {
    margin-right: 0.5rem;
}

.tabs li:not(.current) {
    cursor: pointer;
}

.tabs li:hover {
    color: var(--primary-color);
    background: #fff;
    border-color: var(--primary-color);
}

.tabs li.current {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.tabs li.current:after {
    background: var(--primary-color);
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

#mobile-menu {
    position: fixed;
    left: -100%;
    top: 0 !important;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 45px;
}

#mobile-menu .mobile-menu-body {
    max-height: calc(100% - 68px);
    overflow-y: auto;
}

#mobile-menu .mobile-menu-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #f4f4f4;
}

#mobile-menu .user-menu {
    background: var(--header-background);
    color: var(--header-color);
    padding: 10px 15px;
    --text-color: var(--header-color);
}

#mobile-menu .user-menu .fas {
    font-size: 24px;
}

#mobile-menu .shop-policises {
    flex-direction: column;
    align-items: start;
    align-items: flex-start !important;
}

#mobile-menu .shop-policises li {
    padding: 8px 10px;
}

#mobile-menu .shop-policises li + * {
    margin: 0px;
}

#mobile-menu [data-toggle-submenu] {
    float: right;
    width: 30px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mobile-menu .navigation {
    min-height: auto;
}

#mobile-menu .navigation .menu-item.active .submenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 300px;
}

#mobile-menu .navigation .submenu__list {
    --col-menu: 1;
}

#mobile-menu .toggle-submenu {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px;
    background: #eee;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-size: 16px;
    text-transform: uppercase;
}

.bread-crumb {
    background: transparent;
    color: #999;
}

.bread-crumb .breadcrumb {
    background: transparent;
    padding: 0.25rem 1rem;
}

.bread-crumb .breadcrumb .breadcrumb {
    padding: 0.25rem 1rem;
}

.bread-crumb .link {
    color: #545454;
    font-weight: normal;
    font-size: 14px;
}

.bread-crumb strong {
    font-weight: normal;
    font-size: 14px;
    color: var(--text-color);
}

.bread-crumb span {
    font-weight: normal;
    font-size: 14px;
}

.custom-spacing {
    padding-top: calc(var(--spacing-top-section) * 1px);
    padding-bottom: calc(var(--spacing-bottom-section) * 1px);
}

section .container.card {
    border: none;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 20px;
}
@media(max-width:480px){
	.w_100{
		width:100%;
	}
	.pagination{
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 15px;
	}
}
.page-item.disabled:not(.active) {
    display: none;
}

.page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    color: #8898aa;
}

.page-item .page-link:hover {
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    color: #8898aa;
}

.page-item span:hover {
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.custom-checkbox {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.7rem;
    line-height: 1.8
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox input:checked ~ .fa:before {
    z-index: 2;
    background: no-repeat 50%/50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox:not(.color) input:checked ~ .fa:after {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.custom-checkbox .fa {
    display: inline;
}

.custom-checkbox .fa:after {
    content: "";
    pointer-events: none;
    background: var(--filter-color, #fff);
    box-shadow: none;
    position: absolute;
    top: 0.125rem;
    left: 0rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.2rem;
    border: 1px solid #cad1d7;
    transition: all 0.3s ease;
}

.custom-checkbox .fa:before {
    content: "";
    pointer-events: none;
    background: var(--filter-color, #fff);
    box-shadow: none;
    position: absolute;
    top: 0.125rem;
    left: 0rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.2rem;
    border: 1px solid #cad1d7;
}

.custom-checkbox.color .fa {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 999px;
    margin: 0 0 0 0;
}

.custom-checkbox.color .fa:before {
    width: 20px;
    height: 20px;
    left: 1px;
    top: 1px;
    border-radius: 999px;
}

.custom-checkbox.color .fa:after {
    width: 20px;
    height: 20px;
    left: 1px;
    top: 1px;
    border-radius: 999px;
}

.custom-checkbox.color input:checked ~ .fa {
    border-color: #cad1d7;
}

.open_opacity {
    position: fixed;
    z-index: 9997;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.top-cart-content {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: 400px;
    /*right: 0%;
    top: calc(100% + 8px);*/
    top: calc(100% + 33px);
    right: -55px;
    color: var(--text-color);
    padding: 10px 15px;
    font-size: 14px;
}

.top-cart-content:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -9px;
    right: 60px;
}

.top-cart-content:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -9px;
    z-index: 0;
}

.top-cart-content .list-item-cart {
    list-style: none;
    padding: 0px;
    z-index: 1;
    position: relative;
    max-height: 31ch;
    overflow: auto;
}

.top-cart-content .list-item-cart::-webkit-scrollbar {
    width: 3px;
}

.top-cart-content .list-item-cart::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color);
}

.top-cart-content .mini-products-list {
    list-style: none;
    padding: 0px;
    z-index: 1;
    position: relative;
}

.top-cart-content .detail-item {
    width: 100%;
}

.top-cart-content .product-details {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.top-cart-content a {
    color: var(--text-color);
}

.top-cart-content .border_list {
    display: flex;
    align-items: start;
    width: 100%;
}

.top-cart-content .image_drop {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.top-cart-content .item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.top-cart-content .product-name {
    margin-right: 10px;
    margin-bottom: 0px;
}

.top-cart-content .product-name a:hover {
    color: var(--primary-color);
}

.top-cart-content .remove-item-cart {
    margin-right: 10px;
    cursor: pointer;
}

.top-cart-content .top-subtotal {
    margin: 10px 0;
}

.top-cart-content .top-subtotal .price_big {
    font-size: 16px;
    font-weight: 500;
}

.top-cart-content .pd.right_ct .btn {
    display: block;
    background: var(--cta-color);
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px !important;
    transition: all 0.3s;
}

.top-cart-content .pd.right_ct .btn:hover {
    filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.7));
}

.btn-main {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-main:hover {
    color: #fff;
    background: var(--primary-color);
}

.btn-main--primary {
    color: #fff;
    background: var(--primary-color);
}

.btn-main--primary:hover {
    color: #fff;
    filter: brightness(1.2);
}

.addThis_listSharing {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    top: auto !important;
    right: 12px;
    opacity: 0;
    display: none;
}

.backtop {
    right: 12px;
    bottom: 196px;
    top: auto !important;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 44px;
    width: 44px;
    background-color: var(--primary-color);
    line-height: 36px;
    border-radius: 100%;
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff !important;
    margin-bottom: 5px;
}

.backtop:hover {
    filter: brightness(1.3);
}

.backtop.show {
    z-index: 999;
    transition: transform 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.item_skeleton {
    position: relative;
}

.item_skeleton::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(100% + 115px);
    background-color: #e2e2e2;
}

.ega-cr-addon {
    z-index: 999 !important;
}

.ega-cr-addon ul {
    min-height: 54px;
}

.ega-sm-heading {
    color: var(--primary-color) !important;
}

.ega-sm-heading span {
    color: var(--primary-color) !important;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
	display: inline-block;
	margin: 0 0 -2px 0;
    padding: 0;
    line-height: 1em;
}

.ega-sm-nav.ega-sm-is-active {
    background: var(--primary-color) !important;
}

.variant-title {
    font-size: 0.8rem;
    font-weight: 400;
    color: #898989;
}

.single-contact {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 10px;
}

.single-contact .fa {
    color: var(--primary-color);
    margin-right: 5px;
    width: 20px;
    flex: 0 0 20px;
}

.single-contact .fas {
    color: var(--primary-color);
    margin-right: 5px;
    width: 20px;
    flex: 0 0 20px;
}

#ega-modal-banner {
    text-align: center;
}

#ega-modal-banner .btn-form-close {
    position: absolute;
    top: -15px;
    right: -5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

#ega-modal-banner .modal-content {
    background: transparent;
    text-align: center;
    box-shadow: none;
    border: none;
    align-items: center;
    justify-content: center;
}

#ega-modal-banner .modal-header {
    padding: 0;
    border-bottom: none;
    justify-content: center;
    position: relative;
}

#ega-modal-banner .modal-dialog {
    position: relative;
    display: inline-block;
}

#ega-modal-banner.show {
    z-index: 9997;
}

body.menu-is-hover:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 20;
}

body.menu-is-hover .subheader {
    position: relative;
    z-index: 99;
}

.sapo-product-reviews-module {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sapo-product-reviews-module .fa {
    font-family: FontAwesome !important;
}

.sapo-product-reviews-module .bpr-products-module-heading .bpr-products-module-title {
    color: var(--text-color) !important;
    font-size: 1.4em !important;
    margin: 0px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.sapo-product-reviews-module .swiper-button-disabled {
    display: none;
}

.sapo-product-reviews-badge {
    min-height: 18px;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-secondary {
    background-color: #E5E6ED;
}

.btn-secondary:hover {
    opacity: 0.8;
}

#ega-smartsearch-search-suggestion {
    border-radius: 8px !important;
}

#ega-smartsearch-search-suggestion:after {
    border-color: transparent transparent #fff transparent !important;
}

#ega-smartsearch-search-suggestion .ega-smartsearch-search-view-item.active {
    border-radius: 4px;
}

#ega-smartsearch-search-bottom {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 14px !important;
    border-radius: 0 0 8px 8px;
    border-top: none !important;
}

#ega-smartsearch-search-bottom a span {
    color: var(--primary-color) !important;
}

.ega-smartsearch-search-title {
    flex: 0 0 calc(100% - 70px);
    overflow: hidden;
    display: block;
    padding-right: 10px;
}

.ega-smartsearch-search-title span {
    color: var(--primary-color) !important;
    word-break: break-all;
}

.ega-smartsearch-item__title {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.4;
}

.ega-smartsearch-item__price ins {
    font-size: 16px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    margin-right: 5px;
}

.ega-smartsearch-item__price del {
    font-size: 14px !important;
    display: inline-block !important;
    margin-right: 5px;
}

#ega-smartsearch-search-top::-webkit-scrollbar {
    width: 3px;
}

#ega-smartsearch-search-top::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color);
}

.product-col {
    border: 1px solid transparent;
    margin-left: -1px;
    margin-bottom: -1px;
    padding-left: 0;
    padding-right: 0;
}

.ega-cate-shortcode .product-col {
    margin-left: 0;
}

.banner {
    position: relative;
    display: block;
    overflow: hidden;
    flex: 1 1 100%;
	text-align:center;
}

.banner img {
    width: auto;
    transition: all 0.3s ease-in-out;
}

.banner:hover img {
    transform: scale(0.95);
}

.nav-search-main .nav-link {
    border: 1px solid #f2f2f2;
    border-radius: 0;
    margin: 0 7px;
}

.nav-search-main .nav-link.active {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--text-white);
    font-weight:500;
}
.aspect-ratio {
    aspect-ratio: var(--width)/var(--height);
}

.smb-cursor-pointer {
    cursor: pointer;
}

.smb-cursor-pointer.disabled {
    cursor: not-allowed;
}
.searchform .input-group-field{
	padding:0 75px 0 20px;
}
.searchform .input-group-field:focus{
	z-index:1;
}
/*@supports not (aspect-ratio: auto) {
    padding-top: calc(var(--height) / var(--width) * 100%);
    height: 0;
    position: relative;
    overflow: hidden;
}

@supports not (aspect-ratio: auto) {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
}*/
.section_prd_feature .slick-list {
    padding: 2px;
}

.section_prd_feature:not(.slick-slider) {
    padding: 2px;
}

.section_prd_feature:not(.slick-slider) .product-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.section_prd_feature .slick-track {
    display: flex;
}

.section_prd_feature .product-col {
    height: inherit;
}

.recent-view-list .slick-list {
    padding: 2px;
}

.recent-view-list:not(.slick-slider) {
    padding: 2px;
}

.recent-view-list:not(.slick-slider) .product-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.recent-view-list .product-col {
    height: inherit;
}

.quick-view-product {
    display: block;
    float: left;
    clear: both;
}

.details-product .product-promo-tag {
    display: block;
    float: left;
    clear: both;
}

.form-product {
    clear: both;
}

.compare-product__header-count {
    background: var(--subheader-color);
    font-size: 12px;
    color: var(--color-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: -8px;
    left: 16px;
}

.compare-product__table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.compare-product__box {
    display: flex;
}

.compare-product__item {
    flex: 1;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    padding: 12px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.compare-product__item .compare-price {
    display: block;
    margin: 0;
}

.compare-product__item ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.compare-product__item ul li:before {
    content: "•";
    margin-right: 5px;
    color: #c4c4c4;
}

.compare-product__item td {
    border: 1px solid #e6e6e6;
    border-spacing: 0;
    width: 26.6666666667%;
    padding: 10px;
}

.compare-product__item td:first-child {
    width: 20%;
}

.compare-product__main .compare-product__item {
    padding-top: 25px;
}

.compare-product__remove {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    display: block;
    border-radius: 999px;
    border: 1px solid #afafaf;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    color: #afafaf !important;
}

.compare-product__heading {
    display: block;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px 8px;
    font-size: 15px;
}

#bizweb-theme-previewer {
    display: none;
}

.compare-product__qv {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.compare-product__qv .container {
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    display: grid;
    grid-template-columns: 75% 25%;
    padding: 0;
}

.compare-product__qv.is-show {
    display: block;
}

.compare-product__qv-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.compare-product__qv-item {
    padding: 15px;
    position: relative;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.compare-product__qv-item img {
    max-width: 60px;
}

.compare-product__qv-item h3 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.compare-product__qv-show {
    padding: 15px;
    flex-direction: column;
    display: flex;
}

.compare-product__qv-remove {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.compare-product__qv-hide {
    position: absolute;
    right: 0;
    top: -42px;
    padding: 10px 30px 10px 10px;
    border-radius: 8px 8px 0 0;
    color: #000;
    background: #fff; /*box-shadow: 0 -2px 10px #0000001f;*/
}

.compare-product__qv-hide .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 12px;
    height: 12px;
}

.share-group__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.share-group__item:hover {
    color: #fff;
    opacity: 0.6;
}

* + .share-group__item {
    margin-left: 8px;
}

.share-group__item.facebook {
    background-color: #4267B2;
}

.share-group__item.messenger {
    background-color: #006AFF;
}

.share-group__item.pinterest {
    background-color: #E60023;
}

.share-group__item.twitter {
    background-color: #1DA1F2;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-twitter:before {
    content: "\f099";
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 100%;
    }

    .mini-cart > a {
        display: flex;
        align-items: center;
        border-radius: 6px;
        text-decoration: none;
        position: relative;
        line-height: 1;
        justify-content: center;
        width: 100%;
        display: block;
        width: 24px;
        margin-right: 5px;
        position: relative;
        float: right;
    }

    .mini-cart > a:hover { /*color: var(--subheader-background); background: var(--subheader-color); border-color: var(--subheader-background);*/
    }
	.navigation .submenu{
		width: calc(82% * var(--col-menu) + 10px)
	}
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }

    .col-lg-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-lg-80 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .item_product_main .product-info {
        padding: 10px;
    }

    .navigation .menu-item:hover .submenu {
        display: block;
        z-index: 900;
    }

    .fix-phone {
        position: fixed;
        z-index: 101;
        right: 0;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #202020;
		background-color: var(--stickbar-bg);
        transition: all 0.3s;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .fix-phone:before, .fix-phone:after {
        content: "";
        position: absolute;
        height: 44px;
        width: 60px;
        box-shadow: 30px 0 0 0 var(--stickbar-bg);
        pointer-events: none;
    }

    .fix-phone:before {
        top: -40px;
        right: 0px;
        border-radius: 0 0 50px 0;
    }

    .fix-phone:after {
        bottom: -40px;
        right: 0px;
        border-radius: 0 50px 0px 0;
    }

    .fix-phone .notify {
        right: calc(100% + 15px);
        top: 0;
        height: fit-content;
        width: 250px;
    }

    .fix-phone a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 30px;
        display: inline-block;
        background: inherit;
        position: relative;
        transition: 0.3s all ease;
    }

    .fix-phone a svg {
        fill: #fff;
    }

    .fix-phone a span.hidden {
        visibility: hidden;
        opacity: 0;
        display: none !important;
    }

    .fix-phone a:hover {
        transform: translateY(-5px);
    }
}

@media (min-width: 1200px) {
    /*.container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }*/
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: calc(100% - 0px);
    }

    .col-xl-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-xl-80 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xl-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-30 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .navigation .list-group-item .menu-item__link {
        display: grid;
        align-items: center;
        grid-template-columns: 24px 1fr 15px;
        grid-column-gap: 5px;
    }

    .navigation .list-group-item .menu-item__link span {
        grid-column: 2;
    }
}

@media (min-width: 1440px) {
    .container-lg-c {
        max-width: 1169px;
    }
}

@media (max-width: 1560px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxxl {
        max-width: 1520px;
    }
}

@media (max-width: 1280px) {
    .addThis_listSharing {
        right: 56px;
    }
}

@media (max-width: 992px) {
    .mid-header .logo-wrapper {
        margin: auto;
    }

    .shop-policises div {
        width: 24px;
        height: 24px;
        padding: 0;
    }

    .fix-phone {
        overflow: hidden;
        position: fixed;
        bottom: 55px;
        left: 50%;
        right: auto;
        transform: translate(-50%) scale(1);
        border-radius: 6px;
        background: #fff;
        padding: 10px 0;
        z-index: 101;
        top: inherit !important;
        box-shadow: 0px 0px 2px 2px rgba(45, 52, 58, 0.1);
        opacity: 0;
        transition: 0.7s all;
        visibility: hidden;
    }

    .fix-phone.active {
        animation-name: contact_bar;
        animation-duration: 0.7s;
        opacity: 1;
        pointer-events: auto;
        z-index: 11;
        visibility: visible;
    }
}


@media (max-width: 991px) {
    #search-header {
        order: 1;
        margin-top: 10px;
        padding-left: 15px;
    }

    #search-header .custom-input-group .input-group-field {
        /*height: 35px;*/
        font-size: 12px;

    }

    .subheader {
        display: none;
    }

    .item_product_main .label_product {
        top: 0;
        right: 0;
        display: none;
        position: inherit;
        width: auto;
        height: auto;
        padding: 1px 5px !important;
        font-size: 12px;
        zoom: 1 !important;
    }

    .header_menu.active .toogle-nav-wrapper {
        display: none;
    }

    .header_menu.active #search-header {
        flex: 0 0 50%;
        margin-top: 0;
        padding: 0;
        order: 0;
    }

    .header_menu.active .header-left {
        display: none;
    }

    #ega-modal-banner .modal-dialog {
        width: 85%;
    }

    .section_prd_feature {
        padding: 1px 2px;
    }

    .section_prd_feature:not(.slick-slider) .product-col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .recent-view-list {
        padding: 1px 2px;
    }

    .recent-view-list:not(.slick-slider) .product-col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .subscribe h6 {
        flex: 0 0 180px;
        max-width: 180px;
    }
}

@media (max-width: 575px) {
    .mini-cart > a .count_item {
        font-size: 12px;
    }

    .custom-spacing {
        padding-top: calc(var(--spacing-top-section-mb) * 1px);
        padding-bottom: calc(var(--spacing-bottom-section-mb) * 1px);
    }

    .navigation {
        border: 0px solid #e1e1e1;
    }

    .ega-sm-wrapper {
        right: 12px !important
    }

    .crbtn__link {
        /*background: var(--price-color) !important;*/
    }

    #search-header .custom-input-group .input-group-field { /*height: 35px;*/

        padding-right: 60px;
    }
}

@media (max-width: 375px) {
    .mid-header {
        padding: 12px 0px 26px;
    }

    #search-header .custom-input-group .input-group-field {
        padding-right: 45px;
    }

    #search-header .btn {
        padding: 4px 10px;
    }
}

@media (max-width: 1024px) {
    .subheader .container {
        grid-template-columns: calc(25% - 24px) 1fr;
    }

    .title-menu {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .toogle-nav-wrapper:hover .navigation-wrapper {
        opacity: 1;
        visibility: visible;
        z-index: 90;
    }

    #mobile-menu.active {
        left: 0;
        z-index: 99999;
        opacity: 1;
    }

    #mobile-menu.active + .menu-overlay {
        position: fixed;
        left: 0;
        top: 0 !important;
        z-index: 9998;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    #mobile-menu .subheader {
        display: block;
    }

    .ega-smartsearch-item__price ins {
        font-size: 14px !important;
    }

    .ega-smartsearch-item__price del {
        font-size: 13px !important;
    }
}

@media (min-width: 1024px) {
    .shop-policises .link:hover {
        color: var(--primary-color);
    }

    .subheader-right a:hover span {
        color: var(--primary-color);
    }

    .subheader-right a:hover svg {
        fill: var(--primary-color);
    }

    .mini-cart:hover .top-cart-content {
        z-index: 199;
        visibility: visible;
        opacity: 1;
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    }
}

@media (max-width: 767px) {
    .custom-input-group .input-group-btn .btn {
        padding: 4px 10px;
    }

    .item_product_main .product-name {
        min-height: 38px;
    }

    .item_product_main .price-contact {
        font-size: 14px;
        display: block;
    }

    .item_product_main .price {
        font-size: 14px;
        display: block;
    }

    .item_product_main .compare-price {
        font-size: 13px;
    }

    .item_product_main .sapo-product-reviews-badge .sapo-product-reviews-star i {
        font-size: 14px !important;
    }

    .item_product_main button.product-item-btn {
        width: 28px;
        height: 28px;
        top: 0px;
    }

    .item_product_main .product-item-cta {
        padding-right: 0;
    }

    .heading-bar__title {
        font-size: 18px;
        font-size: 18px;
    }

    .heading-bar__title a {
        font-size: 18px;
    }

    .mid-footer .list-menu.toggle-mn {
        display: none;
    }

    .page-item .page-link {
		--w:26px;
        width: var(--w);
        height: var(--w);
    }

    .page-item span {
        width: var(--w);
        height: var(--w);
    }

    .item_skeleton::after {
        padding-top: calc(100% + 115px);
    }

    .product-list {
        padding: 1px;
    }

    .top-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-footer .follow_option {
        justify-content: center;
    }

    .top-footer .subscribe {
        justify-content: center;
        flex-wrap: wrap;
    }

    .section_prd_feature:not(.slick-slider) .product-col {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .recent-view-list:not(.slick-slider) .product-col {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .compare-product__item {
        font-size: 13px;
        overflow-x: auto;
        padding: 5px;
    }

    .compare-product__item td {
        padding: 5px;
    }

    .compare-product__specifications .compare-product__item {
        padding: 0;
    }

    .compare-product__specifications table {
        display: block;
        width: 100%;
    }

    .compare-product__specifications tbody {
        display: block;
        width: 100%;
    }

    .compare-product__specifications tr {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

    .compare-product__specifications tr:not(:first-child) {
        border-top: none;
    }

    .compare-product__specifications td {
        display: block;
        width: 100%;
        border: none;
    }

    .compare-product__specifications td:first-child {
        display: block;
        width: 100%;
        font-weight: 600;
    }

    .compare-product__qv .container {
        grid-template-columns: 100%;
    }

    .compare-product__qv-show {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        border-top: 1px solid #e0e0e0;
        padding: 5px;
    }
}

@media (min-width: 1025px) {
    .item_product_main {
        font-size: 16px;
    }

    .item_product_main:hover .product-name a {
        color: var(--primary-color);
    }

    .item_product_main:hover .product-action .group_action {
        opacity: 1;
        z-index: 99;
        visibility: visible;
        align-items: center;
    }

    .navigation {
        max-height: var(--nav-height);
        border-radius: 0 0 5px 5px;
    }
}

@media (max-width: 320px) {
    .header_menu.active .search-bar {
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .backtop {
        bottom: 60px;
    }

    .section_prd_feature:not(.slick-slider) .product-col,
    .recent-view-list:not(.slick-slider) .product-col {
        flex: 0 0 48%;
        max-width: 48%;
    }
	.item_product_main button.product-item-btn{
		top: -5px;
	}
}

@media screen and (max-width: 375px) {
    #ega-smartsearch-search-top {
        max-height: 45vh;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1400px) {
    .header-right-support {
        display: none;
    }
}

@media (max-width: 1199px) {
    .subheader .toogle-nav-wrapper {
        font-size: 14px;
    }
}

.item_product_main .item-color-chosen {
    display: flex;
    margin: 5px 0;
    flex-wrap: wrap;
}

.item_product_main .item-color-chosen .color-dot {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    box-shadow: 0 0 0 1px #eee;
    margin: 5px;
    cursor: pointer;
    transition: box-shadow .25s ease, transform .25s ease
}

.item_product_main .item-color-chosen .color-dot.selected {
    box-shadow: 0 0 0 1.5px var(--primary-color), inset 0 0 0 4px #fff
}

.item_product_main .item-color-chosen .color-dot .color-name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: blue;
    bottom: 100%;
    background: #333;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.item_product_main .item-color-chosen .color-dot .color-name:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    top: 100%;
    width: 100%
}

.item_product_main .item-color-chosen .color-dot .color-name:after {
    background: #333333;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px
}

@media (max-width: 1199px) {
    .item_product_main .item-color-chosen .color-dot .color-name {
        display: none;
    }
}

.item_product_main .item-color-chosen .color-dot:hover {
    box-shadow: 0 0 0 2.5px var(--primary-color), inset 0 0 0 4px #fff;
    transform: scale(1.1)
}

.item_product_main .item-color-chosen .color-dot:hover .color-name {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 8px)
}

.item_product_main .item-color-chosen .color-more {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 5px;
    color: #888;
    cursor: pointer
}

@media (min-width: 1600px) {
    .item_product_main .item-color-chosen .color-more {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 22px;
    }

    .item_product_main .item-color-chosen .color-dot {
        width: 45px;
        height: 45px;
    }
}

.item_product_main .item-color-chosen .color-more span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    background: #333;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    width: auto;
    min-width: max-content
}

.item_product_main .item-color-chosen .color-more span:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    top: 100%;
    width: 100%
}

.item_product_main .item-color-chosen .color-more span:after {
    background: #333333;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px
}

.item_product_main .item-color-chosen .color-more:hover span {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 8px)
}

@media (max-width: 991px) {
    .item_product_main .item-color-chosen .color-dot {
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }
}

.nav--controls .navigation-horizontal-wrapper{
	overflow: hidden;
    max-height: 50px;
}
.nav--controls .navigation--horizontal-ul{
	--nav-height: 313px;
    min-height: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
	background: transparent;
    border: none;
}
.nav--controls.navigation--horizontal nav .list-group-child-1{
	left: inherit;
}
.nav--controls.navigation--horizontal nav .list-group-child li{
	position: initial;
}
.nav--controls.navigation--horizontal .navigation-arrows {
    display: none;
}
.nav--controls.navigation--horizontal .navigation-horizontal-wrapper.overflow+.navigation-arrows {
    display: flex;
    align-items: center;
}
.nav--controls.navigation--horizontal .navigation-arrows i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav--controls.navigation--horizontal .navigation-arrows i.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}