body {
    font-family: poppins, sans-serif;
}

.header .menu>ul>li .menu-subs.menu-column-4 .list-item:nth-last-child(2) {
    border-right: 0;
}

.home-item {
    padding: 2px;
}

.home-item .productOrj {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

.home-item .productOrj img {
    border-radius: 0 !important;
}

.cat-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-image-wrap .cat-image:first-child {
    margin-left: 10%;
}

.cat-image-wrap .cat-image {
    height: 180px;
    width: 180px;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.cat-image a {
    float: left;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
}

.cat-image .wrapper-img {
    overflow: hidden;
    border: 2px solid #d6d6d6;
    padding: 3px;
    text-align: center;
    border-radius: 50%;
}

.cat-image .wrapper-img img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    transition: transform .5s ease;
    max-width: 170px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: auto;
}

.cat-image .wrapper-img img:hover {
    transform: scale(1.1);
}

.wrapper-text {
    color: #40484E;
    letter-spacing: .32px;
    margin-top: 10px;
}

.nav__link {
    margin-left: 30px;
    background: transparent;
    cursor: pointer;
}

.login-page {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0;
}

#tab_login li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

#tab_login li a {
    border-radius: 0.25rem;
    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 29px 16px 29px;
    line-height: 1;
    background-color: #f7f7f7;
    font-weight: 500;
    margin: 0.5rem;
    color: #000;
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

#tab_login li:first-child a {
    margin-left: 0;
}

#tab_login li a.active {
    background: #000;
    color: #fff;
}

.tab-register-div {
    display: none;
}

.menu-icon-is {
    display: none;
}

.owl-carousel .owl-item .lozad {
    opacity: 0;
    transition: opacity 400ms ease;
    transform-style: preserve-3d;
}

