.slide-content-two {
    margin: 1rem 1.7rem;
    padding: 1.5rem 0;
}
.slide-content-sale_one{
    margin: 0.5rem 1.7rem;
}
.slide-content-two h1{
    text-align: center;
    margin-bottom: 20px;
    white-space: nowrap;
    font-size: 18px;
}
.slide-content-two .card {
    height: 100%;
    min-height: 1px;
    border: none !important;
    /* border: 1px solid #ECECEC; */
    transition: 0.4s ease;
    background: #F8F8F8;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
.slide-content-two .card .card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: center;
    justify-content: center;
}
.slide-content-two .card .card-content a{
    white-space: nowrap;
    color: #121313;
    font-weight: 700;
    font-size: 18px;
}
.slide-content-two .card .card-image{
    height: 100%;
    max-width: 150px;
    margin: 0 auto;
    padding: 0.5rem 0rem;
    overflow: hidden;
    background: #F8F8F8;
}
.slide-content-two .card .card-image img{
    border-radius: 5% !important;
    height: 140px;
    width: 100%;
    object-fit: fill;
}
@media (max-width: 768px) {
    .slide-content-two .card .card-image img {
        border-radius: 5% !important;
        height: 55px;
        width: 100%;
        object-fit: fill;
    }
}
.swiper-pagination-bullet {
    background-color: var(--primaryColor) !important;
    opacity: 1;
    width: 1rem !important;
    height: 1rem !important;
}
@media (max-width: 450px){
    .slide-content-two .card .card-content a {
        font-size: 10px !important;
        white-space: normal !important;
        min-width: 65px;
        text-align: center;
    }
    .slide-content-two .card .card-content {
        height: 5vh;
        max-height: 5vh;
    }

}
/************* end slider home center *****************/


/* ************************************************************************************************************** */

/************* start slider home top ********************/
.slide-container{
    /* max-width: 1120px; */
    width: 100%;
    padding: 0;
}
.slide-content-one,
.slide-content-two{
    /* margin: 0 40px; */
    overflow: hidden;
    /* border-radius: 25px; */
}
.card{
    /* border-radius: 25px; */
    background-color: #FFF;
}
.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content{
    position: relative;
    row-gap: 5px;
    padding: 0;
}
/* .overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
} */
.card-image{
    position: relative;
    height: 400px;
    width: 100%;
    background: #FFF;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
}
.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: var(--primaryColor);
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: var(--primaryColor);
}

.swiper-navBtn{
    color: black;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: black;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 16px !important;
    background-color: #c6c6c6;
    border-radius: 50%;
    font-weight: bold;
    padding: 10px 13px;
}

.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color: var(--primaryColor);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: var(--primaryColor);
}

@media screen and (max-width: 768px) {
    .slide-content{
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }
    .slide-content-one,
    .slide-content-two{
        /* margin: 0 40px; */
        overflow: visible;
        /* border-radius: 25px; */
    }
}

/************* end slider home top ********************/

/* ***************************************************************************************************************

/************* end slider home center *****************/

/* ************************************************************************************************************** */


/************* start section collections ********************/
.slide-content-offers{
    margin: 0 2rem;
    padding-top: 1.5rem;
}
.homepage-collections .categories .category img{
    max-width: 100%;
}
.homepage-collections .box_container_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
}
.homepage-collections .box_container_title a{
    color: #121313;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 18px;
    font-weight: 700;
}
.homepage-collections .box_container_title a:nth-child(2){
    color: var(--primaryColor);
    padding-left: 25px;
}
 .box_container_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
}

.homepage-collections .box-container .box{
    /* box-shadow: 0 5px 10px rgba(0,0,0,.2); */
    border-radius: 3px;
    text-align: center;
    padding: 0;
}
.homepage-collections .box-container .box .img{
    max-width: 210px;
    height: 80%;
    border-radius: 3px;
    background: #fff;
}
.homepage-collections .box-container .box img{
    width: 100%;
    height: 210px;
    border-radius: 3px;
    padding: 10px;
}
.homepage-collections .box-container .box .img{
    position: relative;
    overflow: hidden;
}
.homepage-collections .box-container .box img{
    transform: scale(1);
    transition: all .5s;
}
.homepage-collections .box-container .box:hover img{
    transform: scale(1.1);
}
.homepage-collections .box-container .box .img .icon_shopping{
    position: absolute;
    background: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
    z-index: 111;
}
.homepage-collections .box-container .box .img .icon_shopping .bx-shopping-bag{
    color: #fff;
    font-size: 18px;
}
.homepage-collections .box-container .box .img .icon_heart{
    position: absolute;
    cursor: pointer;
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    z-index: 111;
}
.homepage-collections .box-container .box .img .icon_heart .bx-heart{
    color: #C90505;
    font-size: 20px;
}

.homepage-collections .box-container .box .title{
    padding: 5px;
    text-overflow: ellipsis;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
}
.homepage-collections .box-container .box .title a{
    color: #272727;
    font-size: 14px;
    font-weight: 700;
}
.price h6{
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .slide-content-offers{
        margin: 0 10px;
        padding-top: 2rem;
    }
    .homepage-collections .box-container .box .img{
        max-width: 170px;
        height: 80%;
        border-radius: 3px;
        background: #fff;
    }
    .box.swiper-slide.swiper-slide-active{
        margin-left: 10px !important;
    }
}


/*************** end section collections  ******************/

