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

img {
    max-width: 100%;
}

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

* {
    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: 16px;
    font-weight: 400;
}
/*  */

header{
    padding: 0;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 999;
    background-image: url("img/egy.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 130px auto;
    background-color: #fff;
}
header .top{
    margin: 0 0 10px;
    min-height: 32px;
    background: linear-gradient(90deg, #10BA3E 0%, rgba(16, 186, 62, 0) 80%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .top .container{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    flex-direction: row-reverse;
    align-items: center;
}
header .top .container .media{}
header .top .container .media img{
    width: 25px;
    height: 25px;
    margin: 0 1px;
    border-radius: 50%;
}
header .top .container span.mail{
    padding: 5px 0 0 22px;
    background-image: url("img/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 10px;
}
header .top .container span.phone{
    padding: 5px 0 0 22px;
    background-image: url("img/mob.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    direction: ltr;
}



header .container{
    display: flex;
    padding: 0 10px;
    align-items: center;
}
header .container img{
    width: auto;
    height: 98px;
    margin: -30px 0 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: 5px 7px;
    font-size: 18px;
}
header .container ul.home li a:hover{
    color: #10BA3E;
}
.current-menu-item a{
    color: #10BA3E !important;
}
header .container .box{
    margin: 0 auto 0 0;
    display: flex;
    /* flex-wrap: wrap; */
}
header .container .box .login{
    background-color: #10BA3E;
    height: 43px;
    color: #fff;
    padding: 0 6px 0 10px;
    border-radius: 50px;
    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 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;
}
header .container .box .login:hover{
    background-color: #181A19;
}
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 form{
   display: none;
}

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: #10BA3E;
}
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: #10BA3E;
}

/*  */
header .menu .cat-but{
    color: #fff;
    border: 1px solid #10BA3EA6;
    border-radius: 8px;
    margin-right: 10px;
    outline: none;
    background-image: url("img/menu.svg");
    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;
}
@media (max-width: 769px) {
	header .menu .cat-but{
		font-size: 0;
        min-width: 0;
        padding-left: 0px;
}
header .menu #searchform{
   display: flex !important;
   width: 300px !important;
	position: relative;
}
	header .menu #searchform #search-header{
    width: 100%;
    background: #d3d3d3;
    border: 1px solid #fff;
    height: 40px;
    border-radius: 10px;
    padding: 0 20px;
    outline: none;
    border: none;
}
	header .menu #searchform #go{
	background-image: url(img/s.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
}
}


header .menu .cat-but:hover{
    border: 1px solid #fff;
    /* color: #10BA3E; */

}
/*  */

.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: #000;
    margin: 0 0 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;

}
.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: #10BA3E !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: #10BA3E;
    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.svg);
    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.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto;
    position: relative;
}
header .cart #mini-cart-count{
    color: #fff;
    background: #10BA3E;
    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.svg");
    background-size: 30px 30px;
}
/*  */
.addcar{
    background: #10BA3E ;
    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: #10BA3E !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.svg");
    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: #10BA3E ;
    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.svg);
    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: #10BA3E26;
}
.menu-side .current-menu-item a{
    background-color: #10BA3E26 !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{
        display: none !important;
    }
    ul.home{
        display: none !important;
    }
    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;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
}
.hero .container .block{
    border-radius: 30px;
    padding: 10px 5px;
    overflow: hidden;
}
.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;
}
}

