* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Geist", sans-serif !important;
    line-height: 1.5;
}

:root {
    --purple-dark: #639;
    --pink: #e1288b;
    --logo-gray: #393743;
    --orange: #fb9a0b;
    --light-orange: #febb37;
    --purple: #8267ff;
    --light: #f3e8ff;
    --white: #ffffff;
    --text-color: #6a6a6a;
    --geist: "Geist", sans-serif;
    --lobster: "Lobster", sans-serif !important;
}


.header_bottom {
    padding: 0px 10px;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    z-index: 9;
}

.header_static {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.logo-section a {
    font-weight: 800;
    color: #5161ce;
    font-size: 22px;
}

.main_menu nav>ul>li {
    display: inline-block;
    padding: 12px 14px;
}

.main_menu nav>ul {
    padding: 0;
    margin: 0;
}

.main_menu nav>ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    border-radius: 4px;
    letter-spacing: .2px;
    position: relative;
    display: flex;
    align-items: center;
}

/* 
.main_menu nav>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background-color: #5161ce;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.main_menu nav>ul>li>a:hover:before {
    color: #5161ce;
    opacity: 1;
    visibility: visible;
} */
i.bx.bx-chevron-down {
    font-size: 24px;
    padding-left: 2px;
}

.main_menu nav>ul>li>a:hover {
    color: #210e77;
}

i.bx.bx-radio-circle-marked.bx-flip-vertical {
    font-size: 18px;
    padding-right: 3px;
    color: #8266fe;
    opacity: .7;
}

.main_menu nav ul li ul.mega_menu {
    position: absolute;
    min-width: 90%;
    padding: 0;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    border-radius: 4px;
    left: 5%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 9;
    top: 140%;
    min-height: 382px;
    padding: 30px 16px;
}

.main_menu nav>ul>li ul.sub_menu {
    position: absolute;
    min-width: 220px;
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    left: inherit;
    right: inherit;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 9;
    top: 140%;
}

.main_menu nav ul li:hover .sub_menu,
.main_menu nav ul li:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.sub_menu li a {
    padding: 7px 20px;
    color: #808080;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.shop-category-contain {
    max-height: 420px;
}

.shop-category>li>a {
    color: #1b1b1b;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 18px;
    display: block;
    font-weight: 600;
    padding: 17px 16px;
    border-radius: 4px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-menu {
    position: relative;
}

.shop-mega-menu {
    background-color: #fff;
    padding: 0px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
    max-height: 393px;
    overflow-x: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: calc(100% - 284px);
    top: 0px;
    right: 0;
    display: none;
}

.shop-mega-menu li {
    list-style: none;
}

.shop-menu>ul {
    max-height: 403px;
    overflow-x: hidden;
    width: 280px;
    padding: 10px;
    border-right: 1px dashed #a0a0a0;
}


.shop-category>li {
    width: 100%;
    position: static;
    display: inline-block;
}

.shop-category>li.active>a,
.shop-category>li:hover>a {
    background-color: var(--purple);
    color: #fff !important;
}

.shop-mega-menu>ul {
    width: calc(100% / 4);
    padding: 15px;
    float: left;
    max-height: 100%;
    overflow: initial;
}

.shop-mega-menu li a:hover {
    color: #5161ce;
}

.shop-mega-menu>ul>h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.shop-mega-menu>ul>h6>a {
    display: inline-block;
    width: 100%;
    color: #2e2e2e !important;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.shop-mega-menu>ul>h6>a:hover {
    color: var(--pink) !important;
}

.shop-mega-menu h6 i {
    font-size: 20px;
    padding-right: 3px;
}

.shop-mega-menu li a {
    color: #606060;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 14px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    padding-left: 17px;
    display: flex;
    align-items: center;
}

.shop-mega-menu li a:hover {
    color: var(--purple-dark) !important;
}

.shop-category>li:hover .shop-mega-menu,
.shop-category>li.active .shop-mega-menu.hover {
    display: flex;
}


/* -------------------- Responsive Menu -------------------- */
@media (max-width: 991px) {
    .main_menu nav>ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 999;
    }

    .main_menu nav>ul>li {
        display: block;
        border-bottom: 1px solid #f2f2f2;
    }

    .main_menu nav>ul>li>a {
        padding: 15px;
        font-size: 14px;
    }

    /* sub menus */
    .main_menu nav ul li ul.mega_menu,
    .main_menu nav ul li ul.sub_menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
        min-width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        top: auto;
    }

    .main_menu nav ul li.open>ul {
        display: block;
    }

    .shop-mega-menu {
        position: static;
        width: 100%;
        max-height: none;
        flex-wrap: wrap;
        display: none !important;
    }

    .shop-category-contain {
        max-height: none !important;
    }

    .shop-category>li.active .shop-mega-menu {
        display: block !important;
    }
}

@media (max-width: 991px) {

    .main_menu nav ul li ul.mega_menu,
    .main_menu nav ul li ul.sub_menu,
    .shop-mega-menu {
        position: static;
        display: none;
        box-shadow: none;
        width: 100%;
    }

    .main_menu nav ul li.open>ul,
    .shop-category>li.open>.shop-mega-menu {
        display: block !important;
    }
}




















/* .categories-slider .slick-prev:before,
.categories-slider .slick-next:before {
    font-family: 'slick';
    font-size: 30px !important;
    opacity: 1 !important;
    color: var(--purple) !important;
} */

/* .categories-slider .slick-prev:hover,
.categories-slider .slick-prev:focus,
.categories-slider .slick-next:hover,
.categories-slider .slick-next:focus {
    color: #000000 !important;
    outline: none;
    background: #ffffff00 !important;
} */

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 0px;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}


.mmt-2 {
    margin-top: 1.1rem !important;
}

.padding_in {
    padding: 45px 50px;
}

.gradient {
    background: -webkit-linear-gradient(45deg, #e1288b, #639);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*header*/
@-webkit-keyframes fade-opacity-in {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-opacity-in {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.other_carts_sections {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-left: auto;
    margin-right: 0;
}

.other_carts_sections i {
    font-size: 26px;
    color: #383742;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.header_rights_sec {
    padding: 5px 15px;
    text-align: center;
    position: relative;
}

.other_carts_sections p {
    font-size: 14px;
    font-weight: 600;
    color: #494949;
    text-align: center;
    margin-bottom: 0;
}


.logo {
    margin-left: 3rem;
}

.menu-main {
    margin-bottom: 0;
    padding-left: 0;
}

nav.menu {
    text-align: center;
    width: 100%;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    border-bottom: 1px dashed #fb990b85;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 48px 4px;
}

.top_collects p {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding: 11px 15px;
    background: #f4f2ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    margin-bottom: 7px;
}

.top_collects ul {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 6px;
    margin-bottom: 14px;
}

.logo img {
    width: 180px;
}

.menus_inners {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
}

.menus {
    background: #ddd;
    height: 90px;
    width: 62px;
    padding: 12px;
}

.main_div {
    width: 27%;
}

.div-search {
    width: 65%;
    margin: auto;
    position: relative;
}

.seacrh {
    width: 45%;
    /* margin-left: auto; */
}

.div-search input {
    width: 100%;
    background: #fff;
    border: 1px solid #b9b9b9;
    padding: 10px 15px;
    border-radius: 45px;
    font-size: 16px;
}




.slick-prev,
.slick-next {
    top: 44% !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: var(--purple);
}

.btn.btn_search-icons {
    background: #8266fe;
    position: absolute;
    top: 0;
    right: -1px;
    padding: 2px;
    height: 46px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    font-size: 22px;
}

.header_rights_sec:hover i {
    color: #5940c3;
}

.div-search ::placeholder {
    color: #3f3f3f;
    opacity: 1;
}

.div-search ::-ms-input-placeholder {
    color: #3f3f3f;
}

/*popup-show-sarching*/
/* .Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    color: #fff;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
} */

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 88px;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    /* -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15; */
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    /* -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); */
    /* -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; */
    display: inline-block;
    vertical-align: middle;
    width: 626px;
    margin: 0 auto 0;
    max-width: 100%;
    margin-left: -29px;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.model-open .custom-model-inner {
    position: relative;
    z-index: 100;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    margin-top: 89px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/* .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
} */

/* @media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
} */

/* @media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
} */


.custom-model-main h4 {
    font-family: var(--font-domine);
    font-size: 21px;
    color: #000;
}

.custom-model-main p {
    font-size: 15px;
}

.div_collectons_innners {
    display: inline-block;
    margin: 6px 4px;
}

.div_collectons_innners a {
    font-size: 13px;
    color: #2a2a2a;
    padding: 9px 9px;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.div_collectons_innners a:hover {
    color: #2a2a2a;
}


.div_collectons_innners i {
    font-size: 17px;
    transform: rotate(310deg);
    margin-left: 1px;
}

.trendinng-secrchs {
    background: #f3f3f3;
    padding: 12px;
    margin-top: 12px;
    border: 1px solid #d2d2d2;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.trendinng-secrchs h4 {
    font-size: 17px;
}

.products_type_search img {
    width: 39px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    object-fit: cover;
}

.div_Prod9cts_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}

.div_Prod9cts_sec p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .3px;
    text-transform: capitalize;
    padding-left: 4px;
    margin: 0;
    color: #282828;
}

.products_type_search hr {
    background: #d2cccc;
}

/*category_shower*/
.category_shower {
    padding: 20px 50px;
}

.div_inner_categorys {
    display: flex;
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--orange);
    border-radius: 14px;
}

.div_inner_categorys img {
    width: 50px;
    margin-bottom: 4px;
}

.icon_image_conts p {
    margin: 0;
    font-size: 16px;
    color: #2a2a2a;
    text-transform: capitalize;
}

.icon_image_conts {
    margin: auto;
    text-align: center;
    border-right: 1px solid var(--orange);
    width: 20%;
    margin-top: 9px;
    margin-bottom: 11px;
}

.icon_image_conts:last-of-type {
    border-right: none;
}

/*slider_padding*/
.slider_padding {
    padding: 5px 50px;
}

#slider,
.wrap,
.slide-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80vh;
    overflow-x: hidden;
}

.wrap {
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0s;
}

.slide1 {
    background-image: url('../images/slide-1.webp');
    border-radius: 14px;
}

.slide2 {
    background-image: url('../images/slide-2.png');
    border-radius: 14px;
}

.slide3 {
    background-image: url('../images/slide-1.webp');
    border-radius: 14px;
}

.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slide-content span {
    font-size: 5rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding: 10px 20px;
}

.dir-control {
    cursor: pointer;
    position: absolute;
    top: 38%;
    margin-top: -30px;
    width: 0;
    height: 0;
    z-index: 5;
}

#dir-control-left {
    left: 0;
    margin-left: 30px;
}

#dir-control-right {
    right: 0;
    margin-right: 60px;
}

