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

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

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

a:hover {
    transition: 0.5s;
    outline: none;
    color: rgb(153, 153, 153);
}

ul, ol, li {
    list-style: none;
}

@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: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-family: Urbanist, sans-serif;
    font-weight: 500;
    text-align: left;
    background: rgb(254, 244, 255);
}

h1, h2 {
    font-family: Marcellus;
}

.tit {
    font-family: Marcellus, serif;
}

.ger {
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

header {
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 10px 20px;
    position: sticky;
    background: rgb(255, 255, 255);
    top: 0;
    z-index: 99;
}
@media (max-width: 769px) {
    header {
    position: relative;
    z-index: 19;
}
}

header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .container img {
    height: 77px;
    width: auto;
    display: flex;
    margin: 0px auto;
}

@media (max-width: 769px) {
    header .container {
        justify-content: center;
    }

    header .container img {
        height: 64px;
        width: auto;
        margin: 0px auto;
        display: flex;
    }
}

header .container .box {
    display: flex;
    margin: 0 0 0 auto;
    float: right;
    align-items: center;
    flex-wrap: nowrap;
}
header .container .box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
header .container .box ul li a{
    background-image: url("img/lang.svg");
    font-size: 0;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: flex;
}

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

header .container .box a.login { 
    height: 43px;
    width: 110px;
    color: rgb(255, 255, 255);
    outline: none;
    text-decoration: none;
     background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 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: 0px 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 rgb(218, 218, 218);
    background-size: 23px;
    margin: 0px 5px;
    position: relative;
}

header .container .box .cart .cart-count {
    min-width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: -3px;
    display: flex;
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    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 rgb(218, 218, 218);
    background-size: 23px;
    margin: 0px 5px;
}

header .container .box .my {
    background-image: url("img/account.svg");
    padding-inline-start: 25px; display: flex;
    align-items: center;
    color: rgb(126, 126, 126);
    text-decoration: none;
    outline: none;
    width: 43px;
    height: 42px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid rgb(218, 218, 218);
    background-size: 23px;
    margin: 0px 5px;
}

header #search {
    background: rgb(255, 255, 255);
    padding: 0px;
    display: flex;
    z-index: 999;
    position: fixed;
    right: -360px;
    top: 0px;
    transition: 0.5s;
    height: 100vh;
    width: 350px;
    max-width: 100%;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
    flex-direction: column;
}

.open-search {
    transition: 0.5s;
    right: 0px !important;
}

header #search h3 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid rgb(232, 232, 232);
    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;
    filter: grayscale(1);
}

#search form {
    position: relative;
    padding: 0px 10px;
    width: 100%;
    z-index: 999;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    margin: 10px auto;
    justify-content: space-between;
}

#search form h5 {
    font-size: 16px;
    margin: 10px 0px 0px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

#search form p {
    color: rgb(101, 101, 101);
    margin: 0px;
    font-size: 12px;
    padding: 5px 0px;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.on {
    display: flex !important;
}

#search form .form-control {
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: 1px solid rgb(203, 91, 215);
    color: rgb(0, 0, 0) !important;
    background: initial !important;
    outline: initial !important;
}

#search form .form-control:focus {
    box-shadow: none;
}

#search form button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("img/s.svg");
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    outline: none;
    background-color: initial;
    opacity: 0.5;
    position: absolute;
    top: 3px;
    right: 25px;
    border-radius: 50% !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.bar {
    display: none;
}

.navbars {
    display: flex;
}

.navbars .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 769px) {
    .navbars {
        position: fixed;
        left: -110%;
        top: 0px;
        width: 100%;
        transition: 0.5s;
        height: 100vh;
        background: rgb(255, 255, 255);
    }

    .open {
        transition: 0.5s;
        left: 0px !important;
    }

    .navbars .container {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        padding: 0px 20px;
    }
    .bar{
        display: block !important;
     width: 43px;
    height: 43px;
    background-image: url(img/home.svg);
    background-size: 100% 100%;
    margin: 0px;
    cursor: pointer
    }

   
    
}

.navbars .container .support {
    padding: 0px;
    background-image: url("img/support.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px;
    font-size: 11px;
    color: rgb(126, 126, 126);
    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: 0px 0px -4px;
}

.navbars .container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navbars .container ul li {
    position: relative;
}

.navbars .container ul li a {
    padding: 0px 10px;
    display: inline-flex;
    color: #6B5F42;
    font-size: 17px;
    font-weight: 500;
    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 0px;
        width: 100%;
        display: flex;
        flex-flow: column wrap;
    }

    .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: rgb(192 84 205) !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: #CB5BD70F;
}
.hero img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.hero .cover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: center;
}

.hero .cover .container {
    /* max-width: 1100px !important; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero .cover .container .block {
    padding: 20px 20px 0;
    color: #301E33;
}

.hero .cover .container .block h1 {
    color: #301E33;
    font-size: 50px;
    font-weight: 700;
    font-family: Urbanist, sans-serif;
}
@media (max-width: 769px) {
 .hero .cover .container .block h1 {
    font-size: 30px;
    font-weight: 700;
}   
}
.hero .cover .container .block h1 strong {
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    padding: 0px 15px;
    transform: rotate(-4deg);
    display: inline-block;
}

.hero .cover .container .links {
    display: flex;
}

.hero .cover .container .block a.shop {
    height: 48px;
    padding: 0px 20px;
    width: 150px;
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    border-radius: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    justify-content: center;
}
.hero .cover .container .block a.shop i{
    width: 22px;
    height: 15px;
    background-image: url("img/sahm.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 6px;
}

.hero .cover .container .block a.offer {
    height: 53px;
    padding: 0px 20px;
    width: 150px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    background-image: url("img/fire.gif");
    justify-content: center;
    background-size: 40px;
    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: rgb(126, 126, 126);
    justify-content: center;
    flex-direction: column !important;
    /* background-image: url("img/tit.svg"); */
    /* background-repeat: no-repeat; */
    /* background-position: center top; */
    /* background-size: auto 44px; */
    /* padding-top: 50px; */
    display: flex;
    align-items: center;
}

