@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&display=swap');

:root{
    --main-color: #FC7DD6;
    --sec-color:#1ea7c4;
    --bg-color:#F5F5F5;
}

@font-face{
    font-family: 'brando';
    src:url('../fonts/brando-regular.otf') ;
    }
    @font-face{
    font-family: 'brandoLight';
    src:url('../fonts/brando-light.otf') ;
    }
    @font-face{
    font-family: 'brandoMed';
        src: url('../fonts/brando-semiBold.otf');
    }
      @font-face{
    font-family: 'brandoBold';
    src:url('../fonts/brando-bold.otf') ;
    }
        @font-face{
    
    src:url('../fonts/Poppins-Regular.ttf') ;
    }
  @font-face{
     
     src: url('../fonts/alfont_com_Brando-Arabic-Text.otf');
 } 
 
 @font-face {
    font-family: 'ar-bold';
    src: url('../fonts/Cairo-Bold.ttf');
}
 @font-face{
    
    src: url('../fonts/Almarai-Regular.ttf');
}   
@font-face{
    font-family: 'baji';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf');
}   

.wpcf7 input[type="url"], .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
    body {
        direction: rtl;
        text-align: start;
        font-family: 'brando';
        overflow-x: hidden;
        /*! background: #141313; */
    }
    /* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}
.nice-select::after{
    left: 12px;
    right: auto;
}
.nice-select .option{
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}
.nice-select .list{
    width: 100%;
}
.nice-select:after{
    width: 8px;
    height: 8px;
}
section.banner-sec{
    padding: 0;
}
.header-banner img {
    max-width: 100%;
    /***
    height: 180px;
    object-fit: cover;
    ***/
    width: auto;
}
.inner-body{
    position: relative;
}
.inner-body::after{
    position: absolute;
    content: '';
    width: 190px;
    height: 1200px;
    top: 33%;
    right: -4px;
    background-image: url('../images/body-after.png');
    z-index: -1;
    background-repeat: repeat;
}
.inner-body::before{
    position: absolute;
    content: '';
    width: 218px;
    height: 1200px;
    top: 18%;
    left: 0;
    background-image: url(../images/body-befor.png);
    z-index: -1;
    background-repeat: repeat;
    background-position: right;
}
.owl-carousel{
    direction: ltr;
}
.carousel-info button{
    border: none;
    outline: none;
    background: none;
}
button:focus,button{
    border: none;
    outline: none;
}
.topbar button{
    background: none;
}
.topbar button:hover i{
    color: var(--sec-color);
}
input:focus{
    outline: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a,a:hover{
    text-decoration: none;
}
.topbar{
    padding: 10px 0;
    background: #FAFAFA;
}
.menu-left ul,.mynavbar ul.header-menu{
    display: flex;

}
.mynavbar ul{
    justify-content: center;
    /* padding-bottom: 24px; */
    /*padding-top: 19px;*/
}
.menu-top-left ul{
    margin-right: auto;
    justify-content: flex-end;
}
.menu-top-left .lang{
    text-align: end;
}
 .lang a{
    font-size: 16px;
   /**/
}
.lang i {
    margin-inline-start: 7px;
}
/* ***************** */
.menu-top-right ul{
    display: flex;
    justify-content: flex-start;
}
.menu-top-right img{
    width: 120px;
    object-fit: contain;

}
.menu-top-right ul li{
   margin-inline-start: 30px;
}
.menu-top-right ul li span{
    color: var(--main-color);
    transition: all 0.3s;
}
.menu-top-right ul li span:hover{
    color: var(--sec-color);
}
/* ********************* */
.mynav a,.topbar a,.mynav i{
    /* color: #374957; */
    transition: all 0.3s;
}
.mynav i{
    font-size: 21px;
}
.mynav a{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: black;
}
.mynav a:hover,.topbar a:hover,.mynav i:hover,
.mynav li.current-menu-item a{
    color:var(--main-color);
}
.mynavbar ul li{
    margin: 0 15px;
    /* padding-bottom: 20px; */
    /* padding-top: 20px; */
}
.menu-left ul{
    justify-content: flex-end;
    align-items: center;
}
.menu-left ul li{
    margin-inline-start: 32px;
}
.top-nav-menu  .menu-left ul li{
    margin-inline-end: 40px;
     margin-inline-start: 0px;
}
.topbar .logo{
    text-align: center;
}
.logo {
    /* height: 78.48px; */
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.logo img{
     max-height: 100%; 
 max-width: 40%; 
object-fit: contain;

    
}
.menu-left a,.menu-left i.la-search{
    /*font-size: 25px;*/
}
.menu-left .cart{
    position: relative;
    font-size: 21px;
}
.menu-left .cart span{
    position: absolute;
    top: -8px;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sec-color);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}



/* Start header */
.topbar .row,.mynav .row{
    align-items: center;
}
.mynav .row{
    /* padding: 12px 0; */
}

.mynavbar .nav-link {
    padding:0px;
    text-transform:capitalize;
}
.res-menu ul{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.res-menu img{
    max-width: 180px;
}
.res-menu .lang{
    color: #000;
    /*font-family: 'regular';*/
}
.respons-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 14px;
}
.respons-menu button{
    background: transparent;
}
.res-menu .logo{
    text-align: center;
    padding: 14px 0 10px;
}
.res-menu .lang{
    margin-inline-start: 12px;
}
.navbar-toggler-icon {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sec-color);
    color: #fff;
    font-size: 19px;
}
/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}
.site-search .close-side i{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top:20px;
    left: 20px;
}
.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
    /*font-family: 'regular';*/
}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}
.searchForm .btnSearch i{
    transition: all 0.6s;
    color: var(--main-color);
}
.searchForm .btnSearch i:hover{
    transform: rotate(360deg);
    color: var(--hover-color);
}
.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */

.sidebar{
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--sec-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 9999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
   padding:20px 0;
   overflow-y: scroll;
}
.sidebar-width{
    right: 0px;
}
.sidebar .close-side i{
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.sidebar .side-content{
    padding-top: 10px;
    margin-top: 30px;
}

 .close-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.close-overlay.open-overlay{
    display: block;
}

.sidebar .side-content ul li{
position: relative;
width: 100%;
transition: all .5s;
border-bottom: 1px solid rgb(255 255 255 / 30%);;
}
.sidebar .side-content ul li:hover{
    background-color: #fff;
}
.sidebar .side-content ul li:hover a::after{
    color: #fff;
}
.sidebar .side-content ul li:hover a,
 .sidebar .side-content> ul li:hover a::after{
    color: var(--main-color);
}

.sidebar .side-content ul li a{
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    transition:all 0.6s;
}

.sidebar .side-content ul li a:hover{
    background-color: #fff;
    color: var(--main-color);
}
.sidebar .contact-buttons{
justify-content: center;
    margin-top: 60px;
}
.search-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}  

   .more a {
    position: relative;
    transition: all 0.3s;
    padding: 12px 22px;
    min-width: 183px;
    display: inline-block;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
    font-weight: 700;

}
.more a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
transition: all 0.4s;
z-index: -1;
opacity: 0;
transform: scale(0);
border-radius:6px;
}
.more a:hover::after {
   opacity: 1;
   transform: scale(1);
}
 .read-more a,.read-more button{
 display: inline-block;
 padding: 10px 20px;
 min-width: 120px;
 background:var(--sec-color);
 color: #fff;
 /* margin-top: 20px; */
 transition: all 0.4s;
 border-radius:3px;
}
.read-more a:hover,.read-more button:hover{
    background: #000;
}

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

/* Start products section */

section{
    padding: 76px 0;
    position: relative;
    overflow: hidden;
}
section.professional{
    padding-top: 25px;
}
.section-title{
    margin-bottom: 40px;
}
.section-title h4{
    color: #222222;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'brandoMed';
    font-size: 32px;
    font-weight: 600;
    line-height: 45.7px;
    text-align: center;
    color: #FC7DD6;
}
.professional-item{
    margin-bottom: 65px;
    padding-inline-start: 41%;
}

.add button {
    display: inline-block;
    width: 100%;
    background-color: var(--sec-color);
    color: #fff;
    padding: 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.add button i{
    margin-inline-end: 11px;
}
.add button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    right: 0;
    transition: all 0.4s;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
}
.add button:hover::after {
    transform: scale(1);
    opacity: 1;
}
.product-block .img{
    position: relative;
    height: 333px;
}
.product-block .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-block .img .small{
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 2;
    width: 118px;
height: 118px;
border: 2px solid #EC098D;
border-radius: 50%;
transition: all 0.3s;
}

.product-block .img .small img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.product-block{
transition: all 0.3s;
background: #FFFFFF 0% 0% no-repeat padding-box;

border: 1px solid #E6E6E6;

margin-bottom: 32px;
}
.product-block:hover{
    border-color: var(--sec-color);
}
.product-block:hover .img .small{
    border-color: transparent;
}
.product-detail{
    
padding: 29px 24px;
}
.product-block .title h4{

font-size: 22px;

margin-bottom: 0;
}
.product-block a{
    color: #000;
}
.price span{font-size: 22px;/* color: var(--sec-color); */display: inline-block;}
.product-detail .price span.woocommerce-Price-amount {
  margin: 18px 0 20px;  
}
.product-block p{
line-height: 27px;
color: #606060;
margin-bottom: 28px;
    min-height: 54px;
    display: flex;
    align-items: center;
}
/*  Start Follow us section */
.follow-img {
    height: 602px;
    width: 90%;
    margin: auto;
}
.follow-img img{
    max-width: 100%;
    max-height: 100%;
    animation: moveupdown 4s infinite ease-in-out;
}
@keyframes moveupdown{
    0%,100%{
        transform: translateY(14px);
    }
    50%{
transform: translateY(-14px);
    }
}
.follow-detail{
    text-align: center;
    position: relative;
    padding-inline: 60px;
}
.arrow-img{
    position: absolute;
    top: -20px;
    left: 70px;
    width: 124px;
    height: 66px;
}
.arrow-img img{
    max-width: 100%;
    max-height: 100%;   
}
.follow-detail h6{

font-size: 18px;

margin: 24px 0 32px;

color: #292929;
}
.follow-detail p{

color: #292929;
margin-bottom: 14px;
line-height: 27px;
}
.follow-detail .img img{
max-height: 104px;
}
section.follow-us .row{
    align-items: center;
}
section.follow-us {
    padding-top: 20px;
    padding-bottom:14px;
}
/* ----------  Start what distinguishes us section ---- */
.distinguishes{
    background-color: #F2F2F2;
    padding: 48px 0;
    position: relative;
}
.distinguishes::before{
    position: absolute;
    content: '';
    width: 248px;
height: 278px;
top: 0;
left: 0;
background-image: url('../images/disting-after.png');
background-size: cover;
}
.distinguishes .section-title{
    text-align: center;
}
.section-title p{
    color: #414141;
}
.disting-item{
    display: flex;
    align-items: center;
    gap: 12.6px;
}
.disting-item h6{
    font-size: 18px;
    margin-bottom: 0;
}
.disting-item .img {
    width: 66px;
    height: 66px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
}

.disting-item .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px dashed #D1D1D1;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: circle 9s infinite ease-in-out;
}

@keyframes circle {

    0%,
    100% {
        transform: rotate(360deg);
    }

    50% {
        transform: rotate(0deg);
    }
}