.slider-active {
    visibility: hidden;
    opacity: 0;
}

.slide.slide-is-active {
    visibility: visible;
    opacity: 1;
}

.slide-transition {
    transition: all .5s ease-in-out;
}

.wrap i {
    font-size: 26px;
    background: #f1679e;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sticky+.content {
    padding-top: 102px;
}

/*category_section*/

.category_blocks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_category_blocks img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    height: 320px;
    object-fit: cover;
}

/* .f_category_blocks {
    background: #fff;
    padding: 10px;
    margin-bottom: 34px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 12px;
} */

.content_categoyr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 17px 6px 14px;
}


.content_categoyr h4 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: capitalize;
    margin: 0;
}

.content_categoyr i {
    background: var(--orange);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}


p.common_alls_heads {
    font-size: 18px;
    padding: 3px;
    letter-spacing: .2px;
    margin-bottom: 0;
    margin-top: -9px;
    color: #242424;
    font-weight: 500;
    margin-bottom: 18px;
}

.mt_2 {
    margin-top: 1.4rem;
}

.f_category_blocks {
    background: #fff;
    padding: 10px;
    margin-bottom: 24px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.f_category_blocks:hover {
    /* transform: translateY(-6px); */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 24px;
}

.f_category_blocks img {
    width: 100%;
    border-radius: 10px;
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.f_category_blocks:hover img {
    transform: scale(1.1);
}

/* 
.f_category_blocks::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
}

.f_category_blocks:hover::after {
    animation: shine 0.9s forwards;
} */

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}















/*festive arrivals*/
.features {
    border: 2px solid #ddd;
    border-radius: 20px;
    margin: 0;
    position: relative;
    padding: 0;
}

.owl-carousel .owl-item .features img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top-left-radius: 20px;
    height: 380px;
    object-fit: cover;
    border-top-right-radius: 20px;
}

.contents_arrivals {
    padding: 19px 20px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contents_arrivals p {
    font-size: 16px;
    line-height: 23px;
    color: #1f1f1f;
    margin-bottom: 0.7rem;
}

span.main_price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-right: 9px;
}

span.offer-price {
    font-size: 15px;
    font-weight: 600;
    color: #727272;
    text-decoration: line-through;
}

.prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.offe_percents {
    font-size: 13px;
    font-weight: 600;
    color: #efa40e;
    background: #fffaf3;
    padding: 3px 12px;
    border-radius: 27px;
    border: 1px solid var(--orange);
}

.wishlist {
    position: absolute;
    left: 0;
    padding: 0px;
    top: 0;
}

.wishlist i {
    color: #ffffff;
    background: #210e77db;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 7px;
    width: 47px;
    height: 34px;
}

.slick-next:before {
    content: '\276F';
}

.slick-prev:before {
    content: '\276E';
}

button.owl-prev {
    position: absolute;
    top: 40%;
    left: -68px;
    background: #383742 !important;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 50% !important;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

button.owl-next {
    position: absolute;
    top: 40%;
    right: -68px;
    background: #383742 !important;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 50% !important;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

button.owl-next span,
button.owl-prev span {
    font-size: 28px;
    color: #fff;
    margin: 1px;
    padding: 8px;
    line-height: 23px;
}

/* .arrivals {
    background: #fdf6f0b5;
} */

.upper_sec {
    margin: 10px;
    overflow: hidden;
}

.bottom_sec {
    margin: 15px 5px;
}

.upper_sec img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s;
    position: relative;
}

.upper_sec {
    border-radius: 40px;
}

.upper_sec img:hover {
    transform: scale(1.1);
}

.bottom_sec img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.common_cls {
    position: relative;
}

.common_cls h4 {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: auto;
    text-transform: capitalize;
    width: 100%;
    color: #000000;
    background: #fce2bd;
    padding: 18px 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .6px;
}

.main_div_themes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin: 15px 0;
    width: 100%;
}

.theme_one img {
    width: 100%;
}

.theme_one {
    margin: 15px;
}

.theme_one p {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .6px;
    padding: 7px 0;
    margin-bottom: 0;
}

.shop-now img {
    width: 100%;
}

.video {
    position: relative;
}

.video video {
    border-radius: 10px;
}

.video h4 {
    position: absolute;
    bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    padding: 18px;
    font-family: var(--font-quatr);
    line-height: 25px;
    z-index: 9;
}

.video:before {
    content: "";
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, transparent 75%, #000000e0);
    opacity: 0.8;
    bottom: 8px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main_order_delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.div_track_orders {
    width: 17%;
    text-align: center;
    margin: 10px 34px;
}

.icons_image {
    background: #ffebc3b3;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* margin-bottom: 15px; */
}

.icons_image img {
    width: 92px;
    margin: auto;
}

.div_track_orders h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    line-height: 25px;
    color: #2a2a2a;
}

.main_sec_lookings .col_wid {
    width: 12%;
    margin: auto;
}

.iner_looking_sec {
    margin: 10px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
}

.iner_looking_sec img {
    width: 100%;
    margin: auto;
    border-radius: 15px;
    height: 217px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.iner_looking_sec img:hover {
    box-shadow: 0px 6px 18px rgba(130, 102, 254, 0.597);
}

.occasion-slider .card {
    position: relative;
}

.occasion-slider .card .card-images::before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 70%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.occasion-slider .card .card-images:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

/* .occasion-slider .card img:hover {
    transform: scale(1.05);
} */
/* 
.occasion-slider .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
} */

/* .occasion-slider .card img:hover::before {
    animation: shine 0.8s forwards;
} */

@keyframes shine {
    100% {
        left: 125%;
    }
}

.iner_looking_sec p {
    margin: 12px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #858585;
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 5px;
}

.news_letters {
    background-color: #201f25;
    position: relative;
}

.containr_news {
    padding: 2px 70px;
}

.news_letters h3 {
    font-size: 29px;
    letter-spacing: 0;
    /* font-weight: 600; */
    color: #fff;
    margin-bottom: 3px;
}

section.padding_in.arrivals.arrivals2 {
    padding-bottom: 6rem;
}

.bottom {
    background-image: url(../images/party-bottom.png);
    height: 109px;
    background-repeat: repeat;
    background-size: 38%;
    position: relative;
}

.bottom:before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #201f2557;
}

.inner_contes .comm_links {
    margin-top: 0;
}

.news_letters p {
    font-size: 17px;
    font-weight: 400;
    color: #dedede;
    letter-spacing: .4px;
    line-height: 24px;
    width: 67%;
    margin-bottom: 0;
}

.news_letters input {
    width: 75%;
    padding: 8px 27px;
    border-radius: 30px;
    border: 1px solid #dddd;
    outline: none;
    height: 52px;
    color: #000;
    line-height: 25px;
}

img.left_img {
    position: absolute;
    left: 66px;
    width: auto;
    overflow: hidden;
    top: 10px;
}

button.btn.btn_submit_s {
    background: #fb990b;
    width: 125px;
    font-size: 19px;
    height: 53px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 28px;
    border: none;
    outline: none;
    margin-left: -64px;
    margin-bottom: 3px;
}

img.left_img_center {
    position: absolute;
    width: 90px;
    bottom: -18px;
    right: 30px;
}

.pading_s {
    padding: 20px 0;
}

.categOrt_images {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}

.cateory_new_sec1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #bfbfbf;
    border-radius: 22px;
}

.categOrt_images img {
    border-radius: 22px;
    width: 100%;
    height: 284px;
    object-fit: cover;
}

.cateory_new_sec1 {
    margin-bottom: 30px;
}