.center .container h3 {
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.center .container h3::before,
.center .container h3::after{
    content: "";
    width: 37px;
    height: 18px;
    background-image: url("img/before.svg");
    background-size: 100% 100%;
    display: inline-flex;
    margin: 0 5px;
}
.center .container h3::after{
    background-image: url("img/after.svg");

}


.center .container h2 {
    color: rgb(13, 10, 55);
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 20px;
    max-width: 800px;
    line-height: 1.1;
    clear: both;
    text-align: center;
}
@media (max-width: 769px) {
.center .container h2 {
    font-size: 30px;
}    
}


.categorys {
    background-color: #fff;
    /* background-image: url("img/bg-r.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: right top 20px; */
    /* background-size: 10%; */
    position: relative;
    padding: 40px 0px 15px !important;
}

.categorys::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("img/bg-l.png");
    background-repeat: no-repeat;
    background-position: left top 20px;
    background-size: 10%;
    display: none;
}

.categorys .container {
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
    position: relative;
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.category-box {
    padding: 0px;
}

.category-box a {
    flex-flow: column wrap;
    display: flex;
    justify-content: center;
    text-decoration: none;
    outline: none;
    align-items: center;
}

.category-box img {
    border-radius: 50%;
    object-fit: cover;
    width: 145px !important;
    height: 145px !important;
}

.category-box h5 {
    margin: 10px 0px;
    text-align: center;
    color: rgb(13, 10, 55);
    font-size: 18px;
    font-weight: 600;
}

.category-box a:hover h5 {
    color: rgb(169, 68, 183);
}

.categories-slider {
    padding: 20px 0px 0px;
    margin: 0px auto;
    max-width: 1000px;
}

.owl-next {
    position: absolute;
    right: -35px;
    top: 75px;
    width: 31px;
    height: 31px;
    font-size: 0px !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: 0px !important;
    background-image: url("img/left.svg") !important;
    background-size: 100% 100% !important;
}

.new-pru {
    background: rgb(255, 255, 255);
    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: rgb(13, 10, 55);
    font-size: 26px;
    font-weight: 700;
    padding: 0px;
    padding-inline-start: 35px; background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}

.new-pru .container h2 a {
    height: 30px;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    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 10px;
    position: relative;
    margin: 0 0 10px;
}

.product-box a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-decoration: none;
}

.product-box a .tag {
    background-color: rgb(255, 255, 255);
    color: rgb(205, 16, 28);
    height: 31px;
    width: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    position: absolute;
    left: 10px;
    top: 100px;
    z-index: 9;
}

.latest-products .product-box a .tag {
    /* display: flex !important; */
}

.best .product-box a .tag {
    display: none !important;
}

.des {
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 50px;
    height: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: rgb(255, 255, 255);
    background: #E32846;
    z-index: 0;
    border-radius: 10px 0;
}

.des i {
    width: 15px;
    height: 12px;
    background-image: url("img/des.svg");
    background-size: 100% 100%;
    display: none;
}

.latest-products .des {
}

.best .des {
    top: 10px !important;
}

.add {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-image: url("img/add.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.added {
    background-image: url("img/added.svg");
}
.addtocart {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-image: url("img/addtocart.svg");
    background-size: 100% 100%;
    position: absolute !important;
    top: 75px;
    right: 20px;
    z-index: 9;
}

.product-box a .img{
    background: #F5F1F2;
    border: 1px solid #0000001A;
    padding: 20px;
    border-radius: 10px;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border: 1px solid rgb(240, 240, 240);
}

.product-box a h5 {
    color: #301E33;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0;
    width: 100%;
    text-align: center;
}

.product-box a .bottom {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-box a .bottom .price {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row-reverse;
    
    & ins, & .woocommerce-Price-amount bdi {
        text-decoration: none;
        background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
        -webkit-text-fill-color: transparent;
        font-size: 21px;
        margin: 0 3px;
        
      
        & .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: #908691;
    font-size: 14px !important;
    background: initial !important;
    -webkit-text-fill-color: initial !important;
    text-decoration: none !important;
}

.product-box a .bottom .color {
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    display: none;
}

.product-box a .bottom .color .namecat {
    font-size: 10px;
    color: rgb(12, 12, 12);
}

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

.color-swatch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.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: 0px 10px;
}

.day .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.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, rgb(169, 68, 183) 23.05%, rgb(203, 91, 215) 70.46%);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin: 0px 0px 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-flow: column wrap;
    justify-content: center;
    padding: 0px 7px;
    width: 55px;
}

.countdown .time-box .time {
    font-family: Poppins;
    font-size: 27px;
    font-weight: 700;
    margin: 0px 0px -6px;
}

.countdown .time-box .label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px !important;
}

.ads {
    /* padding: 10px 15px; */
}

.ads .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.ads .container .box {
    padding: 0;
    margin: 5px 0;
}

.ads .container .box a {
    text-decoration: none;
    border-radius: 0;
    outline: none;
    display: flex;
}

.ads .container .box a:hover {
}

.ads .container .box a:hover img {
    opacity: 0.7;
}

.ads .container .box img {
    width: 100%;
    height: auto;
}
/*  */


.shoos{
    background-color: #fff;
    border-radius: 25px;
    background-image: url("img/try.svg");
    background-repeat: no-repeat;
    background-position: right bottom 10%;
    background-size: 34% auto;
}
.shoos .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row !important;
    justify-content: flex-start;
}
.shoos .container .block{
    padding: 10px 20px;
}
.shoos .container .block img{
    width: 100%;
    height: auto;
}
.shoos .container .block h3{
    text-align: left !imprtant;
    width: 100%;
}
.shoos .container .block h2{
    text-align: left !important;
}
.shoos .container .block strong{
    color: #301E33;
    background-color: #F9F3F0;
    display: inline-flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 40px;
    font-family: Marcellus;
    font-weight: 400;
    font-size: 19px;
    margin: 0 0 0 37px;
    position: relative;
}
.shoos .container .block strong::after{
    content: "";
    position: absolute;
    left: -31px;
    top: 5px;
    height: 60px;
    width: 60px;
    background-image: url("img/tit.svg");
    background-size: 100% 100%;
}