.disting-item:hover .img {
    background: var(--sec-color);

}

.disting-item:hover .img::after {
    border-color: transparent;
}

.disting-item:hover .img img {
    filter: brightness(0) invert(1);
}

.disting-item .img img{
    max-height: 32px;
    transition: all 0.3s;
}
/* *************Start footer section*********** */
.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
}
.contact-section{
    padding-bottom:0;
}
footer{
    overflow: hidden;
    padding-top: 50px;
}
.fixed-icone{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    animation: updown-i 4s infinite ease-in-out;
}
@keyframes updown-i{
    0%,100%{
        transform: translateY(-12px);
    }
    50%{
        transform: translateY(12px);
    }
}
.fixed-icone a{
width: 45px;
height: 45px;
background: transparent linear-gradient(164deg, #08AD08 0%, #045704 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #BFBFBF29, 0px 3px 16px #234A9D38;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.fixed-icone a i{
color: #fff;
font-size: 26px;
}

.footer-contact{
    margin-bottom: 20px;
}
footer h5{
    color: #201E1E;
    font-size: 24px;
    margin-bottom: 26px;
}
.footer-logo p{
    color: #201E1E;
    margin: 29px 0 27px;
    padding-inline-end: 54px;
}
.footer-sochial{
    display: flex;

}
 .footer-sochial a {
    margin-inline-end: 16px;
    transition: all 0.5s;
    color: #6F6F6F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #F5F2F4 0% 0% no-repeat padding-box;
    border-radius: 50%;
    font-size: 18px;
}
 .footer-sochial a:hover{
    color: var(--sec-color);
}
.footer-links ul{
    display: inline-block;
}
.footer-links ul li{
    display: inline-block;
    width: 49%;
    margin-bottom: 8px;
    position: relative;
}
.footer-links ul li a::after{
    /* position: absolute; */
    /* content: '\f104'; */
    font-family: 'font awesome 5 pro';
    font-size: 16px;
}
.footer-links ul li a{
    color: #201E1E;
    position: relative;
    display: inline-block;
}
.footer-links ul li a:hover,.footer-links ul li a:hover::after{
    color: var(--sec-color);
}
.sochial-contact ul li{
    margin-bottom: 8px;
    display: flex;
}
.sochial-contact ul li a{
    color: #201E1E;
}
.sochial-contact ul li  i{
    margin-inline-end: 10px;
    color: #000;
}
.sochial-contact ul li span:last-of-type{
    padding-inline-start: 6px;
}
.sochial-contact ul li span:first-of-type{
    padding-inline-end: 6px;
}
.sochial-contact ul li:nth-child(2) span:last-of-type{
    
}
.bootom-footer{
    background: #1D1D1B;
    overflow: hidden;
}
.copy-right {
    padding: 23px 0px;
}
.copy-right .row{
    align-items: center;
}
.copy-right p{
    color: #fff;
    margin-bottom: 0;
}
.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}
.footer-logo .logo img{max-width: 77%;}
/* ----------------------------------------------------------- */
.form-group{
    margin-bottom:22px;
}
.form-contact form textarea{
    height:122px;
}
.form-contact h5{
    font-size: 24px;
    margin-bottom: 52px;
    /* text-align: center; */
    color: #222222;
}
.form-contact form input, .form-contact form textarea, .form-contact form select {
    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 15px;
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}
.form-contact input:focus,
.form-contact select:focus,
.form-contact textarea:focus{
    border-color: #1CADE8;
}
.form-contact form input::placeholder,
.form-contact form textarea::placeholder,
.form-contact form select::placeholder{
    color: #C2C2C2;
}
.form-contact label {
    width: 100%;
    text-transform: capitalize;
    color: #222222;
    font-weight: 500;
}
.form-contact{
    padding: 32px 10px;
    background: #171616;
    border-radius: 10px;
    padding-top: 0;
}
.contact-map iframe{
    height: 100%;
    width: 100%;
}
.contact-page .col-md-6{
    padding: 0;
}

.form-contact{
    position: relative;
}
.form-contact::before{
    position: absolute;
}
.contact-info h4{
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
}
.contact-info p{
    line-height:27px;
    padding-inline-end:40px;
}
/* --------------------------- */

/* ----------------------- about page ---------------- */
/**************************** about-us-page **************************/
.about-us-page{
    padding-bottom:0px;
}
.about-block{
    background-color: #fff;
    border-radius: 4px;
  }
  .about-block{
    padding: 40px 22px;
  }
  .about-con{
    margin-bottom: 25px;
  }
  .about-con h3{
    font-size: 24px;
    margin: 0 0 17px 0;
    color: #333333;
  }
  .about-con h4{
    font-size: 16px;
    margin: 0 0 13px 0;
    color: #666666;
  }
  .about-con:nth-child(2) h4,
  .about-con:nth-child(3) h4{
    margin: 13px 0;
  }
  .about-con p{
    width: 85%;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    line-height:27px;
  }
  .about-img{
    height: 380px;
    position: relative;
    /*right: -60px;*/
    /*top: 45px;*/
  }
  .about-img::after {
    position: absolute;
    content: '';
    top: -14px;
    right: -14px;
    width: 241px;
    height: 227px;
    background: var(--main-color);
    border-radius: 2px;
    z-index: -1;
}
  .about-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .about-con a{
    margin-top: 40px;
    padding: 8px 20px;
    font-size: 18px;
    display: inline-block;
    background-color: #26868D;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
  }

  @media (max-width:768px){
  .arrow-img {
    top: -14px;
    left: 12px;
  }
}

.about-info{
    padding-top:20px;
    margin:auto;
    padding-inline-end: 110px;
}
.about-info h5{
    margin-bottom: 41px;
    text-transform: capitalize;
    font-family: 'brandoMed';
    font-size: 34.12px;
    font-weight: 500;
    line-height: 11.37px;
    color: var(--main-color);
    color: var\(--main-color;
}
.about-info h3{
    
    font-size:20px;
}
.about-info p{font-family: 'brandoMed';font-size: 16px;font-weight: 500;line-height: 22.74px;color: #556987;/* margin: 0; */color: black;}

/**********************************************************************************************/
/*wocommerc edit */
.woocommerce-info {
    border-top-color: var(--sec-color) !important;
}
.woocommerce-info::before {
    color: var(--sec-color) !important;
}
header.woocommerce-Address-title.title{
    display:flex;
    align-items:center;
    margin-bottom:6px;
}
.woocommerce-account .addresses .title h3 {
  margin-inline-end: 30px;
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 10px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 110px;
    text-align: center;
    border-radius: 50px;
}
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button{
   background: var(--sec-color); 
   color: #fff;
    border-radius: 50px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover ,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt,.shop_table thead,
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color:#fff;
    text-align:center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--main-color);
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: var(--after-color);
    color: #fff;
}
.product-name a{
    color:var(--mail-color);
}

.cart_totals  h2{
    font-size:24px;
    margin-bottom:15px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {

    margin-top: 50px;
}

.wishlist_table .product-add-to-cart a {
    color: #fff !important;
    background-color: var(--main-color);
    padding: 6px 20px;
    border-radius: 6px;
    transition: all .3s;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: var(--after-color);
}

.woocommerce-additional-fields__field-wrapper p,
.woocommerce-shipping-fields p{
    display:block;
}
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2,
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1,
 .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    flex: auto !important;
    max-width: inherit !important;
}


a.showcoupon, a.woocommerce-privacy-policy-link,.product-remove a{
    color: var(--after-color);
}
.woocommerce-privacy-policy-text{
    margin-inline-end: 20px;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    min-width: 100px;
    background:#fff ;
    color:var(--main-color);
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--sec-color);
    font-size: 1.25em;
}


/************************* my-account ********************************************/
.woocommerce-MyAccount-navigation{
    display: inline-block;
    width: 20%;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 12px 10px;
    display: block;
    border-bottom: 1px solid #dddddd4a;
}
.woocommerce-MyAccount-navigation ul li a{
    display: block;
    font-size: 15px;
    color: #4c4c4c;
    transition:  all .3s ease;
}
.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: var(--main-color) !important;
    color: #fff !important;
    transition:all 0.3s;
  
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #000 !important;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #fff !important;
}
.woocommerce-MyAccount-content{
    display: inline-block;
    width: 78%;
    float: left;
}
.woocommerce-MyAccount-content a{
    color: var(--sec-color);
    margin: 0 3px;
}
.woocommerce-Address-title.title h3{
    display: inline-block;
}
.woocommerce-Address-title.title .edit{
    display: inline-block;
    background:var(--sec-color);
    margin: 0 3px;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 4px;
    float: left;
    /*margin-top: 14px;*/
}
.woocommerce form .form-row span em{
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-weight: 600;
}
@media(max-width: 600px){
    .woocommerce-MyAccount-navigation{
        display: block;
        width: 100%;
    }
    .woocommerce-MyAccount-content{
        display: block;
        width: 100%;
        float: unset;
    }
}
@media(max-width: 768px){
    .product-name a {
    font-size: 17px;
}
.woocommerce-billing-fields p{
    display:block;
    width:100% !important;
}
.wishlist_table  .product-name a {
    font-size: 16px;
}
  .mobile img {
    height: 50px;
}
.wishlist_table.mobile li {
    margin-bottom: 12px;
    border: 1px solid #ccc;
    position:relative;
    padding:10px 0;
}
.wishlist_table.mobile li .product-remove{position: absolute;top: 4px;left: 8px;}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
    margin-bottom:15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    min-width: 129px;

}
input#coupon_code {
    width: 128px !important;
}
.comment-form-author label,.comment-form-email label{
    display:block;
}
/*********************************************************************************/
.woocommerce-address-fields__field-wrapper p,.woocommerce-EditAccountForm fieldset p{
    display:block;
}
.woocommerce p.stars a {
    color: var(--sec-color);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    /*background: var(--bg-color);*/
    border-radius: 5px;
}
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--sec-color);
    color: #fff;
}

.outer a,.woocommerce div.product .stock{
    /*color:var(--after-color);*/
}
.woocommerce table.shop_table th,.product-name{
    text-align:center !important;
}
.woocommerce table.shop_table td {
    border: 1px solid rgb(255 255 255 / 41%);
    text-align:center;
    color: black !important;
}
.added_to_cart.wc-forward {
    font-size: 14px;
    color: #fff;
    min-width: 80px;
    height: auto;
    background-color: var(--sec-color);
    /* font-family: bold; */
    /* position: absolute; */
    /* bottom: -8px; */
    /* right: 38px; */
    /* top: 6px; */
    /* height: 31px; */
    border-radius: 2px;
    text-align: center;
    /* line-height: 2; */
    /* padding-top: 0 !important; */
    padding: 12px !important;
    /* margin-inline-start: 4px; */
    display:none;
    /*margin-top: 7px;*/
}
.woocommerce div.product form.cart .added_to_cart.wc-forward {
    margin-inline-start: 6px;
}
.body-inner{
    overflow:hidden;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    min-width: 160px;
    padding: 15px;
}
select:focus{
    outline: none;
}