/************* start section collections sale ********************/
.homepage-collections-sale {
    width: 100%;
    margin: 0rem auto;
}
.homepage-collections .categories .category img{
    max-width: 100%;
}
.homepage-collections-sale .box_container_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
}
.homepage-collections-sale .box_container_title a{
    color: #121313;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 18px;
    font-weight: 700;
}
.homepage-collections-sale .box_container_title a:nth-child(2){
    color: var(--primaryColor);
}

.homepage-collections-sale .box-container{
    display: grid;
    grid-auto-flow: column;
    padding: 15px 0px 0px 0px;
    /* gap: 30px 20px; */
}

.homepage-collections-sale .box-container .box{
    /* box-shadow: 0 5px 10px rgba(0,0,0,.2); */
    border-radius: 3px;
    /*text-align: center;*/
    /*padding: 0;*/
}
.homepage-collections-sale .stores-section .box-container .box .img{
    height: 70% !important;
    width: 100%;
    border-radius: 3px;
    background: #fff;
}
.homepage-collections-sale .box-container .box .img{
    width: 100%;
    height: 55%;
    border-radius: 3px;
    background: #fff;
}
@media (min-width: 450px) {
    .slide-content-two .card .card-image {
        max-width: 165px;
        padding: 0.5rem 0rem;
    }
}
@media (max-width: 450px) {
    .homepage-collections-sale .box-container .box .img{
        height: 45% !important;
    }
    .homepage-collections-sale .box-container .box .img .time_section span {
        font-size: 10px !important;
    }
    .prod-card .ad-title{
        font-size: 14px !important;
    }
    .prod-card .sale-icon{
        font-size: 12px !important;
    }
    .prod-card .ad-price{
        font-size: 13px !important;
    }
    .prod-card .ad-owner{
        font-size: 11px !important;
    }
    .prod-card .ad-location{
        font-size: 11px !important;
    }
    .slide-content-sale_one{
        width: 85% !important;
    }
    .swiper-pagination-bullet {
        width: 0.7rem !important;
        height: 0.7rem !important;
    }
    /*.swiper-navBtn {*/
    /*    display: none !important;*/
    /*}*/
    .slide-content-two .card .card-image {
        padding: 0.5rem 0.5rem;
    }
}

.homepage-collections-sale .box-container .box img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.homepage-collections-sale .box-container .box .img{
    position: relative;
    overflow: hidden;
}
/* .homepage-collections-sale .box-container .box img{
  transform: scale(1);
  transition: all .5s;
} */
/* .homepage-collections-sale .box-container .box:hover img{
  transform: scale(1.1);
} */
.homepage-collections-sale .box-container .box .img .time_section{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
    z-index: 111;
}
.homepage-collections-sale .box-container .box .img .time_section span {
    font-size: 15px;
}

.homepage-collections-sale .box-container .box .img .icon_bookmark{
    position: absolute;
    cursor: pointer;
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    z-index: 111;
}


.homepage-collections-sale .box-container .box .title{
    padding: 5px;
    text-overflow: ellipsis;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
}
.homepage-collections-sale .box-container .box .title a{
    color: #272727;
    font-size: 16px;
    font-weight: 700;
}
.homepage-collections-sale .price{
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-collections-sale .price .new_price{
    color: var(--primaryColor);
    padding-right: 5px;
}
.homepage-collections-sale .price .old_price{
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .homepage-collections-sale .box-container {
        /* display: grid; */
        /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
        /* gap: 30px 10px; */
    }

}


/*************** end section collections sale ******************/

/* *********************************************************************************** */
/* products_preview */
.products_preview{
    position: fixed;
    top: 0; left: 0;
    min-height: 100vh;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.8);
    z-index: 111;
}
.products_preview.active{
    display: flex;
}
.products_preview .preview{
    display: inline-block;
    padding: 2rem;
    text-align: center;
    background: #fff;
    position: relative;
    margin: 2rem;
    width: 40rem;
}
.products_preview .preview.active{
    display: inline-block;
}
.products_preview .preview img{
    height: 230px;
}
.products_preview .preview i{
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer;
    color: #444;
    font-size: 4rem;

}
.products_preview .preview h3{
    white-space: nowrap;
    color: #444;
    padding-top: .5rem;
    font-size: 1.2rem;
}
.products_preview .preview p{
    line-height: 1.2;
    color: #7777;
    padding: .5rem 0;
    margin: 0 auto;
    font-size: 1rem;
}
.products_preview .preview .price{
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_preview .preview .price .old_price{
    margin-left: 10px;
    text-decoration: line-through;
    font-size: 14px;
    color: #707070;
}
.products_preview .preview .price .new_price{
    color: var(--primaryColor);
    font-size: 16px;
}
.products_preview .preview .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.products_preview .preview .btn a{
    width: 30%;
    padding: 8px 14px;
    font-size: 1.2rem;
    white-space: nowrap;
    color: #fff;
    background: var(--primaryColor);
    border: .1rem solid var(--primaryColor);
    transition: all .3s ease-in-out;
}
.products_preview .preview .btn a:hover{
    background: var(--primaryColor);
    border: .1rem solid var(--primaryColor);
}


/* ******************************************* */
.swiper-navBtn {
    color:black !important;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color:black !important;
    transition: color 0.3s ease;
}
.swiper-pagination-bullet{
    background-color: var(--primaryColor) !important;
    opacity: 1;
}
/* ******************************************* */
.prod-card{
    box-shadow: 0.5px 0.5px 0.5px 1px rgba(0, 0, 0, 0.2);

}
.new-prod{
    height: 32%;
    max-height: 32%;
}
.feature-prod{
    height: 30%;
    max-height: 30% ;
}
.ad-location{
    font-size: 13px;
}