.shoos .container .block a{
    display: inline-flex;
    color: #6E6E6E;
    text-decoration: none;
    outline: none;
    padding: 0 0 0 65px;
    background-image: url("img/call.svg");
    background-repeat: no-repeat;
    background-position: left center;
    margin: 10px 0 0;
    justify-content: center;
    flex-direction: column;
}
.shoos .container .block a span{
    color: #0D0D0D;
    font-size: 26px;
    font-weight: 400;
    font-family: Marcellus;
}
/*  */
.skin{
    background-color: #fff;
    position: relative;
    background-image: url("img/woman.jpg");
    background-repeat: no-repeat;
    background-position: right -10% bottom;
    background-size: auto 100%;
}
.skin::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/untry.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20% auto;
}
.skin .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    position: relative;
    z-index: 55;
}
.skin .container .block{
    position: relative;
    padding: 0 14px;
    color: #6E6E6E;
}
.skin .container h1{
    color: rgb(13, 10, 55);
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 20px;
    max-width: 800px;
    line-height: 1.1;
}
@media (max-width: 769px) {
    .skin{
    background-image: none
}
.skin .container h1{
    font-size: 30px;
}
}
.skin .container strong{
    color: #301E33;
    background-color: #F9F3F0;
    display: inline-flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 40px;
    font-family: Marcellus;
    font-weight: 400;
    font-size: 19px;
    margin: 0 0 0 37px;
    position: relative;
}
.skin .container strong::after{
     content: "";
    position: absolute;
    left: -31px;
    top: 5px;
    height: 60px;
    width: 60px;
    background-image: url("img/tit.svg");
    background-size: 100% 100%;
}

.skin .container a{
        height: 48px;
        padding: 0px 20px;
        width: 150px;
        background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
        border-radius: 5px;
        margin: 5px;
        display: flex;
        align-items: center;
        color: rgb(255, 255, 255);
        text-decoration: none;
        outline: none;
        justify-content: center;
        position: absolute;
        left: 190px;
        bottom: 40px;
}
.skin .container a i{
        width: 22px;
    height: 15px;
    background-image: url(img/sahm.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 6px;
}
/*  */
.serv{}
.serv .container{
}
.serv .container .block-all{
    display: flex;
    flex-wrap: wrap;
}
.serv .container .block-all .block{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serv .container .block-all .block > img{
    margin: auto;
    display: block;
    max-width: 100%;
}
.serv .container .block-all .block .box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding: 0 95px 0 0;
    margin: 10px 0;
    align-items: flex-end;
}
.serv .container .block-all .block .box-left{
    padding: 0 0 0 95px;
    align-items: flex-start;
}
.serv .container .block-all .block .box img{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.serv .container .block-all .block .box-left img{
    left: 0;
    right: auto;
}

.serv .container .block-all .block .box h4{
    color: #301E33;
    margin: 0;
    font-size: 22px;
    font-family: Marcellus;
    font-weight: 400;
}
.serv .container .block-all .block .box p{
    color: #6E6E6E;
    font-size: 16px;
    text-align: right;
}
.serv .container .block-all .block .box-left p{
    text-align: left;
}
.serv .container .count{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 30px;
    background-image: url("img/count.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.serv .container .count .box{
    padding: 20px;
    display: flex;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #301E33;
}
.serv .container .count .box img{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.serv .container .count .box h1{
    margin: -10px 0 0;
    width: calc(100% - 86px);
}
.serv .container .count .box p{
     margin: -24px 0 0 86px;
     width: calc(100% - 86px);
}




.blogs{
    background-color: #fff;
    border-radius: 20px;
}
.blogs .container{}











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

.post {
    padding: 10px;
}

.post .post-box {
    display: flex;
}

.post .post-box a {
    display: flex;
    flex-flow: column wrap;
    background: rgb(255, 255, 255);
    border-radius: 12px;
}

.post .post-box a:hover {
    opacity: 0.7;
}

.post .post-box img {
    width: 100%;
    height: 240px;
}

.post .post-box .footpost {
    padding: 15px 0;
    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: 20px;
    color: rgb(73, 85, 96);
    font-size: 13px;
    font-weight: 500;
    margin: 0px 0px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 17px;
}

.post .post-box .footpost h4 {
    color: #301E33;
    font-size: 18px;
    font-family: 'Marcellus';
}

.post .post-box .footpost p {
    color: rgb(138 138 139);
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
}
/*  */
.logos{}
.logos .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 1000px !important;
}
.logos .container .box{
    padding: 10px;
}
.logos .container .box img{
    max-height: 44px;
    max-width: 100%;
}



.contact {
    padding: 40px 10px;
}

.contact .container {
    display: flex;
    flex-flow:  wrap;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 1100px !important;
}


.contact .block {
    padding: 20px;
    display: flex;
    flex-flow: column wrap;
}

.contact .block img {
    width: 80%;
    height: auto;
    margin: 0px auto;
}

.contact .block h2 {
    color: #BE52CA;
}




.adress {
    background-image: url("img/address.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 68px 68px;
    flex-direction: column;
    color: rgb(73, 85, 96);
    font-size: 15px;
    min-height: 68px;
    display: flex;
    align-items: flex-start;
    margin: 0px 0px 15px;
    padding-inline-start: 78px; justify-content: center;
}

.adress h6 {
    width: 100%;
    color: rgb(0, 0, 0);
    margin: 0px 0px 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;
    flex-direction: row-reverse;
}

form p {
    margin: 0px;
    padding: 0px;
}

.rows {
    padding: 5px;
    position: relative;
    color: rgb(73, 85, 96);
    font-size: 15px;
    direction: ltr;
}

.rows .wpcf7-form-control {
    width: 100%;
    border: 1px solid rgb(229, 229, 229);
    min-height: 48px;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    max-height: 110px;
    margin: 4px 0px 0px;
}

.wpcf7-submit {
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255) !important;
    width: 150px !important;
}

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

.wpcf7-spinner {
    margin: -36px 10px 0px;
    position: relative;
    z-index: 9;
    display: flex;
}

footer {
    background: #301E33;
    padding: 30px 10px 0px;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
}
footer .container .logo-footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}
footer .container .logo-footer::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #FFFFFF4D;
}
footer .container .logo-footer span{
    background: #301E33;
    padding: 10px;
    margin: 0 auto;
    display: inline-flex;
    position: relative;
    z-index: 9;
    justify-content: center;
}
footer .container .logo-footer span img{
    width: auto;
    height: 83px;

}

footer .container .foot {
    padding:  15px;
    display: flex;
    flex-wrap: wrap;
    color: rgb(255, 255, 255);
    flex-direction: column;
}

footer .container .foot .box {
    margin: 0px 0px 20px;
}

footer .container .foot img {
    width: auto;
    min-height: 54px;
    margin: 0px 0px 20px;
    max-width: 100%;
}

footer .container .foot .media {
    display: flex;
    margin: 0px;
    align-items: flex-start;
}

footer .container .foot .media a {
    width: 33px;
    height: 33px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    text-decoration: none;
    outline: none;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

footer .container .foot .media a:hover {
    background-color: rgb(169, 68, 183);
    color: rgb(255, 255, 255);
}

footer .container .foot h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0px 0px 25px;
    padding: 0 50px 14px 0;
    font-family: Marcellus;
    position: relative;
    background-image: url("img/h3.svg");
    background-repeat: no-repeat;
    background-position: right top 12px;
    width: auto;
    display: inline-flex;
}
footer .container .foot h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #fff;
}