/***************************************/
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border: 1px solid #eee!important;
    opacity: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none !important;
        
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0 0 15px !important;
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper{
    margin-top: 45px;
}
.woocommerce-tabs.wc-tabs-wrapper ul{
        list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-tabs.wc-tabs-wrapper li{
    display: inline-block;
}
.product.type-product.shipping-taxable.purchasable.product-type-simple span:first-child.onsale{
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background-color: transparent !important;
}
.woocommerce-tabs.wc-tabs-wrapper li a{
    display: inline-block;
    padding: 9px 20px !important;
    background: var(--main-color);
    color: #fff !important;
    border-radius: 0px !important;
    margin: 0 5px !important;
    /* font-size: 15px !important; */
    border: 1px solid #005198;
    transition: all .3s ease-in;
    min-width:120px;
}
.woocommerce-tabs.wc-tabs-wrapper li.active a,
.woocommerce-tabs.wc-tabs-wrapper li a:hover{
    background: var(--sec-color);
    color: #fff !important;
    border: 1px solid var(--sec-color);
}
.woocommerce-tabs.wc-tabs-wrapper h2,
.woocommerce-tabs.wc-tabs-wrapper h1{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #4c4c4c;
    color: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper a{
      color: #005198;
}

/************************************************/
.comment-form-author input,.comment-form-email input{
    width:100%;
}

.wishlist-title h2 {
    font-size: 22px;
}
.wpcf7 form .wpcf7-response-output {
    display: block;
    width: 95%;
    /*position: absolute;*/
    bottom: -77px;
    left: 0;
}

.woocommerce a.remove {
   display: inline-block;
   /* justify-content: center; */
   /* align-items: center; */
   padding: 0;
   text-align: center;
   font-size: 20px;
   width: 25px;
   height: 25px;
   margin: auto;
   line-height: normal;
   font-weight: normal;
   line-height: 24px;
}

.woocommerce-message {
    border-top-color: var(--after-color);
}
.woocommerce-message::before,a.restore-item{
    color:var(--after-color);
}
.product.has-post-thumbnail.purchasable.product-type-variable button.single_add_to_cart_button.wc-variation-selection-needed,
button.single_add_to_cart_button.button.alt{
    /*width:60%;*/
    padding:10px;
    border-radius:3px;
    margin-inline-start: 8px;
    background-color:var(--after-color);
}
button.single_add_to_cart_button.button.alt {
     margin-inline-start: 0px;
    }
.woocommerce div.product form.cart div.quantity {

    margin: 0 0 0px 0px !important;
}
ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size:28px !important;
}
.woocommerce-product-details__short-description{
    display:none;
}
.qib-button-wrapper{
    margin:0 !important;
}
a.woocommerce-review-link{
  color:var(--after-color);  
}

.more .added_to_cart.wc-forward {
    font-size: 14px;
    color: #fff;
    min-width: 80px;
    background-color: var(--sec-color);
    display: inline-block;
    position: absolute;
    right: 67px;
    top: 380px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 2;
    padding-top: 0 !important;
    min-width: 150px;
    display:none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 5px;
}

.woocommerce div.product form.cart .reset_variations{
   color:var(--after-color); 
   
}
.btn-fav:hover, .btn-cart:hover{
    color:var(--main-color);
}

.single-page .row{
    direction:ltr;
}
.summary.entry-summary{
    direction:rtl;
}
h4.avalible{
    /*display:none;*/
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px rgb(0 0 0 / 90%);
    background: var(--main-color);
    color: #fff;
}


.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 3px;
}
.page-item.active .page-link {
    /* background-color: var(--bg-color); */
    /* border-color: var(--bg-color); */
}


.page-link{
  color: var(--main-color);  
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
   min-width: 150px;
    padding: 13px 9px;
  
    text-align: center;
}
.wc-proceed-to-checkout a,.wc-proceed-to-checkout a.checkout-button{
   border-radius: 3px; 
}

button[name="update_cart"]{
    padding:12px !important;
}
input[name="coupon_code"]{
    border-radius:2px;
}
.star-rating{
    /*min-height:70px;*/
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
button[name="update_cart"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    color:  #151414 !important;
    background-color: #fff !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label,
input.woocommerce-Input,.password-input{
    width:100% !important;
}
.woocommerce-info {
    border-top-color: var(--after-color);
}

td.product-name a,.woocommerce-loop-product__title{
    color: #fff;
}
h1.product_title.entry-title{
    font-family: 'brandoBold';
    font-size: 32.43px;
    color: #000;
    line-height: 46.84px;
}
p.woocommerce-LostPassword a{
    color:#000;
}
p.woocommerce-LostPassword.lost_password{
position: absolute;
    bottom: 92px;
    left: 41px;
}
input#coupon_code{
       width: 130px !important;
       border-radius: 8px;
       text-align: center;
       padding:9px;
       height: 50px;
       background: transparent;
       color: #fff;
}
.woocommerce-info {
    border-top-color: var(--after-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
        direction: rtl;
}
span.posted_in a{
    color:#000;
    font-size:18px;
    padding-inline:10px;
}
.woocommerce ul.products li.product .price {
    display: flex !important;
    margin-bottom: 8px !important;
    font-size: 20px !important;
    align-items: center;
    justify-content: space-between;
}
h2.woocommerce-loop-product__title{
    min-height: 54px;
}
.related.products h2{
    margin-bottom:20px;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
select#rating{
    width:100% !important;
    padding:6px 0;
}
 .woocommerce div.product form.cart::before{
    display:none;
}

.woocommerce-product-gallery__wrapper img{
    height:420px !important;
    object-fit:cover;
}
.woocommerce-message {
    border-top-color: var(--after-color);
}
.woocommerce-message::before {
 
    color: var(--after-color);
}
form.cart .quantity{
    padding-inline-end: 30px;
}


/********************************/
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background: var(--main-color);
}

.xoo-el-form-container ul.xoo-el-tabs li {
    /* background: var(--main-color); */
    color: var(--main-color);
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background: var(--main-color) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    width: 100% !important;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    /* background-color: var(--main-color) !important; */
    color: #ffffff !important;
    min-height: 50px;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover, .xoo-el-form-container button.btn.button.xoo-el-action-btn:focus {
    background: #000 !important;
    color: #fff !important;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    display: none;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select {
    height: 45px;
    background: #fff;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    padding: 0 20px;
    transition: all .5s;
    width: 100%;
}

.xoo-el-login-btm-fields label {
    margin: 0;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
    margin-inline-start: auto;
}

.xoo-aff-group {
    float: none !important;
    width: 100%;
}

a.add_to_wishlist {
    /*margin-inline-start: auto;*/
}

.xoo-el-header {
    padding: 0 0 20px;
}

.xoo-el-section {
    padding: 0;
}

.xoo-aff-group.onehalf {
    width: calc(50% - 10px);
    display: inline-block;
    margin: 0 0 25px;
    margin-inline-end: 20px;
}

.xoo-aff-group.xoo-aff-cont-text.onehalf.xoo-aff-cont-required.xoo_el_reg_lname_cont {
    /*margin: 0;*/
}

.xoo-aff-checkbox_single .xoo-aff-checkbox_single {
    margin-inline-end: 10px;
}




   @media (max-width:768px){
.woocommerce ul.order_details li {
    float: none !important;
    margin-bottom: 12px;
}
  .woocommerce ul.order_details li strong {
    display: block;
    font-size: 16px !important;
   }
   .xoo-aff-group label {
    font-size: 15px !important;
}
.wishlist_table.mobile li .item-wrapper {
    display: flex !important;
    align-items: center;
}
.wishlist_table.mobile li .item-wrapper .item-details {
    margin-inline-start: 8px;
}
.additional-info-wrapper table.additional-info{
    display: inline-table;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last,
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
    min-width: 128px;

}
}
.woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, select#rating,
.woocommerce #review_form #respond textarea, .comment-form-author input,
.comment-form-email input{
    /* border-radius: 2px !important; */
    /* border: 1px solid rgb(11 42 65 / 33%) !important; */
    padding: 0px 12px;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}
.woocommerce form .form-row textarea {
    height: 7em !important;
}
.woocommerce #reviews #comment {
    height: 95px !important;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/*    range slider   */
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
 
    background-color: var(--bg-color);
}
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover,
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover,
.irs--sharp .irs-handle{
    background-color: var(--bg-color);
}
.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: var(--bg-color);
}

.irs--sharp .irs-handle.state_hover>i:first-child, .irs--sharp .irs-handle:hover>i:first-child,
.irs--sharp .irs-handle.state_hover>i:first-child, .irs--sharp .irs-handle:hover>i:first-child{
    border-top-color: var(--after-color) !important;
}




     .irs--big .irs-bar {
    top: 32px !important;
    height: 10px !important;
    background-color: var(--after-color) !important;
    border: 1px solid var(--after-color) !important;
    background: var(--after-color) !important;
    box-shadow: none !important;
    }
     
    .irs--big .irs-handle {
    top: 27px !important;
    width: 12px !important;
    height: 19px !important;
    border: none !important;
    background-color: var(--after-color) !important;
    background: var(--after-color) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
    .irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
    border-color: var(--after-color) !important;
    background-color: var(--after-color) !important;
    background: var(--after-color) !important;
}    
     .irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: var(--after-color) !important;
    background: var(--after-color) !important;
     }
      .irs--big .irs-line {
    top: 38px;
    height: 4px !important;
    }
.irs--flat .irs-bar {

    background-color: #FB8C00 !important;
}
.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    background-color: var(--sec-color) !important;
}
.xoo-aff-required.xoo-aff-checkbox_single a{
    color: var(--main-color);
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-left: 5px;
    margin-right:0px;
    accent-color: var(--main-color) !IMPORTANT;
}
.bapf_sfilter label {
    margin-bottom: 0;
}
.rtl .bapf_sfilter ul li {
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;
}
.irs--flat .irs-handle>i:first-child {
    width: 18px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px #00000029;
    height: 18px;
    background-color: #fff !important;
}
.comment-form-rating ul.list li{
    display:block;
}

.woocommerce div.product div.images img {
    height: 126px;
}
.woocommerce span.onsale{
    position:unset;
    background: transparent;
    line-height: 30px;
}
.bapf_head h3{
    font-size:24px;
}
.bapf_sfilter {
    margin-left:30px;
    
}
.woocommerce .woocommerce-ordering select{
    border: 1px solid #E8E8E8;
    padding:10px;
    border-radius:6px;
}

span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce div.product {
    /*padding-inline: 100px;*/
     margin-top:70px;
}
#product-1505{
    /*margin-top:70px;*/
}
.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: block;
    width: 161px;
    
}
.woocommerce ul.products li.product a {
    border-radius: 0;
}


 @media (max-width:768px){
   .woocommerce div.product {
    padding-inline: 0px;
    margin-top:32px;
}  
 }
 


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

 /************************* my-account ********************************************/
  