.cateory_new_sec1 .content {
    padding: 12px 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.cateory_new_sec1.width_new1 .categOrt_images {
    width: 50%;
}

.cateory_new_sec1 .content ul {
    padding-left: 0;
}

.cateory_new_sec1 .content h4 {
    font-family: var(--font-quatr);
    font-size: 28px;
    font-weight: 800;
    color: #3e3e3e;
    margin-top: 8px;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.cateory_new_sec1 .content ul li {
    padding: 8px 0;
    font-weight: 400;
    font-size: 15px;
    color: #3f3f3f;
    line-height: 18px;
    list-style-type: none;
    text-transform: capitalize;
}

.cateory_new_sec1 .content ul li a {
    color: #7b8ca4;
}

.div_sec_News {
    background: #fff5fbad;
    padding: 40px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com_fulls {
    border: 5px solid #f1679e;
    border-radius: 21px;
    position: relative;
}

.div_sec_News h2 {
    font-size: 44px;
    font-family: var(--font-quatr);
    color: #ac0f4d;
    margin-bottom: 1px;
    font-weight: 600;
}

.div_sec_News img {
    width: 185px;
    position: absolute;
    top: -96px;
    left: 21px;
}

.div_sec_News .img {
    width: 157px;
}

.content_news {
    margin-left: 2px;
}

.div_sec_News p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    color: #313131;
}

.div_cate_inner_chooses p {
    font-size: 17px;
    margin: 10px 0;
    text-align: center;
    color: #555555;
    text-transform: capitalize;
}

.btn_shop_new a:hover {
    color: #fff;
}

.btn_shop_new a {
    background: #ac0f4d;
    padding: 14px 59px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3px;
}

.inre_cons {
    display: flex;
}

.col_1 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ac0f4d;
    padding: 7px;
}

.div_cate_inner_chooses {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.bottoms_chooses h2 {
    font-family: var(--font-quatr);
    color: #313131;
    font-weight: 600;
    margin-top: 20px;
    margin: 28px 33px 7px;
}

.col_1 {
    width: 10%;
    margin: 2px;
    padding: 10px;
    text-align: center;
}

.foot_links {
    padding-left: 0;
    margin: 0;
}

.foot_links li {
    list-style-type: none;
    padding: 0 7px;
    display: inline-block;
    font-size: 15px;
    color: #2f2f2f;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.foot_links li a {
    color: #000000;
}

.copy-right {
    background: #fb990b;
    padding: 7px 20px;
}

.copy-right p a {
    color: #000000;
}

.copy-right p a:hover {
    color: #000000;
}

.copy-right p {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

p.new-lefts {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px dotted #646464;
    padding-bottom: 10px;
}

a.btn-add-news:hover {
    color: #000000;
}

a.btn-add-news {
    background: #fb990b;
    color: #fb990b;
    color: #000000;
    padding: 15px 34px;
    border-radius: 37px;
    font-size: 18px;
    font-weight: 600;
}

.bottom {
    position: relative;
    background-color: #201f25;
    margin: 0;
    padding: 0;
    text-align: center;
}

.image_goots {
    position: absolute;
    top: -7px;
    width: 100%;
    left: 0;

    background-image: url(../images/bg-image.png);
}

.partys {
    opacity: .6;
    width: 80%;
    margin: auto;
    text-align: center;
}

.div_foot_logo {
    position: absolute;
    right: 20%;
    top: 18px;
}

.div_foot_logo img {
    width: 200px;
}

ul.foot_links_socials {
    position: absolute;
    top: 46%;
    right: 18%;
    padding: 2px 20px;
    margin: 0;
    background: #ececec;
}

ul.foot_links_socials::after {
    position: absolute;
    top: 13px;
    right: -39px;
    transform: rotate(270deg);
    content: "";
    border-left: 26px solid #ececec;
    border-right: 26px solid #ececec;
    border-bottom: 27px solid transparent;
}

ul.foot_links_socials::before {
    position: absolute;
    top: 13px;
    left: -39px;
    transform: rotate(0deg);
    content: "";
    border-left: 26px solid #ececec;
    border-right: 26px solid #ececec;
    border-bottom: 27px solid transparent;
}

ul.foot_links_socials a {
    font-size: 27px;
    color: #1b1b1b;
    line-height: 17px;
    border: 1px dotted #878787;
    padding: 9px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    margin: 4px;
}

ul.foot_links_socials li {
    list-style-type: none;
    display: inline-block;
}

footer {
    overflow: hidden;
}

/* .div_content_uppers {
    background-color: #d4d4d3;
    padding: 26px 0;
} */
.div_content_uppers {
    background-color: #fef7ec;
    padding: 26px 0;
}

.inner_conte img {
    width: 250px;
}

.foot_links_adds {
    padding-left: 0;
}

.foot_links_adds li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 25px;
    padding: 10px 0;
    border-bottom: 1px dashed #a9a9a9;
    margin-right: 5rem;
}

.foot_links_adds li:last-of-type {
    border: none;
}

.foot_links_adds li a {
    padding-left: 15px;
    color: #2f2f2f;
    font-weight: 600;
}


.foot_links_adds li span {
    padding-left: 0;
    color: #2f2f2f;
    font-weight: 600;
}

.foot_links_adds i {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    font-size: 28px;
    color: #fb990b;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fb990b;
    margin-right: 13px;
}

.ribbon a {
    color: #fff;
    padding-left: 10px;
}

.ribbon a:hover {
    color: #fff;
}

.ribbon {
    background: #fb990b;
    height: 55px;
    width: auto;
    display: inline-block;
    padding: 1px 15px 0px 0px;
    margin: auto;
    position: relative;
    color: #030303;
    line-height: 58px;
    font-size: 30px;
    text-align: center;
    margin-left: 64px;
}

.div-fls {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42vh;
}

.inner_contes .comm_links li a:hover {
    color: var(--orange);
}

a.btn-add-news:hover {
    background: #201f25;
    color: #fff;
}

.ribbon:before {
    content: '';
    border: 28px solid #fb990b;
    border-left-color: transparent;
    border-left-width: 32px;
    position: absolute;
    top: 0px;
    left: -57px;
}

.inner_contes i.bx.bxs-right-arrow-circle {
    font-size: 20px;
    padding-right: 4px;
}

.inner_contes .comm_links li a {
    padding-left: 0;
    color: #2f2f2f;
    font-weight: 600;
    font-size: 17px;
}

.row-oms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.one-secs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 25px;
}

.seacrh.d-mobs {
    display: none;
}

.main-div-menu-mob {
    display: none;
}

div#myHeader {
    background: #fff;
    z-index: 9;
}

.image-holder img {
    object-fit: cover;
}

.for-mobs {
    display: none;
}

.inner_contes .comm_links li {
    list-style-type: none;
    padding: 14px 0;
    border-bottom: 1px dotted #919191;
    margin-right: 1rem;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.ribbon:after {
    content: '';
    border: 28px solid #fb990b;
    border-right-color: transparent;
    border-right-width: 32px;
    position: absolute;
    top: 0px;
    right: -58px;
}

.inner_contes ul {
    padding-left: 0;
    margin: 0;
}

.inner_contes ul li:last-of-type {
    border: none;
    color: #2f2f2f;
    font-weight: 600;
}

.inner_contes ul li {
    list-style-type: none;
    padding: 12px 0;
    border-bottom: 1px dotted #919191;
    margin-right: 1rem;
}

.inner_contes .foot_links_adds li a {
    padding-left: 0;
}

.inner_contes ul li a {
    padding-left: 15px;
    color: #2f2f2f;
    font-weight: 600;
}

.inner_contes h4 {
    font-size: 28px;
    font-weight: 600;
    color: #2a2a2a;
    border-bottom: 2px solid #919191;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 3px;
}

.ribbons {
    height: 100%;
    position: relative;
    background: url(../images/f-1.png);
    background-size: auto;
    text-transform: uppercase;
    color: white;
}

.ribbon3s {
    width: 60%;
    height: 50px;
    line-height: 19px;
    padding-left: 13px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #ffffff;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    padding-top: 4px;
}

.ribbon3s:before,
.ribbon3s:after {
    content: "";
    position: absolute;
}

.ribbon3s:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}

.ribbon3s:after {
    height: 0px;
    width: 0;
    right: -14.5px;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 15px solid #ffffff;
    top: -1px;
    right: -14px;
}

.new_emaisl h4 {
    font-size: 20px;
    color: #1d1c1c;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contatc_us h1 {
    font-family: var(--font-quatr);
    font-weight: 700;
}

.contatc_us p {
    font-size: 17px;
    margin-bottom: 18px;
}

.new_emaisl {
    padding: 9px 16px;
    border-left: 3px solid var(--orange);
    margin: 0 0 25px 0;
}

.new_emaisl a {
    font-size: 17px;
    color: #424242 !important;
    font-weight: 400;
}

.new_emaisl a:hover {
    color: #424242;
}

.mian_sec_calls {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px;
    border-radius: 17px;
}