.lozad[data-loaded="true"] {
    opacity: 1 !important;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title>span {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.owl-carousel button.owl-dot {
    margin: 5px;
}

button.owl-dot span {
    border: 2px solid #fff;
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: block;
}

button.owl-dot.active span {
    background: #fff;
}

.owl-nav {
    position: absolute;
    top: 45%;
    left: 10px;
    right: 10px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    display: inline-block;
    z-index: 9;
    font-size: 0;
    text-align: center;
    top: 0;
    margin: 0;
    opacity: 1 !important;
    float: left;
    border-radius: 12px;
    cursor: pointer;
    position: absolute;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button span {
    font-size: 26px;
    height: 100%;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 5px;
    background: #f5f5f5;
    justify-content: center;
    width: 25px;
}


.btn {
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
}

#toggler {
    display: none;
}

.forgot {
    font-size: 16px;
    color: #8F9BA7 !important;
    text-decoration: underline !important;
}

.bienModal,
.loadGif {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.bienModal::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.bienModalContent {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.closeModal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-item a h1,
.breadcrumb-item a {
    line-height: 21px;
    display: inline;
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #000;
    padding: 0 5px;
}

.breadcrumb-item:first-child::before {
    content: "";
    color: #000;
}

.breadcrumb-content {
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    border-top: 1px solid #000;

    border-image: initial;
    border-bottom: 1px solid #000;
}

.product-list {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.productOrj {
    width: 100%;
    max-width: 24.99vw;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    cursor: pointer;
    /* border-radius: 20px; */
}

.productOrj:first-child {
    border-left: 0;
}

.productItem {
    width: 100%;
    height: 90px;
    padding: 5px 15px 7px;
    position: relative;
}

.first-price {
    color: rgb(190, 190, 190);
    text-decoration: line-through;
    margin-bottom: 4px;
}

.percent {
    position: absolute;
    left: 10px;
    top: 10px;
    background: red;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 45px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    z-index: 2;
}

.product-title h2 {
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: none;
    margin: 4px 0px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    text-align: center;
}

.favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 20px;
}

.owl-carousel .owl-item {
    opacity: 1;
    transition: opacity 400ms ease;
}

.productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.prodOwl {
    display: block;
    opacity: 1;
}

.imageItem:first-child {
    display: block;
}

.imageItem {
    display: none;
    height: 100%;
}

.productOrj .productImage a {
    position: relative;
    padding-bottom: 100%;
    height: 100%;
    display: block;

}

.productOrj .productImage img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    width: inherit;
    border-radius: 20px;
}

.productOrj .owl-dots {
    right: inherit;
}

.productOrj button.owl-dot span {
    border: none;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    padding: 2px;
    background: rgba(190, 190, 190, 0.5);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.productOrj button.owl-dot.active span {
    border: none;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    padding: 2px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

#sortingChange {
    border: none;
    outline: 0;
}

#filterFixed {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
    -webkit-transition: .5s;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform: translateX(100%);
}

#filterFixed.active {
    transform: translateX(0%);
}

.filters {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 400px;
    height: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.filter-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 59px;
    box-shadow: rgba(40, 49, 59, 0.06) 0px 3px 6px 0px;
}

/* .filter-content {
    margin-top: 43px;
    height: 85%;
    overflow-y: auto;
} */

.filter-footer {
    position: absolute;
    bottom: 10%;

    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.clear-filter {
    font-weight: 500;
    background: transparent;
    font-size: 14px;
    width: 345px;
    height: auto;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(51, 51, 51);
    padding: 17px 0px;
    letter-spacing: 2px;
    text-transform: none;
    transition: all 0.2s ease-in-out 0s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
}

.form-check-input.filter-check {
    width: 15px;
    height: 15px;
}

.sizes,
.colors {
    display: flex;
    flex-wrap: wrap;
}

.span-fltr {
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}

.flt-header {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    margin-top: 16px;
    padding: 10px 0px;
    cursor: pointer;
    font-weight: bold;
}

.addToCart {
    position: absolute;
    right: 0;
    top: -45px;
    z-index: 2;
    background: #fff;
    border-radius: 100%;
    right: 13px;
}

.splide__slide img {
    height: 100%;
}

.splide__arrows--ttb .splide__arrow {
    background: rgba(64, 72, 79, .7);
    border: 1px solid rgba(64, 72, 79, .7);
    height: 20px;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    opacity: 1;
}

.splide__arrow svg {
    fill: #fff !important;
    height: 1em !important;
    width: 0.8em !important
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 0 !important;
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 0 !important;
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 0 !important;
}

#vertical-slider,
#vue-splide-vertical {
    background-color: #f5f5f5;
}

.splide__track--ttb>.splide__list {
    padding-top: 22px !important;
}

.splide__track--nav>.splide__list>.splide__slide>a {
    opacity: .6;
    display: block;
    background-color: #efefef;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(64, 72, 78, .1);
}

.splide__track--nav>.splide__list>.splide__slide.is-active>a {
    border: 1px solid #40484e !important;
    opacity: 1 !important;
}

.splide__arrow:focus-visible,
.splide__slide:focus-visible,
.splide__pagination__page:focus-visible {
    outline: 0 !important;
}

#main-slider .splide__arrow,
#vue-splide .splide__arrow {
    width: 26px !important;
    height: 40px !important;
    border-radius: 0;
    background-color: rgba(245, 245, 245, .7);
}

#main-slider .splide__arrow svg,
#vue-splide .splide__arrow svg {
    fill: rgba(64, 72, 79, .7) !important;
    height: 1.3em !important;
    width: 1.8em !important
}

.product-detail-header {
    z-index: 2;
    max-width: 735px;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
}

.product-detail-header::before {
    content: "";
    z-index: 100;
    width: 100vw;
    height: 60px;
    background-color: #f9f9f9;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
}

.product-detail-row .product-title {
    font-size: 16px;
    letter-spacing: 1.4px;
    color: #40484e;
    line-height: 22px;
    text-transform: uppercase;
}

.accordion__header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.625rem;
    transition: color 250ms;
    cursor: pointer;
    height: 41px;
    border-color: #efefef;
    border-bottom: 0;
    background-color: #f9f9f9;

    font-size: 14px;
    letter-spacing: .69px;
    color: #40484e;
    padding: 10px 15px;
}

.accordion__header::after {
    content: "+";
    font-size: 1.25rem;
    color: #888;
}

.accordion__header.-active::after {
    content: "";
    width: 0.625rem;
    height: 0.125rem;
    background-color: #888;
    margin-right: 0.0625rem;
}

.accordion__card {
    border: 1px solid #efefef;
    border-radius: 0;
    margin-bottom: 15px;
}

.accordion__header.color::after {
    content: "";
}

.accordion__body {
    padding: 10px 15px;
    display: none;
}

.sticky {
    position: sticky;
    top: 20px;
    z-index: 3;
}