.woocommerce-MyAccount-navigation{
    display: inline-block;
    width: 20%;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 12px 10px;
    display: block;
    border-bottom: 1px solid #dddddd4a;
}
.woocommerce-MyAccount-navigation ul li a{
    display: block;
    font-size: 15px;
    color: #4c4c4c;
    transition:  all .3s ease;
}
.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active{
    background-color: var(--sec-color);
    color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #fff !important;
}
.woocommerce-MyAccount-content{
    display: inline-block;
    width: 78%;
    float: left;
}
.woocommerce-MyAccount-content a{
    color: #fff;
    margin: 0 3px;
}
.woocommerce-Address-title.title h3{
    display: inline-block;
}
.woocommerce-Address-title.title .edit{
    display: inline-block;
    background: var(--sec-color);
    margin: 0 3px;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 4px;
    float: left;
    /*margin-top: 14px;*/
}
.woocommerce form .form-row span em{
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-weight: 600;
}
@media(max-width: 600px){
    .woocommerce-MyAccount-navigation{
        display: block;
        width: 100%;
    }
    .woocommerce-MyAccount-content{
        display: block;
        width: 100%;
        float: unset;
    }
}
@media(max-width: 768px){
    .product-name a {
    font-size: 18px;
}
  .mobile img {
    height: 50px;
}
.wishlist_table.mobile li {
    margin-bottom: 12px;
    border: 1px solid #ccc;
    position:relative;
    padding:10px 0;
}
.wishlist_table.mobile li .product-remove{
position: absolute;
    bottom: 4px;
    right: 10px;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
    margin-bottom:15px;
}
}
.wishlist_table .product-add-to-cart a{
    color:var(--after-color);
}
.comment-form-author label,.comment-form-email label{
    display:block;
}
/*********************************************************************************/
.xoo-aff-input-group .xoo-aff-input-icon {
    background-color: #eee;
    color: #fff !important;
    max-width: 44px !important;
    min-width: 40px;
    border: none !important;
    border-right: 0;
    font-size: 18px !important;
    border-radius:0 !important; 
    padding: 0 !important;
}
.fa-at:before,.fa-user:before,.fa-key:before {
    background: var(--main-color) !important;
    padding:9px 8px;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], 
.xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"],
.xoo-aff-group select, .xoo-aff-group select + .select2 {
    height: 46px !important;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], 
.xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"],
.xoo-aff-group select, .xoo-aff-group select + .select2{
      border-radius:0 !important; 
      /*border: none !important;  */
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], 
.xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select,
.xoo-aff-group select + .select2{
   border-radius:0; 
}
.xoo-el-section {
    padding-left: 0px !important;
}
.xoo-aff-group {
    float: left;
    width: 100% !important;
}
.xoo-aff-group.onehalf {
    width: calc(50% - 20px);
    margin-right: 0 !important;
}

a.xoo-el-lostpw-tgr {
    margin: 0 !important;
    float: left !important;
}
.xoo-el-login-btm-fields label {
    margin: 0 !important;
    float: right !important;
}

.xoo-el-header {
    padding: 0 0px 20px !important;
}
.xoo-aff-group.xoo-el-login-btm-fields {
    justify-content: space-between;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    line-height: unset !important;
    /*border-radius: 0 !important;*/
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05) !important;
    background: rgba(15, 32, 108, 1);
    border-radius: 6px !important;
}
#sidebar,.woocommerce-breadcrumb{
    display:none;
}

.products .title h3{
    margin-bottom:32px;
    font-family: 'brandoBold';
    font-size: 32.43px;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    color: #000;
    color: #fff;
}
section.single-page {
    /* padding-bottom:0; */
}
.xoo-wsc-product {
    display: flex;
    border-bottom: 1px solid #eee;
    gap: 8px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
    color: var(--sec-color);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    padding:11px !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: var(--main-color) !important;
    color: #ffffff !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
    background-color: var(--main-color);
    color: #fff;
}


.product-detail .add button{
    margin-bottom:8px;
}

.woocommerce .product-block .product-detail  a.added_to_cart {
    
    width: 100%;
}
span.woocommerce-Price-currencySymbol {
    padding-inline-start: 8px;
}



.contact-info ul li{
    margin-bottom:10px;
}

input[type="email"]::placeholder,
.contact-info ul li:last-of-type span{
      
       
}
.professional-item ul li:nth-child(2) u{
direction: ltr;
    display: inline-block;
}
.professional-item ul li u{
text-decoration: none;
}


.contact-page .contact-info{
    margin-bottom:28px;
}

.breadcrumb-section{
    background-color: transparent;
    background-size: cover;
    background-position: center;
    /*padding: 0px 0 20px;*/
    position: relative;
    /*margin-bottom:20px;*/
}
.breadcrumb-section h2{
    font-size: 48.32px;
    color: #fff;
    font-family: 'brandoBold';
    line-height: 69.01px;
}

.breadcrumb{
    display: flex;
    align-items: center;
    background-color:
    transparent;
    padding-inline-start: 0;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0;
}

.breadcrumb-section a, .breadcrumb-item.active{
    color: #fff;
    text-transform: capitalize;
    font-size: 23.03px;
    font-family: 'brandoMed';
    line-height: 32.89px;
}

.breadcrumb-item.active{
    /* color: #fff; */
    /* font-size: 18px; */
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-left: 10px;
    content: " | ";
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
    /* padding-left: 0; */
}

.xoo-wsc-basket{
    display:none !important;
}

.inner_ro {
    text-align: center;
}

.inner_ro span {
    font-size: 100px;
    color: var(--sec-color);
}

.inner_ro h4 {
    margin-bottom: 30px;
    font-size: 30px;
}

.inner_ro p {
    font-size: 20px;
}

.inner_ro p a {
    color: var(--sec-color);
    padding-inline-start: 10px;
    
}

.price span{
    font-weight: bold;
}


 .sochial-contact ul li:first-of-type span:last-of-type,
 .xoo-wsc-body span.amount,
 span.woocommerce-Price-amount.amount, .contact-info ul li:nth-child(1) span:last-of-type,
 .contact-info ul li:nth-child(2) span:last-of-type,input[name="your-phone-num"]::placeholder,
 .menu-left .cart span,span.xoo-wscb-count,.page-link,.woocommerce-orders-table__cell-order-number a,
 .woocommerce-orders-table__cell-order-date time{
    /*font-family: 'regular';*/
}



.page-link {
    /* margin: 0 5px; */
    border-radius: 2px;
    padding: 6px 14px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #556987;
}
.page-item.active .page-link{
    z-index: 3;
    color: var(--main-color) !important;
    background-color: #e9e6ed;
    border-color: #e9e6ed !important;
}
.page-link:hover{
     color: #fff;
     background-color: #e9e6ed;
     border-color: var(--sec-color);
}
.page-item:last-child .page-link,
.page-item:first-child .page-link,
.page-item .page-link{
     border-radius: 2px;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

/*-------------------------------------------------------------  */
.topbar-call span{
    display:inline-block;
    direction:ltr;
}
.download img,.topbar-call img{
    height:17px;
    margin-inline-end: 8px;
}
.download a{
    color: var(--main-color);
}
.topbar-call img{
    height:20px;
}
.top-nav-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap:20px;
}
.header_soch a {
    color: #374957;
    padding-inline-end: 23px;
}
.menu-left button{
    background:transparent;
}
.header-nav{
    display:flex;
    align-items: center;
    justify-content: space-between;
    /* padding:16px 0; */
}
.mynavbar ul .sub-menu .sub-menu {
    display: block;
    padding: 0 !important;
    border: none;
    position: relative;
    /*border: 1px solid red;*/
    top: unset;
    min-width: 100%;
    width: 100%;
}
.mega-menu  .sub-menu .sub-menu{
    /*display:flex;*/
}
.mega-menu  .sub-menu .sub-menu li{
    /*border:2px solid blue;*/
}
.mynavbar ul .sub-menu .sub-menu .sub-menu{
     /*border:1px solid green;*/
}
.mynavbar ul .sub-menu .sub-menu .sub-menu .sub-menu{
     /*border:1px solid blue;*/
}
.mynavbar ul .sub-menu .sub-menu a{
    padding-top:0;
}
.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 94px;
    left: 0px;
    min-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0px 53px 50px !important;
    background: #fff;
    z-index: 3;
    /* margin-top: 8px; */
    transition: all 0.1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: start !important;
    border: 1px solid #D6D6D6;
  }
  li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    visibility: visible;
 
  }
  ul.sub-menu>li{
      padding-top:12px;
  }

  .nav-menu ul.sub-menu li {
    margin-bottom: 6px;
    position: relative;
    padding-inline-start: 14px;
}
  .nav-menu ul.sub-menu li::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 11px;
    right: 0px;
    background: #fff;
    border-radius: 50%;
  }

 .sub-menu a {
    color: #222222;
    padding: 4px 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    /* font-family: 'semiBold'; */
    transition: all 0.2s;
  }
 .mynav li.menu-item-has-children a {
    position: relative;
 }
 .mynav li.menu-item-has-children .sub-menu a{
     color:var(--main-color);
     font-size:18px;
     /*font-family: 'Montserrat';*/
     /* font-weight:700; */
     margin-bottom:20px;
     padding:0;
 }
 .mynavbar li.menu-item-has-children .sub-menu .sub-menu .sub-menu  a{
     color:#222222;
      font-size:16px;
    /*font-family: 'regular';*/
    margin-bottom:12px;
    padding:0;
 }

 .mynav li.menu-item-has-children .sub-menu a{
    /* color: #fff; */
  }

li.menu-item-has-children > a::before{
    position: absolute;
    content: "\f107";
    font-family: "font awesome 5 pro";
    top: 00px;
    left: -17px;
    color: #2D2D2D;
    transition: all 0.3s;
}
    li.menu-item-has-children:hover > a::before{
    transform: rotate(180deg);
    color: var(--main-color);
  }
  li.menu-item-has-children a{
      position: relative;
      display: inline-block;
  }

ul.sub-menu li {
    width: 25%;
    /* width:100%; */
    margin-inline:0;
    padding-bottom:0;
}
.mynavbar ul .sub-menu .sub-menu li{
    width:100%;
    padding-bottom: 0;
    padding-top:0;
}
.mynav li.menu-item-has-children.mega-menu .sub-menu .sub-menu a {
    color: #222222;
    /*font-family: 'Montserrat';*/
    font-weight:400;
    text-transform: capitalize;
 margin-bottom: 12px;
 font-size: 16px;
}
li.menu-item-has-children.mega-menu > .sub-menu {
    padding: 0px 53px 52px !important;
}
.mynavbar ul .sub-menu .sub-menu {
    display: block;
    padding: 0 !important;
    border: none;
    position: relative;
    /* border: 1px solid #fff; */
    top: 0;
    /* min-width: 200px; */
    /* width: auto; */
    right: 0;
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*height: auto;*/
}
 .sub-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    visibility: visible;
    z-index: 99999;
  }
  .mynavbar ul .sub-menu .sub-menu li a {
    color: #222222;
    padding: 3px 12px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:9px;
}
.mynavbar ul .sub-menu .sub-menu li:last-of-type a{
    border-bottom: none;
}
/*--------------------------------------------------------  */

/* Start home slider */
.home-slider .item ,.home-slider{
    position: relative;
}
.home-slider .container,.mynav .col-lg-12,.container-fluid{
    padding:0;
}
.hero-soch-icon{
   position: absolute;
   /*left: 63px;*/
   left:2%;
   bottom:0;
   padding-bottom: 80px;
   z-index: 9;
}
.hero-soch-icon::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 75px;
    background-color: white;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hero-soch-icon a{
    color: #fc7dd6;
    display: block;
    margin-bottom: 24px;
}
.slider-home .slider-img {
    position: relative;
    height: 100%;

}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 70%;
    border-radius: 5px;
}
.carousel-info {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    bottom: 110px;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all 0.8s;
    padding: 45px 20px;
    left: 50%;
    width: 70%;
}

