.product-title{
    font-size:1.2em;
    font-weight:500;
}
.product-price {
    display: flex;
    align-items: flex-start;
    direction: rtl;
    flex-flow: wrap;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25;
    color: #d3060c;
    margin-bottom: 1.3rem;
    flex-direction: column;
}
.new-price {
    color: #000;
    margin-left: 0.8rem;
    font-weight: 700;
}
.product.product-2 {
    box-shadow: none !important;
    border-radius: 10px;
}
.product.product-2 .product-body {
    display: flex;
    justify-content: space-between;
    padding: 1.6rem 0;
}
.product-media {
    border-radius: 10px;
}
.product-body {
    box-shadow: none !important;
}
.owl-brand .owl-item {
    width: 200px !important;
    max-height: 200px;
}
.card_glass {
    width: 190px;
    height: 254px;
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
}
.card-inner {
    width: inherit;
    height: inherit;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.card:hover {
    transform: scale(1.04) rotate(1deg);
}
.circle {
    width: 100px;
    height: 100px;
    background: radial-gradient(#d01d33, #d01d33);
    border-radius: 50%;
    position: absolute;
    animation: move-up6 2s ease-in infinite alternate-reverse;
}
.circle:nth-child(1) {
    top: -25px;
    left: -25px;
}
.circle:nth-child(2) {
    bottom: -25px;
    right: -25px;
    animation-name: move-down1;
}
@keyframes move-up6 {
    to {
        transform: translateY(-10px);
    }
}
@keyframes move-down1 {
    to {
        transform: translateY(10px);
    }
}
.accordion {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
}
.accordion-item {
    border-bottom: 1px solid #e5e5e5;
}
.accordion-thumb {
    margin: 0;
    padding: 2rem 0;
    cursor: pointer;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
}
.accordion-panel {
    margin: 0;
    padding-bottom: 0.8rem;
    display: none;
}
.accordion-item.is-active .accordion-thumb::before {
    transform: rotate(45deg);
}
.owl-nav {
    position: absolute;
    top: 50%;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
}
.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.css-aekm-banner {
    min-height: 80px;
    box-shadow: none;
    background:unset;
    background-color: #f7f7f7;
}


.desktopPromotionProductsItems {
    background-size: 1em 1em;
    background: rgb(98, 1, 13);
    background: linear-gradient(180deg, rgba(98, 1, 13, 1) 0%, rgba(154, 15, 32, 1) 44%, rgba(182, 66, 80, 1) 73%, rgba(255, 70, 91, 1) 100%);

    opacity: 1;
    text-align: center;
    padding: 2rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.button_aekm_hover.desktop-hide.mobile-show .box_button {
    width: 140px;
    height: auto;
    float: unset;
    transition: 0.5s linear;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin: auto;
    border-radius: 10px;
}
.button_aekm_hover.desktop-hide.mobile-show .box_button:after,
.button_aekm_hover.desktop-hide.mobile-show .box_button:before {
    border-radius: 10px;
}
.mtd8 {
    margin-top: 80px;
}
.category__section__topic {
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #fff;
    gap: 20px;
}


.ptb-3-aekm{
    padding: 3rem 0;
}

.category__section__items {
    padding: 0rem;
}

.label-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    min-width: 0;
    border-radius: 50%;
    line-height: 1;
}
.label-circle {
    width: 30px!important;
    height: 30px!important;
}
.product-label.label-sale {
    background-color: #d11112 !important;
    border-radius: 8px;
}
.product-body .product-cat h4{
    font-size: 13px;
}

.card_category_footer h2 {
    color: #fff;
    text-align: center;
    text-shadow: 0 1.89838707447052px 0 0 rgba(239,79,53,.7);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 56.952px;
}

.card_category {
    height: 430px;
    width: 100%;
    background-color: #eee;
    object-fit: cover;
    border-radius: 8px;
}
.banner-picture74820x9930{
    min-height: 60vh;
    background-color: #eee;
    border-radius: 10px;
}
.card_category img{width: 100%;height: 100%;background-color: #eee;
    object-fit: cover;border-radius: 8px;}

.css-196tcw2{width:100%;height: 80px}

.css-1epojjp div{
    text-align: right;
    font-size: 14px;
}

.row{margin:0;}

.css-1epojjp div:first-child{
    font-weight: bold;
}

.preloading--banner{
    width: 100%;
    min-height: 350px;
    display: inline-block;
    background-color: #eee;
    border-radius: 10px;
    max-height: 450px;
    height: 100%;
    overflow: hidden;
}

.preloadingplace{
    overflow: hidden;
    position: absolute;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 3%, #ddd 23%, #eee 73%);
    background-size: 130rem;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1000;
}

@keyframes placeholderAnimate {
    0% { background-position: -650px 0; }
    100% { background-position: 650px 0; }
}
preloading--banner{height: 350px;}

.card_category .card_category_footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 27, 59, 0) 0, #0000008c 140%);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    padding:20px;
}
.cta_buy_cat{
    padding: 2px 7px;
    background-color: #fff;
    color:#000;
    border-radius: 15px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}


