.slide-content-two {
    margin: 1rem 1.7rem;
    padding: 1.5rem 0;
}
.slide-content-sale_one{
    margin: 0.5rem 1.7rem;
}
.slide-content-two h1{
    white-space: nowrap;
}
.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: 0.95rem;
}
.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;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slide-content-two .card .card-image:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
@media (max-width: 768px) {
    .slide-content-two .card .card-image img {
        border-radius: 5% !important;
        height: 85px;
        width: 100%;
        object-fit: fill;
    }
}
.swiper-pagination-bullet {
    background-color: var(--PrimaryColor1) !important;
    opacity: 1;
    width: 0.8rem !important;
    height: 0.8rem !important;
}
@media only screen and (max-width: 821px) and (min-width: 760px) {
    .slide-content-two .card .card-content a {
        font-size: 0.5rem !important;
    }
}
@media only screen and (max-width: 1185px) and (min-width: 1020px) {
    .slide-content-two .card .card-content a {
        font-size: 0.7rem !important;
    }
}
@media (max-width: 450px){
    .slide-content-two .card .card-content a {
        /*font-size: 0.5rem !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(--PrimaryColor1);
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: var(--PrimaryColor1);
}

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

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 1rem !important;
    background-color: #c6c6c6;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5rem 0.7rem;
}

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

@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(--PrimaryColor1);
    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(--PrimaryColor1);
    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  ******************/




.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(--PrimaryColor1);
    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 ******************/

/* ******************************************* */
.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(--PrimaryColor1) !important;
    opacity: 1;
}

/**************************** popular experts     *******************/
.slide-content-Shop_by_category{
    margin: 0 3rem;
    padding: 2rem 0;
    overflow: hidden;
}
.slide-content-Shop_by_category h1{
    text-align: center;
    padding: 30px 0;
    white-space: nowrap;
    font-size: 18px;
}
.slide-content-Shop_by_category .card {
    height: 100%;
    min-height: 1px;
    /* border: 1px solid #ECECEC; */
    transition: 0.4s ease;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
.slide-content-Shop_by_category .card .card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: center;
    justify-content: center;
}
.slide-content-Shop_by_category .card .card-content a{
    white-space: nowrap;
    color: #121313;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 450px) {
    .slide-content-Shop_by_category .card .card-content a,
    .slide-content-Shop_by_category_1 .card .card-content a,
    .slide-content-Shop_by_category .card .card-content span,
    .slide-content-Shop_by_category .card .card-content button{
        font-size: 0.5rem !important;
        white-space: nowrap;
    }
}
.slide-content-Shop_by_category .card .card-image{
    height: 100%;
    max-width: 180px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.slide-content-Shop_by_category .card .card-image img{
    border-radius: 50% !important;
    height: 180px;
    width: 100%;
    object-fit: fill;
}

.swiper-button-next.Shop_by_category,
.swiper-button-prev.Shop_by_category{
    top: 40%;
}

/**************************** all experts     *******************/

.slide-content-Shop_by_category_1{
    margin: 0 3rem;
    padding: 2rem 0;
    overflow: hidden;
}
.slide-content-Shop_by_category_1 h1{
    text-align: center;
    padding: 30px 0;
    white-space: nowrap;
    font-size: 18px;
}
.slide-content-Shop_by_category_1 .card {
    height: 100%;
    min-height: 1px;
    /* border: 1px solid #ECECEC; */
    transition: 0.4s ease;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
.slide-content-Shop_by_category_1 .card .card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: center;
    justify-content: center;
}
.slide-content-Shop_by_category_1 .card .card-content a{
    white-space: nowrap;
    color: #121313;
    font-weight: 700;
    font-size: 18px;
}
.slide-content-Shop_by_category_1 .card .card-image{
    height: 100%;
    max-width: 180px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.slide-content-Shop_by_category_1 .card .card-image img{
    border-radius: 50% !important;
    height: 180px;
    width: 100%;
    object-fit: fill;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slide-content-Shop_by_category_1 .card .card-image:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);

}
.swiper-button-next.slide-content-Shop_by_category_1,
.swiper-button-prev.slide-content-Shop_by_category_1{
    top: 40%;
}
@media (max-width: 765px) {
    .slide-content-Shop_by_category .card .card-image img,
    .slide-content-Shop_by_category_1 .card .card-image img {
        border-radius: 50% !important;
        height: 80px;
        width: 100%;
        object-fit: fill;
    }
}
@media  only screen and (max-width:668px) and (min-width:665px){
    .slide-content-Shop_by_category .card .card-image img,
    .slide-content-Shop_by_category_1 .card .card-image img {
        height: 150px !important;
    }
}

.expert-card{
    border: none !important;
}
.links a{
    font-size: 1.5rem;
}

/*************** trends *********************/

.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(--PrimaryColor1);
    padding-left: 25px;
}

.homepage-collections .box-container{
    /* display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 30px 20px; */
}

.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(--PrimaryColor1);
    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: 765px) {
    .slide-content-offers{
        margin: 0 10px;
        padding-top: 2rem;
    }
    .homepage-collections .box-container .box .img{
        max-width: 150px;
        height: 80%;
        border-radius: 3px;
        background: #fff;
    }
    .homepage-collections .box-container .box img{
        height: 150px !important;
    }
    .box.swiper-slide.swiper-slide-active{
        margin-left: 10px !important;
    }
}


@media (max-width:450px) {
    .links a{
        font-size: 1rem !important;
    }
    .swiper-navBtn::before,
    .swiper-navBtn::after{
        font-size: 1rem !important;
        padding: 0.3rem 0.5rem;
    }
    .slide-content-two .card .card-image {
        padding: 0.5rem !important;
    }
}