.slider .owl-item.active .carousel-info {

    transform: translateY(-60px) translateX(-50%);

    opacity: 1;

    visibility: visible;
}
.carousel-info h2 {
    margin-bottom: 54px;
    font-size: 40px;
    line-height: 62px;
}
.maintenance-request .request-details h3,.carousel-info h2,
.menu-left a{
    text-transform:capitalize;
   
}

.carousel-info p {
    line-height: 27px;
    margin: 20px 0 27px;
}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.slider-home .owl-item .slider-img {
    height: 665px;
}

.slider-home .owl-item .slider-img img {
    height: 100%;
    object-fit: fill;
    border-radius: 5px;
    object-position: top center;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 25%);
    color: #fff;
    width: 36px;
    height: 46px;
    margin: 0;
}
.home-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
    transform: translateY(-50%);
}
.home-slider .owl-theme .owl-nav .owl-next {
    right: 0;
}
.card-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-prev {
}
.card-slider.owl-theme .owl-nav .owl-next,
.patner-slider.owl-theme .owl-nav .owl-next {
    background: var(--main-color);
}
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.patner-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-next{
    background: #fff;
    color: var(--main-color);
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size:26px;
}
.card-slider.owl-theme .owl-nav .owl-prev:hover, .card-slider.owl-theme .owl-nav .owl-next:hover, .patner-slider.owl-theme .owl-nav .owl-prev:hover, .patner-slider.owl-theme .owl-nav .owl-next:hover{
    background: var(--main-color);
    color: #fff;
}
.home-slider .owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
 .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: #D9D9D9;
    width: 18.03px;
    height: 18.03px;
}
 .slider-home.owl-theme .owl-dots .owl-dot span {
    width: 21px;
    height: 2px;
    margin: 5px 7px;
    background: rgb(255 255 255 / 30%);
}
.patner-slider.owl-theme .owl-dots .owl-dot span {
    background: rgb(0 0 0 / 30%);
}
 .patner-slider.owl-theme .owl-dots .owl-dot.active span,
.patner-slider.owl-theme .owl-dot:hover span {
    background:#374957;
}
.download {
    margin-inline-end: 30px;
}

/* ----------------------------------------------------  */
.catog-box{
    position: relative;
    margin-bottom: 30px;
    border-radius: 3.72px;
    overflow: hidden;
}
.catog-box .img{
    height: 303.19px;
    overflow:hidden;
}
.catog-box .img img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 5px;
    transition:all 1.3s;
}
.catog-box .catog-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0000006B;
    display: flex;
    align-items: end;
    justify-content: center;
    transition:all 0.3s;
    border-radius: 5px;
    padding: 40px 20px;
}
.catog-box:hover .catog-info{
    background-color: rgb(212 166 31 / 62%);
}
.catog-box:hover .img img{
    /* transform: scale(1.2); */
}
.catog-box .catog-info a,
.catog-box .catog-info h4{
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    min-width: 179.67px;
    background: #1D1D1B;
    min-height: 48.65px;
    border-radius: 66.88px;
    font-family: 'brandoMed';
    font-size: 29.72px;
    font-weight: 600;
    line-height: 29.72px;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    padding: 13px 14px;
}
.section-title h4{
    position: relative;
}
.section-title h4::after,
.section-title h4::before{
    position: absolute;
    content: '';
    width: 68px;
    height: 1px;
    background-color: #535353;
    left: 50%;
    transform: translateX(-50%);
}
.section-title h4::after{
    top: 46px;
}
.section-title h4::before{
    bottom: 46px;
}
/* ----------------------------------  */
.product-box{
    border-radius: 5px;
    background-color: #fff;
    padding: 12px;
    margin:2px;
    transition: all 0.3s;
}
.products{
    /* background-color:#FAFAFA; */
}
.product-box .img{
    height: 254px;
    position:relative;
    overflow:hidden;
}
  .product-box  .add{
    /*position: absolute;*/
    /*bottom: -40px;*/
    /*transition: all 0.4s;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index:2;*/
   margin-top:22px;
  }
  .img .add button{
    width: 179px;
    color: #374957;
    background-color: #fff;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
      /**/
  }
  .img .add button:hover{
       color: #fff;
    }
 /*.product-box:hover .img .add {*/
 /*      opacity:1;*/
 /*      bottom:20px;*/
 /*   }*/
 .product-box:hover{
 box-shadow: 4px 10px 13px 6px rgba(0, 0, 0, 0.08);
 }
    .product-box .img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    }
    .product-box .img a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(15, 32, 108, 0) 0%, rgba(15, 32, 108, 0.62) 100%);
border-radius: 5px;
transition: all 0.3s;
opacity: 0;
  }
  .product-box:hover .img a::after{
    opacity: 1;
    
  }
.product-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.product-box .product-info{
    padding: 12px;
    direction:rtl;
}
.product-box .product-info h6{
    color: #222222;
    margin-bottom: 14px;
    line-height: 26px;
    min-height:88px;
    min-height: 103px;
}
.product-box .product-info h4{color: var(--main-color);font-size: 16px;
    text-align:center;
    
    text-transform: uppercase;
}
/* ------------------------------------   */
.maintenance-request{
    background-color: #fff;
    padding: 90px 70px;
}

.maintenance-request .sec-img{
    width: 100%;
    height: 380px;
    position:relative;
}
.maintenance-request .sec-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
     transform: scaleX(-1);
}
.maintenance-request .request-details{
    position: absolute;
    top: 50%;
    right: 88px;
    transform: translateY(-50%);
    z-index: 2;
}
.maintenance-request .request-details h3{
color: #222222;
font-size: 40px;
margin-bottom: 20px;
font-weight:600;
}
.maintenance-request .request-details h6{
color: #374957;
font-size: 18px;
margin-bottom: 30px;
}

/*--------------------------------------------------  */
.partners{
    padding-top:116px;
}
.patner-img .img{
    height:120px;
	position:relative;
}
.patner-img img{
      width: auto !important;
      max-width: 88% !important;
      position: absolute;
      transform: translate(-50%,-50%);
      left: 50%;
      top: 50%;
      max-height: 90%;
      mix-blend-mode: luminosity;
      /* opacity: 40%; */
}
.patner-img img:hover{
    opacity:100%;
    mix-blend-mode: unset;
}

  .footer-links{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* justify-content:center; */
    gap: 24px;
  }
  .footer-links li{
    display: flex;
  }
  .footer-links li a{
    color: #5A5050;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    transition: all .4s;
    color: black;
  }
.patner-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-next {
    top: 39%;
}


    @media (max-width:991px){
.maintenance-request .request-details {
    right: 20px;
}
}

/* -----------------   policy-page   ---------------------- */
.policy-page {
   width: 755.58px;
   margin: auto;
}
.policy-page ul li{
    margin-bottom: 32px;
}
.policy-page ul li h5{
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 16px;
}
.policy-page ul li p{
    color: #374957;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 27px;
}
.breadcrumb-section{
    background-image: url('../images/banner-1.png');
    background-size: cover;
    background-position: center;
    padding: 72px 0 64px;
    position: relative;
    z-index: 2;
    /* height: 250px; */
    }
    .breadcrumb-section::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: -1;
    }

.about.about-page{
    padding-bottom:0;
}
.topbar .col-9,.topbar .col-lg-3 {
    padding: 0;
}

.mynavbar >  ul >li  > a  {
/*padding: 20px 0;*/
}






@media (max-width: 991px){
.res-menu .logo {
    margin-inline-start: 0px;
}
li.menu-item-has-children > a::before{
  right:60px;
}
}


.products.product-page {
    /* background-color: #fff; */
}
.products.product-page .product-box {
    background-color: #FAFAFA;
    margin-bottom:30px;
}


.mynav li.menu-item-has-children > a {
    /**/
    
}



.mynav li.menu-item-has-children:hover > a {
    color: var(--main-color);
}
.woocommerce-product-rating:last-of-type {
    display: none !important;
}

.col-md-3{
    padding:0 10px;
}

.contact-section .section-title {
    margin-bottom: 84px;
}
.contact-section,.categories{
    padding: 90px 0 80px;
}

.mynav i.la-user ,.mynav i.la-search{
    font-size: 25px;
}

.cer-img img{
    max-width:100%;
}
  li.menu-item-has-children  li.menu-item-has-children > a::before{
    display: none;
  }





li.menu-item-has-children:not(.mega-menu){
    /* position:relative; */
}

.mega-menu .sub-menu .sub-menu {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    
}

li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 64px;
    right: 0px;
    /* min-width: 200px; */
    /* width: 200px; */
    padding: 16px 24px !important;
    }
    
   li.menu-item-has-children.mega-menu .sub-menu {
    min-width: 100%;
    width: 100%;
    }
    .mynav li.menu-item-has-children .sub-menu a {
    margin-bottom: 2px;
    }
        .mynav li.menu-item-has-children.mega-menu .sub-menu a {
    margin-bottom: 20px;
    }
    ul.sub-menu>li {
    /*padding-top: 0;*/
}
 
.mynavbar ul .sub-menu .sub-menu li {
    /*display: flex;*/
    /*width: 25%;*/
    flex-wrap: wrap;
}

.mynavbar ul .sub-menu .sub-menu .sub-menu {
    /*display: block !important;*/
}
.mynavbar ul .sub-menu .sub-menu .sub-menu li {
    width: 100% !important;
}

.mynav li.menu-item-has-children .sub-menu a {
    color: var(--main-color);
    font-size: 18px;
     margin-bottom: 20px; 
    padding: 0 14px;
    font-weight:700;
    text-transform: uppercase;
}
.product-box .product-info h4 {
    min-height: 25px;
}
span.xoo-wsch-close {
    font-size: 16px;
    left: 10px !important;
    right: auto !important;
}

.xoo-wsc-sm-left  {
   
    padding-inline-end: 46px;
}

.breadcrumb-item.active {
    /* width: 50%; */
    /* height: 20px; */
    /* text-transform:capitalize; */
}

.product-box .added_to_cart.wc-forward {
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar .hero-soch-icon {
    position: relative;
    display: flex;
    width: 100%;
    bottom: unset;
    right: unset;
    left: unset;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.sidebar .hero-soch-icon a{
    color: #fff;
    margin-inline-end: 20px;
    font-size: 23px;
    
}
.sidebar  .hero-soch-icon::after{
    display:none;
}
.pagination{
    margin-top:20px !important;
}
.product-box{
    margin-bottom:12px;
}

.woocommerce-MyAccount-content > p {
    margin-bottom: 26px;
    font-size: 18px;
}

/*.header-menu > li {*/
/*    position: relative;*/
/*}*/

/*.header-menu > li .sub-menu {*/
/*    position:absolute;*/
/*    top: 0;*/
/*    right: 100%;*/
/*    min-width: 200px;*/
/*    width: 200px;*/
/*    opacity: 0;*/
/*    height: 0;*/
/*    visibility: hidden;*/
/*}*/

/*.header-menu > li:hover .sub-menu {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    height: auto;*/
/*}*/

 @media (max-width:1300px){
.hero-soch-icon {
    left: 1%;
    
}
}
  @media (max-width:1100px){
.hero-soch-icon {
    left: 1%;
    
}
}
.product-box .product-info h4 del span {
    text-decoration: line-through;
    margin-inline-end: 12px;
}
.flex-viewport {
    margin-bottom: 18px;
}
.woocommerce-product-gallery__wrapper img {
    object-fit: contain;
}
.container-fluid {
    max-width: 1200px;
}
.maintenance-request .container-fluid {
    padding-inline: unset;
}
.product-box {
    margin-bottom: 22px;
}
.card-slider.owl-theme .owl-nav .owl-prev, .card-slider.owl-theme .owl-nav .owl-next,
.patner-slider.owl-theme .owl-nav .owl-prev, .patner-slider.owl-theme .owl-nav .owl-next {font-size: 26px;margin:0 2px;}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid rgb(0 0 0 / 13%);
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-inline-end: 9px;
}

/*-------------------------------------------------------------------------------------------------*/
.carousel-info ,.slider-home .slider-img::after,
.section-title h4::after, .section-title h4::before{
    display: none;
}

.comp_adv_item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-inline-end: 1px solid #202020;
    gap: 16px;
}

