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

img{
  max-width: 100%;
}
a{
  text-decoration: none;
  outline: none;
  color: #fff;
}
*{
  transition: all 0.3s ease 0s;
}
*:hover{
  transition: all 0.3s ease 0s;
}
/* 
.livvic-thin {
  font-family: "Livvic", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.livvic-thin-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.livvic-extralight {
  font-family: "Livvic", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.livvic-extralight-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.livvic-light {
  font-family: "Livvic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.livvic-light-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.livvic-regular {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.livvic-regular-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.livvic-medium {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.livvic-medium-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.livvic-semibold {
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.livvic-semibold-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.livvic-bold {
  font-family: "Livvic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.livvic-bold-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.livvic-black {
  font-family: "Livvic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.livvic-black-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 900;
  font-style: italic;
}
 */






/* Start Custom Fonts CSS */
@font-face {
  font-family: 'ping';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('fonts/PingARLT-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'ping';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url('fonts/PingARLT-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'ping';
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: url('fonts/PingARLT-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'ping';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('fonts/PingARLT-Heavy.woff2') format('woff2');
}
@font-face {
  font-family: 'ping';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('fonts/PingARLT-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */

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

body{
  text-align: right;
  direction: rtl;
  padding: 0;
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: "sky", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 769px) {
  body{
    padding: 0 0 45px;
  }
}
/* header */
header.header{
  background-color: #101010;
  padding: 10px 15px;
  position: sticky;
  top: 0;
  z-index: 999;
}
header.header .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header.header .row img{
  height: 66px;
  width: auto;
  padding: 0;
}
@media (max-width: 769px) {
  header.header .row img{
    height: 36px;
    width: auto;
  }
}

.head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.head-text{
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
.head ul.lang{
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.head ul.lang ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.head ul.lang li{
  float: right;
}
.head ul.lang li a{
  color: #fff;
  border: 2px solid #f00;
  text-align: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0 ;
}
.head ul.lang li a:hover{
  background: #f00;
}
.head a.login{
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
  display: flex;
  background: #000;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  height: 32px;
} 
.head a.login i{
  width: 21px;
  height: 21px;
  background-image: url("img/login.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  margin: 0 0 0 6px;
  display: inline-block;
  border-radius: 50%;
}
.head a.login:hover{
  background: #f00;
} 
/*  */

.head a.logout{
  color: #f00;
  padding: 0 20px 2px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 15px;
  border: 2px solid #f00;
  width: auto;
}
.logged{
  display: flex;
  height: 32px;
  align-items: center;
  padding: 0;
  flex-direction: row-reverse;
}
.logged .icons{
  position: relative;
  text-decoration: none;
  outline: none;
  color: #fff;
  margin: 0 8px;
}
.logged .icons img{
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  display: block;
}
.logged .icons span{
  background: #f00;
  color: #002328;
  font-size: 10px;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  position: absolute;
  top: -8px;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  padding-top: 3px;
}
@media (max-width: 769px) {
  .logged{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #080808;
    z-index: 999;
    padding: 10px 0;
    height: 50px;
  }
  .logged .icons{
    width: 25%;
    margin: 0;
    border-left: 1px solid #ffffff24;
  }
}

/* topnav */
header ul.topnav{
  display: flex;
  list-style: none;
  margin: 0;
  padding-right: 70px;
}
header ul.topnav li{
  position: relative;
  padding: 0 5px;
}
header ul.topnav li a{
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 17px;
}
header ul.topnav li:hover > a,header ul.topnav li.current-menu-item  a{
  color: #0d6efd;
}
header ul.topnav li ul{
  display: none;
  list-style: none;
  position: absolute;
  top: 95%;
  right: 15px;
  padding: 10px 10px;
  width: 220px;
  background: #194532;
}
header ul.topnav li:hover ul{
  display: block;
}
header ul.topnav li ul li{
    display: block;
    float: none;
}
header ul.topnav li ul li a{}

.bar{
  display: none;
}
@media (max-width: 769px) {
  
/* topnav */
header ul.topnav{
  padding: 50px 30px 100px;
  position: fixed;
  top: 200vh;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  background: #011618;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 990;
}
.open{
  top: 0 !important;
}
  .open:after{
    content:" x ";
    padding: 0;
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #ffffff75;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  } 
  
  
header ul.topnav li{
  position: relative;
}
header ul.topnav li a{
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  text-align: center
}
header ul.topnav li ul{
  position: relative;
  top: 0;
  right:0;
  width: 100%;
  background: #ffffff17;
}
  
.bar{
  display: block;
  width: 24px;
  height: 19px;
  border-top: 2px solid #869091;
  border-bottom: 2px solid #869091;
  position: relative;
  margin: 0 auto;
}
.bar:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  border-top: 2px solid #869091;
}
}
/* slider */
.slider{
  position: relative;
  padding: 0;
  margin: 0;
  direction: ltr;
}
.slider .item{
  position: relative;
  padding: 0;
  margin: 0;
  direction: rtl;
}
.slider .item img{
  width: 100%;
  height: 70vh;
  min-height: 300px;
  object-fit: cover;
  opacity: 0.6;
}
.slider .item .text{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  padding: 30px 0 30px 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.slider .item .text strong{
  display: block;
  margin: 0 0 0;
  padding: 0 0 15px;
  font-weight: normal;
  font-size: 15px;
  /* background-image: url("img/h6.png"); */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.slider .item .text h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
}
.slider .item .text h1:after{
  content: "";
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 55px;
  height: 42px;
  /* background-image: url("img/h1.png"); */
  background-size: 100% 100%;
  margin-right: -50px;
  margin-bottom: -25px;
}
.slider .item .text h2{
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 10px;
}
.slider .item .text p{
  margin: 0 0 10px;
}
.slider .item .text a{
    color: #fff;
    padding: 0 0;
    border-radius: 20px;
    display: flex;
    background: #ff0000;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 40px;
    width: 120px;
    text-align: center;
    margin: 20px 0 0;
}
.slider .item .text a:hover{
  background: #000;
}
@media (max-width: 769px) {
  .slider .item .text{
    right: 0;
    padding: 25px;
  }
  .slider .item .text h1{
    font-size: 25px;
    font-weight: 500;
}
.slider .item .text h1:after{
  width: 35px;
  height: 22px;
  margin-right: -28px;
  margin-bottom: -14px;
}
.slider .item .text h2{
  font-size: 25px;
  font-weight: 500;
}
.slider .item .text p{
  margin: 0 0 10px;
  font-size: 14px;
}
.slider .item .text a{
    font-size: 13px;
    height: 36px;
    width: 100px;
    margin: 7px 0 0;
}
}
.slider .owl-pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    padding: 0 0 0 45px;
    align-items: flex-end;
    justify-content: center;
}
.slider .owl-pagination:after{
  content: "";
  position: absolute;
  top: 87%;
  left: 0;
  width: 40px;
  border-bottom: 1px solid #f00;
}
.slider .owl-pagination .owl-page{
  background: #f00;
  width: 3px;
  height: 8px;
  border-radius: 0;
  margin: 0 2px;
}
.slider .owl-pagination .owl-page.active{
  background: #fff;
  height: 20px;
}
/* section */
section{
  clear: both;
  padding: 50px 5px;
  color: #fff;
  position: relative;
}
.about{
  padding: 0;
  background: rgb(0,35,40);
  background: linear-gradient(29deg, rgb(20 20 20) 44%, rgb(0 0 0) 90%);
}
.about:before{
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100px;
  height: 110px;
  background-size: 100% 100%;
  display: none;
}
@media (max-width: 769px) {
  .about:before{
    top: -25px;
    width: 50px;
    height: 60px;
  }
}
.about:after{
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 200px;
  height: 125px;
  background-image: url("img/is-tock-2.png");
  background-size: 100% 100%;
  opacity: 0.3;
  display: none;
}

.about .cover{
  padding: 50px 5px;
  background-image: url("img/net.png");
}
.about .row{
  display: flex;
  flex-direction: row-reverse;
}
.about .block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .block  img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
  height: auto;
  border-radius: 10px;
}
.about .block h2{
  margin: 0 0 30px;
  font-weight: bold;
}
.about .block ul{
  list-style: none;
  display: block;
  margin: 20px 0 10px;
  padding: 0;
}
.about .block ul li{
  position: relative;
  padding: 3px 25px 3px 3px;
  background-image: url("img/ckiek.png");
  background-repeat: no-repeat;
  background-position: right 9px;
  background-size: 15px 16px;
  font-size: 16px;
}
/*  */
.bg{
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 50% auto;
  overflow: hidden;
}
.proj{
  background: #00B26E;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  width: 330px;
  max-width: 90%;
  margin: -45px auto 0;
  align-items: center;
  justify-content: center;
  display: none;
}
.proj img{
  width: 65px !important;
  height: 60px !important;
  margin: 0 0 0 10px !important;
}
.proj div{
  border-right: 2px solid #4FCA9B;
  padding: 0 15px 0 0;
}
.proj div h3{
  margin: 0 0 0px;
  font-size: 25px;
}
.proj div p{
  margin: 0;
  font-size: 14px;
}
/* all-categories */
.category{
  text-align: center;
}
.category .container{
   max-width: 1300px;
}
.category p{
  margin: 0 0 5px;
}
.category h1{
  margin: 0 0 60px;
  font-weight: bold;
}
.all-categories{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.all-categories .block{
  padding: 0 5px;
  overflow: hidden;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.all-categories .block .img{
  width: 100%;
  height: 160px;
  background: #FFFFFF1A;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-categories .block:hover .img{
  background: #0d6efd;
}
.all-categories .block .img img{
  max-height: 140px;
  width: auto;
  max-width: 100%;
}
.all-categories .block  span{
  font-size: 14px;
  margin: 14px 0 25px;
  display: block;
  text-align: center;
}
.owl-prev{
  width: 35px;
  height: 35px;
  font-size: 0;
  background-image: url("img/l.png");
  background-size: 100% 100%;
}
.owl-next{
  width: 35px;
  height: 35px;
  font-size: 0;
  background-image: url("img/r.png");
  background-size: 100% 100%;
}
.category  .owl-prev{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  border-radius: 50%;
}
.category  .owl-next{
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  margin-top: -40px;
}

/* baner */
.baner{
  padding: 50px 10px;
}
.baner .ads{
  padding: 10px;
  position: relative;
}
.baner .ads img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.baner .ads .over{
  position: absolute;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 40px 20px 150px;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  flex-wrap: wrap;
}
.baner .ads .over img{
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -50px;
}
.baner .ads .over p{}
.baner .ads .over a{
    text-decoration: none;
    outline: none;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}
.baner .ads .over a:hover{
  background: #fff;
  color: #00b26e;
}

@media (max-width: 769px) {
  .baner .ads img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.baner .ads .over{
  position: absolute;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px 20px 70px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  flex-wrap: wrap;
}
.baner .ads .over img{
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -35px;
}
.baner .ads .over a{
    text-decoration: none;
    outline: none;
    font-size: 12px;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
} 
}


.pop{
  display: none;
  padding: 50px 30px;
  background: #000000e6;
  z-index: 99999999;
  position: fixed;
  top: 0;
  right:0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.pop.on{
  display: flex;
}
.pop video{
  width: 100%;
  height: 500px;
}
.pop .x{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  display:flex;
  color: #fff;
  border: 1px solid #ffffff8f;
  justify-content: center;
  align-items: center;
  font-style: normal;
  padding-bottom: 5px;
  cursor: pointer;
}





/*  */
.explore-item{
  padding: 0 15px;
}
.all-explore{
  padding: 0 40px;
  max-width: 100%;
  direction: ltr;
}
/* product-box */
.product-box{
  padding: 0;
  text-align: center;
  position: relative;
}
.product-box a.img{
  width: 100%;
  height: 280px;
  border-radius: 15px;
  padding: 25px 15px;
  display: flex;
  background-color: #ffffff14;
  background-image: url("img/a.png");
  background-position: center bottom -5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-box a.img:hover{
  background-color:  #0d6efd;
}

.product-box a.img img{
  max-height: 230px;
  width: auto;
  max-width: 100%;
  height: auto;
}
.product-box .hover{
  position: absolute;
  top: 230px;
  right: 0;
  left: 0;
  z-index: 9;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.product-box:hover .hover{
  opacity: 1;
  top: 220px;
}
@media (max-width: 769px) {
  .product-box .hover{
  top: 220px;
  opacity: 1;
  }
}
.cart-hid{
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-image: url("img/cart-hid.png");
  background-size: 100% 100%;
  margin: 0 5px;
  font-size: 0 !important;
}
.add_to_wishlist{
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-image: url("img/add_to_wishlist.png");
  background-size: 100% 100%;
  margin: 6px 5px 0;
  font-size: 0 !important;
}
.added_to_cart{
  display: none;
}

.product-box h3{
  display: block;
  margin: 17px 0 5px;
  font-size: 15px;
  color: #fff;
}
.product-box h3 a{
  color: #fff;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box h3 a:hover{
  color: #fff;
}
.product-box .prics{
  font-size: 15px;
  color: #ff0000;
}
.product-box .prics p{
  padding: 0 !important;
  border: none !important;
}
.product-box .prics a{
  display: none;
}

.tinv-modal-inner{
  display: block;
  background: #f00 !important;
  padding: 5px;
  border-radius: 20px;
}
.tinv-modal-inner .button {
  color: #fff;
  background: #022529;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
}

.seeall {
    color: #fff;
    padding: 0 0;
    border-radius: 20px;
    display: flex;
    background: #ff0000;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 40px;
    width: 120px;
    text-align: center;
    margin: -40px auto 40px;
}

/* blogs */
.blogs{
  /* background-image: url("img/blog.png"); */
  background-size: auto 400px;
  padding-right: 0;
  padding-left: 0;
}
.blogs-all{
  background-repeat: no-repeat;
  background-position: left 20%;
  background-size: 100px auto;
  padding: 0 20px;
}
.blogsall{
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 1000px;
  margin: 0 auto;
}
.blogsall .blog-box{
  /* color: #fff; */
  /* background: #2D442F; */
  /* border-radius: 7px; */
  /* overflow: hidden; */
  /* height: 100%; */
  padding: 10px;
}
.blogsall .blog-box .box{
  position: relative;
  padding: 0 0 20px;
  color: #fff;
  background: #0d6efd;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  text-align: right;
}
.blogsall .blog-box .box img{
  width: 100%;
  height: 250px;
  margin: 0;
  object-fit: cover;
}
.blogsall .blog-box .box span{
  font-size: 12px;
  padding: 14px 24px 10px 0;
  color: #ffffff91;
  margin: 0 20px;
  background-image: url("img/user-blog.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.blogsall .blog-box .box a.tit{
  color: #fff !important;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  margin: 0 20px;
}
.blogsall .blog-box .box a:hover{
  color: #f00;
}
.blogsall .blog-box .box h6{
  background: #f00;
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 250px;
  left: 0;
  padding: 4px 15px;
  color: #fff;
  margin-top: -28px;
}
.bg2{
  /* background-image: url("img/bg2.png"); */
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 45% auto;
  overflow: hidden;
}
/*  */
.contact{
  /* background-image: url("img/contact.png"); */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 30% auto;
  min-height: 500px;
  padding-bottom: 0;
}
.contact .row{
  display: flex;
}
.contact .row .block{
  padding: 20px;
}
.contact .row .block h1{
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 40px;

}
.contact button,.contact  input,.contact  optgroup,.contact  select,.contact  textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 14px 22px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0 0 15px;
  border-radius: 7px;
  background: #FFFFFF12;
  text-align: right;
  color: #fff;
  max-height: 140px;
}
.contact .wpcf7-submit {
    color: #fff;
    padding: 0 0;
    border-radius: 20px;
    display: flex;
    background: #f00;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 40px;
    width: 120px;
    text-align: center;
    margin: 0;
    float: right;
}
/*  */
.icons-footer{
  margin: 35px auto;
  background-image: url("img/icons.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background: #f00;
}
.icons-footer .block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0;
}
.icons-footer .block div{padding: 0 20px 0 0;font-size: 14px;}
.icons-footer .block div strong{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0px;
    display: block;
}
.icons-footer .block div p{
  margin: 0;
}

/* footer */
footer{
  padding: 40px 0 0;
  clear: both;
  /* background-image: url("img/footer.png"); */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 350px;
  background: #080808;
}
footer .foot{
  padding: 20px;
  font-size: 15px;
  font-weight: 300;
}
footer .foot img{
  margin: 0 0 30px;
  max-height: 100px;
}
footer .foot p.p{
  max-width: 500px;
  border-bottom: 1px solid #2929299e;
  padding: 0 0 25px;
}

footer .foot h3{
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 600;
}
footer .foot ul{
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
footer .foot ul li{
  display: block;
  padding: 5px 0;
}
footer .foot ul li a{
  color: #fff;
  text-decoration: none;
  outline: none;

}
footer .foot ul li a:hover{
  color: #f00;
}


.media{
  clear: both;
  padding: 0;
}
.media a{
  color: #fff;
  text-decoration: none;
  outline: none;
  margin: 0 10px;
  padding: 3px;
  font-size: 20px;
}
.media a:hover{
  color: #f00;
}
.mailpoet_form{
  position: relative;
  margin: 25px 0 0;
}
.mailpoet_form *{
  border: none;
  outline: none;
}
.mailpoet_form .mailpoet_submit{
  position: absolute;
  top: 2px;
  left: 5px;
  background: #f00 !important;
}


/* copy */
.copy{
  padding: 15px 15px;
  border-top: 1px solid #1a1a1a;
  margin: 30px 0 0;
  font-size: 12px;
}
.copy .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .copy .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.copy p{
    width: auto;
    padding: 5px 0;
    margin: 0;
}
.copy p a{
    padding: 0 5px;
}
.copy p a:hover{
  color: #f00;
}

/* page */
.cat-page{
  min-height: 100vh;
  background: #000;
}
.page{
  background: rgb(0 0 0);
}


.page .container{
  max-width: 1000px;
}
.page .title-center{
  text-align: center;
  margin: 0 0 35px;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 769px) {
  .page .title-center{
    font-size: 40px;
  }
}
  .page p{
   color: #FFFFFF99;
   font-size: 17px;
  }
/* head */
section.head{
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  background: #14141482;
  background-size: cover;
}
section.head h1{
  margin: 0;
  padding: 0;
  font-size: 40px ;
  font-weight: 600;
}
.cat-page .container{
  max-width: 1000px;
}

/* singel */
.singel {
  background: rgb(0 0 0);
  min-height: 60vh;
}
.singel:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url(img/leaf.png);
  background-repeat: no-repeat;
  background-position: left 20%;
  background-size: 100% auto;
  padding: 0 20px;
  margin-top: -75px;
  display: none;
} 
.singel .container{
  max-width: 1000px;
}


@media (min-width: 769px) {
  .singel .container *{
    max-width: 1000px;
    padding: 0 0;
  }
  .singel .container img{
    max-width: 1000px !important;
    height: auto;
    border-radius: 20px;
    margin: 20px 0;
  }
}
  
blockquote{
  padding: 40px 50px !important;
  border-radius: 15px;
  color: #fff;
  background: #FFFFFF1A;
  font-size: 16px;
  margin: 20px 0 !important;
  display: block;
  clear: both;
}
@media (max-width: 769px) {
  blockquote{
    padding: 25px !important;
  }
}
.singel .title{
  display: block;
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 10px;
  width: 100%;
}
@media (max-width: 769px) {
  .singel .title{
    font-size: 25px;
  }
}
.singel  .span-user {
  font-size: 15px;
  padding: 14px 24px 10px 0;
  color: #ffffff;
  margin: 0 10px;
  background-image: url(img/user-blog.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/*  */
.bg-about{
  /*background-image: url("img/bg.png");*/
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 40% auto;
  overflow: hidden;
  position: relative;
}
.bg-about:after{
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  width: 15%;
  height: 140px;
  /*background-image: url("img/after.png");*/
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.about-us{
  /*background-image: url("img/bg2.png");*/
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 35% auto;
  overflow: hidden;  
}
.about-us .container{
  max-width: 1000px;
}
.block-all{
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.block-all .block{
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  color: #ffffffb0;
}
.block-all .block video{
  width: 100%;
  height: 242px;
  border-radius: 15px;
}
@media (max-width: 769px) {
  .block-all .block{
    padding: 20px;
  }
  .block-all .block video{
    width: 100%;
    height:242px;
  }
}
.block-all .block h2{
  margin: 0 0 20px;
  color: #fff;
}
.block-all .block img{
  margin: 0 auto;
  max-height: 400px;
  width: auto;
  height: auto;
}
.customer h1{
  font-weight: 700;
  margin: 0 0 30px;
}
.customer-box{
  padding: 10px;
}
.customer-box .box{
  padding: 25px;
  border: 1px solid #1e1e1e;
  color: #fff;
  border-radius: 15px;
}
.customer-box .box:hover{
  border-color: #000000;
  background: #7d7d7d1f;

}

.customer-box .box .tops{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.customer-box .box .tops div{
  padding: 0 5px;
  display: block;
}
.customer-box .box .tops div img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.customer-box .box .tops div h3{
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 2px;
}
.customer-box .box .tops div span{
  display: block;
  color: #ffffff8a;
  font-size: 12px;
}
.customer-box .box .tops div .fa{
  color: #FEA250;
  margin: 0;
  font-size: 14px;
}
.customer-box .box p{
  color: #fff;
  font-size: 16px;
  display: block;
}

.customer .owl-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.customer .owl-buttons div{
  margin: 0 5px;
}

/*  */
.investors{
  background: #030303;
  text-align: center;
}
.investors .container{
  max-width: 1000px;
}
.investors h1{
  font-weight: 700;
  margin: 0 0 30px;
}
.investors .itm{
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.investors .itm img{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
/*  */
.category-page{
  overflow: hidden;
}
.category-page .row{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.category-page .contents{
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.category-page .contents .search{
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.category-page .contents .search #searchform{
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 0;
  margin: 0;
}
.category-page .contents .search #searchform #search{
  background: #14141482;
  border: 1px solid #14141482;
  padding: 5px 15px 5px 45px;
  width: 100%;
  outline: none;
  color: #fff;
  border-radius: 40px;
}
.category-page .contents .search #searchform button{
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  height: 100%;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  border: none;
  outline: none;
  align-items: center;
  justify-content: center;
  background: none;
}


.category-page .sidbar {
  padding: 15px;
}
.category-page .sidbar .box{
  background: #14141482;
  border-radius: 15px;
  padding: 25px;
}

.item-pro{
  padding: 5px;
  margin:  0 0 10px;
}



.wpfFilterWrapper {
  margin-bottom: 30px !important;
  font-size: 13px !important;
  color: #fff !important;
}

.wfpTitle {
  font-weight: 500 !important;
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: 23px !important;
}
.wfpTitle ~ i{
  float: left !important; 
}
.wpfFilterButton.wpfButton{color: #fff;display: block;width: 100% !important;margin: 10px 0 0;border-radius: 7px !important;background: #CB296D;outline: none;border: none;font-size: 15px !important;font-weight: normal !important;padding: 10px 0 !important;min-height: inherit !important;border-radius: 40px !important;display: flex;background: #000;justify-content: center;align-items: center;margin: 0 !important;font-weight: 600 !important;}
.wpfFilterButton.wpfButton:hover{
background: #262626;
}

.ui-slider.ui-widget-content:not(.iris-slider-offset) {
  background: #E8E8EA !important;
  border: none !important;
  height: 4px !important;
  border-radius: 5px !important;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #f00 !important;
}
.ui-slider.ui-widget-content .ui-slider-handle {
  background: #f00 !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  height: 17px !important;
  width: 17px !important;
  top: -5px !important;
}
.wpfFilterWrapper .wpfCheckbox label {
  margin-top: 4px !important;
}

.wpfFilterWrapper .wpfCheckbox label::before {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #f00 !important;

}
#wpfMaxPrice,#wpfMinPrice{
  color: #f00 !important;
}




/**/

.pagenavi {
  clear: both;
  margin: 50px 0 0;
  padding: 0 10px;
  text-align: right;
  float: right;
  width: 100%;
}
.pagenavi  ul.page-numbers{
  list-style: none;
  direction: rtl;
  display: block;
  margin: 0;
  padding: 0;
}
.pagenavi  ul.page-numbers li{
  float: right;
  margin: 5px;
/*  width: 35px;
  height: 35px;
  line-height: 35px;*/
  text-align: center;
  background: #76CD61;
  color: #f00;
  border-radius: 5px;
}
.pagenavi  ul.page-numbers li a{
  text-decoration: none;
  outline: none;
  color: #ffffffa8;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  line-height: 35px;
  display: flex;
  background: #0d2e33;
  border: 1px solid #16b76c4f;
  justify-content: center;
  align-items: center;
  padding: 0 0 1px;
}
.pagenavi  ul.page-numbers li .current,.pagenavi  ul.page-numbers li a:hover{
   color: #000;
    width: 35px;
  height: 35px;
  background: #f00;
  border-radius: 5px;
  line-height: 35px; 
  display: block;
}

/**/







/**/

.single-product{
  padding: 70px 0 50px;
  /* background-image: url("img/s-p.png"); */
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;
}
.single-product .container{
}
.single-product .block{
  float: right;
  padding: 15px;
  text-align: right;
}
.single-product .block.images{}
.single-product .block.images .box.box-img {
  float: left;
  background: #121212;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  padding: 20px;
  border: 1px solid #121212;
  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;
}
}
.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;
  right: 10px;
}

ul.var{
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  list-style: none;
  float: right;
  width: 100%;
}
ul.var li{
  margin:  0 0 5px;
  width: 90%;
  background: #121212;
  border: 2px solid #121212;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 66px;
  cursor: pointer;
  float: right;
}
@media (max-width: 769px) {
  ul.var{
  padding: 10px 0 0 0;
  clear: both;
  margin: 10px 0 0;
}
ul.var li{
  margin: 0 4px 5px;
  width: 22%;
  height: 60px;
  float: right;
}
}
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: #f00 !important;
}
/**/
.product-summary{
  padding: 25px 10px 0;
}
.product_title.entry-title{
  margin: 0;
  font-size: 35px;
  font-weight: 500;
}
.product-summary  .price{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0;
    text-decoration: none !important;
}

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

.product-summary  .price del{
  font-size: 17px;
  color: #f00 !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;
  height: 70px;
}
.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;
  left: 0;
  font-size: 12px;
}
.variations_form{
  overflow: hidden;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
}

.single_variation_wrap{
  overflow: hidden;
  padding: 10px 0 0;
  margin: 0;
}
.product_meta{
  display: none;
}
body .qib-button-wrapper {
    width: 125px;
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
    border: 1px solid #000000;
    border-radius: 50px;
    background: #000000;
    margin: 0 0 0 15px;
    text-align: center;
    padding: 5px;
    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: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    background: #f00 !important;
    border-color: #f00;
    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: #000000;
    border: 1px solid #00000000;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 40px;
    text-align: center;
    padding: 5px 0 0px !important;
    outline: none;
    color: #fff;
    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: #ffffff;
  font-size: 23px;
  font-weight: 400;
}
ul.variable-items-wrapper{
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}
ul.variable-items-wrapper li{
  float: right;
  margin: 0 0 0 10px;
  border-radius: 8px;
}
.selected{
  position: relative;
  overflow: hidden;
  padding: 0 0px;
  border-radius: 12px;
  padding: 0;
  direction: rtl;
}
.variable-item-span{
  padding: 0 10px;
  width: auto !important;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #19393D;
  border-radius: 5px;
  overflow: hidden;
  background: #19393D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}

.selected .variable-item-span {color: #f00;}

.selected .variable-item-span:before{
  content:"";
  position: absolute;
  top: 0;
  right: 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 #fff;
}
.woo-selected-variation-item-name{
    color: #f00;
    font-weight: 500;
}
a.reset_variations{
  display: none !important;
}

ul.products {
  padding: 0 35px 0 ;
}
/*  */
button.single_add_to_cart_button {
  color: #fff;
  padding: 0 55px 0 30px !important;
  border-radius: 50px !important;
  display: flex;
  background: #f00;
  justify-content: center;
  align-items: center;
  font-size: 13px !important;
  height: 47px;
  text-align: center;
  margin: 20px 0 0;
  border: none;
  outline: none;
  position: relative;
}
@media (max-width: 769px) {
  button.single_add_to_cart_button {padding: 0 54px 0 20px;font-size: 16px;}
}
button.single_add_to_cart_button:hover {
  background: #1c1c1c;
}
button.single_add_to_cart_button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 30px;
  background-image: url("img/carts.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.tinv-wraper.tinv-wishlist {
  font-size: 100%;
  text-align: left;
}
.box-img .add_to_wishlist {
  background-image: url(img/heart2.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
}




.bg-pro{
  /* background-image: url("img/bg.png"); */
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 40% auto;
  overflow: hidden;
  position: relative;
}
.bg-pro:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 150px;
    height: 150px;
    background-image: url(img/leaf.png);
    background-repeat: no-repeat;
    background-position: left 20%;
    background-size: 100% auto;
    padding: 0 20px;
    margin-top: -75px;
    display: none;
}

/*  */
.the_content{
  padding: 25px 20px;
}
.the_content .block{
  float: right;
  font-size: 16px;
}
.the_content .block h1,
.the_content .block h2,
.the_content .block h3,
.the_content .block h4,
.the_content .block h5,
.the_content .block h6{
  color: #0d6efd;
  margin: 0 0 15px;
  font-weight: 300;
}

.the_content .nav-tabs{
  border: none;
  margin: 0;
  padding: 0;
}
.the_content .nav-tabs li{
  margin: 0 0 0 15px;
}
.the_content .nav-tabs li button{
  background: #232323;
  color: #fff;
  border: none;
  outline: none;
  height: 40px;
  padding: 5px 30px 0;
  border-radius: 7px;
}
.the_content .nav-tabs li button.active{
  background: #f00;
  color: #fff;
}
.the_content .tab-pane{
  padding: 30px 0;
}

.the_content .tab-pane button,.the_content .tab-pane input,.the_content .tab-pane optgroup,.the_content .tab-pane select,.the_content .tab-pane textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 14px 22px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0 0 15px;
  border-radius: 7px;
  background: #FFFFFF12;
  text-align: right;
  color: #fff;
  max-height: 140px;
}
.the_content .tab-pane form {
  color: #ffffffa1;
}
.the_content .tab-pane form p{
  margin: 0 !important;
  clear: both;
}
#wp-comment-cookies-consent{
  float: right;
  width: 30px;
  margin: 5px 0 30px;
}

.the_content .tab-pane .submit {
  color: #fff;
  padding: 0 0;
  border-radius: 20px;
  display: flex;
  background: #f00;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 40px;
  width: 120px;
  text-align: center;
  margin: 0 0 0;
  float: right;
}
.star-rating{
  font-size: 12px;
  color: #ffc107;
  display: inline-block;
  margin: 0 0 0 15px;
}
.woocommerce-review-link{
  font-size: 14px;
}
/* commentlist */
.commentlist{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.commentlist li{
  padding: 15px 0;
  border-top: 1px solid #f002e;
}
.commentlist li .comment_container{
  display: flex;
  font-size: 13px;
}
.commentlist li .comment_container img{
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
  border-radius: 50%;
}

.commentlist li .comment_container .description{
  opacity: 0.7;
}

.comment-form-rating {
  text-align: right;
}

.comment-form-rating a {
    font-size: 0;
    position: relative
}

.comment-form-rating a:after {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #ffc51b
}

.comment-form-rating a.active~a:after {
    color: #e1e1e1
}

.comment-form-rating .stars span {
    direction: rtl;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.single-product .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999999999999;
}




.page-custom{
  margin: 90px 0 0;
  text-align: right;
  padding-bottom: 0;
}
.page-custom .row{
  overflow: hidden;
    /* background-image: url("img/re2.png"); */
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 70px 70px;
}

.page-custom h1{
  color: #fff;
  font-size: 30px;
  width: auto;
  float: right;
  margin: 0 !important;
}

.stut {
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  color: #999;
  padding: 1px 10px 2px !important;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0 10px 0 0;
  float: left;
  line-height: normal;
}
.processing,.Processing{
  color: #f00;
  border-color: #f00;
}
.completed,.Completed{
  color: #76CD61;
  border-color: #76CD61;
}


@media (max-width: 769px) {
 .page-custom h1{
  font-size: 45px;
} 
}
/**/
.woocommerce-MyAccount-navigation{
  display: none;
}




.singel .nav-tabs{
  text-align: center;
  direction: rtl;
  border: none;
  margin: 30px 0;
  display: block;
  overflow: hidden;
}
.singel .nav-tabs li{
  display: inline-block;
  float: none;
  padding: 0 5px;
  width: 50%;
  float: right;
  margin: 0;
}
.singel .nav-tabs li button{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  outline: none;
  border: none !important;
  border-radius: 25px !important;
  color: #fff !important;
  background: #f00;
}
.singel .nav-tabs li button.active{
  background: #090909 !important;
  color: #fff !important;
}
.singel .tab-content{
  overflow: hidden;
}
.singel .tab-content p.woocommerce-form-row{
  width: 100%;
  margin: 0 !important;
}
.singel .tab-content .input-text{
  padding: 5px 0;
  border-bottom: 1px solid #AAAAAA;
  color: #AAAAAA;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 10px 22px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0 0 15px;
  border-radius: 7px;
  background: #FFFFFF12;
  text-align: right;
  color: #fff;
  max-height: 140px;
}

.singel .woocommerce-Button.button{
  display: block !important;
  margin: 15px auto 0 !important;
  float: none;
  padding: 15px 20px !important;
  color: #fff;
  padding: 0;
  border-radius: 30px;
  display: flex;
  background: #f00;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 45px;
  width: 180px;
  text-align: center;
  margin: 0;
  float: none;
}


.singel .woocommerce-error, .woocommerce-info,.singel  .woocommerce-message {
    background-color: #bdeced4a;
    color: #ffffff;
    border-radius: 0;
    height: auto;
    margin: 0;
    text-align: right;
    direction: rtl;
    min-height: 42px;
    padding: 5px 50px;
}





.singel{}
.singel .blocks-cart{
  float: right;
  padding: 10px;
  margin-top: 50px;
}
.shop_table.cart{
  width: 100% !important;
  border: none !important;
  text-align: right !important;
  direction: rtl;
  margin: 0 0 0 !important;
}
.shop_table.cart tr{
  font-weight: 500 !important;
  border: none;
}
.shop_table.cart th{
  border-bottom: 1px solid #F2E3D4;
  font-weight: 500 !important;
  overflow: hidden;
  font-size: 14px !important;
}
.shop_table.cart td{
  font-weight: 500 !important;
  padding: 20px 10px !important;
  overflow: hidden;
}
.shop_table.cart img{
  width: 70px;
  height: 70px !important;
  float: right;
  padding: 10px;
  background: #090909;
  border-radius: 10px;
  margin: 0 -10px 0 0;
}
.product-name a{
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
}


.variation-Color{
  font-size: 14px;
  font-weight: 500;
}
.variation-Color p{line-height: normal;color: #f00;}
.shop_table.cart .product-price {
    color: #fff;
    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: 20px !important;
  height: 25px !important;
  font-size: 0 !important;
}

.shop_table.cart .qib-button-wrapper{
        transform: scale(0.7);
}
.after {
  position: relative;
  overflow: hidden;
}
.after:after {
  content: "";
  background: #fabf3e00;
  height: 40px;
  width: 100%;
  border-radius: 25px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -1;
}

@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: left;
}
}



button.button{
  background: #f00 !important;
  color: #fff !important;
  padding: 10px 15px;
  border: none !important;
  outline: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500 !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 5px;
  right: 1.5em;
}
.woocommerce-Price-amount.amount{
  color: #ff0000;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  background: #090909;
  padding: 25px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #090909;
  max-width: 300px;
}

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

.woocommerce-shipping-destination,.shipping-calculator-button{
  display: none;
}
.woocommerce table.shop_table th {
  font-weight: normal !important;
  padding: 11px 10px;
  line-height: normal;
  font-size: 14px;
}



.checkout-button.button.alt.wc-forward{
  color: #fff;
  padding: 0 0;
  border-radius: 40px;
  display: flex;
  background: #000 !important;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  height: 50px;
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  font-weight: 500;
}
form.coupon{
  position: relative;
  padding: 0;
}
form.coupon p{
  position: relative;
}
form.coupon .input-text{
  padding: 10px 10px;
  background: 090909;
  width: 100%;
  border-radius: 8px;
  border: none;
  height: 50px;
  padding: 0px 10px !important;
  outline: none;
}
form.coupon .button{
  color: #fff;
  padding: 0 0;
  border-radius: 25px !important;
  display: flex;
  background: #000;
  justify-content: center;
  align-items: center;
  font-size: 11px !important;
  height: 30px;
  width: 100px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
 color: #fff !important;
 padding: 0 30px;
 border-radius: 25px !important;
 display: flex;
 background: #191919;
 justify-content: center;
 align-items: center;
 font-size: 15px !important;
 height: 30px;
 width: auto;
 text-align: center;
}
.woocommerce ul#shipping_method li label {
  color: #ffffff;
}





/**/

.blocks-check{
  float: right;
  padding: 10px;
}
.form-row{
  float: right;
  padding: 10px !important;
  margin: 0 0 2px !important;
  color: #fff;
}
.form-row *{
  max-width: 100%;
}
.input-text ,.select2-selection--single{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 14px 22px !important;
  width: 100% !important;
  min-width: 100% !important;
  border: none;
  outline: none;
  margin: 0 0 15px;
  border-radius: 7px;
  background: #FFFFFF12;
  text-align: right;
  color: #fff;
  height: 50px;
  max-height: 140px;
  color: #fff;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50% !important;
}
.woocommerce-billing-fields__field-wrapper .form-row{
  width: 50% !important;
}



.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: inherit;
    width: 100%;
    max-width: 100%;
}
p.form-row.form-row-wide.address-field.validate-required{
  width: 50%;
}


@media (max-width: 769px) { 
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper .form-row{
  width: 100% !important;
}
p.form-row.form-row-wide.address-field.validate-required{
  width: 100%;
}
}





.blocks-check-text{
  overflow: hidden;
  max-width: 350px;
  float: left;
  border-radius: 15px;
  padding: 20px !important;
  width: 100%;
  background: #090909;
  padding: 25px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #090909;
  max-width: 300px !important;
  color: #fff;
}

.blocks-check-text #order_review_heading{
  font-family: inherit;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 20px;
}
.blocks-check-text .shop_table {
    border: none !important;
    padding: 0;
    font-size: 13px;
}
.blocks-check-text .shop_table td{
  text-align: left;
  padding: 10px 0 !important;
}
.blocks-check-text .shop_table th{
  padding: 10px 0 !important;
  font-weight:  500 !important;
}
.blocks-check-text .shop_table .product-name{
  text-align: right;
  padding: 10px 0;
}

.blocks-check-text .form-row{
  width: 100%;
  padding: 0 0 0 !important;
}
.blocks-check-text .form-row #place_order {
    width: 100%;
    padding: 18px 0 !important;
}
.blocks-check-text .form-row #place_order:hover {
  background: #967F71;
}

.blocks-check-text section.woocommerce-customer-details{
  display: none !important;
}

.blocks-check section.woocommerce-order-details{
  display: none !important;
}

.blocks-check-text section.woocommerce-order-details{
  margin: 0 !important;
  display: block !important;
  padding: 0 !important;
}


.blocks-check section{
  padding: 20px 5px !important;
  margin: 0 !important;
}




#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #090909;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
}
#order_review_heading{
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
}
.woocommerce-order-details__title{
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
}

ul.wc_payment_methods{
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
ul.wc_payment_methods li{
  overflow: hidden;
  clear: both;
  width: 100%;
}

ul.wc_payment_methods li label{
  position: relative;
}
ul.wc_payment_methods li label:after{
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: 2px;

  background-size: 100% 100%;
}
ul.wc_payment_methods li .input-radio{
  opacity: 0;
}

ul.wc-item-meta{
  padding: 0 !important;
  margin: 0 !important;
}

/**/
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
  clear: both;
  overflow: hidden;
  display: block;
  border: none !important;
  padding: 10px 0;
}

.woocommerce-column__title{
  font-weight: 500;
  font-family: inherit;
  font-size: 20px;
}
address{
  padding: 10px 0 !important;
  border: none !important;
  font-size: 14px;
  color: #ffffffad;
}
.woocommerce-column.woocommerce-column--shipping-address{
  display: none;
}
.width{
  display: none !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #000;
  color: #fff;
}
#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 #000;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

#place_order{
  color: #fff;
  padding: 0 0;
  border-radius: 40px !important;
  display: flex;
  background: #f00 !important;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  height: 50px;
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  font-weight: 500;
}

.checkout.woocommerce-checkout{
  padding: 50px 20px;
}

@media (max-width: 769px) {
  .checkout.woocommerce-checkout{
  padding: 50px 0 !important;
}
  .blocks-check-text{
    max-width: 100% !important;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
.select2-container--default .select2-selection--single {
  background-color: inherit;
  border: none;
  border-radius: 0;
  height: auto !important;
  border-bottom: none;
  padding: 0px 0 !important;
  background: #090909;
  height: 50px !important;
  color: #000 !important;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.select2-dropdown {
  background-color: #090909;
  border: 1px solid #090909;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: -100000px;
  width: 100%;
  z-index: 1051;
}






/**/

.order-box {
  background: #090909;
  padding: 20px !important;
  border: 1px solid #090909;
  border-radius: 15px;
  margin: 0 0 20px;
  overflow: hidden;
  float: right;
  clear: both;
  position: relative;
  font-size: 13px;
  color: #fff;
}
.order-box  td{
  display: block;
}
.order-box a{
  display: inline-block;
  color: #0d6efd;
  font-size: 18px;
  text-decoration: none;
  outline: none;
}
.order-box time{
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0;
}
.order-box .stut{
  position: absolute;
  top: 50%;
  left: 16px;
  margin: -15px 0 0;
}

.woocommerce-MyAccount-content{
  padding: 50px 20px !important;
  min-height: 70vh;
}

/*  */
.woocommerce-form-register.register ,.woocommerce-form-login.login {
  display: flex;
  flex-direction: column;
  background-color: #090909;
  border: none !important;
  border-radius: 15px !IMPORTANT;
}

.woocommerce-form-register__submit,.woocommerce-form-login__submit{
  color: #fff;
  padding: 0 25px !important;
  border-radius: 40px !important;
  display: flex;
  background: #f00 !important;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 40px;
  width: auto;
  text-align: center;
  margin: 0;
  /* float: left; */
}

.cart-empty.woocommerce-info{
  padding: 10px 50px 10px 15px;
  margin: 30px 0;
}
.button.wc-backward{
  color: #fff !important;
  padding: 0 0;
  border-radius: 20px !important;
  display: flex;
  background: linear-gradient(270deg, #82D060 100%, #00B26E 100%) !important;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 40px;
  width: 200px !important;
  text-align: center;
  margin: 0;
  float: right;
}

.tinv-header{
  display: none;
}
form.fav{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0 !important;
}
form.fav .item-pro{
  padding: 10px;
}
button.remove{
  font-size: 0;
  width: 23px;
  height: 21px;
  background-image: url("img/del.png");
  background-size: 90% 90%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  outline: none;
  border: none;
  padding: 0px !important;
  background-color: initial;
  z-index: 99;
}
form.fav .item-pro:hovrt button.remove{
  background-color: #000 !important;
  background-size: 50% 50%;
  border-radius: 50%;
}

.button.cart-hid {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-image: url(img/cart-hid.png) !important;
  background-size: 100% 100%;
  margin: 0 5px;
  font-size: 0 !important;
  background-color: initial !important;
}
/*  */

.wpfFilterVerScroll li{
  overflow: hidden;
  text-align: right;
}
.wpfFilterVerScroll li .wpfDisplay{
  margin: 0 15px;
}





/*  */
@media (max-width: 769px) {
.product-thumbnail{
  display: block !important
}
.product-thumbnail img{
  display: block;
  margin: auto !important;
  float: none !important;
}
.product-thumbnail:before{
  display: none
}
}

#NZoomImg{
  width: 100%;
  overflow: hidden;
}


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

.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    background: #f00 !important;
    border-color: #f00 !important;
}

.woocommerce-MyAccount-content p ~ p a{
  display: none;
}

@media (max-width: 769px) {
}
/*
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;
} */





#jquery-script-menu{position:fixed;height:90px;width:100%;top:0;left:0;border-top:5px solid #316594;background:#fff;-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);box-shadow:0 2px 3px 0 rgba(0,0,0,.16);z-index:999999;padding:10px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jquery-script-center{max-width:960px;margin:0 auto}.jquery-script-center ul{width:212px;float:left;line-height:45px;margin:0;padding:0;list-style:none}.jquery-script-center a{text-decoration:none}.jquery-script-ads{max-width:728px;height:90px;float:right}.jquery-script-clear{clear:both;height:0}#carbonads{display:block;overflow:hidden;max-width:728px;position:relative;font-size:22px;box-sizing:content-box}#carbonads>span{display:block}#carbonads a{color:#4078c0;text-decoration:none}#carbonads a:hover{color:#3664a3}.carbon-wrap{display:flex;align-items:center}.carbon-img{display:block;margin:0;line-height:1}.carbon-img img{display:block;height:90px;width:auto}.carbon-text{display:block;padding:0 1em;line-height:1.35;text-align:left}.carbon-poweredby{display:block;position:absolute;bottom:0;right:0;padding:6px 10px;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:8px;border-top-left-radius:4px;line-height:1;color:#aaa!important}@media only screen and (min-width:320px) and (max-width:759px){.carbon-text{font-size:14px}}@media only screen and (max-width:1023px){.jquery-script-ads{display:none}}