.hero .container .block .searchbox{
    width: 100%;
    height: 500px;
    background-color: #181A19;
    border-radius: 30px;
    padding: 25px 20px;
}
.searchbox h4{
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}
.searchbox h4 i{
    background-color: #163A20;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background-image: url("img/s.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
    margin: 0 0 0 10px;
}
.searchbox form{
    display: flex;
    flex-wrap: wrap;
}
.searchbox form label{
    width: 100%;
    color: #fff;

}
.searchbox form select{
    width: 100%;
    height: 49px;
    border: 1px solid #FFFFFF1F;
    border-radius: 5px;
    outline: none;
    background-image: url(img/down.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    margin: 0;
    padding: 0 15px;
    appearance: none;
    background-color: #FFFFFF1C;
    color: #BDBDBD;
}
.fif{
    padding: 5px;
}

.viwe{
        background: #10BA3E;
        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;
}
.tools{padding-bottom: 0;}
.tools .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tit{
    width: 100%;
    text-align: center;
    background-image: url("img/tit.png");
    background-size: auto auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0 0;
    display: flex;
    margin: 0 0 20px;
    flex-direction: column;
    align-items: center;
    color: #5C5C5C;
    font-size: 17px;
    position: relative;
    z-index: 99;
}
.tit h2{
    color: #000000;
    margin: -6px 0 0;
}
.tools .container .box{
    padding: 5px;
}
.tools .container .box span{
    border: 1px solid #E9E9E9;
    height: 150px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
}
.tools .container .box img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/*  */
.owl-buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}
.owl-buttons .owl-prev{
    font-size: 0;
    width: 47px;
    height: 47px;
    margin: 5px;
    background-image: url("img/l.png");
    background-size: 100% 100%;
}
.owl-buttons .owl-next{
        font-size: 0;
    width: 47px;
    height: 47px;
    margin: 5px;
    background-image: url("img/r.png");
    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{
}
.new .container{
    background: #10BA3E1A;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 30px;
    border-radius: 20px;
}
@media (max-width: 769px) {
    .new .container{
    padding: 25px 0px;
}
}
.new .container > a{
    background: #10BA3E;
    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 50px;
}
.new-box{
    padding: 5px;
}
.product-items{
    background: #fafafa;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 1px  solid #0000000D;
    border-radius: 10px;
}
.product-items .items > a{
    background: #fff;
    padding: 20px;
    text-decoration: none;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #0000000D;
    border-radius: 10px;
    margin: 0 0 15px;
}
.product-items .items a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-items .block{
    position: relative;
}
.product-items .block h3{
    color: #000;
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0 0 0 50px;
}
.product-items .block span{
    color: #00000099;
}
.product-items .block .prices{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
}
.product-items .block .prices h2{
    color: #10BA3E;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.product-items .block .prices span{
    color: #00000099;
}
.product-items .block .foot {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 10px 0 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: #10BA3E;
}
.product-items .block .foot button.heart{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-image: url("img/h.svg");
    background-size: 100% 100%;
    border: none;
}
.added{
    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.svg");
    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-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.new-slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}

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

*/
.fut{}
.fut .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.fut .container h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
}
.fut .container h3{
    -webkit-text-stroke: 1px #999;
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.fut .container h4{
        -webkit-text-stroke: 1px #999;
        color: #fff;
        font-size: 40px;
        opacity: .5;
        margin: 0;
}
.fut .container h5{
        -webkit-text-stroke: 1px #999;
        color: #fff;
        margin: 0;
        font-size: 40px;
        opacity: .2;
}

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

}
}

.fut .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;
}
.fut .container .block .box span{
    width: 63px;
    height: 63px;
    border-radius: 50%;
    margin: -50px 0 15px;
    background: #fff;
    display: flex;
    color: #10BA3E;
    font-size: 35px;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fut .container .block .box h6{
    color: #000;
    font-size: 20px;
}
.fut .container .block .box p{
    color: #656565;
    margin: 0;
}

/* توزيع البوكسات على الأركان */
.fut .container .block .box:nth-child(1) {
  margin-right: auto;
  margin-bottom: auto;
  float: right;
}

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

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

.fut .container .block .box:nth-child(4) {
  margin-left: auto;
  margin-top: auto;
  float: left;
}
/*  */
.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: #10BA3E;
    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: #10BA3E;
    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{}
.say .container{
    display: flex;
    flex-wrap: wrap;
}
.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;
}
.gallery .gallery-item{
    border: none;
    padding: 10px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 769px) {
    .gallery .gallery-item{
    width: 100% !important;
}
}

