/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/
.container {
    width: 100%;
    max-width: 1200px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}


a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
    color: #000;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
    color: #999;
}
ul,ol,li{
    list-style: none;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    color: #000;
    /* font-family: Dubai; */
    /* font-family: Dubai; */
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    text-align: left;
    background: #f5f5f5;
}






.tit{
      font-family: "Crimson Text", serif;
}
.ger{
  /* background-image: linear-gradient(to right, #4ca2cd, #67b26f); */
     background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
  /* Clip the background to the text shape */
  -webkit-background-clip: text; /* For Safari compatibility */
  background-clip: text;
  /* Make the text transparent so the background is visible */
  -webkit-text-fill-color: transparent; /* For Safari compatibility */
  color: transparent;
}

/*  */
.top{
    padding: 3px 15px;
    background: #0D0A37;
}
.top .container{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.top .container .block{
    display: flex;
    color: #fff;
    align-items: center;
    /* flex-direction: row-reverse; */
}
.top .container .block > i{
    width: 23px;
    height: 24px;
    background-image: url("img/offer.svg");
    background-size: 100% 100%;
    margin-inline-end: 10px;
    background-position: center;
}
.top .container .block ul{
    padding: 0;
    margin: 0 10px;
    list-style: none;
}
/* .top .container .block ul li{} */
.top .container .block ul li a{
    text-decoration: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    padding: 2px;
}
.top .container .block ul li a:hover{
    color: #FFAE3C;
}
/*  */
header{
    border-bottom: 1px solid #ECECEC;
    padding: 15px 20px;
    position: relative;
    background: #fff;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
header .container img{
    height: 41px;
    width: auto;
}
@media (max-width: 769px) {
    header .container{
        justify-content: center;
    }
    header .container img{
    height: 30px;
    width: auto;
    margin: 0 auto;
    display: flex;
}
}

header .container .box{
    display: flex;
}
@media (max-width: 769px) {
    header .container .box{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    z-index: 9999;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ECECEC;
}
}

header .container .box a.login{
    height: 43px;
    width: 110px;
    color: #fff;
    outline: none;
    text-decoration: none;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
header .container .box a.login i{
    width: 22px;
    height: 22px;
    background-image: url("img/user.svg");
    background-size: 100% 100%;
    margin-inline-end: 5px;
}
header .container .box .s{
    width: 43px;
    height: 43px;
    background-image: url("img/s.svg");
    background-size: 100% 100%;
    margin: 0 5px;
    cursor: pointer;
}
header .container .box .cart{
    width: 43px;
    height: 42px;
    border-radius: 50%;
    background-image: url("img/cart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #DADADA;
    background-size: 23px auto ;
    margin: 0 5px;
    position: relative;
}
header .container .box .cart .cart-count{
    min-width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: -3px;
    display: flex;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-family: sans-serif;
}
header .container .box .fav{
        width: 43px;
    height: 42px;
    border-radius: 50%;
    background-image: url("img/fav.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #DADADA;
    background-size: 23px auto ;
    margin: 0 5px;
}
header .container .box .my{
    width: auto;
    height: 42px;
    /* border-radius: 50%; */
    background-image: url("img/account.svg");
    background-repeat: no-repeat;
    background-position: left center;
    /* border: 1px solid #DADADA; */
    background-size: 23px auto ;
    padding-inline-start: 25px;
    margin: 0 5px;  
    display: flex;
    align-items: center;
    color: #7E7E7E;
    text-decoration: none;
    outline: none;
}

header #search{
    background: #fff;
    padding: 0;
    display: flex;
    z-index: 999;
    position: fixed;
    right: -360px; 
    top: 0;
transition: all 0.5s ease 0s;
    height: 100vh;
    width: 350px;
    max-width: 100%;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    flex-direction: column;
}
.open-search{
    right: 0 !important;
transition: all 0.5s ease 0s;

}
header #search h3{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header #search h3 i{
    background-image: url("img/clos.svg");
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    cursor: pointer;
}
#search form{
    position: relative;
    /* height: 50px; */
    padding: 0;
    padding: 0 10px;
    width: 100%;
    z-index: 999;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 10px auto;
    justify-content: space-between;
}
#search form h5{
    font-size: 16px;
    margin: 10px 0 0;
    color: #000;
    font-weight: 500;
}
#search form p{
    color: #656565;
    margin: 0;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #E8E8E8;
}


.on{
    display: flex !important;
}
#search form .form-control{
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: none;
    color: #000 !important;
    background: initial !important;
    outline: initial !important;
    border: 1px solid #FFAE3C;
}
#search form .form-control:focus{
    box-shadow: none;
    /* display: none; */
}
#search form button{
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("img/s.svg");
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    border: none !important;
    outline: none;
    background-color: initial;
    opacity: 0.5;
    position: absolute;
    top: 3px;
    right: 25px;
}
.bar{
    display: none;
}

/* navbars */
.navbars{
    padding: 5px 10px;
    border-bottom: 1px solid #E4E4E4;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
}

