/* Google Fonts - Tajawal */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700&display=swap');

:root{
    --bs-primary-color:#AF9433;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;
    list-style: none;
    text-decoration: none;
}

body{
    direction: rtl;
    font-family: DinNext, sans-serif !important;
    background: #ffffff;
}
.max_height{
    max-height: 100% !important;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1250px){
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 450px){
    .slide-content-two .card .card-content a {
        font-size: 10px !important;
    }
    .slide-content-Shop_by_category .card .card-content a {
        font-size: 10px !important;
    }
    .homepage-collections-sale {
        height: 400px !important;
    }
    .homepage-collections .box_container_title a:nth-child(2){
        padding-left: 5px !important;
    }
    .slide-content-two .card .card-image img {
        border-radius: 50% !important;
        height: 90px !important;
        width: 100%;
        object-fit: fill;
    }
    .card-image {
        height: 100px !important;
    }
    .card-image2{
        height: 200px !important;
    }
    .header__top .end button A {
        font-size: 10px !important;
    }
}
@media (min-width: 451px){
    .homepage-collections-sale {
        height: 450px !important;
    }
}
/********** start header *****************/
/* start header top */
.header__top{
    background-color: #000000;
    color: white;
    font-size: 12px;
    padding: 6px 0;
}
.header__top .select__btn__lang{
    background: var(--bs-primary-color);
    border: 1px solid var(--bs-primary-color);
    padding: 0 5px 1px;
    border-radius: 3px;
    cursor: pointer;
}
.header__top button{
    background: var(--bs-primary-color);
    border: 1px solid var(--bs-primary-color);
    padding: 0 10px 1px;
    border-radius: 3px;
    cursor: pointer;
}
.header__top .end button A{
    color: #fff;
    font-size: 12px;
}

.header__top .row,
.header__center .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* end header top */

/* start header center */
.header__center{
    padding: 20px 0;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
}
.header__center .start .img {
    max-width: 120px;
    height: 100%;
}
.header__center .start .img img{
    width: 100%;
    height: auto;
}
.header__center .start span {
    color: #AF9433;
}
.header__center .center{
    height: 80px;
    max-width: 50vw;
}
.header__center .card-image{
    max-width: 100%;
    height: 80px;
}