.gallery .gallery-item .gallery-icon{
    padding: 10px;
    margin: 0;
    border: none;
    /* width: 100px; */
    height: 80px;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
}
.gallery .gallery-item .gallery-icon img{
    width: auto;
    border: none !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*  */
.contact{}
.contact .container{
   display: flex;
   flex-wrap: wrap;
   padding: 25px;
   border-radius: 20px;
   background: linear-gradient(180deg, rgba(16, 186, 62, 0.1) 0%, rgba(16, 186, 62, 0) 100%);
   position: relative;
   overflow: hidden;
}
.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 20px 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: 5px;
    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: #000;
    color: #fff;
    border: none;
    width: 180px;
    float: right;
    text-align: center;
    border-radius: 20px;
}
.wpcf7-submit:hover{
    background: #10BA3E;
    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: #10BA3E;
    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: 15px;
}
footer .footer{
    background: #181A19;
    color: #fff;
    border-radius: 20px;
    padding: 30px 10px 0;
}
footer .footer .container{
    display: flex;
    flex-wrap: wrap;
}


/*  */


/*  */
footer .container .foot{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
}
.foot-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    padding-top: 30px !important;
}
footer .container .foot img{
    margin: 0 0 20px auto;
    width: 100px;
}
footer .container .foot .media img{
    width: 30px;
    margin: 0;
}
footer .container .foot p{
    max-width: 330px;
}
footer .container .foot h3{
    color: #10BA3E;
    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{}
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: #10BA3E;
}


footer .media{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0;
}
footer .media a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    outline: none;
    margin: 2px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 50%;
    background: #ffffff;
}
footer .media a:hover{
opacity: 0.7
}
.call{
    background: #10BA3E;
    color: #fff !important;
    width: 100%;
    max-width: 190px;
    margin: 10px auto 0 !important;
    height: 46px;
    border-radius: 20px !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;
    float: right;
    margin: 10px 0 0 auto !important;
}
.call:hover{
    background: #fff;
    color: #10BA3E !important;
}
/*  */
.copy{
    border-top: 1px solid #FFFFFF1C;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}
@media (max-width: 769px) {
    .copy{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
}

.copy div{
    text-align: center;
}
.copy div a{
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 5px 10px;
}
.copy div a:hover{
    color: #10BA3E;
}

/*  */

.top-page{}
.top-page .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.top-page .container .block{
    padding: 10px;
    color: #000;
    font-size: 18px;
}
.top-page .container .block h2{
    color: #10BA3E;
    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: #10BA3E;
    font-weight: 800;
    direction: ltr;
    width: 90px;
    margin: 0;
}
/*  */
.video{
    width: 90%;
    border-radius: 25px 25px 0 0;
    object-fit: cover;
    margin: 0 auto;
    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 #10BA3E;
    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: #10BA3E;
    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: #10BA3E;
    font-size: 22px;
    margin: 0 0 15px;
}
/*  */
.logoss{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.head{
    padding: 20px;
}
.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: 30px 10px;
}
/*  */
.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: #10BA3E;
    padding: 5px 0 0;
    background: #10BA3E33;

}
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: #10BA3E;
}
.but-filter{
    display: none;
}
@media (max-width: 769px) {
    .but-filter{
    display: flex;
    width: 149px;
    margin: 0 5px -40px 0;
    background: #10BA3E;
    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; */
}

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

.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: 20px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.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: block;
    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 {
    border-color: #e3a77e !important;
}


/**/

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

.product_title.entry-title {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 600;
}

.product-summary .price {
    font-size: 25px;
    color: #10ba3e;
    font-weight: 600;
    margin: 10px 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;
}

.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 {
    overflow: hidden;
    padding: 20px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #eee;
}

.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;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 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: 1px solid #ffffff;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 40px;
    text-align: center;
    padding: 0 0 0px !important;
    outline: none;
    color: #000;
    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: #000000;
    font-size: 18px;
    font-weight: 400;
}

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: #10BA3E;
}

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


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

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