.navbars .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 769px) {
 .navbars{
    position: fixed;
    left: -110%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
    height: 100vh;
    background: #fff;
} 
.open{
    transition: all 0.5s ease 0s;
    left: 0 !important;
}
.navbars .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
}  
.bar{
    width: 25px;
    height: 22px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    position: relative;
    padding: 0 5px;
    display: flex;
}
.bar::after{
    content: "";
    position: absolute;
    border-top: 1px solid #999;
    left: 0;
    top: 50%;
    width: 100%;

}
}
.navbars .container .support{
    padding: 0;
    background-image: url("img/support.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px auto;
    font-size: 11px;
    color: #7E7E7E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline-start: 40px !important;
}
.navbars .container .support strong{
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    margin: 0 0 -4px;
}
.navbars .container ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbars .container ul li{
    position: relative;
}
.navbars .container ul li a{
    padding: 0 10px;
    display: inline-flex;
    color: #0D0A37;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    min-height: 50px;
    align-items: center;
    position: relative;
}
@media (max-width: 769px) {
    .menu-menu-container{
        width: 100%;
    }
.navbars .container ul{
    padding: 20px 0;
        width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}    
.navbars .container ul li a{
    min-height: 45px;
}
}
.navbars .container ul li.new a::after{
    content: "";
    position: absolute;
    top: 3px;
    right: 10px;
    width: 32px;
    height: 12px;
    background-image: url("img/new.gif");
    background-size: 100% 100%;
}
.navbars .container ul li:hover > a,
.navbars .container ul li.current-menu-item a
{
    color: #cd101c !important;
}
.deals a{
   background-image: url("img/fire.gif");
   background-size: 40px 40px;
   background-repeat: no-repeat;
   background-position: left top;
   padding-inline-start: 37px !important;
}
/*  */
.hero{
    position: relative;
    padding: 0;
    background: #000;
}
.hero video{
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin: 0 0 -6px;
    opacity: 0.6;
}
.hero .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .cover .container{
    max-width: 1100px !important;
}
.hero .cover .container .block{
    padding: 20px;
    color: #fff;
}
.hero .cover .container .block h1{
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    font-family: Poppins;
}
.hero .cover .container .block h1 strong{
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
    padding: 0 15px;
    transform: rotate(-4deg);
    display: inline-block;
}
.hero .cover .container .links{
    display: flex;
}
.hero .cover .container .block a.shop{
    height: 53px;
    padding: 0 20px;
    width: 150px;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
    border-radius: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    justify-content: center;
}
.hero .cover .container .block a.offer{
        height: 53px;
        padding: 0 20px;
        width: 150px;
        color: #000;
        background-color: #fff;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        align-items: center;
        text-decoration: none;
        outline: none;
        background-image: url("img/fire.gif");
        background-position: left 5px center 0;
        justify-content: center;
        background-size: 40px auto;
        background-repeat: no-repeat;
        padding-inline-start: 30px;
}
.hero .cover .container .block a:hover{
    opacity: 0.7;
}
/*  */

section{
    padding: 40px 10px;
    clear: both;
    position: relative;
}

/*  */
.center{
    padding-top: 10px;
}
.center .container{
    color: #7E7E7E;
    justify-content: center;
    flex-direction: column;
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 44px;
    padding-top: 50px;
}
.center .container h3{
  /* background-image: linear-gradient(to right, #4ca2cd, #67b26f); */
  background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
  /* Clip the background to the text shape */
  -webkit-background-clip: text; /* For Safari compatibility */
  background-clip: text;
  /* Make the text transparent so the background is visible */
  -webkit-text-fill-color: transparent; /* For Safari compatibility */
  color: transparent;
  font-size: 25px;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  margin: 0;
}
.center .container h2{
    color: #0D0A37;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}


.categorys{
    padding: 40px 0 !important;
    background-color: #F5F5F5;
    background-image: url("img/bg-r.png");
    background-repeat: no-repeat;
    background-position: right top 20px;
    background-size: 10% auto;
    position: relative;
}
.categorys::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/bg-l.png");
    background-repeat: no-repeat;
    background-position: left top 20px;
    background-size: 10% auto;
}
.categorys .container{
    display: flex;
    flex-wrap: wrap;
    padding-right: 35px !important;
    padding-left: 35px !important;
    z-index: 9;
    position: relative;
}
.category-box{
    padding: 0;
}
.category-box a{
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    outline: none;
}
.category-box img{
    width: 145px !important;
    height: 145px !important;
    border-radius: 50%;
    object-fit: cover;
}
.category-box h5{
    margin: 10px 0;
    text-align: center;
    color: #0D0A37;
    font-size: 18px;
    font-weight: 600;
}
.category-box a:hover h5{
    color: #FF5961;
}

.categories-slider{
    padding: 20px 0 0;
    margin: 0 auto;
}
.owl-next{
    position: absolute;
    right: -35px;
    top: 75px;
    width: 31px;
    height: 31px;
    font-size: 0 !important;
    background-image: url("img/right.svg") !important;
    background-size: 100% 100% !important;
}
.owl-prev{
    position: absolute;
    left: -35px;
    top: 75px;
    width: 31px;
    height: 31px;
    font-size: 0 !important;
    background-image: url("img/left.svg") !important;
    background-size: 100% 100% !important;
}
/*  */
.new-pru{
    background: #fff;
    padding: 30px 5px 15px;
}
.new-pru .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-pru .container h2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #0D0A37;
    font-size: 26px;
    font-weight: 700;
    padding: 0;
    padding-inline-start: 35px;
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}
.new-pru .container h2 a{
    height: 30px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
    display: flex;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    align-items: center;
}
.new-pru .container h2 a:hover{
    opacity: 0.6;
}
.latest-products{
    display: flex;
    flex-wrap: wrap;
}
/*  */

.product-box{
    padding: 10px 5px;
    position: relative;
}
.product-box a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-decoration: none;
}
.product-box a .tag{
    background-color: #fff;
    color: #cd101c;
    height: 31px;
    width: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
}
.latest-products .product-box a .tag
{
    display: flex !important;
}
.best .product-box a .tag{
    display: none !important;
}
.des{
     position: absolute;
     left: 10px;
     top: 10px;
     width: 60px;
     height: 31px;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     color: #fff;
     background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
     z-index: 9;
}
.des i{
    width: 15px;
    height: 12px;
    background-image: url("img/des.svg");
    background-size: 100% 100%;
    
}
.latest-products .des{
    top: 50px !important;
}
.best .des{
    top: 10px !important;

}
.add{
    width: 25px;
    height: 22px;
    cursor: pointer;
    background-image: url("img/add.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
.added{
    background-image: url("img/added.svg");
}
.product-box a img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    border: 1px solid #f0f0f0;
}
.product-box a h5{
    color: #0D0A37;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 3px;
}
.product-box a .bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}
.product-box a .bottom .price{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    
    
    
    
    ins,.woocommerce-Price-amount  bdi{
        text-decoration: none;
        background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
        -webkit-background-clip: text; /* For Safari compatibility */
        background-clip: text;
        -webkit-text-fill-color: transparent; /* For Safari compatibility */
        font-size: 21px;
        font-weight: bolder;
        font-family: "Crimson Text", serif;
        margin: 0 0 -5px;
        

        .woocommerce-Price-currencySymbol{
            font-size: 14px;
        }
    }
}
@media (max-width: 769px) {
    .product-box a .bottom .price{
        ins,.woocommerce-Price-amount  bdi{
        font-size: 13px !important;
    }
}
}