.inner_d {
    padding: 29px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.new_emaisl ul {
    padding-left: 0;
    margin: 0;
}

.new_emaisl ul li {
    list-style-type: none;
    font-size: 17px;
    color: #424242 !important;
    font-weight: 400;
    display: inline-block;
    padding-right: 5px;
}

.new_emaisl i {
    width: 36px;
    height: 36px;
    background: var(--orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 21px;
}

.form_mains {
    margin: 32px;
    padding: 30px;
    border: 2px solid var(--orange);
    border-radius: 15px;
}

.form_mains label {
    font-size: 16px;
    color: #292929;
    padding-bottom: 4px;
    margin-top: 1.4rem;
    font-weight: 500;
}

.form_mains input,
.form_mains textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: 42px;
    padding: 12px;
    color: #2a2a2a;
    border-radius: 7px;
    background: #dddddd4f;
    font-size: 15px;
}

.form_mains textarea {
    height: auto;
}

.checkbox_sec input {
    font-size: 15px;
    width: 19px;
    border: 1px solid #ddd;
    height: 19px;
    padding: 12px;
    color: #2a2a2a;
    border-radius: 7px;
    background: #dddddd4f;
    font-size: 15px;
}

.checkbox_sec label {
    font-size: 16px;
    color: #2a2a2a;
    padding: 0;
    margin: 0;
    padding-left: 4px;
    padding-right: 2px;
}

.lebels {
    display: flex;
    align-items: center;
    margin: 7px;
}

.checkbox_sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px;
}

input.file_upload {
    width: 100%;
    height: 55px;
    background: #f4f4f4;
}

button.btn_submit_new {
    background: var(--orange);
    color: #fff;
    width: auto;
    padding: 7px 42px;
    border-radius: 8px;
    margin-top: 1.5rem;
    border: 1px solid var(--orange);
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}

.form_mains h4 {
    font-family: var(--font-quatr);
    font-weight: 800;
}

/* .help_centere_categories {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px;
    margin: 36px;
    border-radius: 11px;
} */

.inner_help_secrh {
    padding: 25px;
    /* border: 1px solid var(--orange);
    border-radius: 11px; */
}

.serac_sec_helps input {
    width: 98%;
    background: #dddddd99;
    border: 1px solid #ddd;
    height: 45px;
    margin: 20px 0;
    padding: 10px 14px;
    color: #000;
    font-size: 16px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

button.Search_sec_helps {
    background: var(--orange);
    color: #000000;
    width: 54px;
    height: 45px;
    border: 1px solid var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 600;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.inner_help_secrh form {
    display: flex;
    align-items: center;
}




.inner_help_secrh h2 {
    font-family: var(--font-quatr);
    font-weight: 800;
    color: #030303;
}

input:focus,
input:focus-visible,
input:focus-within {
    border: 1px solid #ddd;
    outline: none;
}

.faqs {
    background-color: #f9f9fae3;
    padding: 19px;
    border-radius: 8px;
}

.faqs ul {
    margin: 0;
    padding: 0;
}

/*accordians*/
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 18px;
    margin: 0 auto 15px auto;
    border: 1px solid #ececec;
    border-radius: 5px;
    cursor: pointer;
}

ul.accordion-list li.active h3:after {
    transform: rotate(90deg);
}

textarea:hover {
    border: 1px solid var(--orange);
    outline: none;
}

ul.accordion-list li h3 {
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #353535;
}

ul.accordion-list li h3:after {
    content: "\ea4e";
    font-family: "boxicons";
    position: absolute;
    right: 0;
    top: -4px;
    color: #fb990b;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    transform: rotate(270deg);
}

.faqs h4 {
    display: flex;
    align-items: center
}

.div-wistls a:hover {
    color: #8a0e2a;
}

.div-wistls:hover a {
    color: #8a0e2a;
}

.faqs h4 i {
    font-size: 25px;
    padding-right: 5px;
    padding-left: 1px;
    color: #fb990b;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 400;
    padding: 19px 0 0 0;
    cursor: pointer;
    line-height: 27px;
    margin: 0 0 15px 0;
    font-size: 16px;
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    font-weight: 500;
}

.faqs h4 {
    /* font-family: var(--font-quatr); */
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 0px;
    font-size: 24px;
    text-transform: capitalize;
}

.faqs span {
    font-size: 19px;
    font-weight: 600;
}

/*tabbing fot privacy policy*/
.center-block {
    float: none;
}

.list-group {
    margin-left: 12px;
}

div.cool-tab-container {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bababa;
}

div.cool-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.cool-tab-menu div.list-group {
    margin-bottom: 0;
    padding-right: 16px;
}

div.cool-tab-menu div.list-group>a {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #2a2a2a;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

div.cool-tab-menu i {
    font-size: 20px;
    font-weight: 500;

    padding-right: 5px;
}

.cool-tab-content h3 {
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 1.4rem;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--orange);
    display: inline-block;
    color: #210e77;
    margin-top: 0;
}

div.cool-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;

}

div.cool-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.cool-tab-menu div.list-group>a.active {
    background-color: var(--orange);
    background-image: var(--orange);
    color: #210e77;
    font-weight: 600;
}

div.cool-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -15px;
    border-left: 0;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    border-left: 16px solid var(--orange);
}

.list-group-item.active {
    border-color: var(--orange) !important;
}

div.cool-tab-content {
    background-color: #fff;
    padding-left: 17px;
    padding-top: 13px;
    max-height: 550px;
    overflow-y: auto;
    padding-right: 30px;
}

div.cool-tab div.cool-tab-content:not(.active) {
    display: none;
}

.trems-page h3 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 2rem;
}

.cool-tab-content.trems-page h4 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 2rem;
}

.cool-tab-content.trems-page li {
    padding: 0 2rem;
}

.trems-page p {
    font-size: 17px;
    margin-bottom: 18px;
    padding: 0 2rem;
    text-align: justify;
    line-height: 27px;
    font-weight: 400;
}

.list-group-item {
    padding: 15px 15px !important;
}


#list_gPP::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(52, 52, 52, 0.103);
    border-radius: 10px;
    background-color: #ddd;
    margin-left: 10px;
}

#list_gPP::-webkit-scrollbar {
    width: 6px;
    background-color: #ddd;
}

#list_gPP::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(52, 52, 52, 0.103);
    background-color: #555;
}

/*scrolling*/

.list-group {
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.policy_aesc_innners {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    margin: 36px;
    border-radius: 11px;
}

.cool-tab-content a {
    color: #8266fe;
    font-weight: 500;
}

.cool-tab-content a:hover {
    color: #8266fe;
    font-weight: 600;
}

.cool-tab-content p {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 29px;
    text-align: justify;
}

.cool-tab-content ul {
    padding: 0;
    margin: 0;
}

.cool-tab-content li i {
    font-size: 14px;
    padding-right: 5px;
    color: var(--orange);
}

.cool-tab-content li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 14px;
    line-height: 27px;
    display: flex;
    align-items: baseline;
    text-align: justify;
    justify-content: flex-start;
}

.about_10 {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.content_sid_about {
    background: #383742;
    padding: 30px;
    min-height: 350px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.content_sid_about h4 {
    color: #fff;
    font-family: var(--font-quatr);
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: .4px;
}

.content_sid_about p {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .3px;
}

.div_main {
    position: relative;
}

.contet p {
    font-size: 18px;
    line-height: 29px;
}

.contet h3 {
    font-weight: 800;
    color: #030303;
    font-size: 41px;
    text-align: left;
    font-family: var(--font-quatr);
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #fb990b;
}

.contet {
    width: 52%;
    margin: auto;
}

.ballons_about_13 {
    height: 946px;
    width: 100%;
    object-fit: cover;
}

.div_main {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.about_12 {
    position: absolute;
    left: -48px;
    width: 40%;
    top: -40px;
    overflow: hidden;
}

.img-contentr {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    background: #f3e8fff7;
    min-height: 370px;
    justify-content: center;
    padding: 4rem;
}

.img-cober img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.img-contentr h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--font-quatr);
    color: #070707;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.img-contentr p {
    font-size: 17px;
    line-height: 27px;
}

/*banner-slider*/
.container-block {
    background: #999;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

@keyframes xfade {
    25% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }
}

@keyframes fade {
    20% {
        visibility: visible;
    }

    30% {
        visibility: hidden;
    }
}

.image-holder {
    height: 450px;
}

.image-holder .image-content-slide {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    animation: xfade 12s infinite;
    opacity: 0;
}

.image-holder i {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 40%;
    margin-top: auto;
    padding-right: 12px;
    left: 0;
    bottom: -30px;
    z-index: 1000;
    background: #f48b00;
    animation: fade 12s infinite;
    visibility: hidden;
}

.image-holder .thumbnail-highlted-three {
    animation-delay: 0s;
}

.image-holder .thumbnail-highlted-two {
    animation-delay: 4s;
}

.image-holder .thumbnail-highlted-one {
    animation-delay: 8s;
}

.image-content-slide:nth-child(1) {
    animation-delay: 8s;
}

.image-content-slide:nth-child(2) {
    animation-delay: 4s;
}

.image-content-slide:nth-child(3) {
    animation-delay: 0s;
}

.main_menu_inner {
    display: flex;
    align-items: center;
}

.image-holder {
    position: relative;
    text-align: left;
    font-size: 0;
    height: 400px;
}

.image-holder img {
    height: 400px;
}

.thumbnail-tab {
    position: fixed;
    left: -9999px;
}


.thumbnail-tab:checked~.image-holder .image-content-slide {
    width: 100%;
    display: none;
    animation: none;
    opacity: 1;
}

.thumbnail-tab:checked~.image-holder .thumbnail-highlted {
    display: none;
}

#slide-one:checked~.image-holder #slide-one-image,
#slide-two:checked~.image-holder #slide-two-image,
#slide-three:checked~.image-holder #slide-three-image {
    display: block;
}

