@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* @font-face {
    font-family: Vensfolk;
    src: url(./fonts/Vensfolk/VensfolkRegular.ttf);
} */

/* @font-face {
    font-family: Vensfolk;
    src: url(assets/fonts/Vensfolk/VensfolkRegular.ttf);
} */


:root {
    /* --main-color: #ce7852; */
    /* e59285 */

    /* --main-color: #C45D45; */
    /* --eerir-black: #191919; */
    --main-color: #F6EDE7;
    --eerie-black: #191919;
    --secodary-color: #6D6964;

    /* --primary-title-icons: #c9b182; */
    --primary-title-icons: #c9b182;
    --rgb-primary-title-icons: 163, 138, 91;
    --secondary-title-icons: #6D6964;
    --helper-title-icons: #A3A3A3;

}

.miniproduct .item01 .thumb a img {
    height: 80px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.setting__bar__icon .content-inner .switcher-currency .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap: 30px; */
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
}

.setting__bar__icon .content-inner .switcher-currency .socials i {
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--primary-title-icons);
}

.setting__bar__icon .content-inner .switcher-currency .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    /* padding-right: 10px; */
    word-break: break-all;
}

.setting__bar__icon .content-inner .switcher-currency .infos>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.setting__bar__icon .content-inner .switcher-currency .infos div i {
    color: var(--primary-title-icons);
}

.product__thumb .first__img img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.wn__newsletter__area {
    background-color: rgb(17, 16, 16) !important;
}

.bg-image--2 {

    background: unset;
}

.newsletter__box input::-webkit-input-placeholder {
    color: #9e9898;
}

.newsletter__box input::-moz-placeholder {
    color: #9e9898;
}

.newsletter__box input:-ms-input-placeholder {
    color: #9e9898;
}

.newsletter__box input::-ms-input-placeholder {
    color: #9e9898;
}

.newsletter__box input::placeholder {
    color: #9e9898;
}

.news-letter-content * {
    color: #fff !important;
}

.news-letter-logo img {
    background-color: var(--main-color) !important;
    border-radius: 50%;
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .news-letter-logo {
        display: none;
    }

    .wn__newsletter__area {
        background-color: #fff !important;
    }

    .news-letter-content * {
        color: #6D6964 !important;
    }
}

.product__nav {
    margin: 80px auto;
}

.all-product-slide {
    margin: 0 auto;
    width: 70%;
}

@media screen and (max-width: 1090px) {
    .all-product-slide {
        width: 95%;
    }
}