.product-box a .bottom .price del bdi{
    font-family: "Crimson Text", serif;
    color: #000 !important;
    font-size: 14px !important;
    background: initial !important;
    -webkit-text-fill-color: initial !important;
}
.product-box a .bottom .color{
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.product-box a .bottom .color .namecat{
    font-size: 10px;
    color: #0C0C0C;
}


.loop-swatches {
    display:flex;
    gap:6px;
    margin-top: 6px;
}

.color-swatch {
    width: 14px;
    height: 14px;
    border-radius:50%;
    cursor:pointer;
    transition:.2s;
    display: inline-block;
}

.color-swatch:hover {
    transform:scale(1.1);
}
/*  */
.banaer{
    padding: 20px 15px;
}
.banaer .container{
    display: flex;
    flex-wrap: wrap;
}
.banaer .container a{
    text-decoration: none;
    outline: none;
}
.banaer .container a img{
    width: 100%;
    height: auto;
}
.banaer .container a img:hover{
    opacity: 0.7;
}
/*  */
.day{
    padding: 0 10px;
}
.day .container{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.day .container .block{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.day .container .block video{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: cover;
}
.day .container .block .title-day{
    background: linear-gradient(68.05deg, #FF5961 23.05%, #FFAE3C 70.46%);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin: 0 0 5px;
}
.day .container .block .title-day div{
    display: flex;
    align-items: center;
}
.day .container .block .title-day div > i{
        background-image: url("img/day.gif");
        background-position: left 10px center;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        width: 60px;
        height: 60px;
        margin-inline-end: 10px;
        display: inline-flex;
}
.countdown{
    display: flex;
    width: auto;
}
.countdown .time-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 7px;
    width: 55px;
}
.countdown .time-box .time{
    font-family: Poppins;
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 -6px;
}
.countdown .time-box .label{
   font-size: 14px !important;
   font-weight: 400;
   text-transform: uppercase;
}
/*  */
.ads{
    padding: 10px 15px;
}
.ads .container{
    display: flex;
    flex-wrap: wrap;
}
.ads .container .box{
    padding: 10px;
}
.ads .container .box a{
    text-decoration: none;
    border-radius: 15px;
    outline: none;
    display: flex;
}
.ads .container .box a:hover{
    background: #000;
}
.ads .container .box a:hover img{
    opacity: 0.7;
}
.ads .container .box img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/*  */
.blog-all{
    display: flex;
    flex-wrap: wrap;
}

.post{
    padding: 10px;
}
.post .post-box{
    display: flex;
}
.post .post-box a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E9E9E9;
}
.post .post-box a:hover{
    opacity: 0.7;
}
.post .post-box  img{
    width: 100%;
    height: 240px;
    border-radius: 12px 12px 0 0;
}
.post .post-box  .footpost{
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.post .post-box  .footpost span{
    height: 23px;
    background-image: url("img/date.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-inline-start: 30px;
    color: #495560;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
.post .post-box  .footpost h4{
    color: #0D0A37;
    font-size: 18px;
    font-weight: 600;
}
.post .post-box  .footpost p{
    color: #253D4E;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}
/*  */
.contact{
    background: #fff;
    padding: 40px 10px;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.contact-all{
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.contact-all .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.contact-all .block img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 0 0 25px;
}
.contact-all .block h4{
    background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
/*  */
.adress{
    background-image: url("img/address.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 68px 68px;
    flex-direction: column;
    color: #495560;
    font-size: 15px;
    min-height: 68px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 15px;
    padding-inline-start: 78px;
    justify-content: center;
}
.adress h6{
    width: 100%;
    color: #000000;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}
.call{
    background-image: url("img/call.svg");
}
.mail{
    background-image: url("img/mail.svg");
}
/*  */
form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
form p{
    margin: 0;
    padding: 0;
}
.rows{
    padding: 5px;
    position: relative;
    color: #495560;
    font-size: 15px;
    direction: ltr;
}
.rows .wpcf7-form-control{
    width: 100%;
    border: 1px solid #E5E5E5;
    min-height: 48px;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none;
    color: #000;
    background-color: #fff;
    max-height: 110px;
    margin: 4px 0 0;
}
.wpcf7-submit{
    color: #fff !important;
    background: linear-gradient(63.55deg, #FF5961 16.06%, #FFAE3C 73.62%) !important;
    display: flex;
    justify-content: center;
    align-items: center;

}
.wpcf7-submit:hover{
    opacity: 0.7;
}
.wpcf7-spinner {

    margin: -36px 10px 0;
    position: relative;
    z-index: 9;
    display: flex;
}
/*  */
footer{
    background: #0D0A37;
    padding: 30px 10px 0;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
footer .container .foot{
    padding: 25px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
footer .container .foot .box{
    margin: 0 0 20px;
}
footer .container .foot img{
    width: auto;
    min-height: 54px;
    margin: 0 0 20px;
    max-width: 100%;
}
footer .container .foot .media{
    display: flex;
    margin: 0;
    align-items: flex-start;
}
footer .container .foot .media a{
    width: 33px;
    height: 33px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
}
footer .container .foot .media a:hover{
    background-color: #FF5961;
    color: #fff;
}
footer .container .foot h3{
    background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
footer .container .foot ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
footer .container .foot ul li{
    padding: 3px 0;
    width: 100%;
}
footer .container .foot ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 5px 1px;
}
footer .container .foot ul li a:hover{
    color: #FFAE3C;
}
/*  */
.copy{
    border-top: 1px solid #FFFFFF30;
    padding: 15px;
    text-align: center;
    display: block;
    font-size: 11px;
    color: #fff;
    margin: 20px 0 0;
}
@media (max-width: 769px) {
    .copy {
    padding: 10px 0 80px;
}
}
.copy a{
    color: #fff;
    text-decoration: none;
    outline: none;

}
.copy a:hover{
    color: #FFAE3C;
}
/*  */

.widget{
    width: 100%;
}
form.mailpoet_form {
    position: relative;
}
.mailpoet_submit{
    position: absolute;
    top: 3px;
    right: 3px;
    top: 3px;
    padding: 12px 14px !important;
    font-size: 16px !important;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%) !important;

}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_paragraph {
    width: 100% !important;
}

/*  */
.shop{}
.shop .container{
    display: flex;
    flex-wrap: wrap;
}
.control{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.control .box{
    padding: 10px;
    display: flex;
    align-items: center;
    min-width: 200px;
}
.control .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}
.control .box ul li{
    filter: grayscale(1);
    margin: 0 5px;
    opacity: 0.4;
    cursor: pointer;
}
.control .box ul li.but-list{
    background-image: url("img/list.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 67px;
}
.control .box ul li.but-tow{
    background-image: url("img/2col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 67px;
}
.control .box ul li.but-three{
    background-image: url("img/3col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 67px;
}
.control .box ul li.but-four{
    background-image: url("img/4col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 77px;
}
.control .box ul li.but-five{
    background-image: url("img/5col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 87px;
}
.control .box ul li.but-six{
    background-image: url("img/6col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 97px;
}

.control .box ul li.active{
    filter: initial !important;
    opacity: 1;
}

.control .box select{
    border: 1px solid #DEDEDE;
    height: 44px;
    padding: 0 20px;
    background-image: url("img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #000;
    background-color: #fff;
    border-radius: 44px;
    -webkit-appearance: none;  /* Chrome / Safari */
    -moz-appearance: none;     /* Firefox */
    appearance: none;
    margin: 0;
    max-width: 200px;
}
button.filter{
    height: 44px;
    padding: 0 20px;
    border-radius: 44px;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    width: 112px;
}
button.filter i{
    width: 22px;
    height: 22px;
    background-image: url("img/filter.svg");
    background-size: 100% 100%;
    margin: 0 3px;
}
button.filter:hover{
    opacity: 0.7;
}




@media (min-width: 769px) {
    .item-prud.list {
        width: 100% !important;
        background: #fff;
        padding: 5px 10px;
        margin: 0 0 10px;
    }
    .item-prud.list .product-box a{
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 260px;
        min-height: 270px;
        align-items: flex-start;
    }
    .item-prud.list img{
        height: 270px !important;
        width: 240px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .item-prud.list .product-box a .bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: start;
        flex-direction: column;
        width: 100%;
    }
    .item-prud.list .product-box a .bottom p{
        margin: 15px 0;
        display: block !important;
        color: #0C0C0C;
        font-size: 14px;
    }
    .item-prud.list .product-box .view{
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 200px;
        flex-direction: column;
    }
    .item-prud.list .product-box .view .q-shop{
        background-color: #0D0A37;
        height: 44px;
        border-radius: 44px;
        width: 160px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
        font-size: 14px;
        cursor: pointer;
    }
    .item-prud.list .product-box .view .q-shop i{
        width: 22px;
        height: 22px;
        background-image: url("img/q.svg");
        background-size: 100% 100%;
        margin: 0 5px;
    }
    .item-prud.list .product-box .view .q-view{
        height: 44px;
        border-radius: 44px;
        width: 160px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
        background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
        font-size: 14px;
        cursor: pointer;
    }
    .item-prud.list .product-box .view .q-view i{
        width: 22px;
        height: 22px;
        background-image: url("img/eye.svg");
        background-size: 100% 100%;
        margin: 0 5px;
    }
    .item-prud.list .product-box .view *:hover{
        opacity: 0.7;
    }




    .item-prud.tow {
        width: 50% !important;
    }
    .item-prud.tow img{
        height: 800px !important;
    }

    .item-prud.three {
        width: 33.33% !important;
    }
    .item-prud.three img{
        height: 500px !important;
    }

    .item-prud.four {
        width: 25% !important;
    }
    .item-prud.four img{
        height: 400px !important;
    }

    .item-prud.five {
        width: 20% !important;
    }
     .item-prud.five img{
        height: 330px !important;
    }

    .item-prud.six {
        width: 16.66% !important;
    }
    .item-prud.six img{
        height: 250px !important;
    }

}

@media (max-width: 769px) {
    .control .box{
        min-width: 50px;
    }
    .box-cont{
        display: none !important;
    }
    .shop .item-prud{
        width: 50% !important;
    }
}

/*  */
.yith-quick-view-close{
    background-image: url("img/clos.svg");
    width: 45px;
    height: 35px;
    font-size: 0;
    background-size: 100% 100%;
    display: flex;
    margin: -14px -20px auto auto;
    *{
        display: none;
    }
}
#yith-quick-view-modal.open .yith-wcqv-main {
    border-radius: 0 !important;
}
.woocommerce div.product .product_title {
    color: #0D0A37 !important;
    font-weight: 700;
    font-size: 26px !important;
}
#yith-quick-view-modal.open .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;

    ins,.woocommerce-Price-amount  bdi{
        text-decoration: none;
        background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
        -webkit-background-clip: text; /* For Safari compatibility */
        background-clip: text;
        -webkit-text-fill-color: transparent; /* For Safari compatibility */
        font-size: 21px;
        font-weight: bolder;
        font-family: "Crimson Text", serif;
        margin: 0 0 -5px;
}
 del bdi{
    font-family: "Crimson Text", serif;
    color: #7a7a7a !important;
    font-size: 14px !important;
    background: initial !important;
    -webkit-text-fill-color: initial !important;
}
}
/*  */
.variable-items-wrapper{
    display: flex;
    width: 100% !important;
    flex-direction: row !important;
}
.variable-item-span ,.variable-item-span-color{
    border-radius: 50% !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    box-shadow: none !important;
    background: initial !important;
}
.product_meta{
    display: none;
}
/*  */


body .qib-button-wrapper {
    width: 140px;
    height: 44px;
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
    border: none;
    border-radius: 50px;
    background: #F4F4F4;
    margin: 0;
    text-align: center;
    padding: 0;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 44px;
    width: 45px;
    min-width: 45px;
    padding: 0;
    margin: 0;
    background: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 30px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 44px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #F4F4F4 !important;
    border: none !important;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 44px;
    text-align: center;
    padding: 0 0 0px !important;
    outline: none;
    color: #000;
    margin: 0;
}
.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity {
    margin: -8px 0 0 !important;
    display: flex;
}
/*  */
.single_add_to_cart_button.button{
    color: #fff;
    height: 44px !important;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%) !important;
    border-radius: 44px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 160px);
    text-transform: capitalize;
}
/*  */
.variable-item-radio-input-wrapper{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.variable-item-radio-input-wrapper .variable-item-radio-input{
    position: absolute;
    top: 0;
    left: 0;
transform: scale(4);
opacity: 0;

}
.variable-item-radio-input-wrapper .variable-item-radio-value-wrapper{
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    color: #7E7E7E;
    font-size: 18px;
    font-weight: 500;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff;
}
.variable-item-radio-input-wrapper .variable-item-radio-input:checked ~ .variable-item-radio-value-wrapper {
    border-color: #FFAE3C !important;
    color: #FF5961 !important;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{
    padding: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span{
    margin: 0 3px !important;
}

.woocommerce span.onsale {
    min-height: 50px !important;
    min-width: 50px !important;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #FF5961;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}
/*  */
.head-baner{
    padding: 0;
    background-color: #0D0A37;
    background-image: url("img/head.png");
    background-size: 60% 100%;
    background-position: right  center;
    background-repeat: no-repeat;
}
.head-baner .container{
    min-height: 140px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.head-baner .container p{
    font-size: 18px;
    background: linear-gradient(50deg, #FF5961 14.53%, #FFAE3C 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    width: auto;
}
.head-baner .container h1{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

/*  */

.live-search-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.live-search-list li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.live-search-list li a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #000;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.live-search-list img {
    width: 50px;
    height: auto;
    display: flex;
}
.live-search-list li a > div{
    width: calc(100%  - 60px) !important;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.live-search-list li a span{
   width: 100%;
   direction: rtl;
   color: #0D0A37;
   font-weight: 600;
   font-size: 15px;
   line-height: normal;

       ins, .woocommerce-Price-amount bdi {
        text-decoration: none;
        background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        font-weight: bolder;
        font-family: "Crimson Text", serif;
        margin: 0 0 -5px;
    }
    del bdi {
        font-family: "Crimson Text", serif;
        color: #7a7a7a !important;
        font-size: 14px !important;
        background: initial !important;
        -webkit-text-fill-color: initial !important;
    }

}
#live-search-results p{
    padding: 10px;
}
/*  */
.filter-sidebar{
    background: #fff;
    padding: 0;
    display: flex;
    z-index: 999;
    position: fixed;
    left: -360px;
    /* left: 0; */
    top: 0;
    transition: all 0.5s ease 0s;
    height: 100vh;
    width: 350px;
    max-width: 100%;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    flex-direction: column;
transition: all 0.5s ease 0s;
}
.filter-sidebar-open{
transition: all 0.5s ease 0s;
    left: 0 !important;
}

.filter-sidebar .xx{
    background-image: url(img/clos.svg);
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
}
.filter-sidebar h3{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpfMainWrapper{
    padding: 10px 10px;
    overflow-y: auto;
    height: calc(100vh - 110px);
}
.wpfFilterWrapper {
    padding: 15px !important;
    min-width: 100%;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}
.wpfFilterButton.wpfButton{
    height: 44px !important;
    width: 100% !important;
    border-radius: 44px !important;
    color: #fff;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);

}
.wpfFilterTitle{
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    height: 40px;
    justify-content: space-between;
    margin: 0 0 10px !important;
}
.wpfFilterTitle .wpfTitleToggle{
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background-image: url("img/dwon.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

/* ===== Scrollbar Ã™â€žÃ™â€žÃ™â€¦Ã˜ÂªÃ˜ÂµÃ™ÂÃ˜Â­Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â¨Ã™â€ Ã™Å Ã˜Â© Ã˜Â¹Ã™â€žÃ™â€° WebKit ===== */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #FF5961, #FFAE3C);
    border-radius: 10px;
    transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #FF5961, #FFAE3C);
}
/*  */
.navpage{
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ff6a59;
    color: #fff;
}
/*  */
.summary{
    ins,.woocommerce-Price-amount  bdi{
        text-decoration: none;
        background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
        -webkit-background-clip: text; /* For Safari compatibility */
        background-clip: text;
        -webkit-text-fill-color: transparent; /* For Safari compatibility */
        font-size: 21px;
        font-weight: bolder;
        font-family: "Crimson Text", serif;
        margin: 0 5px -5px;
    }

    
.qib-button-wrapper {
    background: #fff !important
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    background: #fff !important;
    border-color: #fff !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    background: #fff !important;

}

}
.price del bdi {background-clip: initial !important;color: #8f8f8f !important;background: initial !important;-webkit-text-fill-color: initial !important;}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
/*  */
.woocommerce-product-details__short-description{
    border-bottom: 1px solid #DBDBDB;
    margin: 0 0 10px;
}
.woocommerce div.product form.cart{
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
}
/*  */
.page-product{
    padding: 10px 10px;
}
.page-product .container{
    display: flex;
    flex-wrap: wrap;
}
.page-product .container .block{
    padding: 20px;
}
.page-product .container .block .price{
    /* direction: ltr; */
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 0 5px;
}
.page-product .container .block form > div{
    width: 100%;
}
.page-product .container .block form .woocommerce-variation-add-to-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.entry-title{
    color: #0D0A37;
    font-size: 30px;
    font-weight: 700;
}
.label{
    padding: 5px 0 ;
}

/*  */
.slick-vertical .slick-slide{
    padding: 5px 8px;
}
.rtwpvg-thumbnail-image.slick-vertical .slick-slide img{
    height: 88px;
    width: 88px;
    object-fit: cover;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
}
.rtwpvg-thumbnail-image.slick-current img{
    border: 1px solid #FF5961 !important;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 15px;
}
/*  */
.pro-icon{
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.yith-wcqv-main .pro-icon{
    display: none !important;
}
.pro-icon .box{
    display: flex;
    align-items: flex-start;
    padding: 6px 6px 6px 66px;
    color: #000;
    font-size: 13px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 56px 56px;
    line-height: normal;
    margin: 5px 0;
    min-height: 60px;
}
.pro-icon .pro-1{
    background-image: url("img/pro-1.svg");
}
.pro-icon .pro-2{
    background-image: url("img/pro-2.svg");
}
.pro-icon .pro-3{
    background-image: url("img/pro-3.svg");
}
/*  */
.content-pro{
    padding: 0 10px;
}
.content-pro .container{
    display: flex;
    flex-wrap: wrap;
    color: #656565;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.content-pro .container .block{
    padding: 15px;
}
.content-pro .container h3{
    display: flex;
    width: auto;
    margin: 10px 0;
    text-decoration: none;
    background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: bolder;
    font-family: "Crimson Text", serif;
}
.content-pro .container ul{
    padding: 0;
}
.content-pro .container ul li{}

.content-pro .container hr{
    padding: 0;
    margin: 5px 0;
    width: 100%;
    border-color: #ddd;
}
#reply-title,#title{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #0D0A37 !important;
    font-size: 26px;
    font-weight: 700;
    padding: 0;
    padding-inline-start: 35px;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-background-clip: initial; 
     background-clip: initial; 
     -webkit-text-fill-color: initial;
    font-family: "Quicksand", sans-serif;
}

#commentform{
    display: flex;
    flex-direction: column;
    p{
        margin: 0;
    }
}
#comment{
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    color: #000;
    border-radius: 10px;
    margin: 10px 0;
    outline: none;
    padding: 10px;
}
#author,#email,#url
{
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    color: #000;
    border-radius: 10px;
    margin: 10px 0;
    outline: none;
    padding: 10px;  
}
#submit{
    color: #fff !important;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%) !important;
    height: 44px;
    width: 160px !important;
    align-items: center;
    justify-content: center !important;
    outline: none;
    display: flex !important;
}
.comment-form-cookies-consent,.comment-form-url
{
    display: none;
}
.review-item{
    background-color: #fff;
    padding: 15px 15px 15px 85px;
    border-radius: 10px;
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
    background-image: url("img/comment.svg");
    background-repeat: no-repeat;
    background-position: 15px 15px;
    color: #656565;
}
.review-item strong{
    color: #0D0A37;
    font-size: 18px;
    margin: 0;
    width: 100%;
    background-image: url("img/qq.svg");
    background-repeat: no-repeat;
    background-position: right top;
}
.review-item span{}
.review-item .comment-content{
    width: calc(100% + 50px);
    margin-left: -60px;
    padding: 15px 0 5px;
}
.star-rating{
    width: calc(100% + 50px);
    margin-left: -60px;
    color: #FFAE3C;

}
/*  */
.related_products{
    background-color: #fff;
    padding: 20px 15px;
}
.related_products .related{
    padding: 20px 10px;
}
.related_products .related > h2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #0D0A37 !important;
    font-size: 26px;
    font-weight: 700;
    padding: 0;
    padding-inline-start: 35px;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-background-clip: initial; 
     background-clip: initial; 
     -webkit-text-fill-color: initial;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 15px;
}

/*  */
.related-all{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.page-head{
    background: #0D0A37;
    padding: 50px 20px;
}
.page-head .container{
    display: flex;
    flex-wrap: wrap;
}
.page-head-enter .container{
    display: flex;
    justify-content: center;
}
.page-head .container h1{
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
}
/*  */

.woocommerce a.remove {
    background-image: url("img/remove.svg") !important;
    background-size: 100% 100%;
    width: 18px;
    height: 21px;
    background-color: #fff !important;
    border-radius: 0 !important;
}
.woocommerce a.remove img{
    display: none !important;
}
/*  */
.coupon-box{
    display: flex;
    justify-content: space-between;
}
.coupon-box input{
    width: calc(100% - 110px);
    height: 44px;
    background-color: #fff;
    background-image: url("img/tag.svg");
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding: 0 35px;
    border-radius: 44px;
    border: 1px solid #E5E5E5;
    color: #000;
}
.coupon-box button{
    background-color: #0D0A37;
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

/*  */
/* Hide default wrapper spacing */
.woocommerce-notices-wrapper{
    position: fixed;
    top: 20px;
    right: 20px;
    left: auto;
    z-index: 99999;
    width: 320px;
}

/* Toast Box */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
    background-color: #fff !important;
    color: #222 !important;
    padding: 15px 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    animation: slideIn 0.4s ease;
    border: none !important;
    position: relative;
    width: 320px;
    background-image: url("img/chek.gif");
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: auto 110px;
    padding-top: 130px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    align-content: center;
    position: fixed;
    z-index: 99999;
    left: 50%;
    margin-left: -170px;
}

/* Success left border */
.woocommerce-message{
    border-bottom: 4px solid #28a745 !important;
}

/* Error */
.woocommerce-error{
    border-bottom: 4px solid #dc3545 !important;
}

/* Info */
.woocommerce-info{
    border-bottom: 4px solid #007bff !important;
}

/* Close button */
.notice-close{
    position:absolute;
    top:8px;
    left:10px;
    cursor:pointer;
    font-weight:bold;
    font-size:0;
    width: 37px;
    height: 37px;
    background-image: url("img/x.svg");
    background-size: 100% 100%;

}
.button.wc-forward{
    width: 100%;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%) !important;
    color: #fff !important;
    height: 44px;
    border-radius: 5px !important;
    margin: 10px 0 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce-message::before{
    display: none;
}

/* Animation */
@keyframes slideIn{
    from{opacity:0; transform:translateX(40px);}
    to{opacity:1; transform:translateX(0);}
}


/* 

/* Layout */
.custom-cart-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    gap:40px;
}

.checkout-fields{
    flex:2;
    max-width:600px;
}

.cart-summary{
    flex:1;
    max-width:400px;
}

/* Headings */
.checkout-fields h2{
    font-weight:700;
    font-size:22px;
    margin-bottom:20px;
}

/* Summary Box */
.summary-box{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.summary-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.summary-row.total{
    font-weight:bold;
    font-size:18px;
    color:#ff5a5f;
}

/* Button */
.checkout-btn{
    display:block;
    text-align:center;
    background:linear-gradient(90deg,#ff5a5f,#ff9966);
    color:#fff;
    padding:14px;
    border-radius:30px;
    text-decoration:none;
    margin-top:20px;
    border:none;
    width:100%;
    font-size:16px;
    cursor:pointer;
    transition:.3s;
}

.checkout-btn:hover{
    opacity:.9;
}

/* Coupon */
.coupon-box{
    margin-top:15px;
}

/* Hide default table */
.woocommerce-checkout-review-order-table{
    display:none !important;
}

/* Payment styling better look */
.woocommerce-checkout-payment{
    background: #fff !important;
    padding: 0;
    border-radius:16px;
    margin-top: 0;
}

/* Responsive */
@media(max-width:768px){
    .custom-cart-wrapper{
        flex-direction:column;
    }
    .checkout-fields,
    .cart-summary{
        max-width:100%;
    }
} 


.form-row noscript{
    display: none !important;
}

/*  */
#place_order{
    display: block;
    text-align: center;
    background: linear-gradient(90deg, #ff5a5f, #ff9966);
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection
{
    background-color: #fff !important;
    outline: none !important;
    border: 1px solid #E5E5E5 !important;
    height: 48px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
}
.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    p{
        width: 100%;
    }
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last,
#billing_country_field,
#billing_phone_field,
#billing_email_field,
#billing_address_1_field

{
    width: 50% !important;
} 
#billing_address_2_field{
    display: none !important;
}
#billing_city_field{
    width: 100% !important;
}
.woocommerce-billing-fields h3{
    background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
/*  */
.woocommerce-order-thank{
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 170px 20px 10px;
    background-image: url("img/chek.gif");
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size: auto 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
}
.woocommerce-thankyou-order-received{
    color: #28a745;
    font-weight: 700;
}


.woocommerce-order-thank ul{
    margin: 0 0 3em;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
}
.woocommerce-order-thank li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border: none !important;
    padding: 5px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*  */
.about-page{
    padding: 10px 0px;
}
.about-page .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-page .container .block{
    padding: 25px;
    color: #253D4E;
}
.about-page .container .block img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.about-page .container .block h2{
    color: #0d0a37;
    font-size: 36px;
    font-weight: 600;
    max-width: 400px;
}
.about-page .container .block strong{
    font-weight: 700;
    color: #0d0a37;
}
.why-all{
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto 0;
}
.why-all .box{
    border: 10px solid #F5F5F5;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 25px;
    flex-direction: column;
    align-content: center;
}
.why-all .box img{
    width: 78px;
    height: 78px;
    margin: 0 0 10px;
}
.why-all .box h4{
    background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.why-all .box p{
    color: #7E7E7E;
    margin: 0;
    font-size: 12px;
    text-align: center;
}
/*  */
.see{
}
.see .container{
    border-top: 1px solid #DBDBDB;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.see .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    color: #253D4E;
    font-size: 14px;
}
.see .container .block video{
    width: 100%;
    height: 300px;
    border-radius: 20px;
    margin: 0 0 10px;
    object-fit: cover;
}
.see .container .block ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.see .container .block ul li{
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 0 2% 0 0;
}
.see .container .block ul li strong{
    color: #EC1B28;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}
.see .container .block img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
/*  */
.wc-backward{
    height: 53px !important;
    padding: 0 20px !important;
    width: 150px !important;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%) !important;
    border-radius: 53px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
}
.woocommerce-form__label-for-checkbox {
    display: none !important;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}
.wc_payment_method > label{
    background-color: #fff;
    background-image: url("img/bank.svg");
    background-repeat: no-repeat;
    background-position: center top 10px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
    height: 80px;
    margin: 10px 0 0;
    cursor: pointer;
}
#payment_method_cod ~ label{
    background-image: url("img/pay.svg");
}

#payment_method_bacs{
    opacity: 0;width: 0;
    opacity: 0;
}
#payment_method_cod{
    height: 0;
    opacity: 0;width: 0;
}
input:checked ~ label{
    border: 1px solid #FF5961 !important;
    color: #FF5961 !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    padding: 0 !important;
}
.wc_payment_methods.payment_methods  input{
    display: none;
}
/*  */
.by-brand{
    padding: 50px 20px;
}
.by-brand .container{
    display: flex;
    flex-wrap: nowrap;
}
.by-brand .container ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}
.by-brand .container ul li{
    width: 200px;
}
.by-brand .container ul li a{
    display: flex;
    height: 50px;
    border: 1px solid #EEEEEE;
    justify-content: center;
    align-items: center;
    color: #0D0A37;
    text-decoration: none;
    outline: none;

}
.by-brand .container ul li a:hover{
    background-color: #EEEEEE;
}
/*  */
.catos{
    padding: 50px 10px;
}
.catos .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0 !important;
}
.catos .container .block{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
/*  */


.widget-box {
    /* background: #fff; */
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.cat-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.cat-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cat-list a {
    text-decoration: none;
    color: #222;
}

.cat-list span {
    color: #777;
}

.recent-item {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.recent-thumb img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-title {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.recent-date {
    font-size: 13px;
    color: #888;
}
/*  */
.single{
    padding: 10px;
}
.single .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.box-content{
    padding: 0;
    background: initial;
    display: flex;
    flex-direction: column;
}
.box-content img{
    width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
}
/*  */
.wishlist-page{
    padding: 50px 10px;
}
.wishlist-page .container{
    display: flex;
    flex-wrap: wrap;
}
#wishlist-products{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
/*  */
.faq{
    padding: 50px 20px;
}
.faq .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px !important;
}
.custom-accordion {
    direction:  ltr;
    width: 100%;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: #EDEDED;
    color: #0D0A37;
    font-weight: 700;
    font-size: 17px;
    padding: 20px;
    box-shadow: none;
    border-radius: 14px !important;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #FFAE3C;
    color: #fff;
    border-radius: 14px 14px 0 0 !important;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    background: #FFAE3C;
    color: #fff;
    padding: 0 20px 20px 20px;
    font-size: 16px;
    line-height: 1.7;
    background: linear-gradient(0deg, #FF5961 17.99%, #FFAE3C 97.98%);

}

.custom-accordion .accordion-button::after {
    margin-left: auto;
    margin-right: 0;
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%);
    width: 30px;
    height: 30px;
    background-image: url("img/+.svg") !important;
    background-size: 30px 30px;
    margin: 0 0 0 5px;
}


.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    filter: brightness(0) invert(1);
    background-image: url("img/-.svg") !important;

}
/*  */
.woocommerce-MyAccount-navigation{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.woocommerce-MyAccount-navigation ul li{
    width: 100%;
    margin: 3px 0;
}
.woocommerce-MyAccount-navigation ul li a{
    display: flex;
    height: 50px;
    color: #656565;
    padding: 0 20px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    border-left: 5px solid #DADADA;
    align-items: center;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
    font-size: 19px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    border-left: 5px solid #FF5B60;
    color: #FF5B60;
}

/*  */

.custom-orders-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.order-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-status {
    background: #e6f9ec;
    color: #2e7d32;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
}

.order-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-total {
    color: #ff5722;
    font-weight: bold;
}

.view-order-btn {
    background: linear-gradient(to right, #ff7043, #ff5722);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

/*  */

.custom-view-order {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.order-header-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
.order-header-card p{
    margin: 0;
}
.order-timeline {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    border-top: 2px solid #dddddd;
}

.timeline-step {
    text-align: center;
    flex: 1;
    position: relative;
    margin: -10px 0 0;
}
.timeline-step span{
    background: #ff5722;
}

.timeline-step span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 10px;
    background: #ff5722;
    border-radius: 50%;
}

.timeline-step.active span {
    background: #ff5722 !important;
}
.timeline-step.active ~ .timeline-step span{
    background: #ddd;
}

.order-content-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px;
}

.order-products {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-card {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.product-image img {
    width: 120px;
    border-radius: 10px;
}

.product-info h4 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}

.price {
    color: #ff5722;
    font-weight: bold;
    margin-top: 10px;
}

.order-summary {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: fit-content;
}

.order-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-summary li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-summary .total {
    font-weight: bold;
    color: #ff5722;
}
.wc-item-meta{
    margin: 0;
    padding: 0;
}
.wc-item-meta li{
    display: flex;
}
.wc-item-meta li strong{
    margin-right: 15px;
}
.wc-item-meta li p{
    margin: 0;
}
/*  */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
/*  */
.woocommerce-MyAccount-content{
    display: flex;
}
.woocommerce-MyAccount-content form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-address-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.woocommerce-address-fields__field-wrapper p{
    width: 48% !important;
    padding: 0 6px !important;
}

.woocommerce-MyAccount-content p .button{
    height: 53px !important;
    padding: 0 20px !important;
    width: 150px !important;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%)  !important;
    border-radius: 5px !important;
    margin: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
}
form.edit-account{
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
}
form.edit-account p{
    width: 50% !important;
}
fieldset{
    width: 100%;
    padding: 20px 0;
}
form.edit-account fieldset p {
    width: 100% !important;
}
/*  */
.woocommerce-MyAccount-content{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
    background-color: #fff;
    padding: 0 0 15px;
}
.woocommerce-Address-title {
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%);
    color: #fff;
    border: none;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
address {
    padding: 20px;
}
/*  */
.login-page{
    padding: 50px 10px;
}
.login-page .container{
    display: flex;
    flex-wrap: wrap;
}
 .login-page .container .woocommerce{
    width: 100%;
 }
.login-page .container #customer_login{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.login-page .container #customer_login > div{
    background: initial !important;
    padding: 20px;
}
.login-page .container #customer_login h2{
    background: linear-gradient(68.46deg, #FF5961 14.53%, #FFAE3C 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 25px;
    font-weight: 700;
    font-family: "Crimson Text", serif;
    text-transform: uppercase;
    margin: 0;
}
.login-page .container #customer_login form{
    display: flex;
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.login-page .container #customer_login form .woocommerce-button,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button
 {
    height: 53px !important;
    padding: 0 20px !important;
    width: 150px !important;
    background: linear-gradient(42.33deg, #FF5961 17.99%, #FFAE3C 97.98%)  !important;
    border-radius: 5px !important;
    margin: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
}
.woocommerce-ResetPassword.lost_reset_password{
    display: flex;
    flex-direction: column;
}


/* rtwpvg-thumbnail-image rtwpvg-thumbnail-image-193 slick-slide slick-active
rtwpvg-thumbnail-image rtwpvg-thumbnail-image-77 slick-slide slick-current slick-active */

/* 
  font-family: "Dubai", serif;
    font-family: "Dubai", serif;

*/

@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/
/* .hero video::-webkit-media-controls,
.serv-box video::-webkit-media-controls,
.creative  .creative-all .creative-row video::-webkit-media-controls,
.contact-page .container video::-webkit-media-controls

{
  display: none !important;
} */