#slide-one:checked~.thumbnails-block #slide-one-header,
#slide-two:checked~.thumbnails-block #slide-two-header,
#slide-three:checked~.thumbnails-block #slide-three-header {
    background: #f48b00;
}


/* Keep a nice responsive banner height */


/* Prev/Next buttons */
.slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: var(--purple);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .2s;
}



.slider__btn:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.slider__btn--prev {
    left: 12px;
}

.slider__btn--next {
    right: 12px;
}


/* Dots */
.slider__dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.gradient-heading {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
    /* background: linear-gradient(90deg, #d47aff, #a34bff, #d47aff); */
    background-image: linear-gradient(90deg, rgb(218 53 119) 10.38%, rgb(136, 99, 251) 90.38%);
    -webkit-background-clip: text;
    font-weight: bold;
    /* font-family: var(--lobster) !important; */
    -webkit-text-fill-color: transparent;
    /* letter-spacing: 3px; */
}

.gradient-heading::before,
.gradient-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;

    background: linear-gradient(to right, transparent, #d47aff);
}

.gradient-heading::before {
    left: -50px;
}

.gradient-heading::after {
    right: -50px;
    transform: translateY(-50%) scaleX(-1);
}

/*slick-slider-occasion*/
#productSlider .slide-item {
    padding: 15px;
    text-align: center;
}

#productSlider .slide-item a {
    text-decoration: none;
    color: #333;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transition: transform 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#productSlider .slide-item a:hover {
    transform: translateY(-5px);
}

.div_sec_h2 {
    text-align: center;
}

#productSlider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;

}

#productSlider h4 {
    margin: 10px 0 5px;
    font-size: 17px;
    color: #2a2a2a;
    font-weight: 600;
    letter-spacing: 0;
    padding: 3px 9px 8px;
}

/* Arrows */
/* #productSlider .slick-prev:before,
#productSlider .slick-next:before {
    color: var(--purple);
    font-size: 31px;
    opacity: 1;
} */

/*gradient-background*/
.gradient-bg {
    background: linear-gradient(to right, #ffffff, #f3e8fff7, #ffffff);
    background: #f3e8fff7;
}

.gradient-heading2 {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    color: #210e77;
}

/* #productSlider .slick-prev:hover,
#productSlider .slick-prev:focus,
#productSlider .slick-next:hover,
#productSlider .slick-next:focus {
    color: #000000 !important;
    outline: none;
    background: #ffffff !important;
} */

.gradient-heading2::before,
.gradient-heading2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;

    background: linear-gradient(to right, transparent, #d47aff);
}

.gradient-heading2::before {
    left: -50px;
}

.gradient-heading2::after {
    right: -50px;
    transform: translateY(-50%) scaleX(-1);
}



/*trendingthisweek*/
.occasion-section {
    width: 90%;
    margin: auto;
    padding: 30px 0;
}

.occasion-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.occasion-section .section-title h2 {
    font-size: 22px;
    font-weight: bold;
    color: #2e2e60;
}

.slick-slide {
    height: auto;
}

.occasion-section .section-title a {
    font-size: 14px;
    color: #6a0dad;
    text-decoration: none;
    font-weight: 600;
}

.occasion-slider .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    border: 2px solid #e4e4e7;
    width: 100%;
}

.occasion-slider .card-body h3:hover {
    color: var(--purple);
}

.occasion-slider .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.occasion-slider .card-body {
    padding: 10px 12px;
}

.occasion-slider .card-body h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #3a3a3a;
    margin-top: 3px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 10px;
}

.occasion-slider .price {
    font-size: 19px;
    font-weight: bold;
    color: #071245;
}

.occasion-slider .old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 13px;
    margin-left: 5px;
}

.occasion-slider .rating {
    font-size: 13px;
    color: #444;
    margin-top: 5px;
}

.occasion-slider .rating i {
    color: gold;
    margin-right: 3px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #000000 !important;
    outline: none;
    background: #fb990b !important;
}

/* Custom Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 37px !important;
    height: 37px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    background: #8266fe !important;
    border-radius: 50% !important;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 18px;
}

.quantity-container {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    justify-content: space-between;
}

/* Quantity Box */
.quantity-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
    border-radius: 38px;
}

.quantity-box button {
    background: #f5f5f5;
    border: none;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.quantity-box input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
}

/* Add to Cart Button */
.add-btn {
    background-color: #fb990b;
    color: #000000;
    border: none;
    padding: 6px 13px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 28px;
}

.add-btn:hover {
    background-color: var(--purple);
    color: #fff;
}

.add-btn i {
    font-size: 18px;
}


.categories-section {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(to right, #ffffff, #f7f0ff, #ffffff);
}

.categories-section h2 {
    color: #6a5acd;
    font-size: 28px;
    margin-bottom: 5px;
}

.categories-section p {
    color: #777;
    margin-bottom: 30px;
}

.category-item {
    text-align: center;
    padding: 10px;
}

/* .category-item img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #8266fe;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    margin: 0 auto 10px;
} */

.category-item h4 {
    font-size: 18px;
    color: #121212;
    margin-top: 8px;
}

.category-item img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #8266fe;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    margin: 0 auto 10px;
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
}

.wishtlist i {
    font-size: 22px;
    color: #fff;
}

.cars-ines {
    position: relative;
}

.wishtlist a {
    margin: 0;
    line-height: 1;
}

.wishtlist {
    background: #210e77db;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0px;
    color: #fff;
    width: 45px;
    height: 34px;
    border-bottom-right-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-item:hover img {
    transform: scale(1.1);
}

.category-item:hover img {
    transform: rotate(8deg) scale(1.05);
    box-shadow: 0px 6px 18px rgba(130, 102, 254, 0.5);
}


/* Slick Dots Custom */
.slick-dots li button:before {
    color: #6a5acd;
    font-size: 12px;
}

/* #custom-slider .slick-prev:before,
#custom-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #f2f2f2;
}

#custom-slider .slick-prev:hover,
#custom-slider .slick-prev:focus,
#custom-slider .slick-next:hover,
#custom-slider .slick-next:focus {
    background-color: transparent !important;
} */
.slick-next {
    right: -47px !important;
}

.slick-prev {
    left: -47px !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 21px;
    padding: 11px;
    margin-top: 1px;
}

.slick-prev,
.slick-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#custom-slider {
    width: 100%;
    margin: auto;
}