.product-card {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.slick-prev::before, .slick-next::before {
    color: var(--primary-title-icons) !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 3rem !important;

}



.slick-prev, .slick-next {
    z-index: 9;
    top: -50px;
}

.slick-prev {

    left: 40%;
}

.slick-next {
    right: 40%;
}

.slick-dots li button:before {
    font-size: 10px;
    color: var(--primary-title-icons) !important;
}

.product-card-image {
    width: 250px;
    height: 300px;
    position: relative;
    z-index: 111;
    isolation: isolate;
}

.product-card-image .image {
    height: 100%;
    width: 100%;
}

.product-card-image .image a {
    height: 100%;
    width: 100%;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card-image .caption {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 80px;
    height: 36px;
    color: #fff;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);

}

.product-card-image .caption p {
    position: relative !important;
    width: 100%;
    height: 100%;
    background-color: #6D6964;
    text-align: center;
    display: -ms-grid;
    display: grid;
    place-items: center;
}


.product-card-image p::before {
    content: '';
    position: absolute !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-color: #6D6964;
    z-index: -11 !important;
}


.product-card-content {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}



.product-card-content .product-card-content-shown>p {
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    word-break: break-all;
}

.product-card-content .product-card-content-shown .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card-content .product-card-content-shown .price .price-final {
    font-size: 15px;
    color: var(--primary-title-icons);
    font-weight: 700;
}

.product-card-content .product-card-content-shown .price .price-initial {
    text-decoration: line-through;
    font-weight: 700;
}

.product-card-content .product-card-content-hidden {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-card:hover .product-card-content .product-card-content-shown {
    visibility: hidden;
}

.product-card:hover .product-card-content .product-card-content-hidden {
    visibility: visible;
}

.product-card .product-card-content .product-card-content-hidden .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.product-card .product-card-content .product-card-content-hidden .actions a {
    font-size: 20px;
    opacity: 0;

    -webkit-transform: translateY(12px);

    -ms-transform: translateY(12px);

    transform: translateY(12px);
    -webkit-transition: opacity 0.05s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.05s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.05s ease, transform 0.4s ease;
    transition: opacity 0.05s ease, transform 0.4s ease;
    transition: opacity 0.05s ease, transform 0.4s ease, -webkit-transform 0.4s ease;

}

.product-card .product-card-content .product-card-content-hidden .actions a i {

    padding: 7px;
    font-size: 18px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* background-color: rgb(243, 238, 238); */
    background-color: var(--main-color);

}

.product-card .product-card-content .product-card-content-hidden .actions a i:hover {
    background-color: var(--primary-title-icons);
    color: #fff;
    padding: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-card:hover .product-card-content .product-card-content-hidden .actions a:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-card:hover .product-card-content .product-card-content-hidden .actions a:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.product-card:hover .product-card-content .product-card-content-hidden .actions a:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.product-card:hover .product-card-content .product-card-content-hidden .actions a:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.product-card:hover .product-card-content .product-card-content-hidden .rate {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.product-card:hover .product-card-content .product-card-content-hidden .rate * {
    cursor: pointer;
}

.product-card:hover .product-card-content .product-card-content-hidden .rate i:nth-child(1),
.product-card:hover .product-card-content .product-card-content-hidden .rate i:nth-child(2),
.product-card:hover .product-card-content .product-card-content-hidden .rate i:nth-child(3) {
    color: var(--primary-title-icons);
}

.product-card:hover .product-card-content .product-card-content-hidden .rate i:nth-child(4),
.product-card:hover .product-card-content .product-card-content-hidden .rate i:nth-child(5) {
    color: var(--helper-title-icons);
}

.best-seller-slider {
    margin-top: 30px;
}

.logo a img {
    width: 100px !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    height: 100%;
    margin-top: 10px;
}

.force-height {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    z-index: 999;
    display: -ms-grid;
    display: grid;
    place-items: center;
    display: none;
}

.loader img {
    width: 120px;
    height: 120px;
}


/* gallery-fashioiista-junior */
.gallery-fashionista-junior {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;

}

.gallery-fashionista-junior .container {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}


.selection-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
}

.selection-cards .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    height: 210px;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (max-width: 532px) {
    .selection-cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.selection-cards .card.selection-card-active {
    outline: 8px solid var(--primary-title-icons);
    outline-offset: 7px;
}

.selection-cards .card.selection-card-active::before {
    content: attr(data-name);
    display: -ms-grid;
    display: grid;
    place-items: center;
    position: absolute;
    inset: 0;
    background-color: rgba(var(--rgb-primary-title-icons), 0.5);
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.selection-cards .card::before {
    content: '';
    position: absolute;
    background-color: transparent;
    -webkit-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    inset: 1%;
}

.selection-cards .card:hover::before {
    content: attr(data-name);
    display: -ms-grid;
    display: grid;
    place-items: center;
    inset: 0;
    background-color: rgba(var(--rgb-primary-title-icons), 0.5);
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--main-color);
    -webkit-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}


.selection-cards .card.selection-card-active .name-view {
    visibility: hidden;
}

.selection-cards .card .name-view {
    visibility: visible;
    color: var(--main-color);
}

.selection-cards .card .name-view {
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 900;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.selection-cards .card .name-view .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.selection-cards .card .name-view .name {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--primary-title-icons);
    padding-block: 5px;
}

.selection-cards .card:hover .name-view .name {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

.selection-cards .card:hover .name-view .view {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.selection-cards .card .image {

    width: 100%;
    height: 100%;

}

.selection-cards .card img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.selection-gallery {
    margin-block: 80px 40px;
}

.selection-gallery #fashionista-gallery,
.selection-gallery #junior-gallery {
    opacity: 1;
    padding: 0 !important;
    padding: 12px !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid var(--primary-title-icons);
    border-bottom: none;
    position: relative;
}

.selection-gallery #fashionista-gallery::before,
.selection-gallery #junior-gallery::before {
    content: attr(data-name);
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--eerie-black);
    color: transparent;
    -webkit-text-stroke: 1px var(--primary-title-icons);
    padding-inline: 9px;
}

.hide-selection-gallery {
    opacity: 0 !important;
    display: none !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



#fashionista-gallery img,
#junior-gallery img {
    -webkit-box-shadow: 0px 8px 9px var(--primary-title-icons);
    box-shadow: 0px 8px 9px var(--primary-title-icons);
}

.gallery-fashionista-junior .show-all-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.gallery-fashionista-junior .show-all-gallery button {
    margin: 0 auto;
    outline: transparent;
    border: transparent;
    background-color: var(--primary-title-icons);
    color: var(--main-color);
    padding: 8px 12px;
    border-radius: 3px;
}

/* gallery-fashioiista-junior */


/* EDITOR CHOISE */

.mean-container a.meanmenu-reveal {
    top: 0px;
}


.color--theme {
    padding: 2px 5px;
    color: var(--primary-title-icons);
    /* background-color: var(--eerie-black); */
}

.slide .slider__content h2 {
    color: var(--eerie-black) !important;
    padding: 0 !important;
}

.slide .slider__content h2 span {
    padding: 2px 5px;
    color: var(--primary-title-icons) !important;
    line-height: 2px;
}

.cartbox_active span {
    background-color: var(--primary-title-icons) !important;

}

.mainmenu__nav .meninmenu li a,
.meninmenu li.drop .megamenu .item li a {
    color: var(--eerie-black);


}


.mainmenu__nav .meninmenu li a:hover,
.meninmenu li.drop .megamenu .item li a:hover {
    color: var(--primary-title-icons);
}

.slider__content .contentbox {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .5)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    background: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
}

.hot__box {
    background-color: var(--primary-title-icons) !important;
}

.hot__box::after {
    border-color: transparent transparent transparent var(--primary-title-icons) !important;

}

.hot__box.color--2 {
    background-color: var(--secondary-title-icons) !important;
}

.hot__box.color--2::after {
    border-color: transparent transparent transparent var(--secondary-title-icons) !important;
}

.prize li:first-child {
    color: var(--primary-title-icons) !important
}

.add_to_links a:hover {
    background-color: var(--primary-title-icons) !important;
}

.add_to_links a {
    background-color: var(--main-color) !important;
}

.product__hover--content .rating li.on i {
    color: var(--primary-title-icons) !important;

}

.product__hover--content .rating li i {
    color: var(--main-color) !important;

}

.zmdi-chevron-right,
.zmdi-chevron-left {
    color: var(--primary-title-icons) !important
}

a#scrollUp {
    z-index: 999 !important;
    background: var(--primary-title-icons) !important;
}

a#scrollUp:hover {
    background: var(--main-color) !important;
    color: var(--primary-title-icons) !important;
}

/* .wn__bestseller__area {
    background-color: var(--main-color) !important;
} */

.product__nav .nav-item.active {
    color: var(--primary-title-icons) !important;
}

.product__nav .nav-item:hover {
    color: var(--primary-title-icons) !important;
}

.social__net li a i:hover {
    color: var(--primary-title-icons) !important
}

.footer-mainmenu li a:hover {
    color: var(--primary-title-icons) !important
}

.brown--color .owl-theme .owl-nav [class*="owl-"] {
    color: var(--primary-title-icons)
}

.arrows_style .owl-nav div {
    background-color: var(--main-color);
    opacity: 1 !important;
}


.shop-search-mob, .shop-search-mob * {
    display: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(201, 197, 197);
}



@media (max-width: 480px) {
    .shop-search-mob, .shop-search-mob * {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .shop-search-mob a i {
        font-size: 1.6em !important;
    }

    .header__sidebar__right .wishlist {
        display: none !important;
    }
}

/* EDITOR CHOISE */

.filter-site {
    min-width: 30px !important;
    font-size: 1.3em;
    margin-right: 3px;
    position: relative;
    /* background-color: var(--primary-title-icons); */
}

.filter-site p {
    color: inherit;
    cursor: pointer;
    font-weight: 300;
}

.filter-site .filter-site-panel {
    position: absolute;
    top: 80%;
    background-color: #fff;
    height: 0;
    -webkit-box-shadow: 5px 5px 10px var(--eerie-black);
    box-shadow: 5px 5px 10px var(--eerie-black);

    overflow: hidden;
    padding: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.filter-site .filter-site-panel .wrapper {
    padding: 12px 18px;
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.filter-site .show-site-panel {
    height: 110px;

}

.filter-site .filter-site-panel .active {
    color: var(--primary-title-icons);
    font-weight: 700;
}


/* .mean-container a.meanmenu-reveal {

    top: 10% !important;
} */

.mean-container-a-meanmenu-top {
    top: 10% !important;
    display: none;
}

/*
.world-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-inline: 30px;
}*/

.world-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 90px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-inline: 30px;
    margin: 0 auto !important;
}

@media (width < 556px) {
    .world-wide {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        padding-left: 20% !important;
    }
}

@media (width < 399px) {
    .world-wide {
        padding-left: 33% !important;
    }
}



.world-wide img {
    width: 100px !important;
}

.powered-by {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.whatsapp {
    position: fixed;
    bottom: 42px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99999;
}

.whatsapp img {
    width: 100%;
    height: 100%;
}

#scrollUp {
    right: 60px !important;
}

.top-hamburger {
    display: none;
    width: 40px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer;
    margin-left: 20px;
}

.top-hamburger span {
    width: 100%;
    height: 4px;
    background-color: var(--eerie-black);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-hamburger.hamburger_menu_opened span:nth-child(2) {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.top-hamburger.hamburger_menu_opened span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(30%) scale(0.8);
    -ms-transform: rotate(45deg) translateX(30%) scale(0.8);
    transform: rotate(45deg) translateX(30%) scale(0.8);

}

.top-hamburger.hamburger_menu_opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(25%) scale(0.8);
    -ms-transform: rotate(-45deg) translateX(25%) scale(0.8);
    transform: rotate(-45deg) translateX(25%) scale(0.8);

}

@media (max-width: 990px) {
    .top-hamburger {
        /* display: -webkit-box;
        display: -ms-flexbox; */
        display: flex;
    }

    .header-logo {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media (max-width: 550px) {
    .megamenu-custom {
        overflow: hidden !important;
    }

    .header-logo {
        width: 90px;
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%)
    }
}

.my-mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgb(224, 220, 220);
    max-height: 280px;
    overflow-x: auto;
}

.my-mobile-nav .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.3s ease-in-out;
    -o-transition: grid-template-rows 0.3s ease-in-out;
    transition: grid-template-rows 0.3s ease-in-out;
    transition: grid-template-rows 0.3s ease-in-out, -ms-grid-rows 0.3s ease-in-out;
}

.my-mobile-nav .wrapper.is_open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}

.my-mobile-nav .wrapper .inner {
    overflow: hidden;
}

.my-mobile-nav .wrapper .inner .top-nav-li {
    width: 100%;
    border-bottom: 0.4px solid rgb(170, 168, 168);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
}

.my-mobile-nav .wrapper .inner .top-nav-li a {
    width: inherit;
    height: inherit;
    font-size: 1.1em;
    font-weight: 500;
}

.my-mobile-nav .wrapper .inner .top-nav-li .mob-nav-accordian {
    width: inherit;
    height: inherit;
    cursor: pointer;
    position: relative;

}

.my-mobile-nav .wrapper .inner .top-nav-li .mob-nav-accordian p {
    font-size: 1.1em;
    font-weight: 500;
}

.my-mobile-nav .wrapper .inner .top-nav-li .mob-nav-accordian::after {
    content: '+';
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 1.5em;
}

.my-mobile-nav .wrapper .inner .top-nav-li .mob-nav-accordian.nav_accordian_opened::after {
    content: '-';
}

.nav-cat-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.3s ease-in-out;
    -o-transition: grid-template-rows 0.3s ease-in-out;
    transition: grid-template-rows 0.3s ease-in-out;
    transition: grid-template-rows 0.3s ease-in-out, -ms-grid-rows 0.3s ease-in-out;
}