.product-price {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.detail-pasif-price del {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #989C9F;
    letter-spacing: .7px;
    text-decoration: line-through;
}

.last-price.detail {
    font-size: 19px;
    margin-left: 10px;
    padding-left: 10px;
}

.basket-discount.detail {
    font-size: 21px;
}

.detail-basket {
    font-size: 16px;
}

.percent-detail {
    color: #f04c35;
    font-size: 14px;
    padding: 2px 4px;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}

.detail-bord {
    border-bottom: 1px solid #efefef;
    background-color: rgba(249, 249, 249, .6);
    padding: 10px;
}

.add-to-cart.detail {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    background-color: #000;
    line-height: 47px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.13px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.detail-bord.footer {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #fcfcfc;
    border: 1px solid #efefef;
    border-top: 0;
    font-size: 14px;
}

.right-btn {
    padding-bottom: 2rem;
}

.last-price.-bord.-detail {
    display: block;
    font-size: 19px;
    font-weight: bold;
}

button:disabled {
    border: 1px solid #e6e6e6;
    color: #999;
    background: linear-gradient(to bottom left, transparent calc(50% - 1px), #e6e6e6 calc(50% - 1px), #e6e6e6 50%, transparent 50%);
}

button:disabled img {
    opacity: .2;
}

.sizeBtn {
    position: unset;
    background: transparent;
    color: inherit;
    visibility: unset;
    opacity: unset;
    font-size: 90%;
    text-align: center;
    padding: 5px 10px 4px 10px;
    min-width: 70px;
    -webkit-transform: translate(0, 0);
    margin-bottom: 10px;
    border:1px solid #ccc;
    width:100%;
}

.sizeBtn.active,
.other-color.active {
    border: 1px solid #000;
}

.sizeBtn.active:after, .other-color.active:after {
    bottom: 0;
    right: 0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: transparent;
    border-width: 4px;
    border-bottom-color: inherit;
    border-right-color: inherit;
}


#cartContent {
    max-width: 1240px;
    margin: auto;
}

.cartLeft {
    box-shadow: 4px 4px 20px 0 rgba(64, 72, 78, .09);
}

.cartItem {
    border-bottom: 1px solid rgb(228, 228, 228);
}

.cartImg {
    width: 60px;
    height: 100%;
    cursor: pointer;
    margin: auto;
}

.cartListTitle {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.deliver,
.cart-piece {
    font-weight: 400;
    font-size: 10px;
    color: rgb(51, 51, 51);
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: none;
}

.cart-title {
    font-weight: 500;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.n-quantity__button,
.n-quantity__value {
    width: 34px;
    height: 34px;
    background-color: rgb(244, 244, 244);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid rgb(228, 228, 228);
}

.n-quantity__value {
    background-color: #fff;
    font-size: 10px;
    border: 0;
    border-top: 1px solid rgb(228, 228, 228);
    border-bottom: 1px solid rgb(228, 228, 228);
}

.layaout__hedaer {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background-color: rgba(64, 72, 79, .1);
    height: 40px;
    font-size: 18px;
    letter-spacing: .6px;
}

.sizes-div,
.colors-div {
    display: none;
}

.flt-header::after {
    content: "+";
    font-size: 1.25rem;
    color: #888;
}

.flt-header.-active::after {
    content: "";
    width: 0.625rem;
    height: 0.125rem;
    background-color: #888;
    margin-right: 0.0625rem;
}

.tab-btn,
.tab-a {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity;
    transition-duration: 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: .89rem;
    padding: 1rem 1.5rem;
    height: 3rem;
    color: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
}

.tab-a {
    opacity: 1;
}

.tab-btn.selected {
    opacity: 1;
    background: #000;
    color: #fff;
    border-radius: 0;
}

#fatura.hidden {
    display: none;
}

.hidden {
    display: none;
}

.tab-btn:hover {
    opacity: 1;
}

.tab-content {
    display: block;
}

.tab-content.hidden {
    display: none;
}

.account-nav {
    z-index: 2;
    transition: all 0.3s linear 0s;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    width: 240px;
    height: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
}

.page-intro {
    padding-left: 240px;
    transition: padding 0.3s linear;
    background-color: white;
    width: 100vw;
    min-height: 100vh;
}

.form-control.account {
    max-width: 100%;
}

.header-intro {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 40px;
    background: #000;
}

.card {
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    box-shadow: none;
}

.card-header {
    background-color: #fafafa;
    padding: 5px 15px;
}

.card-footer,
.card-body {
    padding: 5px 15px;
    border: 0;
}

.card-text {
    font-size: 12px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-radio {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid rgb(0, 0, 0);
    appearance: none;
    outline: none;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

.form-radio:checked {
    background-image: url(../products/productIcon/checkbox.jpg);
    background-size: cover;
}

.wm-order {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px;
}

.woocommerce-order-overview {
    background: #f8f8f8;
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.woocommerce-order-overview:before,
.woocommerce-order-overview:after {
    background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #f8f8f8 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #f8f8f8 33.33%, transparent 33.33%);
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px;
}

.woocommerce-order-overview:after {
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.woocommerce-order-overview li {
    padding: 1em 1.618em;
    font-size: 0.8em;
    width: 25%;
    text-transform: uppercase;
    border-right: 1px dotted #e3e3e3;
    text-align: center;
}

.woocommerce-order-overview li:last-child {
    border-right: none;
}

.flag {
    background: url(./flags.png) no-repeat;
    height: 15px;
    line-height: 15px;
    padding-left: 25px;
    margin: 5px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
}

.flag-tr {
    background-position: 0 -19760px;
}

.flag-en {
    background-position: 0 -20638px;
}

.flag-fr {
    background-position: 0 -6640px;
}

.accordion__header.order {
    height: auto;
    background-color: #fff;
}

.accordion__card.order {
    border: 1px solid #d6d6d6;
}

.theme-banners .row div:first-child {
    padding-left: 0 !important;
}

.theme-banners .row div:last-child {
    padding-right: 0 !important;
}


.yshFooterContent ul {
    margin: 0;
    padding: 0;
}

.yshFooterContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.yshFooterContent .img-responsive {
    margin: auto;
    max-width: 100%;
}

.yshFooterContent li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.yshFooterContent .footerRow {
    padding: 20px;
}

.yshFooterContent .footerRow:After {
    clear: both;
    display: table;
    content: "";
}

.yshFooterContent .footerCol {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yshFooterContent .footerCol.f-col-2 {
    width: 20%;
}

.yshFooterContent .footerRow h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding: 0;
}

.yshFooterContent .footerRow h3 span {
    float: left;
}

.yshFooterContent .footerRow h3 span:before {
    font-size: 20px;
    line-height: 15px;
}


.yshFooterContent .footerRow ul.List:After {
    clear: both;
    display: table;
    content: "";
}

.yshFooterContent .footerRow ul.List.FooterSocial li {
    width: 50%;
    float: left;
}

.yshFooterContent .footerRow ul.List li.Item {
    margin-bottom: 5px;
}

.yshFooterContent .footerRow ul.List li.Item a.Link {
    color: #000;
    font-size: 13px;
    padding: 0;
    font-weight: normal;
    line-height: 23px;
    width: 100%;
    text-decoration: none;
}

.yshFooterContent .footerRow ul.List li.Item a.Link:hover {
    text-decoration: underline !important;
}


.yshFooterContent .footerRow ul.List.FooterSocial li.Item a.Link i {
    width: 20px;
    height: 23px;
    line-height: 23px;
    text-align: left;
    font-size: 16px;
    margin-right: 5px;
}

.yshFooterContent .footerRow ul.List.FooterApp li.Item a.Link i {
    font-size: 18px;
    line-height: 23px;
    float: left;
    margin-right: 5px;
}

.yshFooterContent .BankaLogo {
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
    text-align: center;
    float: left;
}

.yshFooterContent .CopyDiv {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

.yshFooterContent .ticiSeoText {
    font-size: 10px;
    margin-top: 20px;
    color: #b7b7b7;
    text-align: center;
}

.yshFooterContent .ticiFooterTop {
    margin-bottom: 40px;
}

.yshFooterContent .ticiBulten {
    display: block;
    margin: 0 auto;
    max-width: 490px;
    text-align: center;
}

.yshFooterContent .ticiBulten:After {
    clear: both;
    display: table;
    content: "";
}

.yshFooterContent .ticiBulten h2 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.yshFooterContent .ticiBulten p {
    font-size: 12px;
    color: #8e8e8e;
    font-weight: 600;
    margin-top: 10px;
}

.yshFooterContent .ticiBultenContent {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.yshFooterContent #divNewsLetter {
    display: block;
    padding: 0;
    margin: 0;
    float: right;
    position: relative;
    width: 100%;
}

.yshFooterContent #divNewsLetter label {
    display: none;
}

.yshFooterContent #UpdatePanel1 {
    position: relative;
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.yshFooterContent #txtbxNewsletterMail {
    display: inline-block;
    color: #999999;
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 50px;
    padding: 0 120px 0 10px;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    border-radius: 0;
    opacity: 1;
}

.yshFooterContent #txtbxNewsletterMail::-webkit-input-placeholder {
    color: #999999;
}

.yshFooterContent #txtbxNewsletterMail:-moz-placeholder {
    color: #999999;
}

.yshFooterContent #txtbxNewsletterMail::-moz-placeholder {
    color: #999999;
}

.yshFooterContent #txtbxNewsletterMail:-ms-input-placeholder {
    color: #999999;
}

.yshFooterContent #txtbxNewsletterMail:focus {
    color: #999999;
}

.yshFooterContent .newsbutton {
    float: right;
    position: absolute;
    top: 9px;
    right: 6px;
    width: 108px;
    height: 33px;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 0;
    line-height: 33px;
    background: #000;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.yshFooterContent .newsbutton:hover {
    background: #666;
}

.yshFooterContent .ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0;
}