.card2 {
    background: transparent;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.card2:hover img {
    /* transform: translateY(-5px); */
    /* 
    transition: all .3s ease-in-out; */
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.card2 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    /* transition: all .5s ease-in-out;*/
    opacity: .9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.div {
    overflow: hidden;
    border: 2px solid #8266fe;
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    border-bottom-right-radius: 0;
}

.card2 p {
    margin: 0;
    padding: 17px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    background-color: var(--purple);
}

button.animated {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 120px;
    padding: 7px 0;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    color: #ffffff;
    /* box-shadow: inset 0px 0px 3px #f93f89; */
    background: #8266fe;
    margin-left: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.div_one_popups {
    margin-bottom: 22px;
}

button.animated i.bx.bx-right-arrow-alt.bx-flashing {
    font-size: 20px;
    padding-left: 1px;
    margin-top: -2px;
}

button.animated:before {
    content: '';
    display: inline-block;
    transform: translateY(50%);
    left: 0;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: var(--orange);
    z-index: -1;
    transition: transform ease 1s;
    margin-top: 38px;
}



button.animated:hover {
    color: rgb(0, 0, 0);
    transition: color 0.1s ease;
    transition-delay: 0.2s;
}

button.animated:hover:before {
    transform: translateY(-12%);
}

.braedcrumns {
    background-image: url(../images/privacy.png);
    height: 331px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





/* Card */
.content-box {
    background: #031c2f;
    color: #fff;
    max-width: 100%;
    margin: auto;
    padding: 121px 79px;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: left;
}


.content-box i {
    font-size: 20px;
    padding-right: 8px;
    color: #a6ec00;
}


.content-box h2 {
    font-weight: 600;
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #fff;
}


.typing {
    font-size: 2.3rem;
    font-weight: 500;
    border-right: 3px solid currentColor;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    min-height: 40px;
}

.content-box p {
    font-size: 18px;
    line-height: 1.6;
    margin: 9px 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
    .content-box {
        padding: 30px 20px;
    }

    .content-box h2 {
        font-size: 1.8rem;
    }


    .content-box p {
        font-size: 0.95rem;
    }
}

.mar-btm {
    margin-bottom: 25px;
}

.info-box {
    color: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 330px;
}

.info-box h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-box p {
    margin: 0;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: .3px;
}

.image-box img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .info-box {
        padding: 25px 20px;
    }

    .info-box h3 {
        font-size: 1.3rem;
    }
}

.third_sec_about .col-md-3 {
    flex: 0 0 auto;
    width: 20% !important;

}

button.add-btn.out-of-stock {
    font-size: 12px;
}

/* .listing-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 0px;
} */

.listing-top-sec {
    padding: 50px 120px;
}

.occasion-slider.listing-cards .card .card-images::before {
    display: none;
}

.occasion-slider.listing-cards .card {
    transition-duration: 0.3s;
}

.occasion-slider.listing-cards .card:hover {
    transform: scale(1.03);
}


/*filters*/
#filterAccordion {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}

.filter-header {
    padding: 16px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    background: #ffffff;
    transition: background 0.3s ease;
    border-bottom: 1px dashed #c5c2c2;
    text-transform: capitalize;
    color: #232323;
}

.filter-header:hover {
    background: #fb990b;
    color: #000000;
}

.filter-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.filter-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background: #fff;
    padding: 0 16px;
}

.filter-content.open {
    padding: 12px 16px;
    margin-bottom: 12px;
}

.filter-news {
    padding: 29px 22px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 10px;
}

.wishlist-trigger span {
    display: flex;
    align-items: center;
}

.form-group {
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #8266fe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 9px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.form-group input:checked+label:before {
    background-color: #8266fe;
}

.filter-news i {
    font-size: 21px;
    color: #000;
    padding-right: 6px;
    margin-bottom: 3px;
}

.filter-news h5 {
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #000;
}

.filter-tops {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-tops a:hover {
    color: #b30707;
}

.filter-tops a {
    color: #b30707;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline !important;
}

.filter-header:last-of-type {
    border-bottom: 0;
}

.listing-top-sec ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 12px 6px 30px;
    flex-wrap: wrap;
    gap: 7px 1px;
}

.listing-top-sec ul li {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 4px;
}


.sort-selected {
    border: 1px solid #b8b8b8;
    padding: 9px 10px;
    border-radius: 6px;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    color: #262626;
    text-transform: capitalize;
}

.left-selects {
    background: #ddd;
    padding: 11px 16px;
    width: 78%;
    min-height: 45px;
    border-radius: 5px;
}

.total-items {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.total-items span {
    font-size: 14px;
    color: #2a2a2a;
    padding-left: 3px;
}

select.sort-dropdown {
    border: 0;
    font-size: 15px;
    font-weight: 600;
    color: #464646;
    text-transform: capitalize;
}

select.sort-dropdown:focus-visible {
    border: none;
    outline: none;
}

.filter-slectes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fileter-lows {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-right: 16px;
    text-decoration: underline;
}

.selected-filetrs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 6px;
    margin-bottom: 17px;
    margin-top: 19px;

}

.listing-top-sec .categorys-lists {
    margin: 0;
}

.listing-top-sec .categorys-lists li {
    background-color: #f9f9f9;
    padding: 4px 13px;
    border: 1px solid #ddd;
    margin: 0 6px 0 0;
    border-radius: 36px;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
}

.listing-top-sec .categorys-lists li a {
    font-size: 14px;
    padding-left: 3px;
    color: #6b6b6b;
}

.div-filters {
    max-height: 234px;
    overflow-y: auto;
}

.wishlist-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 11px;
}

.empty-wihslistys {
    text-align: center;
}

.empty-wihslistys h2 {
    font-weight: 800;
    margin: 2rem 0 10px;
    color: #000000;
    font-size: 2rem;
    text-transform: capitalize;
}

.empty-wihslistys p {
    font-size: 19px;
    font-weight: 500;
    width: 40%;
    margin: auto;
    line-height: 29px;
    margin-top: 1rem;
}

.empty-wihslistys img {
    width: 313px;
}

.btn-sec-alls {
    margin: 2.2rem;
}

.btn-sec-alls i {
    font-size: 22px;
    font-weight: 600;
    margin-left: 7px;
}

.btn-sec-alls a.btn-add-news {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.empty-wihslistys.empty-producta img {
    width: 202px;
    margin-top: 2rem;
}

/*product-details*/

.zoom-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: crosshair;
    margin-bottom: 15px;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: transform 0.3s ease;
    border: 2px solid #cccccc;
    border-radius: 12px;
}

a.buy-noew:hover {
    background-color: #8266fe;
    color: #fff;
    border: 2px solid #8266fe;
}

.lens {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    display: none;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 7px;
    flex-direction: column;
}

.thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid #cccccc;
    border-radius: 8px;
    cursor: pointer;
    transition: border 0.3s ease, transform 0.3s ease;
}

img.thumb.active {
    border: 3px solid var(--orange);
}

.thumbnails img:hover {
    transform: scale(1.05);
}

.product-gallery {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.product-details-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}


.prosuct-details h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
}

span.actual-price {
    font-size: 28px;
    font-weight: 700;
    color: #8a0e2a;
    margin-right: 5px;
}

span.off-price {
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 7px;
    color: #4b4b4b;
}

.div-carts {
    display: flex;
    align-items: center;
}

.prosuct-details {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}


.div-pros-conts {
    width: 74%;
    margin-right: auto;
}

span.off-price-offer {
    background: #404040;
    color: #fff;
    padding: 2px 9px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
}

.div-wistls a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 600;
    color: #8a0e2a;
}

.div-wistls i {
    font-size: 35px;
    padding-right: 5px;
    color: #8a0e2a;
}

.mian-detaisl {
    margin-left: 2rem;
}

.mian-detaisl .quantity-box button {
    background: #f5f5f5;
    border: none;
    padding: 6px 27px;
    cursor: pointer;
    font-size: 21px;
    font-weight: 600;
}

.avalable {
    margin-top: 1.3rem;
    font-size: 19px;
    font-weight: 600;
    color: #111;
}

.div-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

a.addti-ctars {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fb990b;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    padding: 10px;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

a.buy-noew {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #100055;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    background: #100055;
    padding: 9px;
    border-radius: 50px;
    margin-left: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

a.addti-ctars:hover {
    background-color: #030303;
    color: #fff;
}

.addti-ctars i {
    font-size: 26px;
    padding-right: 4px;
}

.buy-noew .bx-flip-horizontal {
    font-weight: 500;
    padding-right: 4px;
}

.one-sec-details {
    background: #f9f9f9;
    padding: 22px;
    border-radius: 10px;
    margin-top: 20px;
}

.one-sec-details h4 {
    font-size: 21px;
    font-weight: 600;
    color: #100055;
    text-transform: capitalize;
}

.one-sec-details p {
    font-size: 17px;
    font-weight: 500;
    color: #313131;
    margin-bottom: 0;
}

.one-sec-details i {
    font-size: 15px;
    padding-right: 6px;
    color: #fb990b;
}

#default {
    text-align: center;
}

.div-maine-prosucts .gradient-heading2::before {
    display: none;
}

.div-maine-prosucts .gradient-heading2 {
    margin-left: 0;
}

.div-maine-prosucts .gradient-heading2::after {
    display: none;
}

.recently-viewed-sec {
    padding: 50px 0;
    margin-top: 3rem;
    background-color: #f5f3ff;
}

.listing-top-sec ul li a {
    color: #100055;
}





/* --- Mobile popup --- */
.filter-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.filter-popup {
    position: fixed;
    left: -350px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
}

.filter-popup.active {
    left: 0;
}

.popup-footer {
    display: flex;
    justify-content: space-between;
    padding: 9px;
    border-top: 1px solid #ddd;
    background: #fafafa;
}

.popup-footer button.btn-close {
    padding: 11px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #9b0202;
    background: #9b0202;
}

.popup-footer button.btn-close i {
    font-size: 26px;
    padding-right: 2px;
}

/* Mobile Filter Button */
.filter-btn {
    display: none;
    padding: 10px 20px;
    margin: 10px;
    background: #00796b;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.top-filter-fespoy {
    display: block;
}

.div-allfilters {
    display: none;
}


/*sort by filter mobile view*/
.sort-btn {
    display: none;
    padding: 10px 20px;
    background: #8b71fe;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 0;
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    border-left: 2px solid #ffffff;
}

/* Popup overlay */
.sort-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

/* Popup box */
.sort-popup {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    transition: bottom 0.3s ease;
    z-index: 1001;
    max-height: 80%;
    overflow-y: auto;
}

.sort-popup.active {
    bottom: 0;
}

/* Popup header */
.sort-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
    border: none;
    background: none;
}

/* Options */
.sort-options {
    padding: 10px 20px;
}

.sort-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.sort-option label {
    flex: 1;
    cursor: pointer;
}

.sort-option input[type="radio"] {
    accent-color: #ed6f07;
    font-size: 37px;
    width: 25px;
    height: 17px;
}

.cool-tab-content.trems-page {
    max-height: 100%;
}



/*cart-page-indi*/
.cart-container {
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
}

.cart-header {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
    background: #6f53ec;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    border-bottom: 2px solid #f2f2f2;
    letter-spacing: .4px;
    font-size: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
    align-items: center;
    background: #f6f4ffcf;
    margin-bottom: 10px;
    padding: 22px 15px;
    border-radius: 6px;
}

.remove-btn a:hover {
    color: #dd0000;
}

.remove-btn a {
    background: #f8f7ff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dd0000;
    border: 2px solid #dd0000;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
}

.product22 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remove-btn {
    font-size: 20px;
    color: #555;
    cursor: pointer;
}

.btn-stop-mars {
    margin-top: 1.3rem;
}

a.btn-continues-shops:hover {
    color: #000000;
}