.slider_side_aekm_home .owl-dots{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.slider_side_aekm_home .owl-dots .owl-dot span,.slider_aekm_home .owl-dots .owl-dot span{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #555;
    padding: 0;
    line-height: unset;
}


.slider_side_aekm_home .owl-dots .owl-dot.active span,.slider_aekm_home .owl-dots .owl-dot.active span{
    background-color: #fff;
    width: 16px;
    height: 6px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.product-price{
    display: flex;
    align-items: flex-start;
    direction: rtl;
    flex-flow: wrap;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25;
    color: #d3060c;
    margin-bottom: 1.3rem;
    flex-direction: column;

}

.button_aekm_hover{color:#fff;
    font-style: normal;
    font-weight: 400;text-decoration:none;cursor:pointer;outline:0;border:none;background:0 0;z-index:10;}

.button_aekm_hover:hover{
    color: #fff !important;
    text-decoration: underline;
}

.new-price {
    color: #000;
    margin-left: 0.8rem;
    font-weight: bold;
}
.product.product-2{
    box-shadow: none !important;
    border-radius: 10px;
}
.product.product-2 .product-body{
    display: flex;
    justify-content: space-between;
    padding: 1.6rem 0;

}
.product-media{border-radius: 20px;max-width: 100%}
.product-body{box-shadow: none !important;}

.card_glass {
    width: 190px;
    height: 254px;
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
}

.card-inner {
    width: inherit;
    height: inherit;
    background: rgba(255,255,255,.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight: bold;
}

.card:hover {
    transform: scale(1.04) rotate(1deg);
}

.circle {
    width: 100px;
    height: 100px;
    background: radial-gradient(#d01d33, #d01d33);
    border-radius: 50%;
    position: absolute;
    animation: move-up6 2s ease-in infinite alternate-reverse;
}

.circle:nth-child(1) {
    top: -25px;
    left: -25px;
}

.circle:nth-child(2) {
    bottom: -25px;
    right: -25px;
    animation-name: move-down1;
}

@keyframes move-up6 {
    to {
        transform: translateY(-10px);
    }
}

@keyframes move-down1 {
    to {
        transform: translateY(10px);
    }
}

.background_shadow_product{
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(48, 48, 48, 0.00) 72.45%, #303030 100%);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

.product-body.aekm--design{
    position:absolute;
    bottom:0;
    left:0;
    background-color:transparent;
    justify-content: space-between;
    padding: 1.6rem 0;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    border-radius:10px;
}
.product-body.aekm--design .product-price{
    display: inline-flex;
    align-items: flex-start;
    direction: rtl;
    flex-flow: nowrap;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25;
    color: #d3060c;
    margin-bottom: 0;
    flex-direction: row !important;
    gap: 8px;
    border-radius:20px;
}

.product-body.aekm--design .product-price .old-price{
    color:rgba(255, 255, 255, 0.70);
    text-decoration:line-through;
}
.product-body.aekm--design .product-price .new-price{
    color:#fff;
}
.product{background:transparent !important;border-radius:10px;}
.product.product-2,.product-media{border-radius:10px;}
.product-cat a,.price-new,.product-cat span{
    color:#fff !important;
}

.new-price s{text-decoration: unset; font-size: 0.8rem}

.discount-icon-background{
    position: absolute;
    right: 10px;
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: 50%;
    transform: translateY(-50%);
}
.owl-cat-men .owl-nav, .owl-cat-women .owl-nav{
    display:none
}

.input-group-newsletter {
    position: relative;
}

#newsletter-aekm{
    background: #f8f8f8;
    padding: 55px;
    direction: rtl;
    display: flex;
    margin-bottom: 75px;
    align-items: center;
    justify-content: center;
    gap:30px;
}

#newsletter-aekm p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

#newsletter-aekm #newsletter-form {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 20px;
    padding-top: 12px;
}

#newsletter-aekm #newsletter-form input {
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(238, 238, 238, .9333333333);
    border: 0;
    color: #b3b3b3;
    line-height: 52px;
    width: 450px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    float: right;
    padding-right:30px;
}

#newsletter-aekm #newsletter-form button {
    width: 125px;
    line-height: 52px;
    background-color: #00bf6f;
    color: #b3b3b3;
    border: 0;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    right: -10px;
    margin-right: -125px;
}

#newsletter-aekm #newsletter-form button span {
    color: #fff;
    font-size: 16px;
}