.fmenu-wrap {
    padding-top: .5rem;
}

.yshFooterContent .footerRow {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: start;
}

#back-to-top {
    float: right;
    position: fixed;
    right: 1%;
    bottom: 10%;
    z-index: 9999;
    display: none;
}

#back-to-top a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #000;
    fill: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#back-to-top a svg {
    height: 25px;
}

.sticky_header {
    background-color: #f9f9f9;
}

.cartBottomThirdButton {
    display: none;
}

.ustSol ul {
    display: flex;
    align-items: center;
}

.ustSol ul li {
    margin-right: 40px;
}

.ustSol ul li a {
    color: #3b3637;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.ustSol ul li svg {
    margin-right: 5px;
}

.searchBar {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    border-left: 1px solid #d6d6d6;
    right: 0;
    width: 40%;
    top: 0;
    height: 100%;
}

.searchHeader {
    width: 100%;
    border: none;
    -webkit-box-align: center;
    display: none;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    padding: 27px 40px 27px 30px;
}

#searchForm {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f1f1f1;
    padding: 0 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 44px;
}

#searchInput {
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    border-radius: 0px 10px 0px 0px;
    background: none;
    font-weight: 500;
    font-size: 10px;
    color: rgb(0, 0, 0);
    line-height: 16px;
    letter-spacing: 1px;
}