a.btn-continues-shops {
    background: #fb990b;
    padding: 17px 22px;
    color: #000000;
    font-size: 19px;
    letter-spacing: .3px;
    font-weight: 600;
}

.quantityss i.bx.bx-trash {
    font-size: 17px;
    color: #210e77;
    font-weight: 500;
}

.product22 img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border: 1px solid #7a4dff;
    border-radius: 5px;
}

input.input-box {
    background: transparent;
    text-align: center;
    color: #fff;
    width: 42px;
    height: 29px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 500;
}

.quantityss {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.product22 h4 a {
    color: #2b2b2b;
    font-size: 17px;
}

/* Quantity */
.quantityss {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #210e77;
    width: max-content;
    align-items: center;
    padding: 7px 9px;
    border-radius: 28px;
    color: #fff;
    margin: auto;
}

.quantityss button {
    border: none;
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

/* Coupon + Totals */
.cart-summary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}

.totals {
    flex: 1;
    max-width: 436px;
    background: #f4f2ff;
    padding: 20px;
    border: 2px solid #220f78;
}

.totals p {
    display: flex;
    justify-content: space-between;
    padding: 17px;
    background: #ffffff;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px dashed #210e7742;
    font-size: 17px;
    font-weight: 600;
    color: #111;
}

p.totals-items-one {
    font-size: 20px;
    color: #210e77;
    font-weight: 600;
}

.totals h4 {
    font-size: 27px;
    margin-bottom: 1rem;
    font-weight: 800;
    text-align: center;
    color: #210e77;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}

.subtotls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

button.checkout-btn {
    width: 100%;
    border: none;
    outline: none;
}

.checkout-btn a:hover {
    background: #210e77;
    color: #ffffff;
}

.checkout-btn a {
    display: block;
    width: 100%;
    background: #210e77;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .cart-header {
        display: none;
    }

    .cart-item {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .cart-item>div {
        margin: 5px 0;
    }

    .cart-summary {
        flex-direction: column;
    }
}

.product22 h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: #111;
}

.price-soms {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}



.sec-21 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    background: #f8f6ff;
    border-radius: 8px;
    overflow: hidden;
}

.cart-table thead {
    background: #7a4dff;
    color: #fff;
    text-align: left;
}

.cart-table th,
.cart-table td {
    padding: 16px 15px;
    text-align: center;
}

.cart-table th:first-child,
.cart-table td:first-child {
    text-align: left;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-info img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
}

/* Quantity buttons */
.quantity {
    display: inline-flex;
    align-items: center;
    background: #2b0a78;
    border-radius: 30px;
    overflow: hidden;
}

.quantity button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 14px;
    cursor: pointer;
}

.quantity span {
    color: #fff;
    min-width: 25px;
    text-align: center;
    font-weight: bold;
}

/* Delete icon */
.remove {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .cart-table thead {
        display: none;
        /* hide headers */
    }

    .cart-table,
    .cart-table tbody,
    .cart-table tr,
    .cart-table td {
        display: block;
        width: 100%;
    }

    .cart-table tr {
        border-radius: 8px;
        padding: 12px;
    }

    .coupon {
        display: none;
    }

    /* Default td style */
    .cart-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 0;
        border: none;
    }

    .cart-table td::before {
        display: none;
        /* don’t show labels */
    }

    /* Product section stays full width */
    .cart-table td[data-label="Product"] {
        display: block;
        margin-bottom: 10px;
    }

    .product22 {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .product22 img {
        width: 62px;
        height: 62px;
        border-radius: 6px;
    }

    .product22 h4 {
        font-size: 14px;
        margin: 5px 0 0;
    }

    /* Group: Price + Quantity */
    .cart-table td[data-label="Price"],
    .cart-table td[data-label="Quantity"] {
        display: inline-flex;
        width: 49%;
        justify-content: flex-end;
    }

    .cart-table td[data-label="Price"] {
        font-weight: bold;
    }

    .cart-table td[data-label="Price"] {
        font-weight: bold;
        justify-content: flex-start;
    }

    /* Group: Subtotal + Remove */
    .cart-table td[data-label="Subtotal"],
    .cart-table td:last-child {
        display: inline-flex;
        width: 49%;
        justify-content: flex-end;
    }

    .cart-table td[data-label="Subtotal"] {
        justify-content: flex-start;
    }

    .cart-table td:last-child {
        justify-content: flex-end;
    }

    /* Quantity buttons shrink */
    .quantityss {
        transform: scale(0.9);
    }
}

.cart-table thead th {
    font-size: 19px;
    font-weight: 500;
}

.cart-table tbody tr {
    border-bottom: 19px solid #fff;
}




/*checkout-page-design*/
.checkout-wrapper {
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 22px;
    margin-top: 2rem;
}

.checkout-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.checkout-box {
    padding: 20px;
    border-radius: 6px;
}

.checkout-box h3 {
    font-size: 28px;
    color: #fb990b;
    margin-bottom: 15px;
    border-bottom: 1px dashed #9a9a9a;
    padding-bottom: 14px;
    margin-bottom: 26px;
    font-weight: 600;
}

.checkout-field {
    margin-bottom: 15px;
}

.checkout-field label {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #111;
}

.checkout-field input {
    width: 100%;
    padding: 9px;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    font-size: 16px;
}

.checkout-error {
    color: red;
    font-size: 12px;
    margin-top: 3px;
}

.billing-options {
    margin-bottom: 15px;
}

button.checkout-info-btn {
    background: #ddd;
    outline: none;
    border: none;
    width: 100%;
    padding: 11px 14px;
    border-radius: 50px;
    background: #fb990b;
    font-size: 19px;
    font-weight: 600;
    margin-top: 1rem;
    text-transform: capitalize;
}

button.checkout-info-btn:hover {
    background-color: var(--purple);
    color: white;
}

.billing-options label {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 18px;
    border: 1px dashed #f7a600;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    background: #fffbf6;
}

/* Hide default radio */
.billing-options input[type="radio"] {
    display: none;
}

/* Custom radio circle */
.billing-options .custom-radio {
    height: 20px;
    width: 20px;
    border: 1px solid #f7a600;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}

/* Inner filled circle when checked */
.billing-options input[type="radio"]:checked+.custom-radio::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #f7a600;
    border-radius: 50%;
}

/* Hover effect */
.billing-options label:hover {
    background: #fff7e6;
}

/* Responsive */
@media (max-width: 768px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-box {
        padding: 0;
        border-radius: 6px;
    }

    .checkout-box h3 {
        font-size: 22px;
        margin-top: 15px;
    }

    .checkout-field input {
        width: 100%;
        padding: 8px;
        border: 1px solid #a8a8a8;
        border-radius: 4px;
        font-size: 15px;
    }

    .billing-options label {
        padding: 15px;
        font-size: 16px;
    }

    .checkout-field label {
        font-size: 16px;
    }

    button.checkout-info-btn {
        font-size: 17px;
    }
}

.checkout-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 20px;
}

.checkout-section {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.checkout-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 15px;
}

/* Orders Section */
.orders-box h3 {
    font-size: 29px;
    color: #210e77;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 16px;
    margin-bottom: 18px;
    padding-top: 17px;
    background: #e7e2ff;
    padding-left: 15px;
    border-radius: 5px;
}

.ads-btn-items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
}

.order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.order-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.order-details2 p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.order-price2 {
    font-size: 19px;
    font-weight: 600;
    color: #191919;
}

.order-details2 small {
    font-size: 17px;
    font-weight: 500;
    color: #212121;
}

/* Amount Payable */
.payable-box {
    background: #f9f7ff99;
    border: 1px solid #8266fe;
}

.grand-total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 0px;
    border-top: 2px solid #bdbdbd;
    margin-top: 16px;
}

.grand-total small {
    font-size: 14px;
    margin: 0;
    color: #232323;
    font-weight: 500;
}

.checkout-section h3 {
    font-size: 24px;
    color: #210e77;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px dotted #8266fe;
    padding-bottom: 8px;
}

.payable-line span {
    font-size: 17px;
    font-weight: 500;
    color: #111;
}

.payable-line {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
}

.payable-line strong {
    font-weight: bold;
}

/* Custom radio group */
.shipping-options {
    margin: 10px 0;
}

.shipping-options label {
    display: flex;
    align-items: center;
    padding: 12px 0px;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s ease;
    font-weight: 500;
    color: #0c0c0c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* hide default radio */
.shipping-options input[type="radio"] {
    display: none;
}

.shipping-options {
    margin: 10px 0;
    background: #e7e2ff;
    padding: 6px 12px;
}

/* custom circle */
.shipping-options .custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #210e77;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
    display: flex;
}

.custo-ches {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* filled center when checked */
.shipping-options input[type="radio"]:checked+.custom-radio::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #210e77;
    border-radius: 50%;
}



/* Card Details */
.garnd-tpls {
    font-size: 20px;
    font-weight: 700;
    color: #a70c49;
    line-height: 23px;
}

.garnd-tpls .iten-to {
    font-size: 15px;
    color: #262626;
}

.form-field {
    margin-bottom: 12px;
}

.months-ecxp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
}

.months-ecxp .form-field {
    width: 100%;
}

.form-field label {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    padding-top: 5px;
}