.sec-title {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.cat-flex-template{
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
}




@font-face {
    font-family: jpafont;
    src: url(../../public/fonts/ttf/IRANSansWeb.ttf);
}

@font-face {
    font-family: jpafontBold;
    src: url(../../public/fonts/ttf/IRANSansWeb_Bold.ttf);
}

@font-face {
    font-family: jpafontNum;
    src: url(../../public/fonts/ttf/IRANSansWebFaNum.ttf);
}


.carousel_container {
    width: 100%;
    height: auto;
    margin-top: 100px;
    background-color: crimson;
    padding: 0px !important;
}

.top_carousel {
    width: 100%;
    height: auto !important;
    background-color: crimson;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    direction: ltr;
}

.offer_title_top {
    width: 50%;
    height: 100%;
    /* background-color: bisque; */
    margin: 0px;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 38px;
    font-family: jpafontBold;
}

.timer_top {
    width: 50%;
    height: 100%;
    padding: 40px 80px 20px 20px;
    text-align: center;
    /* background-color: blue; */
    color: white;
}

.bottem_carousel {
    width: 100%;
    height: auto;
    background-color: crimson;
    margin: 0px !important;
    direction: rtl;
}

/*////////////////////////////carousel///////////////////////////*/

.carousel {
    /* width: 100%; */
    height: auto;
    background-color: crimson;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 60px 15px 30px;

}

.owl-carousel {
    height: 100%;
}

.owl-stage-outer {
    height: 100%;
    padding-right: 0;
}


.owl-stage {
    height: 100%;
    display: flex;
    align-items: center;

}


.carousel_item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgb(204, 209, 216);
    border-radius: 10px;
}


.carousel_item:hover .carousel_offer {
    /* animation: tilt-shaking 0.25s infinite; */
    width: 50px;
}


.carousel_offer {
    position: absolute;
    top: 8px;
    /* right: 8px; */
    display: flex;
    justify-content: end;
    align-items: center;
    width: 30px;
    height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 3px;
    background-color: rgb(214, 2, 2);
    color: white;
    font-size: 13px;
    font-family: jpafontNum !important;
    transition: all 0.5s;
    z-index: 99;
}

/* @keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
} */