.header__center .end{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__center .end .icon_shopping{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #AF9433;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 1rem;
}
.header__center .end .icon_shopping span{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -83%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #AF9433;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.header__center .end .icon_shopping .bx-shopping-bag{
    color: #fff;
    font-size: 30px;
}
.header__center .end .search{
    position: relative;
    display: flex;
    align-items: center;
}
.header__center .end .search .bx-search{
    position: absolute;
    left: 10px;
    right: auto;
    font-size: 24px;
    cursor: pointer;
    color: #707070;
}
.header__center .end .search input {
    outline: none;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 6px 14px;
    height: 35px;
}

/* end header center */

/* start header bottom */
.header_bottom{
    padding: 10px 0;
    background-color: #ffffff;
}
.header_bottom .list{
    display: flex;
    margin-left: 0;
}
.header_bottom .list a{
    font-size: 15px;
    line-height: 26px;
    color: #121313;
    text-decoration: none;
    padding: 0 15px;
    display: block;
    position: relative;
    white-space: nowrap;
}
.header_bottom .list :first-child a{
    padding: 0;
}
.header_bottom .list a.active{
    color: #121313;
    font-weight: 600;
}
.header_bottom .list a:hover,
.header_bottom .list .inner__list a:hover{
    color: #121313;
    transform: scaleX(1.1);
}
.header_bottom .list .inner__menu{
    position: relative;
}
.header_bottom .list .inner__list{
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 111;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    max-height: 300px;
    overflow-y: scroll;
    transition: all .5s ease;
}
.header_bottom .list .inner__menu:hover .inner__list{
    display: flex;
}
.header_bottom .list .inner__list a{
    font-size: 15px;
    line-height: 26px;
    color: #808080;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    position: relative;
    white-space: nowrap;
}

/* end header bottom */

/********** end header *****************/

/********** start header_mob  *****************/
.header_mob .start .menu_mob{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    position: fixed;
    width: 58vw;
    height: 100%;
    right: -100%;
    top: 0;
    background: #ffffff;
    z-index: 1111;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.header_mob .start .menu_mob.show{
    right: 0;
}
.header_mob .menu_mob .logo img{
    width: 100%;
    background: #fff;
    margin: 20px auto 45px;
}
.header_mob .menu_mob .logo img{
    width: 100%;
    max-height: 70px;
    object-fit: cover;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.menu_mob .home_head{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #AF9433;
    padding: 10px 10px;
}
.menu_mob .home_head a{
    color: #fff;
    z-index: 111;
    font-size: 18px;
    font-weight: 700;
}
.menu_mob .list{
    width: 100%;
    overflow: auto;
}
.menu_mob li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 1px 20px;
    /*margin: 10px auto;*/
    cursor: pointer;
    border-bottom: #e2e1e1 1px solid;
}
.menu_mob li.active a{
    color: #fff;
}
.menu_mob li a{
    color: #121313;
    z-index: 111;
    font-size: 14px;
    font-weight: 700;
}
.header_mob  .icon_shopping{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #AF9433;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}
.header_mob  .icon_shopping span{
    width: 25px;
    height: 25px;
    position: absolute;
    top: -68%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #AF9433;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
}
.header_mob  .icon_shopping .bx-shopping-bag{
    color: #fff;
    font-size: 30px;
}
.header_mob  .search{
    width: 80%;
    position: relative;
    display: flex;
    align-items: center;
    /*margin: 0 auto;*/
    /*padding: 0 45px;*/
}
.header_mob  .search .bx-search{
    position: absolute;
    left: 55px;
    right: auto;
    font-size: 24px;
    cursor: pointer;
    color: #707070;
}
.header_mob  .search input {
    width: 100%;
    outline: none;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 6px 14px;
    height: 35px;
}

.d_none{
    display: none !important;
}
.d_flex{
    display: flex !important;
}
.header_mob{
    display: none;
}


/********** start dropdown ***************/
.header_mob .select__menu,
.header_mob .select__menu__lang__mob{
    width: max-content;
    margin: 0 10px;
}
.header_mob .select__menu .select__btn,
.header_mob .select__menu__lang__mob .select__btn__lang__mob{
    display: flex;
    /* height: 55px; */
    /* background: #fff; */
    /* padding: 20px; */
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.header_mob .select__btn i,
.select__btn__lang__mob i{
    font-size: 24px;
    color: #fff;
    transition: .3s;
}
.header_mob .select__menu.active .select__btn i,
.header_mob .select__menu__lang__mob.active .select__btn__lang__mob i{
    transform: rotate(-180deg);
}
.header_mob .select__menu .options,
.header_mob .select__menu__lang__mob .options__lang__mob{
    padding: 10px;
    background: #fff;
    margin-top: 5px;
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    z-index: 1111;
}
.header_mob .select__menu .options{
    left: 10%;
}
.header_mob .select__menu__lang__mob .options__lang__mob{
    left: 5%;
}
.header_mob .select__menu.active .options,
.header_mob .select__menu__lang__mob.active .options__lang__mob{
    display: block;
}
.header_mob .options .option,
.header_mob .options__lang__mob .option__lang__mob{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 8px;
    align-items: center;
    background: #AF9433;
}
.header_mob .options .option span,
.header_mob .options__lang__mob .option__lang__mob span{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.header_mob .option i,
.header_mob .option__lang__mob i{
    font-size: 12px;
    margin-right: 12px;
}
.header_mob .option .text,
.header_mob .option__lang__mob .text{
    font-size: 18px;
    color: #333;
}

/********** end dropdown ***************/


@media (max-width: 992px){
    .header_desktop {
        display: none;
    }
    .header_mob{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*padding-bottom: 20px;*/
    }
    .header_mob .row{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 15px 0;
    }
    .header_mob .start{
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .header_mob .menu__btn{
        max-height: 30px;
        cursor: pointer;
        padding-right: 10px;
    }
    .header_mob .menu__btn img{
        max-height: 30px;
        cursor: pointer;
        margin-right: 10px;
    }
    .header_mob .center .logo img{
        max-height: 65px;
    }
    .header_mob .center .menu__btn__close{
        position: relative;
        display: none;
    }
    .header_mob .center  .menu__btn__close img{
        max-height: 35px;
        position: fixed;
        top: 10px;
        right: 59vw;
        background: #AF9433;
        padding: 5px;
        border-radius: 50%;
        z-index: 1111;
        cursor: pointer;
        opacity: .9;
    }


}

/********** end header_mob  *****************/



/********** start dropdown ***************/
.header_desktop .select__menu,
.header_desktop .select__menu__lang{
    width: max-content;
    margin: 0 10px;
}
.header_desktop .select__menu .select__btn,
.header_desktop .select__menu__lang .select__btn__lang{
    display: flex;
    /* height: 55px; */
    /* background: #fff; */
    /* padding: 20px; */
    font-size: 12px;
    font-weight: 400;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header_desktop .select__btn i,
.header_desktop .select__btn__lang i{
    font-size: 18px;
    color: #fff;
    transition: .3s;
}
.header_desktop .select__menu.active .select__btn i,
.header_desktop .select__menu__lang.active .select__btn__lang i{
    transform: rotate(-180deg);
}
.header_desktop .select__menu .options,
.header_desktop .select__menu__lang .options__lang{
    padding: 10px;
    background: #fff;
    margin-top: 5px;
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    z-index: 1111;
}
.header_desktop .select__menu .options{
    right: 10%;
}
.header_desktop .select__menu__lang .options__lang{
    right: 5%;
}
.header_desktop .select__menu.active .options,
.header_desktop .select__menu__lang.active .options__lang{
    display: block;
}
.header_desktop .options .option,
.header_desktop .options__lang .option__lang{
    display: flex;
    height: 30px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}
.header_desktop .options .option:hover,
.header_desktop .options__lang .option__lang:hover{
    background: #f2f2f2;
}
.header_desktop .options .option span,
.header_desktop .options__lang .option__lang span{
    font-size: 12px;
    font-weight: 400;
}
.header_desktop .option i,
.header_desktop .option__lang i{
    font-size: 12px;
    margin-right: 12px;
}
.header_desktop .option .text,
.header_desktop .option__lang .text{
    font-size: 18px;
    color: #333;
}

/********** end dropdown ***************/

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

/************* 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-image2{
    position: relative;
    height: 300px;
    width: 100%;
    background: #FFF;
}
.card-image2 .card-img{
    height: 100%;
    width: 100%;
}
.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: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: #265DF2;
}

.swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 35px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #4070F4;
}

@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 ********************/

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

/************* start slider home center ***************/
.slide-content-two{
    margin: 0 3rem;
    padding: 0.4rem 0;
}
.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: 1px solid #ECECEC; */
    transition: 0.4s ease;
    background: #ffffff;
    min-width: 100px !important;
    /* 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;
    overflow: hidden;
    background: #ffffff;
}
.slide-content-two .card .card-image img {
    border-radius: 50% !important;
    height: 150px;
    width: 100%;
    object-fit: fill;
}
@media (max-width: 768px) {
    .slide-content-two .card .card-image img {
        border-radius: 50% !important;
        height: 95px !important;
        width: 100%;
        object-fit: fill;
    }
}

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

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

/************* start slider Shop_by_category ********************/
.slide-content-Shop_by_category{
    margin: 0 3rem;
    /*padding: 2rem 0;*/
    overflow: hidden;
}
.slide-content-Shop_by_category h1{
    text-align: center;
    padding: 8px 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;
    background: #ffffff;
    /* 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;
}
.slide-content-Shop_by_category .card .card-image{
    height: 100%;
    max-width: 180px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}
.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: 55%;
}
@media (max-width: 768px) {
    .slide-content-Shop_by_category .card .card-image img {
        border-radius: 50% !important;
        height: 80px;
        width: 100%;
        object-fit: fill;
    }
    .category .card .card-image img {
        border-radius: 50% !important;
        height: 60px !important;
        width: 100%;
        object-fit: fill;
    }
}

/************* end slider Shop_by_category ********************/

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

/************* 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: 1rem;
    font-weight: 700;
}
.homepage-collections .box_container_title a:nth-child(2){
    color: #AF9433;
    padding-left: 20px;
}

.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: #AF9433;
    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: 25px !important;
    }
}


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

/************* start section collections sale ********************/
.homepage-collections-sale {
    width: 100%;
    margin: 2rem auto;
    max-height: 100% !important;
    height: 470px ;
}
.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: 1rem;
    font-weight: 700;
}
.homepage-collections-sale .box_container_title a:nth-child(2){
    color: #AF9433;
}

.homepage-collections-sale .box-container{
    display: grid;
    grid-auto-flow: column;
    /*padding: 20px 0;*/
    /* 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;
}
/*@media (max-width: 450px) {*/
/*    .homepage-collections-sale .box-container .box .img{*/
/*        width: 100%;*/
/*        height: 100% !important;*/
/*        border-radius: 3px;*/
/*        background: #fff;*/
/*    }*/
/*}*/
.homepage-collections-sale .box-container .box .img{
    width: 100%;
    height: 85%;
    border-radius: 3px;
    max-height: 250px !important;
    background: #fff;
}
.homepage-collections-sale .box-container .box img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
    max-height: 250px !important;
}
.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 .icon_shopping{
    position: absolute;
    background: #AF9433;
    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-sale .box-container .box .img .icon_shopping .bx-shopping-bag{
    color: #fff;
    font-size: 18px;
}
.homepage-collections-sale .box-container .box .img .icon_heart{
    position: absolute;
    cursor: pointer;
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    z-index: 111;
}
.homepage-collections-sale .box-container .box .img .icon_heart .bx-heart{
    color: #C90505;
    font-size: 20px;
}

.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: #AF9433;
    padding-right: 5px;
}
.homepage-collections-sale .price .old_price{
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 16px;
}

.homepage-collections.price{
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-collections .price .new_price{
    color: #AF9433;
    /*padding-right: 5px;*/
}
.homepage-collections .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 ******************/

/************** start section banner ****************/
.banner__wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto 1rem;
    padding: 0 15px;
}

.slide-content-banner_two .card-image{
    height: 130px;
    max-width: 100vw;
}

.slide-content-banner_two .card-image img{
    width: 100%;
    height: 100%;
    height: 100%;
}

@media (max-width: 768px){
    .banner__wrapper{
        padding: 0;
    }
}

/************** end section banner ****************/

/************** start section homepage__videos ****************/
.homepage__videos{
    margin-bottom: 3rem;
}
.homepage__videos .heading{
    text-align: center;
    padding-bottom: 25px;
    color:#212529;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 40px;
}

.homepage__videos .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px 15px;
    margin-bottom: 1.5rem;
}

.homepage__videos .box-container .box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px 5px 0 0;
    background: #fff;
    text-align: start;
    padding: 0;
    max-height: 330px;
    height: 100%;
    cursor: pointer;
}
.homepage__videos .box-container .box .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.homepage__videos .box-container .box .row .info .title{
    font-size: 18px;
    color: #212529;
    font-weight: 700;
}
.homepage__videos .box-container .box .info .details span{
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 150px;
}
.homepage__videos .box-container .box .row .details{
    display: flex;
    align-items: center;
}
.homepage__videos .box-container .box .row .details span{
    font-size: 12px;
    font-weight: 700;
    color: #707070;
    padding-left: 5px;
}
.homepage__videos .box-container .box .img__top{
    height: 80px;
}
.homepage__videos .box-container .box .img__top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage__videos .box-container .box .icon{
    width: 50px;
    height: 50px;
}
.homepage__videos .box-container .box .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage__videos .box-container .box .img__bottom{
    width: 100%;
    min-height: 150px;
    height: 100%;
}
.homepage__videos .box-container .box .img__bottom img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage__videos .box-container .box h3{
    color:#444;
    font-size: 22px;
    padding:10px 0;
}

.homepage__videos .box-container .box p{
    color:#777;
    font-size: 15px;
    line-height: 1.8;
}

.homepage__videos .box-container .box .btn{
    margin-top: 10px;
    display: inline-block;
    background:#333;
    color:#fff;
    font-size: 17px;
    border-radius: 5px;
    padding: 8px 25px;
}
.homepage__videos .box-container .box{
    transform: scale(1);
    transition: all .3s;
}
.homepage__videos .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
}
.homepage__videos .btn{
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202020;
    padding: 8px 14px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transform: scale(1);
    transition: all .5s;
    margin: 0 auto;
    cursor: pointer;
}
.homepage__videos .btn:hover{
    letter-spacing: 1px;
}
.homepage__videos .btn:hover {
    transform: scale(1.1);
}
.homepage__videos .btn a{
    color: #fff;
}


/************** start section homepage-celebrity ****************/
.homepage-celebrity{
    margin-bottom: 3rem;
}
.homepage-celebrity .heading{
    text-align: center;
    padding-bottom: 25px;
    color:#212529;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 40px;
}

.homepage-celebrity .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px 15px;
    margin-bottom: 1.5rem;
}

.homepage-celebrity .box-container .box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 8px;
    background: #fff;
    text-align: start;
    padding: 0;
    max-height: 330px;
    height: 100%;
    overflow: hidden;
}
.homepage-celebrity .box-container .data{
    padding: 1rem 2rem;
}

.homepage-celebrity .box .info .title{
    font-size: 18px;
    color: #212529;
    font-weight: 700;
}
.homepage-celebrity .box .info .details{
    margin: 10px auto 20px;
}
.homepage-celebrity .box .info .details p{
    /* white-space: nowrap; */
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    overflow: hidden;
    line-height: 1.5;
    /* -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 150px; */
}

.homepage-celebrity .box-container .box .img{
    width: 100%;
    height: 100%;
}
.homepage-celebrity .box-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-celebrity .box-container .box .info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.homepage-celebrity .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202020;
    padding: 8px 14px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transform: scale(1);
    transition: all .5s;
    cursor: pointer;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.homepage-celebrity .btn:hover {
    transform: scale(1.1);
}
.homepage-celebrity .btn a{
    color: #fff;
}

.homepage-celebrity .btn:hover{
    letter-spacing: 1px;
}
.homepage-celebrity .box-container .box .img img{
    transform: scale(1);
    transition: all .5s;
}
.homepage-celebrity .box-container .box .img:hover img{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.1);
}
/************** end section homepage-celebrity ****************/

/************** start section homepage-service ****************/
.homepage-service{
    margin-bottom: 3rem;
}
.homepage-service .heading{
    text-align: center;
    padding-bottom: 25px;
    color:#212529;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 40px;
}

.homepage-service .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px 15px;
    margin-bottom: 1.5rem;
}