.form-field input,
.form-field select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.error-msg {
    font-size: 12px;
    color: red;
    margin-top: 3px;
}

.pay-btn {
    width: 100%;
    padding: 10px;
    background: #f7a600;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
}

.pay-btn:hover {
    background: var(--purple);
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .checkout-container {
        grid-template-columns: 1fr;
    }
}

.checkout-page-sips2 {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    margin-top: 2rem;
}








/* Popup */
.unique-cart-popup {
    display: none;
    position: absolute;
    top: 60px;
    width: 380px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 100;
    right: -159px;
}

.header_rights_sec2:hover .unique-cart-popup {
    display: block;
}

.unique-cart-header {
    background: linear-gradient(180deg, #e5e0ff, #ffffff);
    padding: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #210e77;
    border-bottom: 1px solid #d0c5ff;
    margin-bottom: 4px;
}

.unique-cart-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
}

.unique-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.unique-cart-item img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 12px;
    border: 1px solid #ddd;
}

.unique-cart-item .unique-info {
    flex: 1;
}

.unique-cart-item .unique-info h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding-bottom: 6px;
    line-height: 20px;
}

.unique-cart-item .unique-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.unique-cart-item .unique-quantity button {
    width: 24px;
    height: 25px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 21px;
    font-weight: bold;
    color: #8266fe;
}

span.quanityss span {
    padding-left: 5px;
    padding-right: 5px;
}

span.quanityss {
    background: #ededed;
    border-radius: 33px;
    padding: 1px 4px;
}

.unique-cart-item .unique-price {
    font-weight: 500;
    margin-left: 3px;
    color: #000000;
    font-size: 17px;
}

.unique-cart-item .unique-remove i {
    font-size: 19px;
    color: #bc005a;
    padding-top: 5px;
}


.unique-cart-footer {
    background: linear-gradient(180deg, #f2efff, #ffffff);
    padding: 16px;
    text-align: center;
}

.unique-cart-footer .unique-total {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #210e77;
}

.unique-cart-footer input {
    padding: 7px;
    width: 55%;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 5px;
}

button.unique-view-cart {
    background: #8266fe;
    color: #ffffff;
    text-transform: capitalize;
}

button.unique-view-cart a {
    color: #ffffff;
}

.unique-cart-footer .unique-actions button a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.unique-cart-footer .unique-actions button.unique-checkout i {
    color: #000;
}

.unique-cart-footer .unique-actions button a i {
    color: #fff;
}

.unique-cart-footer button {
    padding: 7px 12px;
    border: none;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.unique-cart-footer .unique-actions {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.unique-cart-footer .unique-actions button {
    flex: 1;
    padding: 9px;
    border-radius: 36px;
    font-weight: 600;
}

.unique-view-cart {
    background: #fff;
    border: 1px solid #fb990b;
    color: #fff;
}

.unique-checkout {
    background: #fb990b;
    color: #fff;
}

.unique-cart-footer .unique-actions button.unique-checkout a {
    color: #000;
}

.unique-cart-footer .unique-actions button i {
    font-size: 20px;
}

span.price-offers {
    font-size: 17px;
    padding-left: 6px;
    text-decoration: line-through;
    font-weight: 500;
    color: #4b4b4b;
}

span.offf-ten-prce {
    font-size: 14px;
    font-weight: 600;
    background: #dfd9ff;
    padding: 3px 8px;
    border-radius: 3px;
    color: #10005b;
    margin-left: 5px;
}

.products_type_search {
    max-height: 342px;
    overflow-y: auto;
}

span.unique-close-btn {
    display: none;
}

.counters-cart {
    position: absolute;
    right: -5px;
    top: -4px;
    background: #8266fe;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
}

.counters-cart2 {
    right: 11px;
    position: absolute;
    top: -4px;
    background: #fb990b;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
}



.custom-model-main .no-results-content p {
    font-size: 15px;
    text-align: center;
    background: #ffecee;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: .4px;
}

.products_type_search hr {
    margin: 10px 0;
}


.unique-cart-item p.text-danger.text-center {
    font-size: 14px;
    text-align: center;
    background: #ffecee;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    font-weight: 500;
    letter-spacing: .4px;
    width: 100%;
}

.unique-cart-item .com-cart-qunts {
    width: 100%;
}

.unique-info h4 a {
    color: #3e3e3e;
}


.unique-quantity .input-box {
    background: transparent;
    text-align: center;
    color: #000;
    width: 42px;
    height: 29px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
}

.unique-quantity .input-box::-webkit-inner-spin-button,
.unique-quantity .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.unique-quantity .decrement[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.swal2-icon.swal2-warning.swal2-icon-show {
    width: 80px;
    height: 80px;
    margin: 0 auto 6px;
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6eed 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s ease-in-out infinite;
    border: none;
    color: #fff;
    font-size: 17px;
    border: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

h2#swal2-title {
    font-size: 28px;
    color: #283140;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 17px;
    padding: 0;
    text-transform: capitalize;
}

div#swal2-html-container {
    font-size: 17px;
    color: #4a4e53;
    margin-bottom: 32px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1px;
    padding-top: 9px;
}

button.swal2-confirm.swal2-styled {
    background: linear-gradient(135deg, #cb0404 0%, #c93a4f 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(238, 90, 111, 0.4);
    font-size: 16px;
    min-width: 155px;
    font-weight: 500;
}

button.swal2-cancel.swal2-styled {
    box-shadow: 0 6px 20px rgb(253 213 131 / 54%);
    background: linear-gradient(135deg, #ffc625 0%, #ffc393 100%);
    color: #000000;
    min-width: 155px;
    font-weight: 500;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    padding: 36px 12px;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    padding-bottom: 31px;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid #06ab00;
}

span.swal2-success-line-long {
    background-color: #06ab00 !important;
}

span.swal2-success-line-tip {
    background-color: #06ab00 !important;
}

.swal2-success-ring {
    border: 4px solid #06ab00 !important;
}

span.swal2-x-mark-line-left {
    background: #dc0000 !important;
}

span.swal2-x-mark-line-right {
    background: #dc0000 !important;
}

div:where(.swal2-icon).swal2-error {
    border-color: #dc0000 !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 16px;
    /* padding: 0px; */
    /* margin-top: 1px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.circl-threlettres i {
    font-size: 60px;
    color: #fb990b;
    font-weight: 500;
}


.circl-threlettres p {
    font-size: 17px;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.div-cart-poprp02 {
    max-height: 368px;
    overflow-y: auto;
    margin-right: 4px;
}

.scroll-box::-webkit-scrollbar {
    width: 4px;
}

.scroll-box::-webkit-scrollbar-thumb {
    background-color: #5940c3;
    border-radius: 8px;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
    background-color: #5940c3;
}

span.offf-ten-prce {
    font-size: 14px;
    font-weight: 600;
    background: #dfd9ff;
    padding: 3px 8px;
    border-radius: 3px;
    color: #10005b;
    margin-left: 5px;
}

span.price-offers {
    font-size: 17px;
    padding-left: 6px;
    text-decoration: line-through;
    font-weight: 500;
    color: #4b4b4b;
}

.card-listis {
    display: flex;
}


/* Price Filter Styles */
.price-filter-wrapper {
    padding: 4px 0px 15px;
}

.price-inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.price-input-group {
    flex: 1;
}

.price-input-group label {
    display: block;
    font-size: 14px;
    color: #202020;
    margin-bottom: 5px;
    font-weight: 500;
}

.price-input-group input {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
}

.price-slider {
    position: relative;
    height: 6px;
    margin: 20px 0;
}

.slider {
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    position: relative;
}

.slider .progress {
    height: 6px;
    border-radius: 3px;
    background: #8266fe;
    position: absolute;
    left: 0%;
    right: 0%;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 6px;
    top: -6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 9;
}

.range-input input::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #8266fe;
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.range-input input::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #8266fe;
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.price-display {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.price-display span {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
}

.occasion-slider.slider-ocasions .col-md-3 {
    width: 20%;
}

.unique-cart-item img.empty-cart-popup {
    width: 96px;
    height: 87px;
    object-fit: contain;
    border-radius: 0;
    margin-right: 0;
    border: 0;
}

h2.empty-cart-opop-2 {
    font-size: 18px;
    font-weight: 700;
    color: #210e77;
    margin-top: 11px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.other_carts_sections p.empty-cart-opop-2p {
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    text-align: center;
    margin-bottom: 0;
    width: 80%;
    margin: 4px auto 28px;
}

p.found-reuslts {
    color: #10005b;
    background: #f6f4ff;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 500;
}

.error-container {
    margin: auto;
    text-align: center;
    padding: 100px 0;
    margin-top: 40px;
    position: relative;
}

.error-container img {
    width: 370px;
}

.error-container .error-text {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-top: -40px;
}

.error-description {
    font-size: 19px;
    font-weight: 500;
    width: 32%;
    margin: 6px auto;
    line-height: 29px;
}

a.btn.btn-dashboard {
    background: #000000;
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 10px 22px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    gap: 5px;
}

img.ballons-404 {
    position: absolute;
    top: 15px;
    width: 173px;
    left: 45%;
    z-index: -1;
}

.error-container i {
    font-size: 22px;
}

a.btn.btn-dashboard:hover {
    background: #ffa82c;
    color: #000;
}