#searchForm svg {
    border: none;
    z-index: 999;
    display: block;
    background: none;
}

#searchResult {
    height: 75vh;
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 15px;
    position: absolute;
    background-color: #fff;
    z-index: 4;
    display: none;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.4);

}

#searchResult.show {
    display: block;
}

#searchResult.active {
    display: block;
}

#searchResult::-webkit-scrollbar {
    color: black;
    cursor: pointer;
    width: 10px;
}

#searchResult::-webkit-scrollbar-thumb {
    background: #000;
}

.searchBar {
    transition: all 0.3s linear 0s;
    top: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
}

.searchBar.active {
    transform: translateX(0%);
}

#badge-cart {
    top: -15px;
    width: 17px;
    height: 17px;
    background-color: #40484e;
    color: #fff;
    border-radius: 50%;
    font-family: BrandonTextBold;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    position: absolute;
    left: 12px;
    bottom: 21px;
}

.showroom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7ebed;
    height: 45px;
    border-radius: 5px;
    margin-top: 10px;
}

.showroom a {
    position: relative;
    margin-left: 6px;
    font-size: 14px;
    letter-spacing: .4px;
    color: #40484e;
}

.ordersTable {
    padding: 5px;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(222, 2222, 222, .1), 1px 1px 0 0 rgba(255, 255, 255, 1);
    box-shadow: inset 1px 1px 0 0 rgba(222, 222, 222, .1), 1px 1px 0 0 rgba(255, 255, 255, 1);
    margin-bottom: 1px;
    background: #fefefe;
    position: relative
}

.ordersTable .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.btn-filter {
    border: 1px solid #c9c9c9;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #c9c9c9;
    background-color: #f5f5f5;
}

.filter-panel {
    border: 1px solid #c9c9c9;
    display: none;
}