footer .container .foot ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

footer .container .foot ul li {
    padding: 8px 0px;
    width: 100%;
}

footer .container .foot ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    padding: 5px 1px;
}

footer .container .foot ul li a:hover {
    color: rgb(203, 91, 215);
}

/*  */
.mailpoet_text{
    background: #FFFFFF1A !important;
    border: none !important;
}
.mailpoet_submit{
    background-image: url("img/send.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 0 !important;
}
.textwidget{}
.textwidget strong{
    color: #CB5BD7;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 5px;
}




.copy {
    border-top: 1px solid #FFFFFF1A;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin: 20px 0px 0px;
    justify-content: space-between;
}

@media (max-width: 769px) {
    .copy {
        padding: 10px 0px 80px;
        justify-content: center;
    }
}

.copy a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    padding: 5px;
}

.copy a:hover {
    color: rgb(203, 91, 215);
}

.widget {
    width: 100%;
}

form.mailpoet_form {
    position: relative;
}

.mailpoet_submit {
    position: absolute;
    right: 3px;
    top: 3px;
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    padding: 12px 14px !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    display: flex;
}

.mailpoet_spacer {
    display: none !important;
}

.mailpoet_paragraph {
    width: 100% !important;
}

.shop {
}

.shop .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.control {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.control .box {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    min-width: 200px;
}

.control .box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
}

.control .box ul li {
    filter: grayscale(1);
    margin: 0px 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 rgb(222, 222, 222);
    height: 44px;
    padding: 0px 20px;
    background-image: url("img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 44px;
    appearance: none;
    margin: 0px;
    max-width: 200px;
}

button.filter {
    height: 44px;
    padding: 0px 20px;
    border-radius: 44px;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%);
    color: rgb(255, 255, 255);
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    width: 112px;
    display: none !important;
}


@media (max-width: 769px) {
    button.filter {
    display: inline-flex !important;

    }
}


button.filter i {
    width: 22px;
    height: 22px;
    background-image: url("img/filter.svg");
    background-size: 100% 100%;
    margin: 0px 3px;
}

button.filter:hover {
    opacity: 0.7;
}

.product-box .view {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 330px;
    margin-top: -40px;
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
    justify-content: center;
}

.tow .view {
    top: 800px;
}

.three .view {
    top: 500px;
}

.four .view {
    top: 400px;
}

.four .view > div {
    font-size: 0px !important;
    width: 44px !important;
    padding: 0px !important;
    margin: 0px 2px !important;
}

.five .view {
    top: 330px;
}

.five .view > div {
    font-size: 0px !important;
    width: 44px !important;
    padding: 0px !important;
    margin: 0px 2px !important;
}

.six .view {
    top: 250px;
}

.six .view > div {
    font-size: 0px !important;
    width: 44px !important;
    padding: 0px !important;
    margin: 0px 2px !important;
}

.product-box .view > div {
    border-radius: 0px;
    width: 44px !important;
    font-size: 0px !important;
    margin: 2px !important;
}

.product-box .view .q-shop {
    background-color: rgb(13, 10, 55);
    height: 44px;
    border-radius: 44px;
    width: 160px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0px;
    font-size: 14px;
    cursor: pointer;
}

.product-box .view .q-shop i {
    width: 22px;
    height: 22px;
    background-image: url("img/q.svg");
    background-size: 100% 100%;
    margin: 0px 5px;
}

.product-box .view .q-view {
    height: 44px;
    border-radius: 44px;
    width: 160px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0px;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%);
    font-size: 14px;
    cursor: pointer;
}

.product-box .view .q-view i {
    width: 22px;
    height: 22px;
    background-image: url("img/eye.svg");
    background-size: 100% 100%;
    margin: 0px 5px;
}