.company_adv {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 42px 70px;
    margin-top: 60px;
}

.company_adv .row {
    justify-content: center;
}

.col-md-3:last-of-type  .comp_adv_item {
    border: none;
    /*margin-inline-start: 30px;*/
}

.comp_adv_item .img {
    height: 40px;
    width: 40px;
}

.comp_adv_item .img img {
    max-height: 100%;
  /*  filter: invert(75%) sepia(20%) saturate(350%) hue-rotate(280deg) brightness(105%) contrast(95%);*/
	color: #FC7DD6;
}


.comp-adv-details h5 {
    color: #333F51;
    font-family: 'brandoMed';
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
    color: #000;
}

.comp-adv-details h6 {
    margin: 0;
    color: #556987;
    font-family: 'brandoMed';
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.col-md-3:nth-child(3) .comp_adv_item {
    margin-inline-end: -30px;
}

section.latest-product {
    background: #F5F5F5;
    padding: 80px 0;
}

.product-item {
    background: #ffff;
    border-radius: 15px;
    box-shadow: 0px 0px 24px 0px #0000001A;
}

.product-item .item-img {
    height: 349px;
    position: relative;
    /* border-bottom: 1px solid #E3E3E3; */
    overflow:hidden;
    border-radius:15px 15px 0px 0px;
}

.product-item .item-img .sale {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

.product-item .item-img .sale span {
    color: #fff;
    background: var(--main-color);
    border-radius: 20px;
    padding: 7px 18px;
        
}

.product-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all 0.4s;
    border-radius:15px 15px 0px 0px;
}
.product-item:hover .item-img img {
    transform:scale(1.1);
}
.product-item .item-body {
    direction: rtl;
    padding: 16px;
}

.product-item .item-body .stars-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-item .item-body .stars-item span.numb_1{
    color: #4D5F7A;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #797979;
}
.product-item .item-body .stars-item span.numb_2{
    color:#797979;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #797979;
}
.product-item .item-body .stars-item span {
    font-size: 12px;
    
}

.product-item .item-body .stars-item .stars i.fas {
    color: gold;
}

.product-item .item-body .stars-item .stars i.fal {
    color: gold;
}

.product-item .item-body h4 {
    font-size: 18px;
    margin: 16px 0 8px;
    font-weight: 500;
    color: #3C3C3C;
    min-height:65px;
}

.product-item .item-body h4 a {
    color: #3C3C3C;
    /*! color: #FFFFFF; */
}

.item-foot {
    display: flex;
    /*align-items: center;*/
    /* justify-content: space-between; */
    margin-top: 16px;
    gap: 12px;
}

.heart-icone {
    width: 46px;
    height: 46px;
    background: #EAEDFC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
}

.heart-icone i {
    /* font-size: 26px; */
    color: var(--main-color);
}

.card-slider.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin: 42px auto 0;
    height: 64px;
    border: 1px solid #D5DAE1;
    border-radius: 32px;
    margin: 0px auto 0;
    background: #fff;
}

.old-price span.prec {
    font-weight: 700;
    color: black;
    font-size: 18px;
    margin-inline-end: 6px;
}


.old-price del {
    color: #787878;
}
.mobils-offer-sec{
    padding:90px 0;
}
.mobils-offer{
    height:389px;
}
.mobils-offer img{
    height:100%;
    width:100%;
    object-fit:cover;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

.footer {
    /* background: #FCFCFC; */
    padding: 58px 0 44px;
    /* border-top: 1px solid #03BB5033; */
}

.footer-logo {
    height: 46px;
    margin-bottom: 19px;
}

.footer-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer-disc {
    margin-inline-end: 30px;
    margin-bottom: 40px;
}

.footer-disc p {
    color: rgba(107, 107, 107, 1);
    line-height: 28px;
}

.footer .row {
    align-items: end;
}

.right-f .form-group input {
    background: transparent !important;
    border: 1px solid #646464;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 8px;
    color: rgb(255 255 255);
    padding: 8px 14px;
    max-width: 242px;
    height: 46px;
}

.right-f .form-group button {
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
    background: var(--main-color);
    border-radius: 6px;
    color: #fff;
    padding: 8px 10px;
    width:93px;
    text-align:center;
    margin-inline-start: 8px;
    max-width: 85px;
}

.right-f .form-group {
    margin-bottom: 35px;
    /*display: flex;*/
    /*align-items: center;*/
}

.all-imgs {
    display: flex;
    align-items: center;
}

.all-imgs img {
    max-height: 50px;
    padding-inline-end: 8px;
    object-fit: contain;
}

button,h2,h3,h4,h5,h6,a{
    text-transform:capitalize;
}
body.rtl .xoo-aff-group:not(.one) {
    margin-left: 0 !important;
}

body.rtl .xoo-el-section.xoo-el-active {
    padding-right: 0 !important;
}
.xoo-el-form-container ul.xoo-el-tabs {
    padding: 0 0px 16px !important;
}
.product-item {
    margin: 30px 10px;
}
.breadcrumb-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.xoo-el-notice {
    display: none;
    width: 100% !important;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    background-color: var(--main-color) !important;
    display: none !IMPORTANT;
}

.right-f .form-group .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    top: 33px;
    position: absolute;
    font-size:15px;
}

.maintenance-request{
    position: relative;
}
.maintenance-request::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 60%);
    
}


.product-item .item-img {
    height: 250px;
    text-align:center;
    /* line-height: 349px; */
}

.product-item .item-img img {
    object-fit: contain;
    transition: all 0.4s;
    border-radius: 15px 15px 0px 0px;
    max-width: 82%;
    margin:  auto;
    /*height: 210px;*/
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}

section.maintenance-request {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

ul.products .col-md-4 .product-item {
    margin: 0 0  24px;
}
ul.products .col-md-4 {
    padding: 0 8px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-single:before, .irs--sharp .irs-to:before {
    border-top-color: var(--sec-color) !important;
}
.irs--sharp .irs-from, .irs--sharp .irs-single, .irs--sharp .irs-to {
    background-color: var(--sec-color) !important;
}
.irs--sharp .irs-handle {
    background-color: var(--sec-color) !important;
}
.irs--sharp .irs-handle>i:first-child {
    border-top-color: var(--sec-color) !important;
}
.irs--sharp .irs-max, .irs--sharp .irs-min {
    background-color: var(--sec-color) !important;
}
.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: var(--sec-color) !important;
}
.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child,
.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: var(--sec-color) !important;
}





.woocommerce div.product div.images   img {max-height: 694.74px !important;width: auto !important;height: auto !important;margin: auto;}


.woocommerce div.product div.images .slick-list.draggable img {
    max-height: 300px !important;
    margin: auto;
}

.wpgs-for .slick-arrow {
    transform: scaleX(-1);
}

.flaticon-right-arrow {
    left: 0 !important;
    right: auto !important;
}
.side-archive {
    padding-inline-end: 22px;
}

.irs{
       
}
.bapf_sfilter {
    margin-left: 5px;
    border: 1px solid #E3E3E3;
    padding: 24px 0px;
    border-radius: 8px;
}

.bapf_head h3 {
    font-size: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E3E3E3;
    /*text-align:center;*/
    padding-inline-start: 14px;
    margin-bottom:0;
}

.bapf_sfilter ul li {
    text-align: start !important;
   border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px !important;
    padding: 10px !important;
}

.col-md-9.col-sm-12 ul.products {
    /* background-color: #fff; */
}
.rtl .bapf_sfilter ul li {
    margin-bottom: 0px !important;
    padding-bottom:10px !important;
}

.bapf_sfilter ul li:last-of-type {
   border-bottom: none;
}

.bapf_sfilter.bapf_slidr_ion .bapf_body{
    padding: 22px 12px 12px;
}
.bapf_sfilter ul li {
    padding: 8px !important;
}

.bapf_sfilter {
    margin-left: 5px;
    border: 1px solid #E3E3E3;
    padding: 24px 0px 0;
    border-radius: 8px;
}
.rtl .bapf_sfilter ul li {
    /* margin-bottom: 0px !important; */
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.menu-left button, .menu-left a {
    /* width: 41px; */
    /* height: 41px; */
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    /*! box-shadow: 0px 1px 2px 0px var(--sec-color); */
    padding: 0;
    font-family: "Almarai", sans-serif;
}

.old-price span.prec,.old-price del {
    
}

.xoo-wsc-basket {
    box-shadow: 0 0.5px 3px #00000078 !important;
}
.sidebar a.lang {
    color: #fff;
    display: block;
    
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    width: 100%;
    padding: 12px 18px;
}


button,a.button{
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05) !important;
    border-radius: 6px !important;
}
span.woocommerce-Price-amount.amount {
    
}

span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
         
}

/* Start New Style */

.mynav {
    /*! position: absolute; */
    right: 0;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 27px 0;
}

.menu-left button i, .menu-left a i {
    font-size: 20.43px;
}

.menu-left ul li:first-child {
    margin: 0;
}

.owl-theme .owl-nav + .owl-dots {}

.slider-home.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
    transition: all .4s;
    width: 21px;
    height: 3px;
    border-radius: 0;
    background: #fff;
    margin: 0 5px;
    opacity: .3;
}

.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span {
    background: var(--main-color);
    opacity: 1;
}

.comp_adv_item .comp-adv-details {
    /*width: calc(100% - 56px);*/
}

.product-item .item-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
}

.product-item .item-img .add_to_wishlist {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin: 12px;
}

.product-item .item-img .add_to_wishlist .heart-icone {
    width: 42.78px;
    height: 42.78px;
    border-radius: 50%;
    background: #EAEDFC;
    font-size: 21.1px;
}

.product-item .item-body .stars-item .stars {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-inline-end: 3px;
    gap: 2px;
}

.product-item .item-body h4 .sale {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--main-color);
    min-width: 51px;
    border-radius: 50px;
    color: #fff;
    height: 20.25px;
    font-family: Poppins;
    font-size: 10.5px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: center;
}

.item-foot .more a {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
    background: var(--sec-color);
    gap: 8px;
    height: 46px;
    background: var(--main-color);
    box-shadow: 0px 1px 2px 0px #6951FF0D;
    color: white;
}

.item-foot .more a::after {
    background: var(--main-color);
}