.cat_nav_is_open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;

}


.nav-cat-wrapper .cat-inner {
    overflow: hidden;
}

.nav-cat-wrapper .cat-inner ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-cat-wrapper .cat-inner ul li a {
    width: 100%;
    padding-left: 30px;
    border-bottom: 1px solid rgb(212, 194, 194);
    padding-block: 8px !important;
    font-size: 1.1em;
    font-weight: 300 !important;
}

.nav-cat-wrapper .cat-inner ul li a:nth-child(1) {
    width: 100%;
    padding-left: 30px;
    border-top: 1px solid rgb(212, 194, 194);
    padding-block: 5px;
}

.nav-cat-wrapper .cat-inner ul li a:last-child {
    width: 100%;
    padding-left: 30px;
    border-bottom: none;
    padding-bottom: 0px;
}


@media (width > 1100px) {
    .header__sidebar__right-parent {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
    }
}

.owl-stage-outer {
    margin-top: 89px !important;
}

.free-delivery1 {
    height: 30px;
    width: 100%;
    display: grid;
    place-items: center;
    background-color: var(--primary-title-icons);
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    word-spacing: 4px;
    letter-spacing: 1.5px;
}

.owl-stage-outer {
    height: 510px !important;
}

.slide.animation__style10 {
    background-position: center !important;

    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
}