@media (min-width: 769px) {
    .item-prud.list {
        background: rgb(255, 255, 255);
        padding: 5px 10px;
        margin: 0px 0px 10px;
        width: 100% !important;
    }

    .item-prud.list .product-box a {
        flex-flow: column wrap;
        display: flex;
        justify-content: center;
        padding: 0px 260px;
        min-height: 270px;
        align-items: flex-start;
    }

    .item-prud.list img {
        width: 240px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 0;
        height: 270px !important;
    }

    .item-prud.list .product-box a .bottom {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: start;
        width: 100%;
    }

    .item-prud.list .product-box a .bottom p {
        margin: 15px 0px;
        color: rgb(12, 12, 12);
        font-size: 14px;
        display: block !important;
    }

    .item-prud.list .product-box .view {
        align-items: center;
        justify-content: center;
        position: absolute;
        left: auto;
        flex-direction: column;
        display: flex !important;
        top: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
        width: 200px !important;
    }

    .item-prud.list .view .q-shop {
        background-color: rgb(13, 10, 55);
        height: 44px;
        border-radius: 44px;
        color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0px;
        font-size: 14px;
        cursor: pointer;
        width: 160px !important;
    }

    .item-prud.list .view .q-shop i {
        width: 22px;
        height: 22px;
        background-image: url("img/q.svg");
        background-size: 100% 100%;
        margin: 0px 5px;
    }

    .item-prud.list .view .q-view {
        height: 44px;
        border-radius: 44px;
        color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0px;
        background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%);
        font-size: 14px;
        cursor: pointer;
        width: 160px !important;
    }

    .item-prud.list .view .q-view i {
        width: 22px;
        height: 22px;
        background-image: url("img/eye.svg");
        background-size: 100% 100%;
        margin: 0px 5px;
    }

    .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; */
    }

    .view {
        top: 330px !important;
    }

    .view > div {
        font-size: 0px !important;
    }
}

.yith-quick-view-close {
    background-image: url("img/clos.svg");
    width: 45px;
    height: 35px;
    font-size: 0px;
    background-size: 100% 100%;
    display: flex;
    margin: -14px -20px auto auto;
    & * {
        display: none;
    }
}

#yith-quick-view-modal.open .yith-wcqv-main {
    border-radius: 0px !important;
}

.woocommerce div.product .product_title {
    font-weight: 700;
    color: rgb(13, 10, 55) !important;
    font-size: 26px !important;
}

#yith-quick-view-modal.open .price {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    & ins, & .woocommerce-Price-amount bdi {
        text-decoration: none;
        background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
        -webkit-text-fill-color: transparent;
        font-size: 21px;
        font-weight: bolder;
        font-family: "Crimson Text", serif;
        margin: 0px 0px -5px;
    }

    & del bdi {
        font-family: "Crimson Text", serif;
        color: rgb(122, 122, 122) !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%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 50px;
    background: rgb(244, 244, 244);
    margin: 0px;
    text-align: center;
    padding: 0px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden !important;
}

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

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 44px;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 44px;
    text-align: center;
    outline: none;
    color: rgb(0, 0, 0);
    margin: 0px;
    background: rgb(244, 244, 244) !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    padding: 0px !important;
}

.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity {
    display: flex;
    margin: -8px 0px 0px !important;
}

.single_add_to_cart_button.button {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 160px);
    text-transform: capitalize;
    height: 44px !important;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%) !important;
    border-radius: 44px !important;
}

.variable-item-radio-input-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.variable-item-radio-input-wrapper .variable-item-radio-input {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(4);
    opacity: 0;
}