.quick-view button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    box-shadow: 0px 1px 2px 0px #6951FF0D !important;
    background: #EAEDFC;
    color: var(--sec-color);
    transition: all .4s;
    background: #EAEDFC;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
}

.quick-view button:hover {
    color: var(--main-color);
}

.item-foot .more a .icon {
    position: relative;
    z-index: 3;
    fill: white !important;
}

.products.products-perfume-offers-h2 {
    /* background: #fff; */
}

.partners .owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
    width: 21px;
    height: 3px;
    border-radius: 5px;
    background: #0000004D;
}

.partners .owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span {
    background: #374957;
}

.right_footer .desc_footer {
    display: flex;
    /* align-items: center; */
    margin-bottom: 20px;
}

.right_footer .desc_footer .footer-logo {
    height: 123.31px;
    width: 123.31px;
    margin: 0;
    /* line-height: 123.31px; */
}

.right_footer .desc_footer .footer-disc {
    max-width: calc(100% - 123.31px);
    margin: 0;
    padding-inline-start: 29px;
}

.right_footer .desc_footer .footer-disc p {
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    color: black;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.s-h a {
    width: 32.05px;
    height: 32.05px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 13.85px;
    color: #565656;
    transition: all .4s;
    border-radius: 5px;
    color: black;
}

.right_footer .desc_footer .footer-disc .s-h {
    margin-inline-start: -12px;
}

.s-h a:hover {
    background: var(--main-color);
    color: #fff;
}

.icons-fixed {
    position: fixed;
    right: 0;
    bottom: 88px;
    display: flex;
    flex-direction: column;
    margin: 23px;
    z-index: 6;
}

.icons-fixed a {
    width: 52.81px;
    height: 52.81px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24.04px;
    transition: all .4s;
}

.icons-fixed .toTop {
    background: var(--main-color);
    margin-bottom: 14px;
    font-size: 22.04px;
    transform: scale(0);
    opacity: 0;
    position: fixed;
    left: 0;
    right: auto;
    margin: 30px;
    bottom: 0;
}

.icons-fixed .whatsappIcon {
    background: #4A9844;
}

.icons-fixed .toTop.active {
    transform: none;
    opacity: 1;
}

.mynav.header-page {
    position: relative;
}

.mynav.header-page a, .mynav.header-page button {
    /* color: #000000; */
}

.filter-h {
    max-width: 243.22px;
    margin-bottom: 20px;
    margin-inline-start: auto;
}

.filter-h form {
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
}

.filter-h form label {
    margin: 0;
    font-family: 'brandoMed';
    font-size: 16.03px;
    color: #000;
    line-height: 22.89px;
    margin-inline-end: 9px;
    color: #fff;
}

.filter-h form select {width: 201.52px;height: 40.29px;border: 1px solid #CCCCCC;border-radius: 10px;padding: 0 14px;font-size: 12.09px;font-family: 'brandoMed';line-height: 17.26px;color: #000000;}

section.products.product-page .products {
    /* background: transparent; */
    padding: 0;
    border: none;
}

div#comments {
    box-shadow: 0px 0px 87px 0px #00000012;
    background: #FFFFFF;
    padding: 26px;
    border-radius: 15.69px;
    background: var(--main-color);
}

h2.woocommerce-Reviews-title {
    font-family: 'brandoBold';
    font-size: 32.43px;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    color: #000000;
    margin-bottom: 20px;
}

div#comments .woocommerce-noreviews {
    margin: 0;
    color: #fff;
}

div#review_form_wrapper {
    box-shadow: 0px 0px 87px 0px #00000012;
    background: #FFFFFF;
    margin-top: 30px;
    border-radius: 15.69px;
    padding: 30px 36px;
    background: var(--main-color);
}

div#review_form_wrapper #commentform label {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.75px;
    color: #fff;
    margin-bottom: 14px;
}

div#review_form_wrapper #commentform textarea, div#review_form_wrapper #commentform input, div#review_form_wrapper #commentform select {
    color: #fff;
    border: 0.95px solid #242424 !important;
    border-radius: 4.74px !important;
    height: 51px;
    background: white;
}

.woocommerce #review_form #respond textarea {
    height: 107.09px !important;
    padding: 14px 18px !important;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 20px 0;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent input {
    width: 18px;
    height: 18px;
    margin-inline-end: 10px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent  label {
    margin: 0;
}

.woocommerce #review_form #respond p.form-submit #submit {
    background: #fff !important;
    border-radius: 6px !important;
    min-width: 117px;
    border: none !important;
    height: 47px;
    line-height: 37.96px;
    padding: 0 10px;
    color: #151414 !important;
}

.woocommerce div.product p.price {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product p.price del bdi {
    font-family: 'brandoMed';
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    color: #8896AB;
    text-decoration: line-through;
    display: block;
}

.woocommerce div.product p.price del bdi span.woocommerce-Price-currencySymbol {
    padding-inline-start: 8px;
    font-family: inherit;
    font-size: inherit;
    text-decoration: line-through;
    color: inherit;
}

.woocommerce div.product p.price ins bdi {
    font-family: 'brandoMed';
    font-size: 32.88px;
    color: var(--main-color);
    line-height: 41.65px;
}

.woocommerce div.product form.cart {
    flex-direction: column;
    align-items: start;
    -webkit-align-items: self-start;
}

.woocommerce div.product form.cart button.single_add_to_cart_button.button {
    background: #fff !important;!;
    margin-top: 24px;
    width: 100%;
    border-radius: 6px !important;
    font-family: 'brando';
    font-size: 18px;
    line-height: 26px !important;
    /* font-family: 'Montserrat-Medium'; */
    /* font-weight: bold; */
    color: #151414 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    float: right;
    border-top: 1px solid #171616;
    margin: 80px 0 0;
    padding: 86px 0 0;
}

.policy-page h3 {
    font-family: 'brandoMed';
    font-size: 27px;
    color: #333F51;
    line-height: 40px;
}

.policy-page p {
    font-family: 'brandoMed';
    font-size: 16px;
    color: #ببب;
    line-height: 22.74px;
    margin: 30px 0;
}

.contact-page .form-contact {
    box-shadow: 0px 0px 87px 0px #00000017;
    padding: 53px 31px;
    border-radius: 10px;
}

.contact-page .form-contact h5 {
    font-family: 'brandoBold';
    font-size: 33.62px;
    color: #ffffff;
    line-height: 47.06px;
    margin-bottom: 37px;
}

.contact-page .form-contact .form-group {
    margin-bottom: 11px;
}

.contact-page .form-contact .form-group label {
    margin-bottom: 14px;
    font-size: 16px;
    color: #ffffff;
    line-height: 22.75px;
}

.contact-page .form-contact .form-group input, .contact-page .form-contact .form-group select, .contact-page .form-contact .form-group textarea {
    border: 0.95px solid #323232;
    background: #141313;
    height: 51px;
    border-radius: 4.74px;
    padding: 0 18px;
    transition: all .4s;
    outline: none;
    color: #fff;
}

.contact-page .form-contact .form-group textarea {
    height: 107.09px;
    padding: 14px 18px;
}

.contact-page .form-contact .form-group input:focus, .contact-page .form-contact .form-group select:focus, .contact-page .form-contact .form-group textarea:focus {
    border-color: var(--main-color) !important;
}

.contact-page .form-contact .read-more button {
    background: #fff;
    border-radius: 50px !IMPORTANT;
    margin-top: 25px;
    min-width: 117px;
    font-family: 'brandoBold';
    font-size: 14px;
    line-height: 18.7px;
    min-height: 47px;
    color: rgb(21, 20, 20) !important;
    border-radius: 6px !important;
}

.contact-map {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.footer-links li a:hover {
    color: var(--main-color);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    box-shadow: 0px 1px 2px 0px #2A33420F;
    border: 1px solid #EEF0F3;
    border-radius: 6px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: 1px solid #EEF0F3 !IMPORTANT;
    border-top: 0;
    border-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child {
    border-inline-start: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child {
    border-inline-end: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    width: 36px;
    height: 36px;
    background: transparent;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #556987;
    color: var(--main-color);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    color: var(--main-color);
}

.woosq-product div.product {
    /* padding: 50px 0; */
    height: 100%;
    margin: 0;
}

.woosq-popup .woosq-product {
    height: 100%;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    height: 100%;
}

.woosq-product div.product .summary.entry-summary {
    padding-top: 40px;
}

a.wpgs-lightbox-icon {
    height: 694.74px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.single-product .wpgs-nav.slick-initialized.slick-slider {
    display: none;
}

.single-product .wpgs-for .slick-arrow {
    position: absolute;
    bottom: -65px;
    z-index: 6;
    margin: 0 20px;
    border: 1px solid #D5DAE1 !important;
    border-radius: 50%;
    cursor: pointer;
}

section.single-page .onsale {}

.single-product div.product .product_title {
    font-family: 'brandoBold';
    font-size: 32.43px;
    font-weight: 700;
    line-height: 46.84px;
    margin: 22px 0;
}

.single-product div.product .product_title:first-child {
    display: none;
}

.single-page .product-post-content h3 {
    font-family: 'brandoBold';
    font-size: 32.43px;
    font-weight: 700;
    line-height: 46.84px;
    margin: 59px 0 22px;
    color: #000;
    color: #fff;
}

.single-page .product-post-content h3:first-child {
    margin-top: 0;
}

.single-page .product-post-content {
    font-family: 'brandoMed';
    font-size: 16px;
    color: #000;
    line-height: 26px;
    /* margin-bottom: 22px; */
    color: black;
}

.woocommerce .single-page div.product p.price {
    margin: 20px 0 24px;
}

.woocommerce .single-page div.product form.cart div.quantity .screen-reader-text {
    width: auto;
    height: auto;
    clip: inherit;
    clip-path: none;
    position: relative !important;
    display: block;
    font-family: 'brandoBold';
    font-size: 16px;
    color: #556987;
    line-height: 23px;
    margin-bottom: 7px;
}

.woocommerce .single-page div.product form.cart div.quantity .qty ,
.woocommerce .quantity .qty {
    width: 85.84px !important;
    height: 52.11px;
    border-radius: 10px;
    border: 1px solid #D5DAE1;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.woocommerce .single-page div.product form.cart div.quantity .qty::-webkit-outer-spin-button, 
.woocommerce .single-page div.product form.cart div.quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button, 
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    margin: 0;
}

.single-page .product_meta {
    display: none;
}

.single-page .woocommerce-tabs.wc-tabs-wrapper {
    float: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-family: 'brandoBold';
    font-size: 32.43px;
    color: #000 !important;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.flaticon-back {
    right: 0 !important;
    left: auto !important;
}

#woosq-popup .single-product div.product .product_title:first-child {
    display: block;
}

#woosq-popup .woosq-product .thumbnails {
    background: transparent;
    max-height: 100%;
    height: 100%;
}

div#woosq-popup {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 24px 0px #0000001A;
    height: 500px;
    min-height: 500px;
}

div#woosq-popup ul.slick-dots {
    display: none !important;
}

div#woosq-popup .slick-arrow::before {
    background: #fff;
    color: var(--main-color);
    position: unset;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size: 26px;
    transition: all .4s;
    border: 1px solid #D5DAE1 !important;
}

div#woosq-popup .slick-next.slick-arrow {
    right: 38%;
    left: auto;
}