.related .container {
    /* border-bottom: 1px solid #eee; */
    /* padding: 0; */
    margin-bottom: 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: 8px 20px 8px 0;
    border-radius: 50px;
    width: 346px;
    select{
        border: 1px solid #ddd;
        padding: 6px 10px;
        border-radius: 8px;
        outline: none;
    }
}
body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
    background: #10BA3E !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: flex-end;
    margin: -55px 0 0;
}
@media (max-width: 769px) {
    .share{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}
}

.share .heart{
    width: 45px;
    height: 45px;
    background-image: url("img/hh.png") !important;
    background-size: 100% 100%;
    margin: 0 5px;
    border: none;
    border-radius: 50%;
}
.share .sher{
    width: 45px;
    height: 45px;
    background-image: url("img/sh.png");
    background-size: 100% 100%;
    margin: 0 5px;
    position: relative;
    border: none;
    border-radius: 50%;
}

.share .sher .addtoany_shortcode{
    position: absolute;
    bottom: 90%;
    left: 0;
    display: none;
}
.share .sher:hover .addtoany_shortcode{
    display: block;
}
.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 h1,
.pro-content h2,
.pro-content h3
{
    color: #10ba3e;
    margin: 0 0 15px;

}

.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: #10BA3E;
    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: #10b63d;
    font-size: 18px;
}

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

.stut {
    position: absolute;
    bottom: 15px;
    left: 125px;
    width: 110px;
    color: #10b63d;
    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: #10BA3E;
}

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

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

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

.order-again a {
    color: #fff !important;
    padding: 0 0;
    border-radius: 10px !important;
    display: flex !important;
    background:  #10BA3E !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;
}

.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: #10ba3e;
    color: #ffffff;
    border: 1px solid #10ba3e;
}

.woocommerce-EditAccountForm.edit-account .button,
.woocommerce-address-fields .button {
    color: #fff;
    padding: 0 0;
    border-radius: 10px !important;
    display: flex;
    background: #10ba3e;
    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 #10BA3E;
    padding: 20px;
    margin: 0 0 20px;
    color: #10BA3E;
}
/*  */
.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: #10ba3e;
    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: #fff;
}


/*  */

.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: #10BA3E;
}
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 30px 5px;
    border-radius: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    height: 35px;
    width: auto;
    text-align: center;
    background: #10ba3e;
    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: #10ba3e !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 #eee;
    border-radius: 20px;
    max-width: 400px;
    float: left;
}

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

/*  */




.accordion,.accordion-item{
    background: inherit !important;
    border: none;
    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 20px;
    font-size: 19px;
    align-items: flex-start;
    /* font-family: 'Nature'; */
    background-color: #F3F3F3 !important;
    border-radius: 10px !important;
    text-align: left;
    border: none !important;
}
.accordion-button:after{
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 0 !important;
    background-image: url("img/cor.png");
    background-size: 20px auto;
    width: 44px !important;
    height: 44px !important;
}
.accordion-button:not(.collapsed){
    background: none !important;
    color: #10BA3E !important;
    border-radius: 20px 20px 0 0 !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("img/act.png");
    transform: rotate(0deg);
}
.accordion-body{
    color: #414042;
    background: #fff;
    border-radius: 0 0 20px 20px;
    text-align: right;
    padding-top: 0;
}
.accordion-button{
    border: none !important;
    box-shadow: none !important;
    /* text-align: right !important; */
}
.accordion-item{
    margin: 0 0 20px;
    border: 1px solid #E3DBD8 !important;
    border-radius: 10px;
}



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