@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

/*sec-carousel*/
.sec-carousel {
    padding-top: 1rem;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.carousel-image {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.carousel-indicators {
    margin-bottom: 0 !important;
}

/*sec-single-adv-img*/
.sec-single-adv-img {
    padding: 1rem 0;
}

.single-adv-img {
    width: auto;
    height: 200px;
    border: 4px solid #bd005f;
    position: relative;
}

.single-adv-img img {
    height: 100%;
}

.shop-now a {
    color: #141E27 !important;
}

.trending {
    width: 80px;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    position: absolute;
    left: 4px;
    top: 4px;
    color: #fff;
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
    background-size: 100% 100%;
    animation: gradient 0.5s ease infinite;
}

.trending:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 9px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}


/*sec-new-offer*/
.sec-new-offer {
    padding: 1rem 0;
    background-color: rgba(150, 200, 162, .2);
}

.new-offer-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: auto;
}

.new-arrivels-box {
    width: 32%;
    height: 238px;
}

.sec-title-row {
    width: 100%;
    position: relative;
    padding: .5rem 0;

}

.sec-title-row span {
    margin: 0px auto;
    padding: .25rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
    font-size: 1.1rem;
    font-weight: 550;
}

.item-box {
    width: 100%;
    height: auto;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.item {
    padding: .25rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 180px;

    overflow: hidden;
}

.item img {
    max-width: 100%;
    max-height: 172px;
}

.fotsec {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 0;
}

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

.slick-dots {
    bottom: 8px !important;
}

.slick-dots li {

    margin: 0 0px !important;

}

.offer-box {
    width: 64%;
    position: relative;
    height: 238px;
}

.slick-arrow {
    display: none;
}

.offer-type-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hot-offer-box,
.combo-offer-box {
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.oitem-box {
    width: 50%;
    height: auto;
    display: flex;
    padding: .5rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.flas-offer {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    user-select: none;
    background: mediumaquamarine;
    border-radius: 2% 50%;
    transition: all 3s ease-in-out;
}

.flas-offer:hover {
    transform: rotate(1080deg);
}

.split-layout__divider {
    width: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.split-layout__rule {
    padding: 3rem 0;
    border: 1px solid #0005;
}

/*sec-footwear-adv*/
.sec-footwear-adv {
    padding: 1rem 0;
}

.footwear-adv-img {
    width: 500px;
    margin: 0 auto;
    display: block;
    height: 200px;
    border: .25rem solid rgb(251, 79, 20);
    position: relative;
}

.footweartitle {
    padding: 0 .5rem;
    background: none;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: block;
    width: 350px;
    position: absolute;
    top: 0px;
    left: 75px;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;

}

.footwear-adv-img img {
    max-width: 100%;
    height: 100%;
}

/*sec-footwearProduct*/
.sec-footwearProduct {
    padding: 1rem 0;
    background-color: rgba(150, 200, 162, .2);
}

.product-box {
    width: 46%;
    height: auto;
    position: relative;
    border: .1125rem solid rgba(60, 179, 113, .5);
}

.product-title-row {
    width: 100%;
    height: auto;
    position: relative;
}

.product-title {
    width: 100%;
    padding: .5rem;
    text-align: center;
    font-size: 1.1rem;
    color: rgb(60, 179, 113);
    font-family: 'Fredoka One', cursive;

}

.product-row-box {
    width: 100%;
    height: auto;
    position: relative;
}

.product-card-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.heading_row {
    width: 100%;
    padding: 4px 0px;
    font-size: .75rem;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fitem-box {
    width: 100%;
    height: auto;
    display: flex;
    padding: .25em;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.pitem {
    width: 172px;
    height: 172px;
    padding: .25rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.pitem img {
    width: 100%;
    height: auto;
}

/*sec-ajewellery*/
.sec-ajewellery {
    padding: 1rem 0;
    background-color: rgb(255, 255, 255);
    margin-bottom: 0.4rem;
}

.sec-ajewellery .sec-title-row span {
    margin: 0px auto;
    padding: .25rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
    font-size: 1.1rem;
    font-weight: 550;
}

.AJfotsec {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}

.ajadvproduct-box {
    width: 530px;
    height: auto;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #bd005f;
}

.ajadvproduct-box img {
    max-height: 250px;
    max-width: 530px;
}

.ajproduct-box {
    width: 60%;
    height: auto;
    max-height: 250px;
}

/* sec-space */
.sec-space {
    width: 100%;
    height: 6px;
    background: #ebb2eb;
}

@media only screen and (max-width: 768px) {

    .ajadvproduct-box p {
        font-size: 1.1rem
    }

    .fotsec {
        align-items: flex-start;
    }

    .pitem {
        width: 150px;
        height: 150px;
    }

    .new-arrivels-box {
        width: 100%;
        margin-right: 0px;
    }

    .offer-box {
        width: 100%;
        margin-top: .5rem;
        height: auto;
    }

    .hot-offer-box,
    .combo-offer-box {
        width: 100%;
    }

    .split-layout__divider {
        width: 100%;
    }

    .split-layout__rule {
        padding: 0 5rem;
    }

    .footwear-adv-img {
        width: 300px;
        margin: 0 auto;
        display: block;
        height: 180px;
        border: .25rem solid rgb(251, 79, 20);
        position: relative;
    }

    .footweartitle {
        padding: 0 .12rem;
        width: 200px;

        left: 50px;
        font-size: 1rem;
        ;
    }
}

.sec-tit {
    width: 100%;
}

.sec-tit-box {
    padding: 1rem 0;
    margin: 0 auto;
}

.sec-tit-box h1 {
    text-align: center;
    border-bottom: 2px solid #d1d5d8;
    line-height: .1em;
    font-size: 30px;
    font-weight: 400;
    margin: 30px 20px;
    color: #000;
}

.sec-tit-box h1 span {
    background: #fff;
    padding: 0 30px;
}

.sec-proDetails {
    width: 100%;
    height: auto;
}

.sec-proDetails-box {
    margin: 0 auto;
}

.proDetails-box-n,
.proDetails-box-o {
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.proDetails-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ind-pd {
    width: 24.5%;
    height: auto;
    padding: .25rem;
}

.PD-box {
    padding: .25rem;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px;
}

.box-1,
.box-2 {
    width: 48%;
    padding: .25rem;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px;
}

.img-box,
.img-box {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.PD-tit {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
}

.img-box img,
.img-box img {
    width: 100%;
}

.text-box {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #0001;
}

.text-box p {
    margin-bottom: 0;
    padding: 0 .25rem;
}

.text-box .pdtit-name {

    font-size: 16px;
}

.text-box .pd-price {
    font-size: 14px;
}

.text-box .sPrice {
    font-size: 14px;
    font-weight: 700;
    margin-right: 2px;
}

.text-box .cPrice {
    font-size: 13px;
    font-weight: 500;
    color: #0008;
    margin-right: 2px;
    text-decoration-line: line-through !important;
    text-decoration-color: #f27f72 !important;
}

.text-box .discount {
    font-size: 14px;
    color: rgb(70, 70, 187);
    font-weight: 500;
}

.shop-now {
    width: 100%;
    position: absolute;
    bottom: -100px;
    background: pink;
    color: #0008;
    padding: 0.5rem 0.75rem;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.PD-box:hover,
.box-1:hover,
.box-2:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

.PD-box:hover .shop-now,
.box-1:hover .shop-now,
.box-2:hover .shop-now {
    bottom: 0;
}

.pdimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.secondv-box-ad {
    width: 90%;
    margin: 0 auto;

    background: lightpink;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 80px;
    justify-content: center;
}

.secondv-box-ad img {
    width: 100%;
    height: auto;
}

.firsrt-carousel {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.firsrt-carousel .crs-item {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.firsrt-carousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media only screen and (max-width: 1400px) {
    .pdimg {
        height: 259px;
    }

    .img-box {
        height: 259px;
    }
}

@media only screen and (max-width: 1200px) {
    .pdimg {
        height: 216px;
    }

    .img-box {
        height: 216px;
    }
}

@media only screen and (max-width: 1000px) {
    .img-box {
        height: 326px;
    }

    .pdimg {
        height: 326px;
    }

    .box-1,
    .box-2 {
        margin-bottom: 16px;
    }

    .ind-pd {
        width: 49%;
    }
}

@media only screen and (max-width: 768px) {
    .img-box {
        height: 239px;
    }

    .pdimg {
        height: 239px;
    }

    .sec-tit-box h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .img-box {
        height: 169px;
    }

    .pdimg {
        height: 169px;
    }

    .sec-tit-box h1 {
        font-size: 16px;
        margin: 16px 8px;
    }

    .sec-tit {
        margin-top: 40px;
    }

    .sec-tit-box {
        padding: 0px;
    }

    .secondv-box-ad {
        margin: 40px auto;
    }
    .text-box .pdtit-name {

    font-size: 14px;
}
.text-box .discount {
    font-size: 11px !important;
}

}
.view_all {
    text-align: right;
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}
.view_all a {
    width: 130px;
    display: block;
    height: 30px;
    background: pink;
    color: #111;
    margin-right: 8px;
    text-align: center;
    line-height: 29px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.view_all a:hover{
    color:#fff !important;
    
    transform:scale(1.1);
}
@media only screen and (max-width: 360px) {
    .img-box {
        height: 150px;
    }

    .pdimg {
        height: 150px;
    }

    .sec-tit-box h1 span {
        background: #fff;
        padding: 0 7px;
    }
}