@media screen and (max-width: 770px) {
    .owl-stage-outer {
        height: 370px !important;
    }
}



.filter-site-toggle {
    cursor: pointer;
}

.index-top-section {
    margin-top: -50px;
}

.section__title p {
    font-family: 'Alice', serif;
    font-size: 1.2em;
    font-weight: 700;
}

.checkout-button {
    width: 50%;
    height: 34px;
    margin-top: 40px;
    margin-inline: auto;
}

.checkout-button button {
    width: 100%;
    height: 100%;
    background-color: #191919;
    color: #fff;
}

.irs-bar {
    background-color: #191919 !important;
}

.irs-handle.to i, .irs-handle.to i::after, .irs-handle.to i::before {
    background-color: black !important;
    color: black !important;
}

.irs-handle.from i, .irs-handle.from i::after, .irs-handle.from i::before {
    background-color: black !important;
    color: black !important;
}

.irs-from, .irs-to {
    background-color: black !important;
    color: #fff !important;
}

.irs-from::before, .irs-to::before {

    border-top-color: black !important;
}

.row.brands {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
}

.row.brands .brand {

    width: 140px;
    height: 140px;
}

.row.brands .brand a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row.brands .brand a img {
    width: 100%;
    height: 80%;
}

.row.brands .brand a P {
    text-align: center;
}