.variable-item-radio-input-wrapper .variable-item-radio-value-wrapper {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid rgb(229, 229, 229);
    color: rgb(126, 126, 126);
    font-size: 18px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.variable-item-radio-input-wrapper .variable-item-radio-input:checked ~ .variable-item-radio-value-wrapper {
    border-color: rgb(203, 91, 215) !important;
    color: rgb(169, 68, 183) !important;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    padding: 0px !important;
}

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

.woocommerce span.onsale {
    padding: 0.202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -0.5em;
    left: -0.5em;
    margin: 0px;
    border-radius: 100%;
    background-color: rgb(169, 68, 183);
    color: rgb(255, 255, 255);
    font-size: 0.857em;
    z-index: 9;
    min-height: 50px !important;
    min-width: 50px !important;
}

.head-baner {
    padding: 0px;
    background-color: rgb(13, 10, 55);
    background-image: url("img/head.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.head-baner .container {
    min-height: 140px;
    padding: 20px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head-baner .container p {
    color: #301e33;
    font-size: 18px;
    margin: 0px;
    width: auto;
}

.head-baner .container h1 {
    display: block;
    color: #301E33;
    font-weight: 400;
    font-size: 30px;
    margin: 0px;
}

.live-search-list {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.live-search-list li {
    padding: 8px;
    border-bottom: 1px solid rgb(238, 238, 238);
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.live-search-list li a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.live-search-list img {
    width: 50px;
    height: auto;
    display: flex;
}

.live-search-list li a > div {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 60px) !important;
}

.live-search-list li a span {
    width: 100%;
    direction: rtl;
    color: rgb(13, 10, 55);
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    & ins, & .woocommerce-Price-amount bdi {
        text-decoration: none;
        background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        font-weight: bolder;
        font-family: "Crimson Text", serif;
        margin: 0px 0px -5px;
    }

    & del bdi {
        font-family: "Crimson Text", serif;
        color: rgb(122, 122, 122) !important;
        font-size: 14px !important;
        background: initial !important;
        -webkit-text-fill-color: initial !important;
    }
}

#live-search-results p {
    padding: 10px;
}

.content{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.filter-sidebar {
    padding: 0px;
    display: flex;
    z-index: 9;
    /* position: fixed; */
    /* left: -360px; */
    /* top: 0px; */
    /* height: 100vh; */
    /* width: 350px; */
    max-width: 100%;
    position: relative;
}
@media (max-width: 768px) {
    button.filter{
        display: inline-flex !important;
    }
.filter-sidebar {
    padding: 0px;
    display: flex;
    z-index: 999;
    position: fixed !important;
    left: -500px;
    top: 0px;
    height: 100vh;
    /* width: 350px; */
    max-width: 100%;
    position: relative;
    background: #fff;
    flex-direction: column;
}
.filter-sidebar-open {
    transition: 0.5s;
    left: 0px !important;
}
.filter-sidebar .xx {
    display:  block !important;
}
}





.filter-sidebar .xx {
    background-image: url("img/clos.svg");
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    cursor: pointer;
    display: flex;
    position: relative;
    display: none;
    z-index: 9;
    margin: 8px 10px 0 auto;
}

.filter-sidebar h3 {
    color: rgb(0, 0, 0);
    font-size: 0;
    font-weight: 600;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.wpfMainWrapper {
    padding: 10px;
    height: calc(-110px + 100vh);
}

.wpfFilterWrapper {
    min-width: 100%;
    margin: 12px auto;
    width: 100%;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 10px;
    padding: 15px !important;
    background: #fff;
}

.wpfFilterButton.wpfButton {
    color: rgb(255, 255, 255);
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%);
    height: 44px !important;
    width: 100% !important;
    border-radius: 44px !important;
}

.wpfFilterTitle {
    align-items: center;
    border-bottom: 1px solid rgb(235, 235, 235);
    height: 40px;
    justify-content: space-between;
    display: flex !important;
    margin: 0px 0px 10px !important;
}

.wpfFilterTitle .wpfTitleToggle {
    width: 30px;
    height: 30px;
    background-image: url("img/dwon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0px !important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(241, 241, 241);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(169, 68, 183), rgb(203, 91, 215));
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%);
    border-radius: 10px;
    transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(rgb(169, 68, 183), rgb(203, 91, 215));
}

.navpage {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255, 255, 255) !important;
}

.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: #BE52CA;
    color: rgb(255, 255, 255);
}

.summary {
    & ins, & .woocommerce-Price-amount bdi {
        text-decoration: none;
        background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
        -webkit-text-fill-color: transparent;
        font-size: 21px;
        font-weight: 500;
        /* font-family: "Crimson Text", serif; */
        margin: 0px 5px -5px;
    }

    & .qib-button-wrapper {
        background: rgb(255, 255, 255) !important;
    }

    & .qib-button-wrapper button.qib-button, & .qib-button-wrapper div.quantity.wqpmb_quantity {
        background: rgb(255, 255, 255) !important;
        border-color: rgb(255, 255, 255) !important;
    }

    & .qib-button-wrapper .quantity input.input-text.qty.text {
        background: rgb(255, 255, 255) !important;
    }
}

.price del bdi {
    color: rgb(143, 143, 143) !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 rgb(219, 219, 219);
    margin: 0px 0px 10px;
    color: #495560;
}

.woocommerce div.product form.cart {
    border-bottom: 1px solid rgb(219, 219, 219);
    padding-bottom: 20px;
}

.page-product {
    padding: 10px;
}

.page-product .container {
    display: flex;
    flex-wrap: wrap;
}

.page-product .container .block {
    padding: 20px;
}

.page-product .container .block .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0px 0px 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: 0px;
    margin: 0px;
}

.entry-title {
    color: rgb(13, 10, 55);
    font-size: 30px;
    font-weight: 400;
}

.label {
    padding: 5px 0px;
}

.slick-vertical .slick-slide {
    padding: 5px 8px;
    border-radius: 10px;
}

.rtwpvg-thumbnail-image.slick-vertical .slick-slide img {
    height: 88px;
    width: 88px;
    object-fit: cover;
    border-radius: 10px !important;
    border: 1px solid rgb(255, 255, 255) !important;
}

.rtwpvg-thumbnail-image.slick-current img {
    border: 1px solid rgb(169, 68, 183) !important;
    border-radius: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 0.92em;
    color: rgb(118, 118, 118);
    margin: 0px auto;
    max-width: 1200px;
    padding: 10px 15px;
}

.pro-icon {
    padding: 20px 0px 0px;
    display: none;
    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: rgb(0, 0, 0);
    font-size: 13px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 56px 56px;
    line-height: normal;
    margin: 5px 0px;
    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: 0px 10px 50px;
}

.content-pro .container {
    display: flex;
    flex-flow: row-reverse wrap;
    color: rgb(101, 101, 101);
    align-items: flex-start;
}

.content-pro .container .block {
    padding: 15px;
    color: #301E33;
}

.content-pro .container h3 {
    display: flex;
    width: auto;
    margin: 10px 0px;
    text-decoration: none;
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
    /* font-family: "Crimson Text", serif; */
    text-transform: uppercase;
}

.content-pro .container ul {
    padding: 0px;
}

.content-pro .container ul li {
}

.content-pro .container hr {
    padding: 0px;
    margin: 5px 0px;
    width: 100%;
    border-color: rgb(221, 221, 221);
}

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

#commentform {
    display: flex;
    flex-direction: column;
    & p {
        margin: 0px;
    }
}

#comment {
    width: 100%;
    height: 100px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    color: rgb(0, 0, 0);
    border-radius: 10px;
    margin: 10px 0px;
    outline: none;
    padding: 10px;
}

#author, #email, #url {
    width: 100%;
    height: 44px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    color: rgb(0, 0, 0);
    border-radius: 10px;
    margin: 10px 0px;
    outline: none;
    padding: 10px;
}

#submit {
    height: 44px;
    align-items: center;
    outline: none;
    color: rgb(255, 255, 255) !important;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%) !important;
    width: 160px !important;
    justify-content: center !important;
    display: flex !important;
}

.comment-form-cookies-consent, .comment-form-url {
    display: none;
}

.review-item {
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 15px 85px;
    border-radius: 10px;
    margin: 0px 0px 10px;
    display: flex;
    flex-direction: column;
    background-image: url("img/comment.svg");
    background-repeat: no-repeat;
    background-position: 15px 15px;
    color: rgb(101, 101, 101);
}