.carousel_img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.carousel_infos {
    height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel_title {
    font-size: 14px;
    color: black;
    font-weight: 600;
}

.carousel_price_off {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.carousel_off {
    font-size: 12px;
    color: rgb(145, 14, 14);
    font-family: jpafontNum !important;
    font-weight: 600;
    text-decoration: line-through;
    opacity: 0.6;
}

.carousel_price {
    font-size: 12px;
    color: black;
    font-family: jpafontNum !important;
    font-weight: 600;
}

/*////////////////////////////carousel///////////////////////////*/

.right_carousel {
    height: 100%;
    background-color: crimson;
    padding: 0px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;

}


.offer_title {
    width: 100%;
    height: 25%;
    /* background-color: bisque; */
    margin: 0px;
    padding: 30px 20px 15px 0px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 35px;
}

.offer_img {
    width: 25%;
    min-width: 160px !important;
    /* background-color: chocolate; */
}

.offer_img2 {
    width: 30%;
    min-width: 180px !important;
    /* background-color: chocolate; */
    position: absolute;
    top: 120px;
    right: -10px;
}

.carousel_next_btn {
    width: 20px;
    color: white !important;
    position: absolute;
    left: 5px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.5s;
    cursor: pointer;

}

.carousel_prev_btn {
    width: 20px;
    color: white !important;
    position: absolute;
    right: 35px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.5s;
    cursor: pointer;

}


.timer {
    width: 100%;
    height: 25%;
    padding: 0px 20px;
    text-align: center;
    /* background-color: blue; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

.carousel_seeAll_btn {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-family: jpafont;
    font-weight: bold;
    padding: 0.7em 2em;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.1);
    color: white;
    background-color: crimson;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
}

.carousel_seeAll_btn:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: white;
    z-index: -1;
}

.carousel_seeAll_btn:hover,
.carousel_seeAll_btn:focus {
    color: crimson;
}

.carousel_seeAll_btn:hover:before,
.carousel_seeAll_btn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.carousel_seeAll_btn:active {
    transform: scale(0.9);
}

.carousel_mobile_btn{
    color: crimson !important;
    background-color: white !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.1) !important;
    margin-top: 30px !important;
    width: 100%;
}
.carousel_mobile_btn:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: crimson !important;
    z-index: -1;
}

.carousel_mobile_btn:hover,
.carousel_mobile_btn:focus {
    color: white !important;
    box-shadow: none !important;
}

.values{
    font-size: 38px;
    font-family: jpafontNum, serif !important;
    margin-bottom: 20px;
}

.show{
    display: block !important;
}

.hide{
    display: none !important;
}

.confetti {
    position: absolute;
    bottom: 40%;
    right: 20px;
}

.offer_img3{
    position: relative;
    min-width: 130px !important;
}

.badge-title{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d01d33;
    border-radius: 100%;
}

.topic_section_aekm{margin:0}

.owl-carousel{z-index: 5}

.modern_category_title{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-right-radius: 10px;
    margin: 0;
    line-height: 50px;
    padding-right: 15px;
    font-size: 17px;
    color: #D01D33;
}
.modern_section_title__aekm{
    font-size: 27px;
    font-weight: 700;
    line-height: 42.26px;
    color: #D01D33;
    text-align: right;
}

.vertical_title{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin:0;
    text-align: center;
    width:250px;
}

.sectionTitle.default{
    rotate: 90deg;
}
.bottom_text_effect{
    font-size: 120px;
    font-weight: 700;
    line-height: 187.83px;
    letter-spacing: 0.58em;
    text-align: left;
    width: 496px;
    color: #E6E6E6;
    position: absolute;
    right: 0;
    bottom: -100.1px;
    z-index: 1;
}
.top_text_effect{
    font-size: 120px;
    font-weight: 700;
    line-height: 187.83px;
    letter-spacing: 0.58em;
    text-align: left;
    width: auto;
    color: #E6E6E6;
    position: absolute;
    left: 0;
    top: -75px;
    z-index: 1;
}
.glass_backgrnd_blur{
    border: 2px solid #FFFFFF;
    background: linear-gradient(180.48deg, rgba(255, 255, 255, 0.32) 49.19%, rgba(223, 223, 223, 0.73) 120.95%);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    top: 0;
    position: absolute;
    backdrop-filter: blur(3px);
}
.owl-carousel.modern_nav .owl-nav
{

    left: 0%;
    bottom: 0 !important;
    top: 50%;
    width: 100%;
    gap: 10px;
    z-index: 6;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.owl-carousel.modern_nav .owl-nav button.owl-next, .owl-carousel.modern_nav .owl-nav button.owl-prev{
    background-color: #000 !important;
    color: #fff;
    height: 90px;
}

.clock_holder.modern{
    display: inline-flex;
    height: 70px;
    left:unset;
    justify-content: center !important;
    align-items: center;
    font-size: 10px;
    position: relative;
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
    top:unset !important;
}
.modern_see_all_carousel{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #D01D33;
    color: #fff !important;
    height: 60px;
    width: 180px;
    float: left;
    margin-top: 29px;
    position: relative;
    z-index: 6;
    border-radius: 10px;
}

.countdown {
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin: 0 20px;
    width: 50%;
    display:inline-flex;
    justify-content:flex-end;
}

.time {
    display: inline-flex;
    padding: 0;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    direction:ltr;
    height:60px;
}

.time span {
    display: inline-flex;
    min-width: 30px;
    padding: 0;
    border-radius: 5px;
    background: #ffffff;
    color: #222;
    font-size: 14px;
    margin: 0 5px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.timeflex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time .unit {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.time span#days {
    background-color: #D01D33;
    color:#fff;
}

.time span:first-child{
    background-color:#eee;
}





.desktopPromotionProductsTitle.modern{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.desktopPromotionProductsTitle.modern.default{
    justify-content: center;
}

.padding-aekm-special{
    padding: 100px 0;
}
.top_text_effect.timer{
    display:none
}
@media screen and (max-width: 768px)
{
    .sectionTitle.default{
        rotate:0deg;
    }
    .glass_backgrnd_blur {
        border: 2px solid #FFFFFF;
        background: linear-gradient(180.48deg, rgba(255, 255, 255, 0.32) 49.19%, #DFDFDF 120.95%);
        width: 100%;
        height: calc(100% + 20px);
        display: block;
        z-index: 2;
        position: absolute;
        backdrop-filter: blur(5px);
        top: 20%;
        left: 0;
        transform: translate(0, -21%);
    }

    .flex_cards{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 40px;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .product-title{
        font-size:0.9em;
    }

    .flex_cards::-webkit-scrollbar{display:none}
    .flex_cards::-webkit-scrollbar-track{display:none}
    .flex_cards::-webkit-scrollbar-thumb{background:var(--red-jpa)}
    .flex_cards::-webkit-scrollbar-thumb:hover{background:#555}

    .flex_cards .landing_card {
        min-width: 45%;
        width: 45%;
    }

    .mobilePromotionProductsTitleModern{
        background-color: rgb(98, 1, 13);
        position: relative;
        width: 36%;
        border-radius: 20px;
        padding: 20px;
    }


    .mobilePromotionProductsTitle .topic_section_aekm {
        margin: 0;
        min-width: auto;
        font-size: 1.3em;
        padding: 0 20px;
    }

    .topic_section_aekm{margin: 0}

    .baseTheme .owl-carousel .owl-nav{display:none}

    .product-body.aekm--design .product-price{
        display: inline-flex;
        align-items: center;
        direction: rtl;
        flex-flow: nowrap;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.25;
        margin-bottom: 0;
        flex-direction: column !important;
        gap: 8px;
        border-radius: 20px;
        justify-content: center;
        text-align: center;
    }
    .label-circle {
        width: 30px;
        height: 30px;
        font-size: 10px;
        border-radius: 8px;
    }
    .topic_section_aekm{margin: 0;min-width: auto;}
    .background_cr{
        height: 90%;
    }
    .mobilePromotionProductsTitleModernTheme{
        border-top-right-radius: 10px;
        border-bottom-right-radius: unset;
        border-top-left-radius: 10px;
        padding: 20px 0 0 0;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        background-color: transparent;
        width: 100%;
        flex-direction: row;
    }

    .mobilePromotionProductsTitleModernTheme .section_banner_info{
        width: 100%;
    }
    .mobilePromotionProductsTitleModernTheme img{
        max-height:200px !important;
    }

    .category__section__items.theme2{
        width: 100%;
    }

    .category__section__items.theme2 .owl-carousel{margin-top:0}
    .owl-carousel .owl-nav{
        top: -56px;
        gap: 10px;
        justify-content:flex-start;
    }
    .footer-content{padding-top:0 !important;}
    .contact-list-footer li{line-height: 35px !important;}
    .mobile-section-50{width:50%;margin-top:20px}
    .css-aekm-banner{margin-top:20px;}
    .preloading--banner{display: inline}
    .container-fluid{margin:0;padding:0}
    .cat-flex-template{
        flex-direction: column;
    }
    #newsletter-aekm{
        gap: 30px;
        padding: 55px 0;
        flex-direction: column;
    }

    #newsletter-aekm #newsletter-form, #newsletter-aekm #newsletter-form input{
        width: 100%;
    }

    #newsletter-aekm #newsletter-form button{float: left;width:auto}
    #newsletter-aekm #newsletter-form button span:first-child{display:none}
    .mobilePromotionProductsItems .owl-stage
    {
        padding-right: 100px !important;
    }
    .mobilePromotionProductsItems .owl-stage.no-padding-r-event{
        padding-right: 0 !important;
    }

    .card_category_footer h2{
        color: #fff;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: unset;
        margin: 0;
        width: 100%;
        text-align: right;
    }

    .countdown {
        width: 100%;
        justify-content:center;
    }

    .top_text_effect{
        color: #E6E6E6;
        position: absolute;
        left: 0;
        top: -37px;
        z-index: 2;
        font-size: 50px;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        width: auto;
        letter-spacing: 12px;
    }

    .top_text_effect.timer{
        display:block
    }


    .vertical_title{
        rotate: unset;
    }
    .bottom_text_effect{
        font-size: 50px;
        font-weight: 700;
        line-height: 140.87px;
        letter-spacing: 15px;
        text-align: right;
        width: 496px;
        color: #E6E6E6;
        position: absolute;
        right: 0;
        bottom: -80px;
        z-index: 4;
    }
    .vertical_title{
        font-size: 32px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0;
        color: #E6E6E6;
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 0;
        text-align: center;
    }
    .category__section__items
    {
        padding:0 !important;
    }

    .modern_see_all_carousel{
        width: 100%;
        margin: auto;
        bottom: -40px;
        right: 0;
        border-radius: 0;
    }

    .desktopPromotionProductsTitle.modern{
        background-color: transparent !important;
        width: 100%;
        border-radius: 0;
        font-size: 52px;
        font-weight: 700;
        height: auto;
        line-height: 80px;
        display: inline-flex;
        align-items: center;
        flex-direction:column !important;
        justify-content: center;
        gap: 20px;
        margin: 0 0 20px 0;
        padding: 20px 0 ;
    }

    .desktopPromotionProductsTitle.modern h4{
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0;
        color: #000;
        position: relative;
        z-index: 1;
        width: auto;
        top: 0;
        text-align: center;
    }

    .sectionTitle{
        display:flex;
        align-items:center;
        gap:5px;
        flex-direction:row;
    }

}

@media screen and (max-width: 700px) {
    .category__section__topic {
        padding: 0 20px;
        border-radius: 0;
    }
    .category__section__items {
        padding: 1rem;
    }
    .category__section__topic .topic_section_aekm {
        margin: 0;
    }
    .category__section__items .product.product-2 .product-body {
        display: flex;
        justify-content: space-between;
        padding: 0.2rem 0;
    }

    .product-price,
    .product-cat {
        font-size: 11px;
    }


    .label-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.6rem;
        height: 4.6rem;
        min-width: 0;
        border-radius: 50%;
        line-height: 1;
    }
    .label-circle {
        width: 30px!important;
        height: 30px!important;
    }
    .product-label.label-sale {
        background-color: #d11112 !important;
        border-radius: 8px;
    }
    .owl-nav {
        width: 98%;
        left: 1%;
    }
    .accordion-thumb {
        margin: 0;
        padding: 2rem 0;
        cursor: pointer;
        font-size: 12px;
        color: #000;
        font-weight: 700;
        line-height: 21px;
    }
    .accordion-panel {
        font-size: 12px;
    }
    .topic_section_aekm {
        font-size: 20px;
    }
    .flex-column-mobile {
        flex-direction: column-reverse;
    }
    .faqRow .cta {
        margin: 20px auto;
        width: 100%;
    }
    .mobilePromotionProductsTitle {
        border-top-right-radius: 10px;
        border-bottom-right-radius: unset;
        border-top-left-radius: 10px;
        padding: 20px 0 0;
    }
    .mobilePromotionProductsItems {
        border-top-left-radius: unset;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-left: 0;
    }
    .mobilePromotionProductsTitle .topic_section_aekm {
        margin: 0;
    }
    .mtd8 {
        margin-top: 30px;
    }

    .card_category_footer h2 {
        font-size: 18px;
    }

    .mobilePromotionProductsTitle{
        display:inline-flex;
        justify-content: space-between;
        flex-direction: row;
        background: rgb(98, 1, 13);
    }


}

@media screen and (max-width: 600px){
    .card_category {
        height: 190px !important;
        width: 100%;
        border-radius: 0;
        margin: 20px 0;
        display: inline-flex;
        min-height: 79px !important;
        flex: unset;
    }

    .padding-aekm-special{
        padding: 0 0 100px 0;
    }

    .topic_section_aekm{font-size: 24px !important;}

    .card_category img{width: 100%;height: 100%;background-color: #eee;
        object-fit: cover;border-radius: 0}
    .preloading--banner{height: auto;background-color: unset}
    .banner-picture74820x9930{min-height: unset}
    .owl-sale .owl-nav,.owl-sale-women .owl-nav{
        display:none
    }
    .card_category .card_category_footer{
        border-radius: 0;
    }
}

@media (max-width:576px) {

    .carousel {
        /* width: 100%; */
        height: 100%;
        background-color: crimson;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0px !important;

    }

    .carousel_infos {
        height: 50px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .owl-stage-outer {
        height: 100%;
    }

    .offer_title {
        width: 100%;
        height: 25%;
        /* background-color: bisque; */
        margin: 0px;
        padding: 30px 10px;
        text-align: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
        font-size: 30px;
    }

    .offer_img2 {
        width: 28%;
        min-width: 120px !important;
        max-width: 130px !important;
        /* background-color: chocolate; */
        position: absolute;
        top: 25%;
        right: -3px;
    }

    .offer_title_top {
        width: 50%;
        height: 100%;
        /* background-color: bisque; */
        margin: 0px;
        padding: 20px 30px 0px 0px;
        text-align: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
        font-size: 33px;
        font-family: jpafontBold;
    }
    .carousel_title {
        font-size: 12px;
        color: black;
        font-weight: 600;
    }
    .carousel_off {
        font-size: 10px;
        color: rgb(145, 14, 14);
        font-family: jpafontNum !important;
        font-weight: 600;
        text-decoration: line-through;
        opacity: 0.6;
    }

    .carousel_price {
        font-size: 10px;
        color: black;
        font-family: jpafontNum !important;
        font-weight: 600;
    }

    .timer_top {
        width: 50%;
        height: 100%;
        padding: 25px 100px 0px 20px;
        text-align: center;
        /* background-color: blue; */
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
    }

    .values{
        font-size: 28px;
        font-family: jpafontNum !important;
        margin-bottom: 0px;
    }

    .confetti {
        position: absolute;
        top: -40%;
        right: 20px;
    }

}

@media (min-width:577px) and (max-width:767px) {
    .owl-stage-outer {
        height: 100%;
    }

    .offer_title {
        width: 100%;
        height: 25%;
        /* background-color: bisque; */
        margin: 0px;
        padding: 30px 10px;
        text-align: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
        font-size: 30px;
    }
    .offer_img2 {
        width: 30%;
        min-width: 120px !important;
        max-width: 150px !important;
        /* background-color: chocolate; */
        position: absolute;
        top: 25%;
        right: 5px;
    }
    .carousel_title {
        font-size: 12px;
        color: black;
        font-weight: 600;
    }
    .carousel_off {
        font-size: 10px;
        color: rgb(145, 14, 14);
        font-family: jpafontNum !important;
        font-weight: 600;
        text-decoration: line-through;
        opacity: 0.6;
    }

    .carousel_price {
        font-size: 10px;
        color: black;
        font-family: jpafontNum !important;
        font-weight: 600;
    }
    .confetti {
        position: absolute;
        top: -40%;
        right: 20px;
    }
}

@media (min-width:390px) and (max-width:480px) {
    .offer_title_top {
        width: 50%;
        height: 100%;
        /* background-color: bisque; */
        margin: 0px;
        padding: 20px 0px;
        text-align: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
        font-size: 27px;
        font-family: jpafontBold;
    }
    .timer_top {
        width: 50%;
        height: 100%;
        padding: 0px 100px 0px 20px;
        text-align: center;
        /* background-color: blue; */
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
    }

    .values{
        font-size: 22px;
        font-family: jpafontNum !important;
        margin-bottom: 0px;
    }
}

@media (max-width:390px) {
    .offer_title_top {
        width: 50%;
        height: 100%;
        /* background-color: bisque; */
        margin: 0px;
        padding: 20px 0px;
        text-align: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
        font-size: 22px;
        font-family: jpafontBold;
    }
    .timer_top {
        width: 50%;
        height: 100%;
        padding: 0px 100px 0px 20px;
        text-align: center;
        /* background-color: blue; */
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
    }

    .values{
        font-size: 18px;
        font-family: jpafontNum !important;
        margin-bottom: 0px;
    }
}

.sec-jpa .owl-nav{
    display:none !important;
}

@media screen and (max-width: 600px) {
    .card_category {
        margin: 20px 0 0 0;
    }
}
.product-media, .product.product-2{max-width: 320px;}
.glass_backgrnd_blur {
    border: 2px solid #fff;
    background: linear-gradient(180.48deg, rgba(255, 255, 255, .32) 49.19%, rgba(223, 223, 223, .73) 120.95%);
    width: 100%;
    height: calc(100% + 40px);
    display: block;
    z-index: 2;
    top: -20px;
    position: absolute;
    backdrop-filter: blur(3px);
    /* padding: 3rem 0; */
}
@media screen and (max-width: 767px){
    .glass_backgrnd_blur {
        height: calc(100% + 30px);
        top: -10px;
        transform: unset;
    }
}

.timer_place{
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.promotion_badge{
    position: absolute;
    left: 0;
    top: 2rem;
    line-height: 27px;
    background: #70ac70;
    color: #fff;
    padding: 0 10px;
    width: auto;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

.timer {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    direction: ltr;
    width: auto;
    height:auto;
}

.digit {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    background-color: #eaeaea;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.separator {
    font-size: 2rem;
    color: #333;
}

.timer_place h4{margin:0;color: #D01D33;
    font-weight:700;font-size: 3em;
}

#days-tens, #days-ones {
    color: #D01D33; /* Red color like in the image for days */
}
@media screen and (max-width: 700px)
{
    .timer_place{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap:10px;
        flex-direction: column;
    }
    .digit {
        width: 33px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        background-color: #eaeaea;
        border-radius: 5px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #000;
    }
}

.banner-picture74820x9930{
    min-height: unset;
}
.preloading--banner{
    min-height:unset;
    max-height: unset;
}



.carousel_titel_text {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    z-index: 2;
    color:#000;
}

/* Container for leaves */
#leaves {
    width: 100%;
    height: 80px;
    text-align: right;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 0;
    left: 0;
    /*border-radius: 12px;*/
    box-shadow: 4px 4px 10px rgb(219, 219, 219);
}

#leaves i:nth-of-type(2n) {
    animation: falling2 5s ease-in-out infinite;
}

#leaves i:nth-of-type(3n) {
    animation: falling3 5s ease-in-out infinite;
}