div#woosq-popup .slick-prev.slick-arrow {
    left: 38%;
    right: auto;
}

div#woosq-popup .slick-arrow {bottom: 0;top: auto;width: 48px !important;height: 48px;background: transparent !important;/* border-radius: 50% !important; */}

div#woosq-popup .slick-arrow:hover::before {
    background: var(--main-color);
    color: #fff;
}

.woocommerce div.product form.cart button.single_add_to_cart_button.button:hover {
    background: var(--sec-color) !important;
}

.single-product .wpgs-for .slick-arrow.flaticon-back {
    right: 36% !important;
}

.single-product .wpgs-for .slick-arrow.flaticon-right-arrow {
    left: 36% !important;
}

.single-product .wpgs-for .slick-arrow::before {
    content: '\e929';
    font-family: "feather";
    background: #fff;
    color: var(--main-color);
    position: unset;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size: 26px;
    transition: all .4s;
}

.single-product .wpgs-for .slick-arrow.flaticon-right-arrow::before {
    transform: scaleX(-1);
    /* content:
    '\e929'; */
}

.single-product .wpgs-for .slick-arrow.flaticon-back::before {}

.single-product .wpgs-for .slick-arrow:hover::before {
    background: var(--main-color) !important;
    color: #fff;
}

.woocommerce #review_form #respond textarea:focus, .woocommerce #review_form #respond input:focus {
    border-color: var(--main-color) !IMPORTANT;
    outline: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
    border: 0.95px solid #D8D6DE;
    background: transparent;
    height: 51px !important;
    border-radius: 4.74px;
    padding: 0 18px;
    transition: all .4s;
    outline: none;
    color: #fff;
    font-size: 15px;
    display: block;
}

.select2-container--default .select2-selection--single {
    padding: 10px 18px;
    background: transparent !important;
    color: #fff !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.woocommerce form .form-row textarea {
    height: 107.09px !IMPORTANT;
    padding: 14px 18px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title, h2.woocommerce-order-details__title {
    font-family: 'brandoBold';
    font-size: 32.43px;
    font-weight: 700;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    color: #fff;
    margin-bottom: 30px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-block;
}

.woocommerce-edit-address .woocommerce .col2-set .col-2, .woocommerce .col2-set .col-1 {border: 1px #ccc solid;border-radius: 5px;min-height: 180px;padding: 16px;}

header.woocommerce-Address-title.title {
    justify-content: space-between;
    gap: 0;
}

header.woocommerce-Address-title.title::before, header.woocommerce-Address-title.title::after {
    display: none !important;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .select2-container--default .select2-selection--single:focus {
    border-color: var(--main-color);
}

.xoo-aff-group .xoo-aff-input-group input, .xoo-aff-group .xoo-aff-input-group textarea {
    border: 0.95px solid #D8D6DE !important;
    background: transparent !important;
    height: 51px !important;
    border-radius: 4.74px !important;
    padding: 0 18px !important;
    transition: all .4s !important;
    outline: none;
    color: #ffffff ! IMPORTANT;
    font-size: 15px !important;
}

.xoo-aff-group .xoo-aff-input-group input:focus, .xoo-aff-group .xoo-aff-input-group textarea:focus {
    border-color: var(--main-color) !important;
}

.mfp-woosq .mfp-close {
    margin: 20px;
    border-radius: 50% !important;
    background: #fff;
    color: var(--main-color) !important;
    display: flex;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size: 26px;
    transition: all .4s;
    border: 1px solid #D5DAE1 !important;
}

.mfp-woosq .mfp-close::before {
    color: #fff;
    font-size: 17px;
}

.woocommerce .products ul, .woocommerce ul.products {
    /* display: inline-flex; */
    /* box-shadow: 0px 1px 2px 0px #2A33420F; */
    border: 1px solid #EEF0F3;
    overflow: hidden;
    border-radius: 6px;
}

nav[aria-label="..."] {
    text-align: center;
}

.woocommerce .products ul .page-link, .woocommerce ul.products .page-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    border-inline-end: 1px solid #EEF0F3;
    color: #556987;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.btn-fav .total-cart {
    display: none;
}

.mfp-woosq .mfp-close:hover {
    color: #fff !important;
    background: var(--main-color) !important;
}

.mfp-woosq .mfp-close:hover::before {
    color: #fff !important;
    text-align: center;
}

.mfp-woosq .mfp-close:before {
    color: var(--main-color) !important;
    transition: all .4s;
    font-size: 15px !important;
}

.woocommerce div.product div.summary {
    /* margin-bottom: 130px !important; */
}

.about-page .about-img {
    height: 424.2px;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.woocommerce div.product form.cart .addvalue , 
 .woocommerce div.product form.cart .minusvalue {
    width: 57.59px;
    height: 57.59px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #D9D9D9;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #333F51;
    font-family: 'brandoMed';
    cursor: pointer;
}

.woocommerce div.product form.cart div.quantity {
    padding: 0;
    margin: 0 5px !important;
}

.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button, .woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .star-rating span {
    color: gold !important;
}

.woocommerce .star-rating::before {
    color: gold !important;
}

.woocommerce p.stars a {
    color: gold !important;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0 !important;
    margin: 50px 0 10px !important;
}

.woocommerce #reviews #comments ol.commentlist li {
    display: block !important;
    padding: 30px 0 !important;
    border-bottom: 1px #eee solid !important;
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 46.61px !important;
    float: none !important;
    height: 45.42px !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    object-fit: cover !important;
    object-position: top center !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
    display: flex !important;
    width: 100% !important;
    gap: 17px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text {
    display: flex !important;
    margin: 0 !important;
    width: calc(100% - 70px) !important;
    border: none !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating {
    float: none !important;
    margin-inline-end: 10px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text .description {
    width: 100% !important;
    margin: 8px 0 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text  p.meta {
    color: #ffffff !important;
    font-size: 14.22px !important;
    font-weight: 400 !important;
    line-height: 19.9px !important;
    margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text .description p {
    color: #ffffff !important;
    font-size: 15.16px !important;
    font-weight: 400 !important;
    line-height: 19.9px !important;
    margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
    padding-top: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    padding-bottom: 0 !important;
    border: none !important;
}

.side-search {
    margin: 30px 0 20px;
    padding: 0 20px;
}

.side-search form {
    display: flex;
    justify-content: space-between;
}

.side-search form input {
    width: calc(100% - 60px);
    height: 50px;
    border: none !important;
    padding: 0 20px;
    border-radius: 7px;
}

.side-search form button {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    color: #fff;
}

.woocommerce div.product p.price bdi {font-family: 'brandoMed';font-size: 32.88px;color: #4D5F7A;line-height: 41.65px;color: var(--main-color);}

.woocommerce div.product div.images {
    margin-bottom: 150px !important;
}

.item-foot .more a .icon svg path {
    fill: #151414;
}

section.products.products-perfume-offers-h {
    background: #F5F5F5;
}

.item-foot .more a:hover, .more a:hover, .more button:hover {
    color: #fff;
}

.item-foot .more a:hover .icon, .more a:hover .icon, .more button:hover .icon {
    filter: brightness(0) invert(1);
}
/* End New Style */

::placeholder {
    color: #fff !important;
}

label.xoo-el-form-label {
    color: white;
}

body {
    color: #e91e63;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
}

.mobils-offer-sec{
padding: 90px 0 0;
}

.patner-img .img{
height:120px;
position:relative;
background: #fff;
border-radius: 8px;
}

.woocommerce table.shop_table th {
    border: 1px solid rgb(255 255 255 / 41%);
}

.right-f .form-group input::placeholder {
    color: #C2C2C2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--main-color) !important;
}

.select2-results__option {
    color: #000 !important;
}

.select2-search--dropdown .select2-search__field {
    color: #000 !important;
}

.select2-search--dropdown .select2-search__field::placeholder {
    color: #000;
}

#woosq-popup .single-product div.product .cutomquntaty {
    color: #000;
}

input#coupon_code::placeholder {
    color: #fff !important;
}

.woocommerce div.product div.images {
    margin: 0 !important;
}

.product_meta {
    color: #000;
}

.woocommerce div.product form.cart button.single_add_to_cart_button.button:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.single-product .wpgs-for .slick-arrow:hover {
  border-color: var(--main-color) !important;
}

.woocommerce #review_form #respond p.form-submit #submit:hover {
  color: #fff !important;
  background: var(--main-color) !important;
}

.woocommerce button.button:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}


#woosq-popup div.product form.cart button.single_add_to_cart_button.button {
  background: var(--main-color) !important;
  color: #fff !important;
}

#woosq-popup div.product form.cart button.single_add_to_cart_button.button:hover {
  color: #fff !important;
  background: #151414 !important;
}

.wishlist_table .product-add-to-cart a:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #000 !Important;
  border: none;
  border-radius: 6px;
  color: #fff !Important;
}

.woocommerce-info::before  {
  color: #fff !Important;
}

 .woocommerce a.button:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.contact-page .form-contact .read-more button:hover {
  background: var(--main-color);
  color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {}

.slider-home.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span {
    background: #fff;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover {
    background: var(--sec-color);
}

.bapf_sfilter label i.fa {
    color: gold;
}

.sidebar .side-content ul li.current-menu-item a {
    color: var(--main-color);
}

.catog-box:hover .catog-info {
background-color: rgb(243 124 173 / 53%)
}

.xoo-wsc-container, .xoo-wsc-slider, .xoo-wsc-header, .xoo-wsc-footer, .xoo-wsc-product {
    background: #1E1D1D !important;
    color: #fff !important;
    border-color: #555 !important;
}

.xoo-wsc-body {
    background: #1E1D1D !important;
}

.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
    color: #fff !important;
}

.xoo-wsc-product {
}

.qty-container {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.form-h .info-h .item {display: flex;align-items: center;-webkit-align-items: center;margin-bottom: 20px;color: #fff;gap: 12px;font-size: 17px;line-height: 2;}

.form-h .info-h .item .icon {
    color: var(--main-color);
}

.form-h .info-h .item .details {
    width: calc(100% - 35px);
}

.form-h .info-h .item .details a {
    color: #fff;
    /* font-size: 17px; */
    /* line-height: 27px; */
}

.form-h .info-h .item .details u {
    display: inline-block;
    direction: ltr;
    text-decoration: none;
}

.contact-inner .form-h {
    box-shadow: 0px 0px 87px 0px #00000017;
    padding: 53px 31px;
    border-radius: 10px;
    background: #171616;
}

.contact-inner .form-h .title-contact h3 {
    font-family: 'brandoBold';
    font-size: 33.62px;
    color: #ffffff;
    line-height: 47.06px;
    margin-bottom: 37px;
}

.slider-home.owl-carousel.owl-theme {
  height: 665px !important;
}

.logo a {
  width: 250px;
}

.item-foot .more a .icon svg {
  fill: white !important;
  filter: brightness(0) invert(1);
}

.product-price del {
  display: flex;
  justify-content: center;
  align-items: center;
}

td.product-name a, .woocommerce-loop-product__title {
  color: black;
}
.quick-view a {
    font-size: 16px;
    padding: 6px;
    display: inline-block;
    color: #555;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-top: 5px;
    transition: 0.2s;
}

.quick-view a:hover {
    background-color: #ddd;
}