.review-item strong {
    color: rgb(13, 10, 55);
    font-size: 18px;
    margin: 0px;
    width: 100%;
    background-image: url("img/qq.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 31px;
}

.review-item span {
}

.review-item .comment-content {
    width: calc(100% + 50px);
    margin-left: -60px;
    padding: 15px 0px 5px;
}

.star-rating {
    width: calc(100% + 50px);
    margin-left: -60px;
    color: rgb(203, 91, 215);
}

.related_products {
    background-color: rgb(255, 255, 255);
    /* padding: 20px 15px; */
}

.related_products .related {
    padding: 20px 10px;
}

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

.related-all {
    display: flex;
    flex-wrap: wrap;
}

.page-head {
padding: 0px;
    background-color: rgb(13, 10, 55);
    background-image: url(img/head.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-head .container {
min-height: 140px;
    padding: 20px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-head-enter .container {
    display: flex;
    justify-content: center;
}

.page-head .container h1 {
    color: #000;
    margin: 0px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.woocommerce a.remove {
    background-size: 100% 100%;
    width: 18px;
    height: 21px;
    background-image: url("img/remove.svg") !important;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 0px !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: rgb(255, 255, 255);
    background-image: url("img/tag.svg");
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding: 0px 35px;
    border-radius: 44px;
    border: 1px solid rgb(229, 229, 229);
    color: rgb(0, 0, 0);
}

.coupon-box button {
    background-color: rgb(13, 10, 55);
    color: rgb(255, 255, 255);
    padding: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

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

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    font-size: 14px;
    animation: 0.4s ease 0s 1 normal none running slideIn;
    width: 320px;
    background-image: url("img/chek.gif");
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: auto 110px;
    display: flex;
    place-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    left: 50%;
    margin-left: -170px;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(34, 34, 34) !important;
    padding: 130px 40px 15px !important;
    border-radius: 12px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px !important;
    margin-bottom: 10px !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.woocommerce-message {
    border-bottom: 4px solid rgb(40, 167, 69) !important;
}

.woocommerce-error {
    border-bottom: 4px solid rgb(220, 53, 69) !important;
}

.woocommerce-info {
    border-bottom: 4px solid rgb(0, 123, 255) !important;
}

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

.button.wc-forward {
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 5px !important;
    margin: 10px 0px 0px !important;
    display: flex !important;
}

.woocommerce-message::before {
    display: none;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

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

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

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

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

.summary-box {
    background: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
}

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

.summary-row.total {
    font-weight: bold;
    font-size: 18px;
    color: rgb(190 82 203) !important;
}

.checkout-btn {
    display: block;
    text-align: center;
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) !important;
    color: rgb(255, 255, 255);
    padding: 14px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 20px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

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

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

.woocommerce-checkout-review-order-table {
    display: none !important;
}

.woocommerce-checkout-payment {
    padding: 0px;
    border-radius: 16px;
    margin-top: 0px;
    background: rgb(255, 255, 255) !important;
}

@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 {
    text-align: center;
    background: linear-gradient(90deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215));

    color: rgb(255, 255, 255);
    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 {
    height: 48px;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255) !important;
    outline: none !important;
    border: 1px solid rgb(229, 229, 229) !important;
    border-radius: 5px !important;
}

.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, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 15px;
    text-transform: uppercase;
}

.woocommerce-order-thank {
    background-color: rgb(255, 255, 255);
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
    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: rgb(40, 167, 69);
    font-weight: 700;
}

.woocommerce-order-thank ul {
    margin: 0px 0px 3em;
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
}

.woocommerce-order-thank li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    padding: 5px 5px 5px 0px;
    margin-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.about-page {
    padding: 10px 0px;
}

.about-page .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-page .container .block {
    padding: 25px;
    color: rgb(37, 61, 78);
}

.about-page .container .block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.about-page .container .block h2 {
    color: rgb(13, 10, 55);
    font-size: 36px;
    font-weight: 600;
    max-width: 400px;
}

.about-page .container .block strong {
    font-weight: 700;
    color: rgb(13, 10, 55);
}

.why-all {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto 0px;
}

.why-all .box {
    border: 10px solid rgb(245, 245, 245);
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 40px 25px;
    align-content: center;
}

.why-all .box img {
    width: 78px;
    height: 78px;
    margin: 0px 0px 10px;
}

.why-all .box h4 {
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.why-all .box p {
    color: rgb(126, 126, 126);
    margin: 0px;
    font-size: 12px;
    text-align: center;
}

.see {
}

.see .container {
    border-top: 1px solid rgb(219, 219, 219);
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.see .container .block {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    color: rgb(37, 61, 78);
    font-size: 14px;
}

.see .container .block video {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    margin: 0px 0px 10px;
    object-fit: cover;
}

.see .container .block ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.see .container .block ul li {
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 0px 2% 0px 0px;
}

.see .container .block ul li strong {
    color: rgb(236, 27, 40);
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0px;
}

.see .container .block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.wc-backward {
    height: 53px !important;
    padding: 0px 20px !important;
    width: 150px !important;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%) !important;
    border-radius: 53px !important;
    margin: 0px !important;
    display: flex !important;
    align-items: center !important;
    color: rgb(255, 255, 255) !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: 0px !important;
}

.wc_payment_method > label {
    background-color: rgb(255, 255, 255);
    background-image: url("img/bank.svg");
    background-repeat: no-repeat;
    background-position: center top 10px;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 40px 0px 0px;
    height: 80px;
    margin: 10px 0px 0px;
    cursor: pointer;
}

#payment_method_cod ~ label {
    background-image: url("img/pay.svg");
}

#payment_method_bacs {
    width: 0px;
    opacity: 0;
}

#payment_method_cod {
    height: 0px;
    opacity: 0;
    width: 0px;
}

input:checked ~ label {
    border: 1px solid rgb(169, 68, 183) !important;
    color: rgb(169, 68, 183) !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0px !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: 0px;
    margin: 0px;
    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 rgb(238, 238, 238);
    justify-content: center;
    align-items: center;
    color: rgb(13, 10, 55);
    text-decoration: none;
    outline: none;
}

.by-brand .container ul li a:hover {
    background-color: rgb(238, 238, 238);
}

.catos {
    padding: 50px 10px;
}

.catos .container {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: flex-start;
    padding: 0px !important;
}

.catos .container .block {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.widget-box {
    padding: 20px 0px;
    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: 0px;
    margin: 20px 0px 0px;
}

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

.cat-list a {
    text-decoration: none;
    color: rgb(34, 34, 34);
}

.cat-list span {
    color: rgb(119, 119, 119);
}

.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: rgb(34, 34, 34);
    display: block;
    margin-bottom: 5px;
}

.recent-date {
    font-size: 13px;
    color: rgb(136, 136, 136);
}

.single {
    padding: 0;
}

.single .container {
    display: flex;
    flex-flow: wrap;
}

.box-content {
    padding: 0px;
    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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: rgb(237, 237, 237);
    color: rgb(13, 10, 55);
    font-weight: 700;
    font-size: 17px;
    padding: 20px;
    box-shadow: none;
    display: flex;
    text-align: left;
    justify-content: space-between;
    border-radius: 14px !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: rgb(203, 91, 215);
    color: rgb(255, 255, 255);
    border-radius: 14px 14px 0px 0px !important;
}

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

.custom-accordion .accordion-body {
    color: rgb(255, 255, 255);
    padding: 0px 20px 20px;
    font-size: 16px;
    line-height: 1.7;
    background: linear-gradient(0deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%);
}

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

.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 0px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    height: 50px;
    color: rgb(101, 101, 101);
    padding: 0px 20px;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    border-left: 5px solid rgb(218, 218, 218);
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    font-weight: 500;
    font-size: 19px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    border-left: 5px solid rgb(188 82 200);
    color: 5px solid rgb(188 82 200);
}

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

.order-card {
    background: rgb(255, 255, 255);
    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: rgb(230, 249, 236);
    color: rgb(46, 125, 50);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
}

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

.order-total {
    color: rgb(193 84 205);
    font-weight: bold;
}

.view-order-btn {
    background: #c154cd;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

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

.order-header-card {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 12px;
}

.order-header-card p {
    margin: 0px;
}

.order-timeline {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    border-top: 2px solid rgb(221, 221, 221);
}

.timeline-step {
    text-align: center;
    flex: 1 1 0%;
    position: relative;
    margin: -10px 0px 0px;
}

.timeline-step span {
    background: rgb(188 81 201);
}

.timeline-step span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px auto 10px;
    background: rgb(188 81 201);
    border-radius: 50%;
}

.timeline-step.active span {
    background: rgb(188 81 201);
}

.timeline-step.active ~ .timeline-step span {
    background: rgb(221, 221, 221);
}

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

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

.product-card {
    display: flex;
    gap: 20px;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 12px;
}

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

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

.price {
    color: #999;
}

.order-summary {
    flex: 1 1 0%;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 12px;
    height: fit-content;
}

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

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

.order-summary .total {
    font-weight: bold;
    color: rgb(188 81 201);
}

.wc-item-meta {
    margin: 0px;
    padding: 0px;
}

.wc-item-meta li {
    display: flex;
}

.wc-item-meta li strong {
    margin-right: 15px;
}

.wc-item-meta li p {
    margin: 0px;
}

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

.woocommerce-MyAccount-content {
    display: flex;
}

.woocommerce-MyAccount-content form {
    display: flex;
    flex-flow: column 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: 0px 6px !important;
}

.woocommerce-MyAccount-content p .button {
    height: 53px !important;
    padding: 0px 20px !important;
    width: 150px !important;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%) !important;
    border-radius: 5px !important;
    margin: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: rgb(255, 255, 255) !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 0px;
}

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: rgb(255, 255, 255);
    padding: 0px 0px 15px;
}