/* autumn styles */

.autumn {
    background: #dad299;
    background: linear-gradient(to right, #dad299, #b0dab9);
}

.autumn i {
    display: inline-block;
    width: 10px;
    height: 5px;
    background: orangered;
    transform: skew(20deg);
    border-radius: 5% 40% 70%;
    box-shadow: inset 0px 0px 1px #222;
    /* border: 1px solid #000000; */
    z-index: 1;
    opacity: 0.7;
    animation: falling 5s ease-in-out infinite;
}
.autumn i:nth-of-type(1n) {
    height: 12px;
    width: 8px;
}

.autumn i:nth-of-type(2n + 1) {
    height: 9px;
    width: 14px;
}

.autumn i:nth-of-type(3n + 2) {
    height: 10px;
    width: 6px;
}

.autumn i:nth-of-type(2n + 2) {
    background: rgb(255, 230, 0);
}

.autumn i:nth-of-type(4n + 1) {
    background: rgb(255, 136, 0);
}
.autumn i:nth-of-type(5n + 1) {
    background: rgb(255, 51, 0);
}
/* Different animation delays for staggered effect */
#leaves i:nth-of-type(1) {
    animation-delay: 1.9s;
}
#leaves i:nth-of-type(2) {
    animation-delay: 3.9s;
}
#leaves i:nth-of-type(3) {
    animation-delay: 2.3s;
}
#leaves i:nth-of-type(4) {
    animation-delay: 4.4s;
}
#leaves i:nth-of-type(5) {
    animation-delay: 5s;
}
#leaves i:nth-of-type(6) {
    animation-delay: 3.5s;
}
#leaves i:nth-of-type(7) {
    animation-delay: 2.8s;
}
#leaves i:nth-of-type(8) {
    animation-delay: 1.5s;
}
#leaves i:nth-of-type(9) {
    animation-delay: 3.3s;
}
#leaves i:nth-of-type(10) {
    animation-delay: 2.5s;
}
#leaves i:nth-of-type(11) {
    animation-delay: 1.2s;
}
#leaves i:nth-of-type(12) {
    animation-delay: 4.1s;
}
#leaves i:nth-of-type(13) {
    animation-delay: 1s;
}
#leaves i:nth-of-type(14) {
    animation-delay: 4.7s;
}
#leaves i:nth-of-type(15) {
    animation-delay: 3s;
}
#leaves i:nth-of-type(16) {
    animation-delay: 5.5s;
}
#leaves i:nth-of-type(17) {
    animation-delay: 1.7s;
}
#leaves i:nth-of-type(18) {
    animation-delay: 3.1s;
}
#leaves i:nth-of-type(19) {
    animation-delay: 5s;
}
#leaves i:nth-of-type(20) {
    animation-delay: 2.7s;
}
#leaves i:nth-of-type(21) {
    animation-delay: 4s;
}