.homepage-service .box-container .box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 8px;
    background: #fff;
    text-align: start;
    padding: 0;
    max-height: 330px;
    height: 100%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    overflow: hidden;
}
.homepage-service .box-container .box .img{
    width: 100%;
    min-height: 150px;
    height: 100%;
}
.homepage-service .box-container .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.homepage-service .btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202020;
    padding: 12px 14px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transform: scale(1);
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}
.homepage-service .btn:hover a{
    transform: scale(1.1);
}
.homepage-service .btn a{
    color: #fff;
}

.homepage-service .btn:hover{
    letter-spacing: 1px;
}
.homepage-service .box-container .box .img img{
    transform: scale(1);
    transition: all .5s;
}
.homepage-service .box-container .box:hover img{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.1);
}
/************** end section homepage-service ****************/

/************** start section footer ****************/
.footer {
    background-color: #AF9433 !important;
    margin-bottom: 0;
}
.footer .heading{
    color:#fff;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.footer .col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px 10px;
    padding: 30px 10px 15px;
    text-align: center;
}
.logo__footer{
    max-width: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    max-height: 100% !important;
}
.logo__footer img{
    height: 40%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 450px) {
    .logo__footer img{
        height: 40%;
        max-width: 100%;
        width: 100%;
        object-fit: initial !important;
    }
}
.footer a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer .phone,
.footer .email,
.footer .social{
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
}
.footer .phone i,
.footer .email i{
    margin-left: 5px;
}
.footer .bottom__footer{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #077174;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.logo__footer{
    padding-bottom: 10px;
}
.footer .bottom__footer a,
.footer .bottom__footer span{
    text-align: center;
    color:#fff;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 14px;
    font-weight: 700;
    margin: 20px auto;
}
.text__center {
    text-align: center;
}
.footer .social i{
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}
@media (max-width: 992px) {
    .footer .box-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 30px 10px;
        padding: 30px 10px 20px;
        text-align: center;
    }
}
/************** end section footer ****************/

/* *********************************************************************************** */
/* 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: #AF9433;
    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: #AF9433;
    border: .1rem solid #AF9433;
    transition: all .3s ease-in-out;
}
.products_preview .preview .btn a:hover{
    background: #06adb3;
    border: .1rem solid #06adb3;
}


/* ******************************************* */
.swiper-navBtn {
    color: #AF9433;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: #077174;
    transition: color 0.3s ease;
}
.swiper-pagination-bullet{
    background-color: #AF9433;
    opacity: 1;
}
/* ******************************************* */