.filter-panel.active {
    display: block;
}

.orderFilter.active {
    background: #000 !important;
    color: #fff;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
}

.show-password {
    position: absolute;
    top: 0;
    right: 8px;
    width: 45px;
    border-radius: 3px;
    min-width: 50px;
    height: 100%;
    font-size: 20px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

.error-message {
    line-height: 1;
}

.iti__country {
    color: #000;
}

.filter-header-list {
    padding: 20px 25px 10px 25px;
    background: #f8f8f8;
    position: relative;
    margin-bottom: 25px;

    &>span {
        margin-bottom: 0.5em;
        margin-top: 0;
        padding-right: 20px;
        font-size: 150%;
        line-height: 25px;
        font-weight: 600;
        display: block;
    }

    &>.list-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 25px;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    &>.list-toggle::before,
    &>.list-toggle::after {
        display: inline-block;
        content: "";
        position: absolute;
        width: 15px;
        height: 1px;
        right: 0;
        top: 12px;
        border-top: 1px solid #333;
        right: 25px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    &>.list-toggle::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    &>.list-toggle.active::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    &>.filter-content {
        padding-top: 5px;
        display: none;
    }
}


.range-input {
    width: 95px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid rgba(64, 72, 78, .3);
    text-align: center;
    font-family: BrandonBold;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    color: #40484e;
}

.detail-navs {
    background: #f7f7f7;
    display: block;
    position: relative;
    padding: 0px;

    & span {
        font-size: 135%;
        line-height: 1.6;
        font-weight: 600;
    }

    & .container {
        padding-top: 10px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 135px;
    }
}

.loader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

.cat-search-title {
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: .32px;
    color: #40484E;
    background-color: #fff !important;
    float: left;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.cat-search-title-a {
    color: #212529;
    padding: 0 15px;
    color: #40484E;
    text-transform: capitalize;
    max-width: 232px;
    font-weight:bold;
    font-size:12px;
}


@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

.radius-20 {
    border-radius: 20px;
}

.header-titles {
    font-size: 2em;
}

.filterActive {
    display: none;
}

.BankaLogo img {
    max-height: 40px;
}

.theme-banners img {
    line-height: 1;
    vertical-align: middle;
    width: 100%;
}

.header__area-menu-bar-main-menu ul li .sub-menu li{
    width:100%;
}

.header__area-menu-bar-main-menu ul li .sub-menu li a{
    text-transform:capitalize;
    justify-content:start;
}

#searchResult{
    & a.product-url {
        position: relative;
        padding-bottom: 100%;
        height: 100%;
        display: block;
        & .productSliderImage{
            max-width: 100%;
            height: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 0;
            transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            width: inherit;
            border-radius: 20px;
        }
    }
}

 .float-wp {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 150px;
    right: 10px;
    background-color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 38px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 12px;
    border-radius: 50%;
    & i {
        color: #25d366;
    }
}

 .marquee-container {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      padding: 10px 0;
    }

    .marquee-text {
      display: inline-block;
      font-size: 1.5rem;
      font-weight: bold;
      animation: marquee 10s linear infinite;
    }

    @keyframes marquee {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
    }

/* mobil */

@media(min-width:768px) {
    
    #mobilemenu {
        margin: 20px;
    }

    .yshFooterContent .footerRow .footerCol:first-child .fmenu-wrap {
        border-right: 1px solid #d6d6d6;
    }

    .by-ysh-es {
        max-width: 260px;
    }

    .dskNone {
        display: none;
    }
}

@media(min-width:991px){
    .header__area-menu-bar-main-menu ul li .sub-menu{
             min-width: 450px;
        padding: 10px;
        display: grid
;
        -webkit-box-pack: center;
        justify-content: center;
        justify-items: center;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
    }
    .header__area-menu-bar-main-menu ul li .sub-menu li{
        border-bottom:0;
    }
    
    .header__area-menu-bar-main-menu ul li .sub-menu li a{
        width: 100%;
        display: block;
        text-align: left;
    }
}

@media(max-width:1024px) {

    #vertical-slider,
    #vue-splide-vertical {
        display: none;
    }

    .product-detail-header::after {
        content: "";
        z-index: 100;
        width: 2vw;
        height: 60px;
        background-color: #f9f9f9;
        transform: translateX(100%);
        position: absolute;
        right: 0;
    }
}