.woocommerce-Address-title {
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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 {
    padding: 20px;
    background: initial !important;
}

.login-page .container #customer_login h2 {
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 25px;
    font-weight: 700;
    font-family: "Crimson Text", serif;
    text-transform: uppercase;
    margin: 0px;
}

.login-page .container #customer_login form {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0px;
    display: flex;
    flex-flow: column wrap;
}

.login-page .container #customer_login form .woocommerce-button, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
    height: 53px !important;
    padding: 0px 20px !important;
    width: 150px !important;
    background: linear-gradient(42.33deg, rgb(169, 68, 183) 17.99%, rgb(203, 91, 215) 97.98%) !important;
    border-radius: 5px !important;
    margin: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
}

.woocommerce-ResetPassword.lost_reset_password {
    display: flex;
    flex-direction: column;
}

.swatchly-shape-type-rounded .swatchly-swatch {
    border-radius: 50% !important;
}

.update-cart-btn {
    display: block;
    text-align: center;
    background: linear-gradient(68.46deg, rgb(169, 68, 183) 14.53%, rgb(203, 91, 215) 77.55%) !important;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    text-decoration: none;
    margin: 20px 0;
    border: none;
    width: 200px;
}
.cart-price{
    color: #BE52CA !important;
}
.variation dd {
    color: #BE52CA !important;

}
header.title{
    position: relative;
    z-index: 1 !important;
}
.block-icon{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
.block-icon .box{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.block-icon .box i{
    width: 68px;
    height: 68px;
    margin: 0 10px 0 0;
}
.block-icon .address i{
    background-image: url("img/adress.svg");
}
.block-icon .contacts i{
    background-image: url("img/tel.svg");
}
.block-icon .email i{
    background-image: url("img/mail.svg");
}
.block-icon h4{
    width: calc(100% - 78px);
    margin: 5px 0 0;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.block-icon p{
    width: calc(100% - 78px);
    margin: -35px 0 0 78px;
    color: #495560;
}




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