/* Leaf falling animation keyframes */
@keyframes falling {
    0% {
        transform: translate3d(300px, 0, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-350px, 700px, 0) rotate(90deg);
        opacity: 0;
    }
}

@keyframes falling2 {
    0% {
        transform: translate3d(0, 0, 0) rotate(90deg);
    }
    100% {
        transform: translate3d(-400px, 680px, 0) rotate(0deg);
        opacity: 0;
    }
}

@keyframes falling3 {
    0% {
        transform: translate3d(0, 0, 0) rotate(-20deg);
    }
    100% {
        transform: translate3d(-230px, 640px, 0) rotate(-70deg);
        opacity: 0;
    }
}


/* clothes style */
.new_p {
    background: linear-gradient(to right, #f5ebe0, #eee1d5);
}
.new_p i {
    width: 5px;
    height: 5px;
    display: inline-block;
    font-size: 13px;
    color: rgb(145, 132, 161);
    transform: skew(20deg);
    z-index: 1;
    opacity: 0.7;
    animation: falling 5s ease-in-out infinite;
}
.new_p i:nth-of-type(1n) {
    font-size: 12px;
}

.new_p i:nth-of-type(2n + 1) {
    font-size: 14px;
}

.new_p i:nth-of-type(3n + 2) {
    font-size: 13px;
}
.new_p i:nth-of-type(2n + 2) {
    color: rgb(153, 208, 245);
}

.new_p i:nth-of-type(4n + 1) {
    color: rgb(255, 136, 0);
}
.new_p i:nth-of-type(5n + 1) {
    color: rgb(255, 51, 0);
}

@media screen and (max-width: 600px)
{
    .padding-aekm-special{
        padding: 0 0 60px 0;
        margin-top:50px;
    }
}

.carousel_title_container {
    width: 100%;
    height: 80px;
    border-radius: 0;
    /* background: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%); */
    background: radial-gradient(
            circle at 10% 20%,
            rgb(221, 49, 49) 0%,
            rgb(119, 0, 0) 90%
    );
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}
.vertical_title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    text-align: center;
    width: 300px;
    rotate: 90deg;
    position: absolute;
    right:-100px;
}
@media (min-width: 768px) {
    .carousel_title_container {
        display: none;
        width: 100%;
        height: 80px;
        position: relative;
        rotate: 90deg;
    }
}

.carousel_title_img {
    width: 100px;
}
.carousel_title_img_font {
    width: 200px;
}