@media (max-width: 991px) {
    .marquee-text{
        font-size:1rem;
    }
    .owl-nav{
        top:30%!important;
    }
    .userContent{
        padding:0 10px;
    }
    #tab_login li a{
        padding:15px!important;
    }
    #variantsPDetail{
        margin-top:0!important;
        margin-bottom: 20px!important;
        padding: 0 10px;
    }
    .mbl-mb-0{
        margin-bottom:0!important;
    }
    
    .logo-img img{
        width: auto;
        padding-top:5px;
    }
    .closeFilter {
        display: flex !important;
        justify-content: space-between;
    }

    .header-titles {
        font-size: 1em;
        background-color: #000;
        color: #fff;
        text-align: center;
    }

    .filterActive {
        display: block;
    }

    #filterVue {
        position: fixed;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        width: 75%;
        left: 0;
        overflow-y: auto;
        -webkit-transition: .5s;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: transform .75s cubic-bezier(.19, 1, .22, 1);
        transform: translateX(-100%);
    }

    #filterVue.active {
        transform: translateX(0);
    }

    .menuMobile {
        margin-left: 10px;
        padding-top: 13px !important;
        display: flex;
        align-items: center;
        & svg{
            margin-left: 10px;
            margin-top: 3px;
        }
    }

    .showroom {
        display: none;
    }

    #toggler {
        display: block;
        position: absolute;
        top: 0;
    }

    .page-intro {
        padding-left: 0;
    }

    .account-nav {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .account-nav.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .product-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .searchBar {
        width: 100%;
    }

    .searchBody {
        padding: 10px
    }

    .searchHeader {
        padding: 15px !important;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .productOrj {
        max-width: 33.333333vw;
    }

    .theme-banners .row .col-12 {
        padding: 0 !important;
    }

    .header .menu>ul>li {
        position: relative;
    }

    .menu-icon-is {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        display: block;
    }

    .header .menu>ul>li .menu-subs,
    .header .menu>ul>li .menu-subs.menu-mega.active {
        display: block;
    }

    .header .menu>ul>li .menu-subs,
    .header .menu>ul>li .menu-subs.menu-mega.active>.list-item {
        padding: 0 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .header .menu>ul>li .menu-subs,
    .header .menu>ul>li .menu-subs.menu-mega {
        position: fixed;
    }

    .cat-image-wrap {
        display: none;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item .title>span {
        font-size: 1.25rem;
        color: #888;
        text-align: right;
        padding-right: 10px;
        display: block;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item .title>a,
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item .title>span {
        width: 50%;
        display: inline-block;
    }

    .title-spans {
        content: '+';
    }

    .filters {
        background: white;
        outline: none;
        display: block;
        width: 100%;
        height: 100dvh;
        border-radius: 2px;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 11px 0px;
        border: 1px solid rgb(236, 236, 236);
        padding: 20px 30px;
    }

    .yshFooterContent .footerRow {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #by-ysh-foot-div {
        padding: 0 10px;
    }

    .header div:not(.productImage) {
        padding: 0;
    }

    .productImage {
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo {
        display: flex;
        align-items: center;
        gap: 20px
    }

    #badge-cart {
        position: absolute;
        top: 1px;
        left: -12.5px;
        font-size: 11px;
    }

    .users nav.containerr {
        padding-top: 10px !important;
        padding-bottom: 5px;
    }

    .theme-banners .row div:nth-child(2) {
        padding-right: 0 !important;
    }

    .theme-banners .row div:nth-child(3) {
        padding-left: 0 !important;
    }

    #productRight .sticky {
        position: relative;
        top:0;
    }

    #productRight .sticky>div:first-child {
        position: fixed;
        bottom: 48px;
        background: #fff;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #productRight .product-price .last-price.detail {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

    .detail-pasif-price del {
        font-size: 12px;
    }

    .add-to-cart.detail {
        font-size: 14px;
    }


    #productRight .detail-bord {
        background: #fff;
    }

    #productRight .basketBtn {
        width: 50%;
        padding: 0;
    }

    #productRight .detail-bord.footer.text-center,
    .mblSearch {
        display: none;
    }

    .bienModal {
        padding: 0;
    }

    .bienModal .bienModalContent .modalText .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }

    .filterList {
        justify-content: start;
    }

    #filterVue>button {
        width: 100%;
    }

    .cartItem {
        position: relative;
    }

    .cartLeft {
        padding: 0;
    }

    .cartListTitle {
        margin-left: 10px;
    }

    .cartPrice {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .cartPriceDetail {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .cart-info {
        position: unset;
    }

    .cart-titles {
        position: absolute;
        display: flex;
        width: 97%;
        top: -1px;
        align-items: center;
        left: 10px;
    }

    .cart-titles {
        display: block;
        width: auto;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .basket-discount.detail {
        font-size: 15px !important;
    }

    .continueButton,
    .orderBtn {
        position: fixed;
        bottom: 51px;
        z-index: 2;
        width: 100%;
        left: 0;
        right: 0;
        height: 40px;
    }

    .cartBottomThird {
        position: fixed;
        bottom: 74px;
        background: #fff;
        z-index: 2;
        width: 100%;
        left: 0;
        right: 0;
        padding: 10px;
        border-top: 1px solid #d6d6d6;
    }

    .cartBottomThirdButton {
        display: block;
    }

    .cartBottomFirst {
        transition: all 0.3s linear 0s;
        top: 0;
        left: 0;
        transform: translateY(100%);
        position: fixed;
        background-color: #fff;
        overflow: hidden;
        width: 240px;
        height: 100%;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
        z-index: 2;
    }

    .cartBottomFirst.active {
        transform: translateY(0);
    }

    .cartBottomThird.bottom {
        bottom: 0;
        margin: 0;
    }

    .searcVue {
        position: fixed;
        z-index: 9999999;
        background: #fff;
        border-left: 1px solid #d6d6d6;
        right: 0;
        top: 0;
        height: 100%;
        /* display: none; */
        transition: all 0.3s linear 0s;
        top: 0;
        right: 0;
        transform: translateY(100%);
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .05);
        width: 100%;
    }

    .searcVue.active {
        transform: translateY(0%);
    }

    #searchResult {
        height: 100%;
        max-height: 100%;
        padding-bottom: 100px;
    }

    #searchForm {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media(max-width:768px) {
    .addCartList {
        border: 0;
    }

    .listAddText {
        display: none;
    }

    .nav__link {
        margin-left: 10px;
        position: relative;
    }

    .price .fw-bold.text-success {
        font-size: 14px;
    }

    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .productOrj {
        max-width: 50vw;
    }

    .yshFooterContent .footerRow .footerCol .fmenu-wrap {
        margin-bottom: -1px;
        width: 100%;
    }

    .yshFooterContent .footerRow .footerCol:last-child .fmenu-wrap {
        margin-bottom: 0;
    }

    .yshFooterContent .footerRow .footerCol .fmenu-wrap {
        border-right: 0 !important;
    }



    .yshFooterContent .footerRow .footerCol h3 {
        line-height: 30px;
        position: relative;
        text-align: left;
        padding-left: 10px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .yshFooterContent .footerRow .footerCol h3 span:before {
        font-size: 12px !important;
        line-height: 30px;
    }

    .yshFooterContent .footerRow .footerCol.active h3 {
        border-bottom: 1px solid #eee;
    }

    .yshFooterContent .footerRow .footerCol h3:after {
        content: '+';
        position: absolute;
        right: 0;
        width: 30px;
        text-align: center;
    }

    .yshFooterContent .footerRow .footerCol.active h3:after {
        content: '-';
    }

    .yshFooterContent .footerRow ul.List {
        display: none;
        margin: 10px 0px;
    }

    .yshFooterContent .footerRow ul.List li.Item a.Link {
        padding: 0;
        font-size: 12px;
        text-align: left;
        display: block;
        padding-left: 10px;
        line-height: 20px;
    }

    .yshFooterContent .footerRow .footerCol.active ul.List {
        display: block;
    }

    .yshFooterContent .footerCol.f-col-2 {
        width: 100%;
    }

    .mblPayments {
        padding: 0;
    }

    .mblPayments .border {
        border: 0;
        border-bottom: 1px solid;
        padding: 0;
    }

    .mblPayments .border button,
    .mblPayments span {
        padding: 10px;
        display: block;
    }

    .wm-order {
        padding: 0;
    }

    .woocommerce-order-overview {
        display: block;
    }

    .woocommerce-order-overview li {
        width: 100%;
    }

    .productOrj .favorite {
        right: 25px;
    }

    .splide__slide {
        height: 300px !important;
    }
}