.container {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #e91d2d;
}

* {
    transition: all 0.3s ease 0s;
}

*:hover {
    transition: all 0.3s ease 0s;
}


/* @font-face {
    font-family: 'dg';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('fonts/digital-7.ttf');
} */


/* 



Manrope
Philosopher
Lexend

*/

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

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"),
     url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}

body {
    text-align: right;
    direction: rtl;
    padding: 0;
    margin: 0;
    color: #181A19;
    font-family: sky;
    font-size: 17px;
    font-weight: 400;
}
@media (max-width: 769px) {
    body {
    padding: 0 0 88px;
}
}

/*  */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    padding: 0;
    font-family: sky bd;
    font-weight: normal;
}


header{
    padding: 10px 0 5px;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #EDEDED;
}

header .container{
    display: flex;
    padding: 0 10px;
    align-items: center;
}
header .container img{
    width: auto;
    height: 86px;
    margin: 0;
}
@media (max-width: 769px) {
    header .container{
    display: flex;
    align-items: center;
    flex-direction: column;  
    align-content: center;
}
header .container img{
    /* height: !important; */
    margin: 0;
}
}
header .container ul.home{
    list-style: none;
    padding: 0;
    margin: 0 30px 0 0;
    display: flex;
    align-items: center;
}
header .container ul.home li{
    padding: 5px;
}
header .container ul.home li a{
    text-decoration: none;
    outline: none;
    color: #414042;
    display: block;
    padding: 20px 5px 5px;
    font-size: 18px;
    background-image: url("img/lii.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 20px;
}
header .container ul.home li a:hover{
    color: #eb1e2d;
    background-image: url("img/li.svg");

}
header .current-menu-item a{
    background-image: url("img/li.svg") !important;
    color: #eb1e2d !important;
}
header .container .box{
    margin: 0 auto 0 0;
    display: flex;
    flex-direction: row-reverse;
    float: left;
    flex-wrap: wrap;
    align-items: center;
}
header .container .box .profile{
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px 0 10px;
    border-right: 1px solid #00000014;
    border-left: 1px solid #00000014;
    position: relative;
    flex-direction: column;
    justify-content: center;
    margin: 0 5px 0 0;
    min-height: 50px;
}
@media (max-width: 769px) {
header .container .box .profile{
    display: none
}  
header .container .box .log {
    display: none !important;
} 
header .container .box{
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 999;
    box-shadow: 0 -1px 2px #eee;
    color: #fff;
} 
}
header .container .box .profile i{
    width: 42px;
    height: 42px;
    background-color: #FFEBED;
    border: 1px solid #999;
    background-image: url("img/user.gif");
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 5px;
}
header .container .box .profile a{
    color: #000;
    text-decoration: none;
    outline: none;
    font-family: sky bd;
    font-size: 18px;
    margin: -3px 0;
}
header .container .box .profile a ~ a{
    color: #EE1E2E;
    font-family: sky;
    font-size: 14px;
    text-decoration: underline;
}
.searchform{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ee1e2e;
    z-index: 99;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 2px 0 0;
    padding: 20px;
    color: #fff;
    display: none;
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.searchform input{
    width: 100%;
    height: 40px;
    padding: 0 20px 0 0;
    border-radius: 50px;
    border: none;
    outline: none;
    background: initial;
    color: #fff;
    font-size: 18px;
}
.searchform ::placeholder{
    color: #fff;
}
.searchform button{
    border: none;
    outline: none;
    background-color: initial;
    background-image: url("img/s.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
    filter: invert(1);
    opacity: 0.6;
}
/*  */
.link{
    width: 49px;
    margin: 0 2px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    outline: auto;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    outline: none;
}
.link:hover{
    color: #EE1E2E;
}
.link::before{
    content: "";
    width: 42px;
    height: 42px;
    display: flex;
    background-image: url("img/nit.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 48% auto;
    border-radius: 50%;
    background-color: #F3F3F3;
    margin: 0 0 5px;
    cursor: pointer;
}
.link.orders::before{
    background-image: url("img/order.svg");
}
.link.favfo::before{
    background-image: url("img/hart.svg");
}
.link.carts::before{
    background-image: url("img/cart.gif");
    background-size: 70% auto;
}
.link.s::before{
    background-image: url("img/s.svg");
    background-size: 40% auto;
}



header .container .box .login{
    background: #09498F;
    height: 49px;
    color: #fff;
    padding: 0 15px;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 17px;
    margin-right: 10px;
}
header .container .box .login:hover{
    background: #EE1E2E;
}
header .container .box .log {
    background-color: #EE1E2E;
    height: 49px;
    color: #fff;
    border-radius: 43px;
    text-decoration: none;
    outline: none;
    border: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 14px;
    margin-right: 10px;
    line-height: 1.3;
    padding: 0 50px 0 13px;
    position: relative;
    justify-content: center;
}
header .container .box .log::after{
    content: "";
    position: absolute;
    right: 6px;
    top: 5px;
    width: 40px;
    height: 40px;
    background-image: url(img/file.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
    background-color: #fff;
    border-radius: 50%;
}
header .container .box .log h5{
    font-size: 13px;
    margin: 0;
    font-family: sky bd;
}

header .container .box form{
    position: relative;
    padding: 0;
    margin: 0;
}
header .container .box form input{
    width: 100%;
    height: 40px;
    padding: 0 20px 0 0;
    border-radius: 50px;
    border: 1px solid #E6E6E6;
    outline: none;
    max-width: 350px;
}
#go{
    border: none;
    outline: none;
    width: 39px;
    height: 39px;
    background: initial;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
}



header .menu{
    background: #181A19;
    min-height: 47px;
    width: 100%;
    display: flex;
    margin: 10px 0 0;
}
header .menu .container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

header .menu ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}
header .menu li{
    position: relative;
    padding: 0;
}
header .menu li a{
    padding: 12px 10px;
    text-decoration: none;
    outline: none;
    color: #B5B5B5;
    font-size: 17px;
    display: block;
}
header .menu li a img{
    display: none !important;
}
header .menu li:hover > a{
    color: #EE1E2E;
}
header .menu li ul{
    position: absolute;
    right: 0;
    top: 35px;
    width: 300px;
    list-style: none;
    padding: 12px 0 0;
    display: none
}
header .menu li:hover ul{
    display: block !important;
}
header .menu li ul li{
    display: block;
    position: relative;
    width: 100%;
}
header .menu-item-has-children{
    padding-left: 20px !important;
    position: relative;
}


.menu-item-has-children::after{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    background-image: url("img/down.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: initial;
}
header .menu li ul li a{
    display: block;
    width: 100%;
    background: #181A19;
    padding: 10px 20px !important;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #ffffff21;
}
header .menu li ul li a:hover{
    color: #EE1E2E;
}

/*  */
header .menu .cat-but{
    color: #fff;
    border: 1px solid #EE1E2EA6;
    border-radius: 8px;
    margin-right: 10px;
    outline: none;
    background-image: url("img/menu.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 36px;
    background-color: initial;
    display: flex;
    padding: 0 40px 0 10px;
    align-items: center;
    min-width: 200px;
}
header .menu .cat-but:hover{
    border: 1px solid #fff;
    /* color: #EE1E2E; */

}
/*  */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 9999;
  padding: 100px 15px 15px;
  overflow-y: auto;
}

.popup-content {
  background: #E7E7E7;
  padding: 20px;
  border-radius: 10px;
  width: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-content img{
    height: auto;
    width: auto;
    margin: 0 0 10px;
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 22px;
  cursor: pointer;
}
#loginform{
    display: flex;
    flex-wrap: wrap;
}
.tit{
    color: #fff;
    margin: 0 0 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.tit h5{
    background-image: url(img/tits.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 46px;
    padding: 50px 20px 0;
    color: #EE1E2E !important;
    margin: 0 0 0;
}
.popup-content p{
    width: 100%;
}
.popup-content label{}
.popup-content [type="text"],
.popup-content [type="password"],
.popup-content [type="email"],
.popup-content [type="tel"]
{
    width: 100%;
    border: 1px solid #0000001F !important;
    background: #fff !important;
    height: 49px;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
}
#wp-submit,
.woocommerce-form-register__submit
{
    background: #09498F !important;
    color: #fff !important;
    width: 100%;
    height: 46px;
    border-radius: 10px !important;
    text-align: center;
    outline: none !important;
    border: none !important;
}
#wp-submit:hover,
.woocommerce-form-register__submit:hover{
    background: #000 !important;
    color: #fff;
}
.forgit{
    position: absolute;
    left: 15px;
    bottom: 103px;
    cursor: pointer;
}
.crite{
    color: #EE1E2E;
    cursor: pointer;
    font-weight:bold;
}
.log-content{
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.lost_password{
    display: none;
}
.woo_register{
    display: none;
    padding: 0;
    width: 100% !important;
}
.woo_register .u-column1{
    display: none !important;
}
.woo_register .u-column2{
   width: 100% !important;
   padding: 0 !important;
   border: none !important;
}
.woo_register .u-column2 h2{
    display: none;
}
.woo_register{
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    width: 100%;
}
}
/*  */
.acount{
    background-color: #fff;
    height: 43px;
    color: #000;
    padding: 0 6px 0 10px;
    border-radius: 50px;
    text-decoration: none;
    outline: none;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 13px;
    margin-right: 10px;
}
.acount i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(img/user.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    background-color: #fff;
    margin: 0 0 0 6px;
    display: flex;
    border: 1px solid #ddd;
}
.mycar i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(img/car.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    background-color: #fff;
    margin: 0 0 0 6px;
    display: flex;
    border: 1px solid #ddd;
}

.fav{
    background-color: #F3F3F3;
    height: 43px;
    width: 43px;
    color: #000;
    padding: 0 6px 0 10px;
    border-radius: 50px;
    text-decoration: none;
    outline: none;
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 14px;
    margin-right: 10px;   
    background-image: url(img/heart.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto;
}
header .cart{
     background-color: #F3F3F3;
    height: 43px;
    width: 43px;
    color: #000;
    padding: 0 6px 0 10px;
    border-radius: 50px;
    text-decoration: none;
    outline: none;
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 14px;
    margin-right: 10px;   
    background-image: url(img/cart.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto;
    position: relative;
}
header .carts #mini-cart-count{
    color: #fff;
    background: #EE1E2E;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 5px 0 0;
}


.acount span{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    color: #414042;
}
.sidemycar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #ffffff;
    padding: 20px 20px;
    z-index: 999;
    width: 340px;
    box-shadow: 0 0 10px #ddd;
    max-width: 100%;
    display: none;
}
.sidemycar h3{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: #000;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    justify-content: space-between;
}
.sidemycar h3 .x{
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("img/x.png");
    background-size: 30px 30px;
}
/*  */
.addcar{
    background: #EE1E2E ;
    color: #fff !important;
    width: 100%;
    height: 46px;
    border-radius: 10px !important;
    text-align: center;
    outline: none !important;
    border: none !important;
    margin: 0 0 10px;
    font-size: 20px;
}
.addcar:hover{
    background: #000;
}
.sidemycar ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    height: calc(100vh - 100px);
    background: #fff;
    overflow-y: auto;
}
.sidemycar ul li{
    background: #F3F3F3;
    padding: 20px;
    border-radius: 15px;
    min-height: 150px;
    margin: 0 0 10px;
    position: relative;
}
.sidemycar ul li .remove{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    height: 18px;
    background-image: url("img/remove.png");
    background-size: 100% 100%;
    cursor: pointer;
}
.sidemycar ul li a{
    color: #EE1E2E !important;
    text-decoration: none;
    outline: none;
    padding: 5px 0 5px 5px;
    font-family: sky bd;
}




.pop-sidemycar{
    background: #000000b8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.pop-sidemycar-on{
    display: flex;
}
.pop-sidemycar .form{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 300px;
    display: flex;
    position: relative;
    flex-direction: column;
}
.pop-sidemycar form{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.pop-sidemycar .form h3{
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}
.pop-sidemycar .form .xx{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("img/x.png");
    background-size: 30px 30px;
    cursor: pointer;
}
.pop-sidemycar form label{
    width: 100%;
    text-align: right;
}
.pop-sidemycar form select{
    width: 100%;
    height: 49px;
    border: 1px solid #0000001F;
    border-radius: 5px;
    outline: none;
    background-image: url("img/down.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    margin: 0 0 10px;
    padding: 0 15px;
    appearance: none;
}
.add{
        background: #EE1E2E ;
    color: #fff !important;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    height: 46px;
    border-radius: 10px !important;
    text-align: center;
    outline: none !important;
    border: none !important;
    margin: 0 0 10px;
    font-size: 20px;
}
.add:hover{
    background: #000;
}
/*  */
.menu-side{
    background: #fff;
    padding: 10px;
    height: 100vh;
    width: 300px;
    position: fixed;
    right: -350px;
    transition: all 0.5s ease 0s;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px #00000029;
}
.open{
    transition: all 0.5s ease 0s;
    right: 0;   
}
.menu-side h3 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: #000;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    justify-content: space-between;
}
.menu-side h3 .xxx {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(img/x.png);
    background-size: 30px 30px;
}

.menu-side ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.menu-side ul li{
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
}
.menu-side .menu-item-has-children::after{
    left: 1px;
    /* background-color: #fff; */
    width: 40px;
    height: 40px;
    top: 0;
}
.menu-side .menu-item-has-children:hover::after{
    transform: rotate(180deg);
}


.menu-side ul li a{
    display: flex;
    color: #000;
    background-color: #F3F3F3;
    padding: 5px 7px;
    border-radius: 5px;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 2px;
    min-height: 40px;
}
.menu-side ul li a img{
    width: 34px !important;
    height: 34px !important;
    background: #fff;
    padding: 2px;
    border-radius: 5px;
    margin: 0 0 0 10px !important;
}
.menu-side ul li:hover > a{
    background-color: #EE1E2E26;
}
.menu-side .current-menu-item a{
    background-color: #EE1E2E26 !important;

}
.menu-side ul li ul{
    display: none;
}
.menu-side ul li:hover ul{
    display: flex;
}



/*  */
@media (max-width: 769px) {
    .top{
        padding-left: 0;
    }
    .top .mail,.top .phone{
        display: none !important;
    }
    header {
        /* background-size: 30px auto; */
    }

    #searchform{
    }
    ul.home{
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        background: #fff;
        transition: all 0.5s ease 0s;
        position: fixed;
        right: -350px;
        top: 0;
        margin: 0 !important;
        padding: 20px !important;
        bottom: 80px;
        z-index: 999;
        width: 300px;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center;
    }
     ul.home.open{
        right: 0 !important;
transition: all 0.5s ease 0s;

     }
    header .container img {
        height: 88px;
    }
    header .menu ul{
        display: none !important;
    }
    .acount{
        font-size: 0;
        padding: 0 5px 0 0;
    }
    .acount span{
        font-size: 0;
    }
}

/*  */
.hero{
    padding: 0;
    position: relative;
}
.hero video{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
}
.hero .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 18.8%, #FFFFFF 76.6%);
    align-items: center;
}
.hero .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.hero .container .block{
    display: flex;
    flex-wrap: wrap;
    color: #212121;
    flex-direction: column;
    align-items: flex-start;
}
.hero .container .block h1{
    font-size: 40px;
    color: #000;
    margin: 0 0 20px;
    font-family: 'sky bd';
}
.hero .container .block p{

}
.hero .container .block a{
    background: #EE1E2E;
    color: #fff !important;
    width: 150px;
    text-align: center;
    display: flex;
    height: 46px;
    border-radius: 5px;
    margin: 20px 0 0;
    text-decoration: none;
    outline: none;
    align-items: center;
    justify-content: center;
    font-family: 'sky bd';
}
.hero .container .block a:hover{
    background: #09498F;
}
.sider-home{
    max-height: 500px;
    overflow: hidden;
}
.hero .container .block .items{
    padding: 0;
}
.hero .container .block .items img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}
@media (max-width: 769px) {
    .hero .container .block .items img{
    height: auto;
}
}
.down{
    background-color: #f8f7f0 !important;
    background-image: url("img/down.gif");
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 25px;
    transform: rotate(90deg);
    margin: -25px auto 0;
    border-radius: 30px;
    box-shadow: 0 0 6px #ddd;
}
/*  */

.fut{}
.fut .container{
    display: flex;
    flex-wrap: wrap;
}
.title{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 0 20px;
    padding: 40px 10px 0;
    background-image: url("img/li.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 46px;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.title h5{
    color: #000;
    font-size: 18px;
    margin: 10px 0 0;
}
.title h1{
    color: #09498F;
    font-weight: bold;
    font-size: 40px;
    margin: 10px 0 15px;
    line-height: 1;
}
.fut-items{
    display: flex;
    flex-wrap: wrap;
}
.fut-items .items{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.fut-items .items div{
    background-image: url("img/star.svg");
    background-size: 100% 100%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.fut-items .items div i{
    width: 94px;
    height: 94px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.fut-items .items div i img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.fut-items .items h3{
    font-size: 20px;
    color: #09498F;
    margin: 5px 0 20px;
}
.fut-items .items p{
    color: #6D6E71;
    margin: 0;
    text-align: center;
}
/*  */

/*  */
.about{
    padding: 0 10px;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    padding: 30px 20px;
    background: linear-gradient(180deg, rgba(238, 30, 46, 0.05) 0%, rgba(238, 30, 46, 0) 100%);

}
.about .container .block{
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    color: #6D6E71;
    position: relative;
}
.about .container .block i{
    width: 20%;
    height: 100px;
    background-image: url("img/shm.gif");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotateY(180deg);
    z-index: 9;
}
.about .container .block .box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    width: 90%;
    justify-content: center;
    align-items: flex-end;
}
@media (max-width: 769px) {
    .about .container .block .box{

        padding: 50px 20px 0;
    }
}

.about .container .block .box::after{
    content: "";
    position: absolute;
    top: -30px;
    right: 100%;
    margin-right: -90px;
    width: 130px;
    height: 80px;
    background-image: url("img/sahm.gif");
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    display: none;
}
.about .container .block img{
    height: auto;
    max-height: 100%;
    width: 100%;
}
.about .container .block h5{
    font-size: 20px;
    margin: 0 0 10px;
}
.about .container .block h1{
    color: #000;
    margin: 0 0 10px;
    font-size: 30px;
    font-family: sky bd;
}
.about .container .block ul{
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}
.about .container .block ul li{
    color: #231F20;
    background: #F0F0F0;
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 14px;
}
.about .container .block a{
    background: #EE1E2E;
    color: #fff !important;
    width: 150px;
    text-align: center;
    display: flex;
    height: 46px;
    border-radius: 5px;
    margin:  0 0;
    text-decoration: none;
    outline: none;
    align-items: center;
    justify-content: center;
    font-family: 'sky bd';
}
.about .container .block a:hover{
    background: #09498E;
}
/*  */
.pru{
}
.pru .container{}
.pru-items{
    display: flex;
    flex-wrap: wrap;
}
.pru .container .item{
    padding: 10px;
    margin: 10px 0 !important;
}
.pru .container .item .box{
    background-image: url("img/pro.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    border-radius: 20px;
    color: #808080;
    position: relative;
    padding: 25px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.pru .container .item .box img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 0 0 10px;
}
.pru .container .item .box h3{
    color: #000;
    font-size: 18px;
    margin: 0;
    max-width: 160px;
}
.pru .container .item .box p{
    margin: 20px 0 0;
    color: #404A3DCC;
    padding: 0 0 0 30px;
    font-size: 15px;
}
.pru .container .item .box a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #09498F;
    background-image: url("img/a.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pru .container .item .box a:hover{
    background-color: #ee1e2e;
}
/*  */
.count{
    background-image: url("img/count.png");
    background-size: cover;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 40px 0 0;
    overflow: hidden;
    border-radius: 30px !important;
    background-color: #183350;
}
.count .box{
    width: 200px;
    height: 200px;
    background-image: url("img/box.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.count .box h2{
    color: #EE1E2E;
    font-size: 40px;
    margin: 0;
    font-family: 'sky bd';
    direction: ltr;
}
.count .box p{
    color: #fff;
    margin: 0;
}

/*  */


.tools{
    padding: 0 10px;
}
.tools .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.tools .container h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
}
.tools .container h2{
    -webkit-text-stroke: 1px #999;
    color: #fff;
    font-size: 40px;
        opacity: .7;
    margin: 0;
}
.tools .container h2 ~ h2{
        -webkit-text-stroke: 1px #999;
        color: #fff;
        font-size: 40px;
        opacity: .5;
        margin: 0;
}
.tools .container h2 ~ h2 ~ h2{
        -webkit-text-stroke: 1px #999;
        color: #fff;
        margin: 0;
        font-size: 40px;
        opacity: .2;
}

.tools .container .block{
    display: block;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    background-image: url("img/tools.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45% auto;
    margin: -100px 0 0;
    z-index: 9;
}
@media (max-width: 769px) {
    .tools .container .block{
    background-image: none;
    margin: -50px 0 0;

}
}

.tools .container .block .box{
    /* background: #F0F0F0; */
    padding: 20px;
    border-radius: 25px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px !important;
}
.tools .container .block .box span{
    width: 63px;
    height: 63px;
    border-radius: 10px;
    margin: 0 0 15px;
    background-color: #EE1E2E1A;
    background-image: url("img/star.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 98% auto;
    display: flex;
    color: #EE1E2E;
    font-size: 22px;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0 0;
}
.tools .container .block .box h6{
    color: #09498F;
    font-size: 20px;
    font-family: sky bd;
    margin: 0 0 10px;
}
.tools .container .block .box p{
    color: #7A7A7A;
    margin: 0;
}

/* ØªÙˆØ²ÙŠØ¹ Ø§Ù„Ø¨ÙˆÙƒØ³Ø§Øª Ø¹Ù„Ù‰ Ø§Ù„Ø£Ø±ÙƒØ§Ù† */
.tools .container .block .box:nth-child(1) {
  margin-right: auto;
  margin-bottom: auto;
  float: right;
}

.tools .container .block .box:nth-child(2) {
  margin-left: auto;
  margin-bottom: auto;
  float: left;
}

.tools .container .block .box:nth-child(3) {
  margin-right: auto;
  margin-top: auto;
  float: right;
  clear: both;
}

.tools .container .block .box:nth-child(4) {
  margin-left: auto;
  margin-top: auto;
  float: left;
}
/*  */

.act{
    padding-bottom: 20px;
}
.act .container{
    background: #FEF4F5;
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.act .container .act-all{
    margin: 0 auto;
    display: flex;
}
.act .container .act-all .item{
    padding: 25px 30px;
    background-image: url("img/act.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.act .container .act-all .item img{
        width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/*  */
.act-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 50px;
}
.act-all .owl-prev{
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -22px;
}
.act-all .owl-next{
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -22px;
}
/*  */
.clint{
    padding: 10px ;
}
.clint .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.clint .container .title{
    background: none;
}
.clint .container h3{
    color: #000;
    font-size: 22px;
    margin: 0 0 20px;
}
.clint .container .item{
    border: 1px solid #E4E4E4;
    background-color: #fff;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    height: 130px;
    justify-content: center;
    align-items: center;
}
.clint .container .item img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.clint .container .owl-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
/*  */
.say{}
.say .container{
    display: flex;
    flex-wrap: wrap;
    background-color: #E7ECF3;
    background-image: url("img/net.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 20px;
}
.say .container .item{
    padding: 0;
}
.say .container .item .box{
    color: #000;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    background: #fff;
}
.say .container .item .box span{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #EE1E2E;
    margin: 0 0 0 10px;
    background-color: #F9F9F9;
    background-image: url("img/clint.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
}
.say .container .item .box div{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    flex-direction: column;
}
.say .container .item .box div h4{
    color: #000;
    margin: 0 0 5px;
    font-size: 20px;
}
.say .container .item .box p{
    width: 100%;
    font-size: 15px;
    margin: 10px 0 0;
}

.say-slider{
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 45px;
}
.say-slider .owl-prev{
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -22px;
}
.say-slider .owl-next{
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -22px;
}
/*  */


.faq{
    padding: 0 10px;
}
.faq .container{
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 30px 0;
}
.faq .container .block{
    padding: 20px;
    color: #707070;
    font-size: 17px;
}
.block-tit{
    background-image: url("img/logoo.svg");
    background-repeat: no-repeat;
    background-position: right top 10px;
    background-size: 70px 70px;
    padding-right: 80px !important;
}
.faq .container .block h1{
    color: #000;
    font-size: 30px;
    margin: 0 0 15px;
    font-family: 'sky bd';
}

.accordion,.accordion-item{
    background: inherit !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    text-align: left;
}
.accordion-button {
    color: #000 !important;
    background: inherit !important;
    border: none !important;
    position: relative;
    outline: none;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 20px 20px 62px;
    font-size: 18px;
    align-items: flex-start;
    /* font-family: 'Nature'; */
    background-color: #F5F5F5 !important;
    border-radius: 20px !important;
    text-align: right;
}
.accordion-button:after{
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 0 !important;
    background-image: url("img/cor.png");
    background-size: 100% 100%;
    width: 64px;
    height: 46px;
    border-radius: 10px;
}
.accordion-button:not(.collapsed){
    background-color: #09488C !important;
    color: #fff !important;
    border-radius: 20px 20px 0 0 !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("img/act2.png");
    transform: rotate(0deg);
}
.accordion-body{
    color: #fff;
    background: #09488C;
    border-radius: 0 0 20px 20px;
    text-align: right;
    margin: -2px 0 0;
}
.accordion-button{
    border: none !important;
    box-shadow: none !important;
    /* text-align: right !important; */
}
.accordion-item{
    margin: 0 0 10px;
}
.sahm{
    width: 200px;
    height: 100px;
    background-image: url("img/sahm.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: flex;
    transform: rotateY(180deg);
    margin: 0 auto;
    float: left;
}
/*  */


/*  */
.contact{}
.contact .container{
   display: flex;
   flex-wrap: wrap;
   padding: 25px;
   border-radius: 20px;
   background: #FEF4F5;
   position: relative;
   overflow: hidden;
}
.contact .container .block{
    padding: 15px;
}
.contact .container .block .title{
    background-position: right top;
    display: flex;
    align-items: flex-start;
}
.contact .container .block img{
    width: 400px;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
    margin: 10px 0 0;
}
.contact .container form{
    display: flex;
    flex-wrap: wrap;
    padding:  0;
    width: 100%;
}
.contact .container form p{
    margin: 0;
    font-size: 16px;
}
.rows{
    padding: 5px;
    margin: 0;
    font-size: 14px;
}
.wpcf7-form-control{
    width: 100%;
    padding: 15px;
    max-height: 170px;
    outline: none;
    border: 1px solid #1211271F;
    border-radius: 5px;
    margin: 5px 0 0;
    text-align: right;
    background-color: #fff;
}
select.wpcf7-form-control{
    background-image: url(img/down.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    appearance: none;
}
.wpcf7-submit{
    background: #EE1E2E;
    color: #fff;
    border: none;
    width: 180px;
    float: right;
    text-align: center;
    border-radius: 20px;
}
.wpcf7-submit:hover{
    background: #000;
    color: #fff;
}
/*  */

.span{
    display: flex;
    color: #181A19;
    font-size: 17px;
    padding: 0 40px 0 0;
    margin: 20px 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    flex-direction: column;
    align-items: flex-start;
}
.span span{
    color: #EE1E2E;
    font-size: 18px;
    width: 100%;
    margin: 0 0 2px;
}
.span1{
    background-image: url("img/f.png");
}
.span2{
    background-image: url("img/t.png");
}
.span3{
    background-image: url("img/lo.png");
}














.fif{
    padding: 5px;
}

.viwe{
        background: #EE1E2E;
        color: #fff !important;
        width: 100%;
        max-width: 200px;
        margin: 10px auto 0 !important;
        height: 46px;
        border-radius: 10px !important;
        text-align: center;
        outline: none !important;
        border: none !important;
        margin: 0 0 10px;
        font-size: 20px;
}
.viwe:hover{
    background: #000;
}

/*  */

section{
    padding: 50px 5px;
    clear: both;
}

/*  */
.owl-buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}
 .owl-prev{
    font-size: 0;
    width: 47px;
    height: 47px;
    margin: 5px;
    background-image: url("img/l.svg");
    background-size: 100% 100%;
}
.owl-next{
        font-size: 0;
    width: 47px;
    height: 47px;
    margin: 5px;
    background-image: url("img/r.svg");
    background-size: 100% 100%;
}
/*  */
.cato-slider{
    padding: 0 60px;
}

.itemss{
    padding: 5px;
}
.itemss a{
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 15px;
    background-color: #F2F2F2;
    background-image: url("img/cato.png") !important;
    background-image: none;
    background-position: center top 15px;
    background-repeat: no-repeat;
    min-height: 244px;
    justify-content: center;
    justify-content: flex-end;
    flex-direction: column;
}
.cato-slider .owl-item:nth-child(odd) .itemss a{
    background-color: #E8F9EC;
    
}

.itemss a img{
    max-height: 168px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.itemss a h4{
    font-size: 18px;
    color: #000;
    margin: 20px 0 0;
    text-align: center;
}
.cato-slider  .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.cato-slider  .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}
.cato .tit{
    max-width: 500px !important;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 769px) {

.cato .tit::after{
    content: "";
    background-image: url("img/sahm.gif");
    background-size: 150px 80px;
    height: 80px;
    width: 150px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -100px;
    bottom: 30px;
}
.cato .tit::before{
    content: "";
    background-image: url("img/sahm.gif");
    background-size: 150px 80px;
    height: 80px;
    width: 150px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: -100px;
    bottom: 30px;
    transform: rotateY(180deg);
}
}
/*  */
.new{padding-top: 0;padding-bottom: 10px;}
.new .container{
    background: #EE1E2E1A;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(9, 73, 143, 0.1) 0%, rgba(9, 73, 143, 0) 100%);
    flex-direction: column;
    align-items: center;
}
@media (max-width: 769px) {
    .new .container{
    padding: 25px 0px;
}
}
.new .container > a{
    background: #EE1E2E;
    color: #fff !important;
    width: 100%;
    max-width: 200px;
    margin: 10px auto 0 !important;
    height: 46px;
    border-radius: 10px !important;
    text-align: center;
    outline: none !important;
    border: none !important;
    margin: 0 0 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new .container > a:hover{
    background: #000;
    color: #fff !important;
}

/*  */
.new-slider{
    padding: 0 20px;
}
.new-box{
    padding: 5px;
}
.product-items{
    background: #fff;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    border: 1px  solid #09498F26;
    border-radius: 10px;
    margin: 0 0 15px;
}
.product-items .items > a{
    background: #fff;
    padding: 0;
    text-decoration: none;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0 0 15px;
}
.product-items .items a img{
    width: 100%;
    height: 220px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.product-items .block{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#wishlist-container .product-items .block{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;

}
#wishlist-container .product-items .block .prices{justify-content: flex-start;display: flex;flex-direction: row;}


.product-items .block h3{
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 0 50px;
}
.product-items .block span{
    color: #00000099;
    font-size: 14px;
}
.product-items .block .prices{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    margin: 10px 0 0;
}
.product-items .block .prices h2{
    color: #EE1E2E;
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}
.product-items .block .prices span{
    /* color: #00000099; */
    color: #EE1E2E;
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    /* display: flex; */
    /* flex-direction: row; */
    direction: rtl;
}
.product-items .block .foot {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 0;
    justify-content: space-between;
}
.wishlist .product-items .block .foot{
    flex-direction: row;


}
.product-items .block .foot .woocommerce-Price-currencySymbol{
    width: 100%;
}
.product-items .block .foot a.mor{
    color: #fff;
    background: #000;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    font-size: 16px;
    border-radius: 7px;
    height: 45px;
}
@media (max-width: 769px) {
    .product-items .block .foot a.mor{
    width: 140px;
}
}
.product-items .block .foot a.mor:hover{
    background: #EE1E2E;
}
button.heart{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-image: url("img/h.svg");
    background-size: 100% 100%;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.aded{
   background-image:url("img/added.svg") !important;  
}


.product-items .block .foot button.sher{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-image: url("img/sher.png");
    background-size: 100% 100%;
    border: none;
    position: relative;
}
.product-items .block .foot button.sher .addtoany_shortcode{
    position: absolute;
    bottom: 90%;
    left: 0;
    display: none;
}
.product-items .block .foot button.sher:hover .addtoany_shortcode{
    display: block;
}
.remove-from-wishlist{
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #CEE8D5;
    background-size: 100% 100%;
    border: 1px solid #87D79C;
    color: #000000;
}


.new-slider .owl-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.owl-prev {
font-size: 0 !important;
    width: 41px;
    height: 41px;
    margin: 5px;
    background-image: url(img/l.svg) !important;
    background-size: 100% 100% !important;
}
.owl-next {
    width: 41px;
    height: 41px;
font-size: 0 !important;
    margin: 5px;
    background-image: url(img/r.svg) !important;
    background-size: 100% 100% !important;
}

#wishlist-products{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
}
/*  */
.brand .container{
    padding: 0;
}
.brand-slider{
    padding: 0 50px;
    margin: -30px 0 0;
}
.brand-slider  .box{
    padding: 20px 10px !important;
}
.brand-slider  .box span{
    border: 1px solid #E9E9E9 !important;
    height: 120px !important;
    box-shadow: 0px 0px 70px 0px #7979790D;
}

.brand-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.brand-slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}
/* 


/*  */
.vin{
    padding: 10px 10px;
}
.vin .container{
    padding: 10px;
    border-radius: 25px;
    background: #181A19;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.vin .container .block{
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.vin .container .block > i{
    background-color: #fff;
    width: 80px;
    height: 90px;
    display: flex;
    padding: 10px;
    background-image: url("img/vin.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70px;
    border-radius: 10px;
    margin: 0 0 0 20px;
}
.vin .container .block h2{
    color: #EE1E2E;
    font-size: 26px;
    font-weight: 700;
    width: calc(100% - 120px);
}
.vin .container .block h2 span{
    color: #fff;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: 'sky';
    font-weight: normal;
    margin: 10px 0 0;
}
.block-form{
    display: flex;
    justify-content: space-between !important;
}
.vin .container .block input{
    background: #FFFFFF1C;
    border: 1.2px solid #FFFFFF1F;
    height: 49px;
    border-radius: 10px;
    padding: 0 15px;
    color: #fff;
    outline: none;
    width: calc(100% - 150px);
}
.vin .container .block button{
    padding: 5px;
    background: #EE1E2E;
    display: flex;
    height: 49px;
    border-radius: 50px;
    align-items: center;
    width: 140px;
    color: #fff;
    font-family: 'sky bd';
}
.vin .container .block button i{
    width: 34px;
    height: 34px;
    background-color: #fff;
    background-image: url("img/wa.gif");
    background-position: center center;
    background-size: 60% auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin: 0 0 0 6px;
}
/*  */
.say{
    padding-top: 0;
}
.say .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
}
.say .container .say-slider{}
.say .container .say-slider .test-box{
    padding: 10px;
}
.say .container .say-slider .test-box .box{
    border: 1px solid #E4E6E8;
    padding: 20px;
    border-radius: 20px;
}
.say .container .say-slider .test-box .box > span{
    width: 100%;
    height: 50px;
    display: flex;
    background-image: url("img/qq.png");
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}
.say .container .say-slider .test-box .box span i{
    font-size: 16px;
    color: #FFC700;
    margin: 1px;
}
.say .container .say-slider .test-box .box p{
    color: #000;
    font-size: 16px;
    margin: 15px 0;
    direction: rtl;
}
.say .container .say-slider .test-box .box h3{
    display: flex;
    flex-wrap: wrap;
    padding: 6px 60px 0 0;
    position: relative;
    min-height: 50px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    justify-content: flex-end;
    align-items: center;
    line-height: 0;
}
.say .container .say-slider .test-box .box h3 img{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;

}
.say .container .say-slider .test-box .box h3 i{
    width: 100%;
    color: #414042;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}
/*  */
.company{
    padding-bottom: 0;
}
.company .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.company .container h3{
    position: relative;
    font-size: 20px;
    width: 100%;
}
.company .container h3:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    border-bottom: 1px solid #ddd;
    z-index: -1;
}
.company .container h3 strong{
    background-color: #fff;
    padding: 0 10px;
}
.gallery {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}
.gallery .gallery-item{
    border: none;
    padding: 10px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: sky bd;
}
@media (max-width: 769px) {
    .gallery .gallery-item{
    width: 100% !important;
}
}
.gallery .gallery-item a{
    width: 100%;
    font-family: sky bd;
}

.gallery .gallery-item .gallery-icon{
    padding: 10px;
    margin: 0;
    border: none;
    width: 100% !important;
    height: auto;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.gallery .gallery-item .gallery-icon img{
    width: 100%;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 0 10px;
    border: 1px solid #ddd !important;
}

/*  */
.contact{}
.contact .container{
   display: flex;
   flex-wrap: wrap;
   padding: 25px;
   border-radius: 20px;
   background: #FEF4F5;
   position: relative;
   overflow: hidden;
   justify-content: space-between;
   align-items: center;
}
/* 
.contact .container::after {
    content: "";
    position: absolute;
    right: 0;
    top: -9px;
    width: 100px;
    height: 150px;
    background-image: url(img/ss.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.contact .container::before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100px;
    height: 150px;
    background-image: url(img/ss2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
} */


.contact .container form{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
    /* background: #fff; */
    border-radius: 20px;
}
.contact .container form p{
    margin: 0;
    font-size: 16px;
}
.rows{
    padding: 5px;
    margin: 0;
    font-size: 14px;
}
.wpcf7-form-control{
    width: 100%;
    padding: 15px;
    max-height: 170px;
    outline: none;
    border: 1px solid #1211271F;
    border-radius: 7px;
    margin: 5px 0 0;
    text-align: right;
}
select.wpcf7-form-control{
    background-image: url(img/down.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    appearance: none;
}
.wpcf7-submit{
    background: #ee1e2e;
    color: #fff;
    border: none;
    width: 180px;
    float: right;
    text-align: center;
    border-radius: 7px;
    font-family: sky bd;
}
.wpcf7-submit:hover{
    background: #09488b;
    color: #fff;
}
/*  */

.span{
    display: flex;
    color: #181A19;
    font-size: 17px;
    padding: 0 40px 0 0;
    margin: 15px 0 0;
    background-repeat: no-repeat;
    background-position: right 0;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.4;
}
.span span{
    color: #EE1E2E;
    font-size: 18px;
    width: 100%;
    margin: 0 0 2px;
}
.span1{
    background-image: url("img/f.png");
}
.span2{
    background-image: url("img/t.png");
}
.span3{
    background-image: url("img/lo.png");
}
/*  */





/*  */
footer{
    padding: 30px 10px 0;
    background: #0A2645;
    border-radius: 25px;
    border: 15px solid #fff;
    color: #fff;
    position: relative;
    overflow: hidden;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
}
footer .container .foot{
    padding: 15px 15px 25px;
    display: block;
    line-height: normal;
}
footer .container .foot h3{
    color: #ee1e2e;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
}
footer .container .foot ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .container .foot ul li a{
    padding: 2px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
}
footer .container .foot ul li a:hover{
    color: #ee1e2e;
}
.copy{
    color: #eee;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #FFFFFF1C;
}
footer .container .foot > img{
    height: 103px;
    width: auto;
    margin: 0 0 20px;
}
footer .call{
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 80px;
    background: #fff;
    border-radius: 0 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 0;
}
@media (max-width: 769px) {
    footer .call {
        display: none;
    }
}

footer .call a{
    background-color: #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 5px 35px 0;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: linear-gradient(88.09deg, #FAEE91 -91.35%, #C5A950 97.65%);
    /* border: 10px solid #EBE1C3; */
    box-shadow: -4.15px 4.15px 4.15px 0px #FFFFFFBD inset;
    border: 1px solid #c8ac53
}
footer .call a:hover{
    background: #fff;
    color: #000;
}
/*  */
.media{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 10px 0 0;
}
@media (max-width: 769px) {
    footer .media{
    position: absolute;
    width: 100%;
    bottom: 50px;
    right: 0;
    border-radius: 60px;
    padding: 6px 10px !important;
    height: auto;
    background: none;
}
    .copy{
        margin: 30px 0 0;
    }
}
.media > div{
    background: #231F20;
    padding: 7px 10px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
}
.media a{
    margin: 0 3px;
    text-decoration: none;
    outline: none;
    background: #FFFFFF12;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media a img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
.tel{
    padding: 0 33px 0 0;
    margin: 0 0 10px;
    background-image: url("img/tel.svg");
    background-repeat: no-repeat;
    background-position: right center;
    direction: ltr;
}
.mail{
    padding: 0 33px 0 0;
    margin: 0 0 10px;
    background-image: url("img/mail.svg");
    direction: ltr;
    background-repeat: no-repeat;
    background-position: right center;
}
.adress{
    padding: 0 33px 0 0;
    direction: ltr;
    margin: 0 0 10px;
    background-image: url("img/map.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

/*  */



form.mailpoet_form{
    padding: 0 !important;
    position: relative;
    background: none !important;
}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_submit{
    position: absolute;
    top: 4px;
    left: 5px;
    /* margin: 0 !IMPORTANT; */
    font-family: 'sky' !important;
    font-size: 16px !important;
    padding: 11px 15px !important;
    /* background: #c65493; */
    width: 110px !important;
}
.mailpoet_text{
    /* font-family: 'Outfit' !important; */
    font-family: 'sky' !important;
    height: 55px !important;
}
/*  */



/*  */

.top-page{
    background: #0A2645;
    padding: 50px 15px 0;
    color: #fff;
}
.top-page .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.top-page .container .block{
    padding: 0;
    color: #fff;
    font-size: 18px;
}
.top-page .container .block h2{
    color: #EE1E2E;
    font-weight: 700;
    margin-bottom: 15px;
}
.top-page .container .block ul{
    list-style: none;
    padding: 0;margin: 0;
}
.top-page .container .block ul li{
    color: #111;
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-page .container .block ul li h1{
    color: #EE1E2E;
    font-weight: 800;
    direction: ltr;
    width: 90px;
    margin: 0;
}
/*  */
.video{
    width: 90%;
    border-radius: 15px  15px  0 0;
    object-fit: cover;
    margin: 20px auto 0;
    display: block;
}
.steep{
    display: flex;
    flex-wrap: nowrap;
}
.steep .box{
    padding: 20px;
    position: relative;
    text-align: center;
    display: flex;
    color: #747582;
    flex-direction: column;
    align-items: center;
}
.steep .box i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #EE1E2E;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
}
.steep .box i img{
    margin: 0;
    width: 50px;
    height: auto;
}
.steep .box h3{
    color: #000;
    font-size: 18px;
    margin: 0 0 15px;
}
.steep .box:after{
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #EE1E2E;
    margin-right: -25px;
}
/*  */
.visien{
    padding: 20px;
    background: #EFF0EF;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.visien .block{
    padding: 10px;
    display: flex;
    font-size: 18px;
    flex-direction: column;
    justify-content: center;
}
.visien .block img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.visien .block h2{
    color: #EE1E2E;
    font-size: 22px;
    margin: 0 0 15px;
}
/*  */
.logoss{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.head{
    padding: 20px;
    background-color: #0A2645;
    background-image: url("img/neet.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
.head .container{
    background-image: url("img/head.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    min-height: 190px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    color: #fff;
    flex-direction: column;
}
/*  */
.category-page{
    padding-top: 20px;
}
.category-page .container{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

/*  */
.top-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-cont form{
    position: relative;
    /* width: 400px; */
    /* max-width: 100%; */
}
.top-cont form input{
    width: 360px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 40px 0 10px;
    text-align: right;
    border-radius: 40px;
    margin: 0 0 10px;
    outline: none;
    max-width: 100%;
}
.top-cont  #go{
    height: 36px;
    width: 36px;
    border: none;
    outline: none;
    background-image: url("img/sss.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 2px;
    right: 10px;
}
.woocommerce-result-count{
    display: none;
}
.top-cont  select {
     width: 200px;
     height: 40px;
     border: 1px solid #ddd;
     padding: 0 40px 0 10px;
     text-align: right;
     border-radius: 40px;
     margin: 0 0 10px;
     outline: none;
     appearance: none;
     background-image: url(img/down.png);
     background-repeat: no-repeat;
     background-position: left 15px center;
}


.allpro{
    display: flex;
    flex-wrap: wrap;
}
.item-pro{
    padding: 5px;
}
.item-pro .product-items .block .foot {
    flex-direction: row !important;
}

.woocommerce-ordering{
    position: relative;
}
.woocommerce-ordering::after{
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 19px;
    height: 14px;
    background-image: url("img/sel.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
/*  */
.contents {
    padding: 0 15px;
}
@media (min-width: 769px) {
.contents .product-items .block .foot a.mor{
    width: 135px;
}
}

.wpc-filters-section {
    margin-bottom: 1.5em;
    position: relative;
    background: #F4F5F7;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 10px;
}

.widget-title{
    color: #000;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 20px;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox], .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
    outline: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
}
.wpc-filter-layout-submit-button{
    background: #fff !important;
    padding: 0 20px !important;
}
.wpc-filters-submit-button{
    background: #000 !important;
    height: 49px;
    text-align: center;
    color: #fff;
    border-radius: 20px !important;
    font-size: 18px !important;
    width: 100% !important;
    border: none !important;
}
.wpc-filters-reset-button{
    display: none !important;
}
.wpc-filters-main-wrap li.wpc-term-item a {
    text-decoration: none;
    font-weight: 400;
    outline: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    color: #636270;
}
.wpc-term-image-wrapper {
    position: relative;
    width: 70px;
    min-width: 70px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    margin: 0 0 0 10px;
}
/*  */
.pagenavi {
    display: flex;
}
ul.page-numbers{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 30px auto 0;
    padding: 0;
    border: 1px solid #DEE2E7;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
ul.page-numbers li{
    margin: 0;
}
ul.page-numbers li .current{
    width: 44px;
    height: 40px;
    display: flex;
    border-left: 1px solid #DEE2E7;
    border-right: 1px solid #DEE2E7;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    padding: 5px 0 0;
    background: #ee1e2e;
}
ul.page-numbers li a{
    width: 44px;
    height: 40px;
    display: flex;
    border-left: 1px solid #DEE2E7;
    border-right: 1px solid #DEE2E7;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 20px;
    color: #999;
    padding: 5px 0 0;
}
/*  */
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    background: #EE1E2E;
}
.but-filter{
    display: none;
}
@media (max-width: 769px) {
    .but-filter{
    display: flex;
    width: 149px;
    margin: 0 5px -40px 0;
    background: #EE1E2E;
    height: 38px;
    text-align: center;
    border-radius: 35px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border: none;
    font-family: sky bd;
    position: relative;
    z-index: 99;
}
.sidbar{
    display: none;
    padding: 15px;
    margin-top: 30px;
}
.ok{
    display: block;
}
.contents{
    padding: 0;
}
.contents .product-items {
    padding: 8px;
}
 .contents .product-items .block .foot a.mor {
        width: 68px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        text-align: center;
        line-height: 1;
    }
}



/* -------------------------------------------------------------- */


/**/

.single-product {
    padding: 30px 0;
    /* background-image: url("img/s-p.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: right top; */
    /* background-size: 50% auto; */
}
body.single-product{
    padding: 0 !important;
}

.single-product .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.single-product .block {
    float: right;
    padding: 15px;
    text-align: right;
}

.single-product .block.images {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-product .block.images .box.box-img {
    float: right;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    padding: 0;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.single-product .block.images .image {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 769px) {
    .single-product .block.images .box .image {
        height: 300px;
        overflow: hidden;
        width: 100%;
    }
}

.single-product .block.images .box-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.single-product .block.images .box-img .image {
    display: none;
}

.showw {
    display: flex !important;
}

.single-product .block.images .box-img .amwl-add-to-wishlist-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
}

ul.var {
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    list-style: none;
    float: right;
    width: 88%;
}

ul.var li {
    margin: 0 0 5px;
    width: 90%;
    background: #fff;
    border: 2px solid #eee;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 60px;
}

@media (max-width: 769px) {
    ul.var {
        padding: 10px 0 0 0;
        clear: both;
        margin: 10px 0 0;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    ul.var li {
        margin: 0 4px 5px;
        width: 22%;
        height: 60px;
        float: left;
    }
}

ul.var li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.act {
}


/**/

.product-summary {
    padding: 0 10px 0;
}

.product_title.entry-title {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 600;
    color: #09498F;
}

.product-summary .price {
    font-size: 21px;
    color: #ee1e2e;
    font-weight: 600;
    margin: 5px 0 0;
    text-decoration: none !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* border-bottom: 1px solid #eee; */
    padding: 0;
    align-items: flex-end;
}

.product-summary .price ins {
    float: left;
    text-decoration: none !important;
}

.product-summary .price del {
    font-size: 17px;
    color: #0000004D !important;
    margin: 0 11px;
    display: inline-block;
    font-weight: normal;
}


/* del * {
    color: #f00 !important;
} */

ins,
ins * {
    text-decoration: none !important;
}

.woocommerce-product-details__short-description {
    overflow: hidden;
    /*border-bottom: 1px solid #EAEAEA;*/
    position: relative;
    transition: all 0.5s ease 0s;
    /* display: none; */
}
.woocommerce-product-details__short-description ul{
    padding: 0 20px 10px;
    margin: 0;
    color: #707070;
    font-size: 16px;
}
.auto {
    transition: all 0.5s ease 0s;
    height: auto;
}

.woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 1.7;
}

.woocommerce-product-details__short-description:after {
    background: #FFFAF5;
    padding: 1px 10px;
    color: #CB296D;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
}

.woocommerce-product-details__short-description h4 {
    display: none;
}

.variations_form {
    overflow: hidden;
    padding: 15px 0;
    margin: 0;
    overflow: hidden;
    direction: rtl;
}

.single_variation_wrap {
    width: 340px;
    overflow: hidden;
    padding: 10px;
    margin: 10px 0 0;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 7px;
}

.product_meta {
    display: none;
}

body .qib-button-wrapper {
    width: 140px;
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background: #ffffff;
    margin: 0 0 0 10px;
    text-align: center;
    padding: 0;
    float: right !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.variations_form {
    padding: 0 !important;
    border: none !important;
}
.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 45px;
    width: 45px;
    min-width: 45px;
    padding: 0;
    margin: 0;
    background: #ffffff !important;
    border-color: #ddd !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: 49px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: none !important;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 40px;
    text-align: center;
    padding: 0 0 0px !important;
    outline: none;
    color: #ff0101;
    margin: 0;
}

.single-product form.cart .variations {
    width: 100% !important;
    max-width: 100%;
}

.single-product form.cart .variations tr {
    display: block;
}

.single-product form.cart .variations tr th,
.single-product form.cart .variations tr td {
    clear: both;
    display: block;
    width: 100%;
    color: #09498F;
    font-size: 18px;
    font-weight: 400;
    margin: 4px 0 0;
}

ul.variable-items-wrapper {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    direction: rtl;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.variable-items-wrapper li {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 8px;
}

/* .selected {
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    border-radius: 12px;
    padding: 0;
    direction: ltr;
} */

.variable-item-span {
    padding: 0 10px;
    width: auto !important;
    height: 25px !important;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
}

.selected .variable-item-span {
    /* transform: scale(0.8); */
    border-radius: 50%;
    border-color: #fff;
    /* box-shadow: 0 0 9px #de9b83; */
    position: relative;
}

.selected .variable-item-span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #f0f; */
    border-radius: 50%;
    z-index: 9;
    background-image: url("img/select.png");
    background-position: center;
    background-repeat: no-repeat;
}

.selected .variable-item-span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    height: 50px !important;
    text-align: center;
    font-family: fontawesome;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.woo-selected-variation-item-name {
    color: #F7C35F;
    font-weight: 500;
}

a.reset_variations {
    display: none !important;
}

ul.products {
    padding: 0;
}


/*  */

button.single_add_to_cart_button {
    color: #fff;
    padding: 0 10px;
    border-radius: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    height: 45px;
    text-align: center;
    margin: 0 0;
    border: none;
    outline: none;
    position: relative;
    background: #000;
    width: 160px;
}

button.single_add_to_cart_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/add-to.png") !important;
    background-repeat: no-repeat;
    background-position: right 16% center;
    z-index: 99;
}

@media (max-width: 769px) {
    button.single_add_to_cart_button {
        padding: 0 !important;
        font-size: 17px !important;
        margin: 0 10px 0;
        text-align: center;
        width: 150px;
    }
    body .qib-button-wrapper {
        /* width: 37% !important; */
    }
}

button.single_add_to_cart_button:hover {
    background: #12bb3f;
}

.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    text-align: right;
}

.box-img .add_to_wishlist {
    background-image: url(img/heart2.png);
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
}


/*  */

.posted_in {
    margin: 0 0 5px;
}

.posted_in a {
    color: #EE1E2E;
}

.posted_in a:hover {
    color: #000;
}


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

.related {
    padding: 30px 10px 0 !important;
}

.related .container {
    /* border-bottom: 1px solid #eee; */
    /* padding: 0; */
    margin-bottom: 20px;
    background: #E7EDF4;
    border-radius: 20px;
}

.related h1 {
    display: block;
    padding: 0 10px;
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 600;
    color: #272343;
}

@media (max-width: 769px) {
    ul.products {
        padding: 0;
    }
}

.related .owl-prev {
    left: 0;
    bottom: -37px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}

.related .owl-next {
    left: 50px;
    right: auto;
    bottom: -37px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}
form.cart{
    border: 1px solid #ECECEC;
    padding: 5px 10px;
    border-radius: 10px;
    width: 340px;
    min-height: 60px;
    margin: 0 0 5px;
}
body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
    background: #000 !important;
    color: #fff !important;
}
.viwes{
    background-image: url("img/eye.png");
    background-repeat: no-repeat;
    background-position: right top 10px;
    padding: 12px 30px 0 0;
    display: flex;
    margin: 15px 0;
    align-items: center;
    font-size: 17px;
    color: #414042;
    border-top: 1px solid #ddd;
}
/*  */
.cat-brand{
    display: flex;
    color: #7F808E;
}
.cat-brand img{
    width: 50px;
    height: auto;
    margin: 0 0 0 10px;

}
/*  */
.det{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}
.det span{
    width: 170px;
    padding: 0 30px 0 4px;
    display: flex;
    color: #000000d4;
    flex-wrap: nowrap;
    font-size: 12px;
    margin: 0 0 10px;
}
.det span.m1{
    background-image: url("img/type.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.det span.m2{
    background-image: url("img/gear.png");
    background-repeat: no-repeat;
    background-position: right center;
}
/*  */
.share{
    display: flex;
    justify-content: center;
    margin: -64px 0 0;
    float: left;
    width: auto;
    border: 1px solid #D8D8D8;
    padding: 5px 5px 5px 15px;
    align-items: center;
    border-radius: 50px;
    clear: both;
}
    
.share button.heart{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 0 0 10px;
}

@media (max-width: 769px) {
    .share{
    float: right;
    margin: 15px 0;
}
}

.pro-content{}

.related  .new > .container{
    background: linear-gradient(180deg, rgba(16, 186, 62, 0.1) 0%, rgba(16, 186, 62, 0) 100%) !important;
}
.pro-content .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.pro-content h1,
.pro-content h2,
.pro-content h3
{
    color: #ff0101;
    margin: 0 0 15px;

}
.pro-content .blocks{
    padding: 15px;
}
.pro-content .blocks video{
    width: 100%;
    height: auto ;
    border-radius: 15px;
}
.pro-content .blocks img{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 20px;
    display: flex;
    margin: 0 auto;
}


.pro-content ul{
    padding: 10px 20px;
}
.pro-content .gallery .gallery-item .gallery-icon {
    height: 100% !important;
}
div.company{
    padding: 40px 0 0;
}
div.company .container{
    background: none;
}
div.company .container h3 strong {
    background-color: #f8fdf9;
}

.related  .new-slider {
    padding: 0 30px !important;
}
.related   .owl-controls{
    display: none !important;
}
/*  */
.mediaa{
    display: flex;
}
.mediaa img{
    width: 40px;
    height: 40px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 4px;
}
/*  */
/* ------------------------------------ لوحة  حسابى */




/*  */

.woocommerce ul.order_details {
    display: none;
}

.woocommerce-order-details {
    /* display: none; */
    /* border: 1px solid #eee; */
    padding: 0 15px;
    border-radius: 15px;
}

.woocommerce-customer-details {
    display: none;
}

.blocks-cart-all {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order {
    display: none;
}


/*  */

.my-account {}

.my-account .container {
    padding: 0;
}

.my-account .container .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-account .container .woocommerce .woocommerce-MyAccount-navigation {
    padding: 15px;
    width: 25%;
}

.my-account .container .woocommerce .woocommerce-MyAccount-content {
    padding: 15px;
    width: 70%;
}

@media (max-width: 769px) {
    .my-account .container .woocommerce .woocommerce-MyAccount-navigation {
        padding: 15px 15px;
        width: 100%;
    }
    .my-account .container .woocommerce .woocommerce-MyAccount-content {
        padding: 15px 5px;
        width: 100%;
    }
}


/*  */

.woocommerce-MyAccount-navigation h1 {
    color: #3C4242;
    font-size: 28px;
    padding: 0 15px 0 0;
    border-right: 8px solid #272343;
    margin: 0 0 10px;
}

.woocommerce-MyAccount-navigation h1 span {
    color: #000;
}

.woocommerce-MyAccount-navigation h1~h6 {
    margin: 0 0 30px;
    color: #807D7E;
    font-size: 14px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 17px;
    padding: 12px 45px 12px 5px;
    display: flex;
    border-right: 5px solid #DADADA;
    border-radius: 8px 0 0 8px;
    position: relative;
    align-items: center;
    background-color: #F0F0F0;
    margin: 0 0 5px;
}

.woocommerce-MyAccount-navigation ul li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}


/*  */

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::after {
    background-image: url("img/o.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::after {
    background-image: url("img/u.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::after {
    background-image: url("img/u.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    background-image: url("img/e.png");
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #EE1E2E;
    border-right: 5px solid #000;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li.is-active a::after {
    filter: brightness(100);
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--wishlist {
    display: none !important;
}


/*  */

.order-body {}

.order-body .order-box {
    padding: 10px;
}

.order-body .order-box .box {
    padding: 25px;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #ddd;
}

.order-body .order-box .box .woocommerce-Price-amount {
    color: #EE1E2E;
    font-size: 18px;
}

.woocommerce-button.button.view {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100px;
    color: #fff;
    background: #EE1E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.stut {
    position: absolute;
    bottom: 15px;
    left: 125px;
    width: 110px;
    color: #EE1E2E;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    height: 36px;
}


/* stepbar */

.stepbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
}

.stepbar:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #DFDFDF;
}

.stepbar ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}

.stepbar ul li {
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25%;
}

.stepbar ul li i {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 0 10px;
    background: #D8D8D8;
    border: 5px solid #fff;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.stepbar ul li.Placed {
    color: #EE1E2E;
}

.stepbar ul li.Placed i {
    background: #EE1E2E;
}

@media (max-width: 769px) {
    .stepbar ul li {
        font-size: 11px;
    }
}

.woocommerce-order-details__title {
    font-size: 19px !important;
    color: #EE1E2E;
}

.order-again a {
    color: #fff !important;
    padding: 0 0;
    border-radius: 10px !important;
    display: flex !important;
    background:  #EE1E2E !important;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    position: relative;
}

.order-again a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background-image: url("img/add-to.png");
    background-repeat: no-repeat;
    background-position: 80px center;
}


/*  */

.boxss {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin: 0 0 20px;
    color: #999;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
}

.boxss strong {
    color: #000;
    margin: 0 0 5px;
}


/*  */

.tit {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.back {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url("img/back.png");
    background-size: 100% 100%;
    margin: 0 0 0 10px;
    border: none;
    outline: none;
}


/*  */

.woocommerce-EditAccountForm.edit-account {
    max-width: 500px;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs li {
    border: 0;
    padding: 0 5px;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs li button {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    height: 44px;
    display: flex;
    color: #000000;
    font-size: 17px;
    outline: none;
    align-items: center;
    min-width: 130px;
    justify-content: center;
}

.woocommerce-EditAccountForm.edit-account .nav-tabs li button.active {
    background: #EE1E2E;
    color: #ffffff;
    border: 1px solid #EE1E2E;
}

.woocommerce-EditAccountForm.edit-account .button,
.woocommerce-address-fields .button {
    color: #fff;
    padding: 0 0;
    border-radius: 10px !important;
    display: flex;
    background: #EE1E2E;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    float: right;
    position: relative;
}

.woocommerce-EditAccountForm.edit-account .button:after,
.woocommerce-address-fields .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background-image: url("img/add-to.png");
    background-repeat: no-repeat;
    background-position: 80px center;
}

.woocommerce-Address-title {
    background-color: #fbf2ec;
    border-right: 6px solid #EE1E2E;
    padding: 20px;
    margin: 0 0 20px;
    color: #EE1E2E;
}
/*  */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address{
    display: none;
}
/*  */
h3.tit{
    display: none;
}

/*  */





/* ----------------------------------------- السلة */



.cart-page {}

.cart-page .container {
    padding: 0;
}

@media (max-width: 769px) {
    .cart-page .container {
        padding: 0 25px !important;
    }
}

.cart-page .container .woocommerce {
    padding: 0;
}

.woocommerce table.shop_table {
    border: none;
    direction: rtl;
}


/* cart-head */

.cart-head {
    padding: 0 !important;
    margin: 0 0 30px;
}

.cart-head .container {}

.cart-head .container .block {
    display: flex;
    margin: 0 auto;
    max-width: 560px;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart-head .container .block:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #C3D2CC;
}

@media (max-width: 769px) {
    .cart-head .container .block {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        z-index: 2;
    }
    .cart-head .container .block:after {
        content: "";
        position: absolute;
        top: 10px;
        width: 2px;
        left: 16px;
        height: auto;
        bottom: 10px;
        background-color: #C3D2CC;
    }
    .cart-head .container .block .step-cart {
        padding: 10px 0 !important;
        margin: 10px 0;
    }
}

.cart-head .container .block .step-cart {
    padding: 0 15px;
    background: #F4F4F4;
    color: #717378;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    position: relative;
    z-index: 5;
    align-items: center;
}

.cart-head .container .block .step-cart .ico {
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 50%;
    margin: 0 10px 0 0;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.cart-head .container .block .step1-1 .ico,
.cart-head .container .block .step2-2 .ico {
    background: linear-gradient(270deg, #CC9D50 0%, #764A1B 100%);
}

.cart-head .container .block .step-cart .ico i {
    width: 16px;
    height: 16px;
}

.step1 i {
    background-image: url("img/step1.png");
}

.step1-1 i {
    background-image: url("img/step1-1.png");
}

.step2 i {
    background-image: url("img/step2.png");
}

.step3 i {
    background-image: url("img/step3.png");
}


/*  */

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    color: #fff;
    padding: 0 0;
    border-radius: 10px;
    display: flex;
    background: #EE1E2E;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    position: relative;
}

.woocommerce #payment #place_order:after,
.woocommerce-page #payment #place_order :after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background-image: url("img/add-to.png");
    background-repeat: no-repeat;
    background-position: 80px center;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-direction: row;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f2f6f9;
}


/*  */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 48px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
    border-radius: 10px;
}

.woocommerce form .form-row label {
    line-height: 2;
    color: #46494F;
}

.woocommerce form .form-row .required {
    color: #46494F;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff00;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 48px;
    display: flex;
    align-items: center;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("img/drob.png");
    width: 15px;
    height: 15px;
    background-size: 100%;
    font-size: 0;
    top: 19px;
    left: 15px !important;
    border: none;
}


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

.singel .blocks-cart {
    float: left;
    padding: 20px;
    margin-top: 50px;
}

.shop_table.cart {
    width: 100% !important;
    border: none !important;
    text-align: left !important;
    direction: ltr;
    margin: 0 0 0 !important;
}

.shop_table.cart tr {
    font-weight: 500 !important;
    border: none;
}

.shop_table.cart th {
    /* border-bottom: none; */
    font-weight: 500 !important;
    overflow: hidden;
    font-size: 14px !important;
    text-align: right;
}

.shop_table.cart td {
    font-weight: 500 !important;
    padding: 8px 0;
    overflow: hidden;
    text-align: right;
}

.shop_table.cart .product-thumbnail-img {
    height: 70px;
    width: 70px;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

.product-thumbnail-img img {
    width: auto;
    height: auto !important;
    max-height: 60px !important;
}

.product-thumbnail h3 {
    margin: 0;
    color: #060709;
    font-size: 20px;
    font-weight: 400;
}

.shop_table.cart img {
    width: auto;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    border-radius: 7px;
}

.product-name a {
    color: #9D9EA2;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
}

.variation-Color {
    font-size: 14px;
    font-weight: 500;
}

.variation-Color p {
    line-height: normal;
    color: #002439;
}

.shop_table.cart .product-price {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.shop_table.cart .remove {
    background: url("img/remove.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    border-radius: 0 !important;
    width: 18px !important;
    height: 21px !important;
    font-size: 0 !important;
    opacity: 0.3;
}

.shop_table.cart .qib-button-wrapper {
    transform: scale(0.7);
}

.after {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    direction: rtl;
}

.after:after {
    content: "";
    background: #002439;
    height: 40px;
    width: 100%;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
    display: none;
}

@media (max-width: 769px) {
    .singel .blocks-cart {
        padding: 10px 0;
    }
    .after:after {
        display: none;
    }
    .shop_table.cart td {
        padding: 10px !important;
    }
    .shop_table.cart .qib-button-wrapper {
        float: right;
    }
}

button.button {
    color: #002439 !important;
    padding: 10px 15px;
    border: none !important;
    outline: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500 !important;
    color: #fff !important;
    background: #EE1E2E;
}
button.button:hover {
    background: #000;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 5px;
    left: 1.5em;
}

.woocommerce-Price-amount.amount {
    /* color: #002439; */
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
    border: 1px solid #E3E3E3;
    max-width: 100%;
}

@media (max-width: 769px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 100%;
    }
}

.width {
    width: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #fff;
}

.product-quantity .qib-button-wrapper {
    width: 140px;
    max-width: 100%;
}

.woocommerce-cart-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-cart-form .blocks-cart {
    padding: 15px;
}

@media (max-width: 769px) {
    .woocommerce-cart-form .blocks-cart {
        padding: 15px 0;
    }
}


/***/

form.coupon {
    position: relative;
    padding: 10px 0;
    display: flex;
}

form.coupon p {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.wc-proceed-to-checkout .input-text {
    padding: 10px 10px;
    background-color: #fff;
    width: auto;
    border-radius: 48px !important;
    border: 1px solid #eee;
    height: 46px;
    padding: 0px 30px 0 10px !important;
    outline: none;
    width: 60% !important;
    background-image: url("img/cobon.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.wc-proceed-to-checkout .button {
    color: #fff !important;
    padding: 0;
    border-radius: 58px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
    height: 46px;
    width: 38%;
    text-align: center;
    margin: 0;
    background: #000 !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    color: #fff !important;
    padding: 0 20px;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    height: 48px;
    /* width: auto; */
    text-align: center;
    background: #EE1E2E !important;
    float: right;
}

.woocommerce ul#shipping_method li label {
    color: #000000;
}

.checkout-button.button.alt.wc-forward {
    color: #fff;
    padding: 0 0;
    border-radius: 10px;
    display: flex;
    background: #EE1E2E !important;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    height: 53px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    position: relative;
}

.checkout-button.button.alt.wc-forward:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background-image: url("img/add-to.png");
    background-repeat: no-repeat;
    background-position: 80px center;
}


/*  */

.blocks-check {
    padding: 15px;
}

.blocks-check>#order_review_heading {
    display: none;
}

#order_review {
    padding: 25px;
    border: 1px solid #09498F0D;
    border-radius: 20px;
    max-width: 400px;
    float: left;
    background: #09498F0D;
}

.form-row.place-order {
    padding: 0 !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #10b53c0f;
    color: #000;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #10b53c0f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

/*  */




#wishlist-container{
    display: flex;
    flex-wrap: wrap;
}


.wapp {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-image: url(img/wa.gif);
    background-repeat: no-repeat;
    background-size: 60% auto;
    transition: all 0.5s ease 0s;
    background-position: center;
    position: fixed;
    left: 25px;
    bottom: 160px;
    z-index: 99;
    border: 1px solid #37373733;
    background-color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.tele {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-image: url(img/tel.gif);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center;
    position: fixed;
    transition: all 0.5s ease 0s;
    left: 25px;
    bottom: 95px;
    z-index: 99;
    background-color: #EE1E2E;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*  */
.about-page{}
.about-page .container{
    display: flex;
    flex-wrap: wrap;

}
.about-page .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.about-page .container .block img{
    width: 100%;
    height: auto;
}
.about-page .container .block h5{
   background-image: url("img/li.svg");
    background-repeat: no-repeat;
    padding: 40px 0 0;
    background-size: auto 40px;
    background-position: right -3px top;
}
.about-page .container .block h2{
    margin: 0 0 15px;
}
.about-page .container .block ol{
    padding: 0 0;
    margin: 0 0 15px;
}
.about-page .container .block ol li{
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
    background-image: url(img/star.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    min-height: 30px;
}

/*  */
.about-see{
    padding-bottom: 0;
}
.about-see .container{
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(180deg, rgba(238, 30, 46, 0.05) 0%, rgba(238, 30, 46, 0) 100%);
    border-radius: 20px;
    padding: 10px 20px;
    align-items: center;
    flex-direction: row-reverse;
}
.about-see .container .block{
    padding: 20px;
    color: #333333;
}
.about-see .container .block video{
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
}
.about-see .container .block h5{
   background-image: url("img/li.svg");
   background-repeat: no-repeat;
   padding: 36px 0 0;
   background-size: auto 33px;
   background-position: right -3px top;
}
/*  */
.nots{
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.nots .boxx{
    background: #E7ECF3;
    border: 5px solid #fff;
    border-radius: 10px;
    display: flex;
    min-height: 64px;
    position: relative;
    color: #000;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 60px 0 5px;
    font-size: 12px;
    line-height: 1;
}
.nots .boxx i {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    margin: 0 0 0 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.nots .boxx h6 {
    color: #09488b;
    margin: 0;
    font-family: sky bd;
    font-size: 15px;
}
.nots .boxx .damen {background-image: url("img/damen.gif");}
.nots .boxx .track {background-image: url("img/track.gif");}
/*  */
.custom-variation-buttons{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.variation-btn{
    outline: none;
    display: flex;
    color: #000;
    background-color: #09498F1A;
    border: 1px solid #e6ecf4;
    margin: 0 0 0 10px;
    border-radius: 5px;
    padding: 3px 4px 4px 10px;
    align-items: center;
}
.color-box{
    width: 35px;
    height: 25px;
    margin: 0 0 0 8px;
    display: block;
    border-radius: 4px;
}
.custom-variation-buttons .variation-btn.selected {
  border: 1px solid #EE1E2E; /* لون مميز عند الاختيار */
}
.swatch-item-wrapper{
    margin: 0 8px !important;
}
.woocommerce-variation-add-to-cart{
    display: flex;
}
/*  */
blockquote{
    background: #E7ECF3;
    padding: 20px;
    border-radius: 15px;
    color: #09498F;
    font-size: 18px;
    display: block;
}
/*  */
.wc-block-components-button__text{
    background-color: #ee1e2e;
    border-style: solid;
    border-radius: 10px !important;
    border-width: 1px;
    padding: 15px;
    margin: 0 auto 0 0;
    /* font-family: 'Montserrat'; */
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    color: #ffffff;
    border-color: transparent;
    font-weight: bold;
    width: 100%;
    outline: none;
    outline: none;
}
.wp-block-woocommerce-cart-order-summary-block{
    background: #09498F0D;
    padding: 20px;
    border: none;
    border-radius: 15px;
}
.wp-block-woocommerce-cart-order-summary-block .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    color: #ee1e2e;
}
.wc-block-components-product-name{
    display: block;
    line-height: 1.4;
    max-width: max-content;
    color: #09498f;
    font-family: sky bd;
}
.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
    font-family: sky bd;
    color: #ee1e2e;
    
}
.wc-block-cart-items__row{
    position: relative;
}
.wc-block-cart-item__remove-link{
    font-size: 0 !important;
    width: 37px;
    height: 37px;
    background-image: url("img/remove.svg") !important;
    background-size: 100% 100% !important;
    border-radius: 50% !important;
    position: absolute;
    left: 10px;
    top: 10px;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.wc-block-components-totals-coupon__button{
    border: none !important;
}
@media (min-width: 769px) {
    .woocommerce-billing-fields__field-wrapper{
        display: flex !important;
        flex-wrap: wrap !important;
    }
.woocommerce-billing-fields__field-wrapper .woocommerce form .form-row {
    width: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}
}

.form-row.place-order form.coupon{
    display: none;
}
/*  */
.blocks-check-text {
    background: #09498F0D;
    padding: 20px;
    border-radius: 15px;
}

.woocommerce-form-login__submit{
    background: #09498F !important;
    color: #fff;
}


.bar{
    display: none;
}
.users{
    display: none;
}
@media (max-width: 769px) {
   .bar{
        display: block;
        position: absolute;
        top: 35px;
        left: 20px;
        width: 30px;
        height: 20px;
        border-top: 2px solid #ee1e2e;
        border-bottom: 2px solid #ee1e2e;
    }
    .users{
       display: flex;
    }
    .link.users::before {
    background-image: url(img/user.gif);
}

}




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


/*

Manrope
Philosopher
Lexend

*/


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


display: flex;
flex-direction: column;
justify-content: center;

*/


/*==========================================*/

/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}


/* 
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
clear: both;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
clear: both;
} */