/*
Theme Name: آی تک اختصاصی
Description: این پوسته اختصاصی برای آی تک طراحی و کدنویسی شده است و هرگونه کپی برداری غیر مجاز بوده و پیگرد قانونی را به همراه خواهد داشت
Tags: آی تک، itech
Version: 2.0.0
*/
@charset "utf-8";

@font-face {
  font-family: iranyekannum;
  font-weight: 200;
  src: url("assets/fonts/ttf/IRANYekanRegularFaNum.ttf") format("truetype");
}
@font-face {
  font-family: iranyekannum;
  font-weight: 400;
  src: url("assets/fonts/ttf/IRANYekanMediumFaNum.ttf") format("truetype");
}
@font-face {
  font-family: iranyekannum;
  font-weight: 600;
  src: url("assets/fonts/ttf/IRANYekanBoldFaNum.ttf") format("truetype");
}
@font-face {
  font-family: iranyekannum;
  font-weight: 800;
  src: url("assets/fonts/ttf/IRANYekanExtraBoldFaNum.ttf") format("truetype");
}
@font-face {
  font-family: iranyekannum;
  font-weight: 900;
  src: url("assets/fonts/ttf/IRANYekanBlackFaNum.ttf") format("truetype");
}
@font-face {
  font-family: iranyekannumBold;
  font-weight: bold;
  src: url("assets/fonts/ttf/IRANYekanWebExtraBold.ttf") format("truetype");
}

.header {
  top: 44px;
  right: 0;
  z-index: 999999;
  border-bottom: 1px #eee solid;
  background-color: #f1f1f1;
}
.header .top .logo {
  margin: 18px 0;
  height: 40px;
}
.header .top .category {
  margin-right: 30px;
  width: calc(100% - 470px);
}
.header .top .category:before {
  content: "";
  margin: 27px -5px 0 0;
  width: 1px;
  background-color: #bdbdbd;
  height: 20px;
  float: right;
}
.header .top .category > div > ul {
  direction: ltr;
}
.header .top .category > div > ul > li,
.header .top .category > div > ul > li > a {
  float: right;
  color: #1d1d1f;
}
.header .top .category > div > ul > li > a {
  padding: 12px 13px;
  margin: 15px 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.header .top .category a:before {
  font-size: 20px;
  width: auto;
  margin: 0 0 0 5px;
}
.header .top .category > div > ul > li > ul {
  background-color: #f1f1f1;
  border-bottom: 1px #d4d4d4 solid;
  border-top: 1px #d4d4d4 solid;
  margin-top: 5px;
  text-align: center;
  min-height: 85px;
  width: 100%;
  float: right;
  position: absolute;
  top: 68px;
  right: 0;
  width: 100%;
  visibility: hidden;
}
.header .top .category > div > ul > li:hover > ul,
.header .top .btns .child:hover .inside {
  visibility: visible;
  z-index: 10;
}
.header .top .category > div > ul > li > ul li {
  opacity: 0;
}
.header .top .category > div > ul > li:hover > ul li {
  opacity: 1;
}
.header .top .category > div > ul > li > ul li,
.header .top .category > div > ul > li > ul li a {
  display: inline-block;
}
.header .top .category > div > ul > li > ul li a {
  padding: 12px 11px;
  margin: 1px 3px 6px 2px;
  font-size: 13.5px;
  color: #1d1d1f;
}
.header .top .category > div > ul > li > ul li a:hover {
  color: #497ad7;
}
.header .top .category > div > ul > li > ul li a:before {
  margin: 0 0 10px 0;
  display: block;
  font-size: 22px;
  width: auto;
}
.header .top .category > div > ul > li:nth-child(1) > ul > .entery li a,
.header .top .category > div > ul > li:nth-child(3) > ul > .entery li a,
.header .top .category > div > ul > li:nth-child(4) > ul > .entery li a,
.header .top .category > div > ul > li:nth-child(5) > ul > .entery li a {
  padding: 12px 20px;
}
.header .top .category .dot {
  width: 140px;
  height: 40px;
  background-color: #e6e6e6;
  border-radius: 10px;
  opacity: 0;
  transform: translateX(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -58px;
  position: relative;
  z-index: -1;
}
.header .top .category .dot.active-1,
.header .top .category .dot.active-2,
.header .top .category .dot.active-3,
.header .top .category .dot.active-4,
.header .top .category .dot.active-5 {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.header .top .category .dot.active-1 {
  transform: translateX(-5px);
}
.header .top .category .dot.active-2 {
  transform: translateX(-155px);
}
.header .top .category .dot.active-3 {
  transform: translateX(-300px);
}
.header .top .category .dot.active-4 {
  transform: translateX(-440px);
}
.header .top .category .dot.active-5 {
  transform: translateX(-580px);
}
.header .top .log-reg {
  padding: 7px 10px;
  margin: 0 0 0 15px;
}
.header .top .btns .info:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 20px;
  margin: 29px 0;
  background-color: #bdbdbd;
}
.header .top .btns .btn {
  margin: 16px 0 8px;
  background: none;
  border: 0;
  padding: 10px 8px;
}
.header .top .btns .cart .btn {
  margin-left: 8px;
}
.header .top .btns .info .btn {
  margin-right: 8px;
}
.header .top .btns .cart.rt-amount-0,
.up-sells.upsells.products {
  display: none;
}
.header .top .btns .cart .count {
  padding: 1px 6px;
  background-color: #ea3224;
  right: 3px;
  top: 18px;
}
.header .top .btns .inside {
  width: 400px;
  left: -30px;
  top: 70px;
  visibility: hidden;
}
.header .top .btns .inside.shoping-cart {
  /* width: 350px; */
  width: 400px;
}
.header .top .btns .inside.user-panel {
  width: 230px;
}
.header .top .btns .inside.user-panel .entery {
  padding: 8px 15px;
}
.header .top .btns .inside.user-panel h6 {
  padding: 20px 0 10px;
}
.header .top .btns .inside.user-panel li svg {
  width: 23px;
  height: 23px;
}
.header .top .btns .inside.user-panel li span {
  width: calc(100% - 35px);
  margin: 5px 0;
}
.header .top .btns .inside.user-panel li:hover svg path,
.header .top .btns .inside.user-panel li:hover svg g {
  fill: #387adb;
}
.header .top .btns .inside.user-panel li a {
  padding: 13px 10px;
  border-bottom: 1px #eee solid;
}
.header .top .btns .inside.user-panel li:last-child a {
  border-bottom: 0;
}
.header .top .btns .inside .entery {
  opacity: 0;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 17px;
  margin-top: 5px;
}
.header .top .btns .child:hover .inside .entery {
  opacity: 1;
}
.header .top .btns .inside .entery:before {
  left: 50px;
  top: -12px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(-45deg);
  border-top: 20px solid #fff;
}
.header .top .btns .inside.shoping-cart ul {
  overflow: auto;
  max-height: calc(100vh - 315px);
}
.header .top .btns .inside.shoping-cart ul,
.header .top .btns .inside.shoping-cart li,
.header .top .btns .inside.shoping-cart .price-total {
  width: 100%;
  float: right;
  position: relative;
}
.header .top .btns .inside.shoping-cart li {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.header .top .btns .inside.shoping-cart li:last-child {
  border-bottom: 0;
}
.header .top .btns .inside.shoping-cart li img {
  width: 70px;
  float: right;
  height: 79px !important;
  position: absolute;
  top: 0;
}
.header .top .btns .inside.shoping-cart li .detail-item {
  width: calc(100% - 85px);
  float: left;
  padding-left: 30px;
}
.header .top .btns .inside.shoping-cart li .btn-remove {
  position: absolute;
  left: 5px;
  top: 40%;
  color: #ccc;
}
.header .top .btns .inside.shoping-cart li .product-name {
  color: #333;
  line-height: 1.75;
  font-size: 14px;
  display: block;
}
.header .top .btns .inside.shoping-cart li .product-name a {
  color: #222;
}
.header .top .btns .inside.shoping-cart li .qty {
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.header .top .btns .inside.shoping-cart li .woocommerce-Price-currencySymbol {
  font-size: 12px;
  margin-right: 5px;
}
.header .top .btns .inside.shoping-cart li .price,
.header .top .btns .inside.shoping-cart li .woocommerce-Price-amount {
  color: #999;
  font-weight: bold;
  font-size: 13px;
}
.header .top .btns .inside.shoping-cart .price-total {
  /* padding: 20px 0; */
  padding: 0;
  color: #333;
  text-align: center;
}
.header .top .btns .inside.shoping-cart .price-total .woocommerce-Price-amount {
  font-family: iranyekannum;
  font-weight: 800;
  color: #397ade;
}
.header
  .top
  .btns
  .inside.shoping-cart
  .price-total
  .woocommerce-Price-amount
  span {
  margin-right: 7px;
  font-size: 22px;
  font-weight: 800;
  color: #333;
}
.header .top .btns .inside.shoping-cart .price-total .price-total-w {
  font-size: 22px;
  width: 100%;
  float: right;
}
.header .top .btns .inside.shoping-cart .price-total .label-price-total {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}
.header .top .btns .inside.shoping-cart .cart-link {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  padding: 12px 10px;
  font-weight: bold;
}
.header .top .btns .inside.information li {
  padding: 10px 15px;
  margin: 7px 0;
  line-height: 2;
}
.header .top .btns .inside.information .title {
  padding: 0;
  margin: 7px 0;
  line-height: 2;
}
.header .top .btns .inside.information li .iner {
  width: calc(100% - 40px);
  line-height: 20px;
  margin: 9px 0;
  font-size: 15px;
}
/* .header .top .btns .inside.information li.title {
  padding-top: 0;
  margin-top: 2px;
}*/
.header .top .btns .inside.information li i.itech-tellUs {
  color: #397ade;
  margin-top: 5%;
}
.left-flex{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* OWL CUROSEL */
.slider a {
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 18.33%; /** HEIGHT : WIDTH x 100 **/
}
/* .header .top .btns .inside.information li.title i {
  margin: 15px 0;
} */
.header .top .btns .inside.information li.grey {
  background-color: #f5f5f5;
  border: 1px #ccc solid;
}
.header .top .btns .inside.information li .fa-phone {
  margin: 23px 0;
  color: #387adb;
}
.header .top .btns .inside.information li .fa-instagram {
  color: #d61c7f;
  margin-top: 1%;
}
.header .top .btns .inside.information li .fa-whatsapp {
  color: #00cd32;
  margin-top: 1%;
}
.header .top .btns .inside.information li .fa-question-circle {
  color: #ff8900;
  margin-top: 1%;
}
.header .top .btns .inside.information li.title:hover .iner {
  color: #444;
}
.header .top .btns .inside.user-panel li a:hover,
.header .top .btns .inside.information li a:hover,
.header .top .btns .inside.information li:hover i,
.header .top .btns .inside.information li:hover .iner,
.header .top .btns .inside.shoping-cart li .product-name a:hover,
.header
  #search-box
  .search
  .showSearchResult
  .widget-post-details
  .widget-post-title:hover,
.header #search-box .search .src .hit-links li a:hover,
.footer .side.menu a:hover {
  color: #397ade;
}
.header #search-box .search .showSearchResult .item:hover .widget-post-img,
.footer .side.contact li.subscribe input[type="submit"]:hover {
  opacity: 0.8;
}
.header .top .category > div > ul > li:hover > a {
  color: #000;
}

.header #search-box {
  position: fixed;
  background-color: #f1f1f1;
  top: 0;
  right: 0;
  z-index: 9999999;
  padding: 13px 0;
}
.header #search-box .search {
  width: 50%;
  margin: 0 25%;
}
.header #search-box .search .sub {
  width: 49px;
  height: 49px;
  border: 0;
  font-size: 18px;
  background: none;
  margin: -2px 0 -2px -2px;
}
.header #search-box .search .text {
  background: none;
  border: 0;
  width: calc(100% - 73px);
  padding: 5px;
  margin: 7px 0;
}
.header #search-box .search .close {
  padding: 12px 5px;
  display: none;
}
.header #search-box .search .src {
  background-color: #f1f1f1;
  right: 0;
  z-index: 999999;
  visibility: hidden;
  overflow: auto;
  opacity: 0;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  color: #444;
  border-top: 1px #d4d4d4 solid;
  top: 50px;
  max-height: calc(100vh - 85px);
  padding: 10px 25px;
}
.header #search-box .search .showSearchResultOverly {
  font-size: 14px;
  color: #444;
  padding: 5px 15px;
}
.header #search-box .search .showSearchResultOverly .fto-loader {
  padding: 0;
  opacity: 1;
}
.header #search-box .search #post-filter-fetch,
.header #search-box .search .showSearchResultOverly {
  margin-bottom: 5px;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
}
.header #search-box .search .src {
  visibility: visible;
  opacity: 1;
  top: 58px;
}
.header #post-filter-fetch,
.header #search-box .search .showSearchResultOverly.hidden {
  display: none;
}
.header #search-box .search #post-filter-fetch {
  border-bottom: 1px #e0e0e0 solid;
}
.header #search-box .search .showSearchResultOverly {
  background-color: #f1f1f1;
  margin-top: -7px;
  padding-bottom: 0;
}
.header #search-box .search .showSearchResult .item {
  padding: 15px 0;
  border-bottom: 1px #e0e0e0 dashed;
}
.header #search-box .search .showSearchResult .item:last-child {
  border-bottom: 0;
}
.header #search-box .search .showSearchResult .widget-post-img {
  width: 65px;
}
.header #search-box .search .showSearchResult .widget-post-details {
  width: calc(100% - 85px);
}
.header #search-box .search .showSearchResult .widget-post-details .made-year {
  margin-left: 20px;
}
.header #search-box .search .showSearchResult .widget-post-details span {
  margin-top: 10px;
  color: #6f7285;
}
.header
  #search-box
  .search
  .showSearchResult
  .widget-post-details
  .search-post-type-doreh,
.header
  #search-box
  .search
  .showSearchResult
  .widget-post-details
  .search-post-type-post {
  padding: 3px 10px;
  float: right;
  border-radius: 30px;
  font-size: 13px;
}
.header
  #search-box
  .search
  .showSearchResult
  .widget-post-details
  .search-post-type-doreh.c1 {
  background-color: rgba(211, 47, 47, 0.2);
  color: #d32f2f;
}
.header
  #search-box
  .search
  .showSearchResult
  .widget-post-details
  .search-post-type-doreh.c2 {
  background-color: rgba(0, 160, 73, 0.2);
  color: #00a049;
}
.header
  #search-box
  .search
  .showSearchResult
  .widget-post-details
  .widget-post-title {
  margin: 0;
  color: #111;
  line-height: 2;
}
.header #search-box .search .src .hit-links {
  padding: 20px 0 15px 0;
}
.header #search-box .search .src .hit-links h5 {
  margin-bottom: 10px;
}
.header #search-box .search .src .hit-links li a,
.header #search-box .search .src .hit-links ul,
.header #search-box .search .src .hit-links li {
  width: 100%;
  float: right;
}
.header #search-box .search .src .hit-links li a {
  color: #484b62;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 14px;
}
.header #search-box .search .src .hit-links li a:before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #999;
  display: inline-block;
  margin-left: 8px;
}
#search-hidder {
  display: none;
  position: fixed;
  background-color: rgba(41, 42, 51, 0.6);
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#search-hidder.active,
.header #post-filter-fetch.showSearchResult-show {
  display: block;
}

.top-slider,
.archive-category,
.last-blogs,
.mini-brands,
.features {
  margin: 30px 0;
}
.top-slider,
.hit-products {
  padding-top: 10px;
}
.top-slider .item {
  /*padding: 0 100px 0 50px;*/
}
.top-slider .item img {
  margin: 40px 0;
  width: 450px;
}
.top-slider .item .entery {
  width: 300px;
  /* margin: 100px 50px 60px 0; */
  padding-top: 20px;
  position: absolute;
  height: 170px;
  left: 0;
  top: 33%;
}
.top-slider .item .entery .name {
  font-size: 27px;
  line-height: 1.8;
}
.top-slider .item .entery .addtocart a {
  padding: 7px 17px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}
.top-slider .item .entery .addtocart {
  display: inline-flex;
  justify-content: center;
}

.top-slider .item .entery .addtocart a:before {
  display: none;
}
.top-slider .item .entery .info {
  padding: 5px 0;
}
.top-slider .owl-carousel .owl-nav div {
  background-color: #ccc;
  box-shadow: none;
  top: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  opacity: 0;
}
.top-slider .owl-carousel:hover .owl-nav div {
  opacity: 1;
}
.top-slider .owl-carousel .owl-nav .owl-prev {
  right: 70px;
}
.top-slider .owl-carousel .owl-nav .owl-next {
  left: 70px;
}
.top-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  right: calc(50% - 30px);
}
.top-slider .owl-carousel .owl-dots div {
  background-color: #e0e0e0;
  width: 10px;
  height: 10px;
  float: right;
  margin: 5px;
  border-radius: 50%;
}
.top-slider .owl-carousel .owl-dots div.active {
  background-color: #000;
}
.top-slider .owl-carousel .owl-nav div.disabled {
  display: none;
}
.top-slider .main {
  padding: 0 15px;
}
.mini-p {
  position: relative;
}
.mini-p,
.hit-products article,
.last-blogs article {
  padding: 20px 15px 15px 15px;
  margin: 15px;
  text-align: justify;
}
.mini-p .title {
  padding: 5px 0 5px 0;
  font-weight: bold;
}
.mini-p .title .desc {
  padding-top: 5px;
}
.mini-p .title a,.minibig_title a{
  margin-bottom: 13px;
}
.minip .pic {
  /* margin-top: 20px !important; */
  object-fit: contain;
}
.mini-p .pic {
  height: 175px;
  width: 175px;
  margin-top: 41px;
  object-fit: cover;
}
.page-archive .mini-p .pic {
  height: 175px;
  width: 175px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.hide{
  display: none !important;
}
.AddToCardH{display: flex;align-items: center;}
.mini-p
  .qeymat
  del
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol,
.single-product
  .qeymat
  del
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol,
.microp
  .qeymat
  del
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol,
.mini-p .star-rating {
  display: none;
}
.mini-p .addtocart {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.minip .addtocart {
  bottom: 25px !important;
}
/* .page-archive .minip .addtocart {
  bottom: 15px !important;
} */
.mini-p .addtocart .shopswatchinput {
  order: 1;
}
.mini-p .addtocart .button {
  order: 2;
  border: 0;
  cursor: pointer;
}
.mini-p .addtocart .edame {
  order: 3;
}
.mini-p div.shopswatchinput a {
  width: 28px !important;
  height: 20px;
  margin-top: 10px;
  position: relative;
  z-index: -1;
  float: right;
  transform: scale(0.5);
}
.mini-p div.wcvashopswatchlabel {
  border-radius: 50%;
}
.addtocart .button,
.addtocart a.edame,
.addtocart .added_to_cart.wc-forward {
  line-height: inherit !important;
  color: #fff;
  background-color: #397ade;
  font-weight: bold;
  border-radius: 35px;
  padding: 5px 12px;
  display: inline-block;
  border-color: transparent !important;
  font-size: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
}
.addtocart .added{visibility: hidden;}
.addtocart .button::before {
  content: "خرید";
  font-size: 14px;
}
.addtocart .button.vi_wpvs_loop_variation_no_pointer::before {
  content: "ناموجود";
}
.addtocart .button.vi_wpvs_loop_variation_no_pointer {
  background-color: #818181;
  opacity: 0.7;
}
/* .addtocart .button.vi_wpvs_loop_variation_no_pointer::before {
  content: "ناموجود";
} */
.addtocart .added_to_cart.wc-forward {
  font-size: 15px;
  background-color: #39ae00;
}
.addtocart .button:focus,
.addtocart a.edame:focus {
  background-color: #245bc3;
}
.addtocart a.edame::before {
  content: "نهایی سازی خرید";
  font-size: 15px;
}
.addtocart a.edame,
.top-slider .item .entery .addtocart a.edame {
  background-color: #39ae00;
}
.addtocart .button.ajax_add_to_cart.added {
  display: none !important;
}
.addtocart a.edame,
.top-slider .item .entery .addtocart a.edame {
  display: none;
}
.addtocart .button:hover {
  color: #fff;
}
.qeymat ins {
  text-decoration: none;
}
.qeymat ins bdi,
.qeymat .woocommerce-Price-amount bdi {
  color: #111;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.qeymat .woocommerce-Price-currencySymbol {
  font-size: 20px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 3px;
}
.qeymat del {
  color: #ef394e;
}
.qeymat del .woocommerce-Price-amount bdi {
  color: #ef394e !important;
  font-size: 15px !important;
}

.title-asli  {
  margin-top: 30px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.search .title-asli{
  display: block;
}
.title-asli .itech-shopbasket {
padding-top: 5px;
}

.tabs {
  margin: 10px 0;
}
.tabs .tab {
  /* display: inline-block; */
  font-weight: 700;
  padding: 13px 7px;
  margin: 0 15px;
  border-bottom: 2px rgba(255, 255, 255, 0) solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
i.itech.itech-product-info {
  font-size: 22px;
}
.tabs .tab:after {
  width: 1px;
  background-color: #e0e0e0;
  height: 60%;
  position: absolute;
  left: -20px;
  top: 20%;
  content: "";
}
.tabs .tab i:before {
  width: auto;
  margin-left: 7px;
  font-weight: 600;
}
.tabs .inline,
.archive-category .owl-filter-bar .inline {
  display: inline-block;
}
.tabs .inline:hover .tab.active {
  border-bottom-color: #fff;
}
.tabs .tab.active,
.tabs .inline .tab.active:hover,
.tabs .tab:hover {
  border-bottom-color: #888;
}
.tabs .tab:last-child:after,
.tab-content,
.ttab-content,
.single-productm .tabs .tab:after {
  display: none;
}
.tabs img,
.mini-brands img {
  height: 25px;
  display: inline-block;
  margin: 5px 15px;
  opacity: 0.5;
  filter: grayscale(1);
}
.tabs img.active,
.mini-brands img:hover {
  opacity: 1;
  filter: grayscale(0);
}
.active.tab-content,
.active.ttab-content {
  display: block;
}
.archive-category .owl-filter-bar {
  margin: 10px 0 10px 0;
}
.archive-category .owl-filter-bar .item {
  display: inline-block;
  padding: 7px 15px;
}
.archive-category .owl-filter-bar .inline:hover .item.active {
  background-color: #fff;
}
.archive-category .owl-filter-bar .item.active,
.archive-category .owl-filter-bar .inline .item.active:hover,
.archive-category .owl-filter-bar .item:hover {
  background-color: #e6e6e6;
}
.archive-category .mini-p{
  width: 294px !important;
  transition: transform 0.7s;
  min-height: 459px;
  text-align: center;
}
.page-archive .mini-p{
  width: 297.3px !important;
  transition: transform 0.7s;
  min-height: 426px;
  /* min-height: 420px; */
  float: left;
}
.mini-p:hover {
  transform: scale(1.03);
}

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}

span.img-text {
text-decoration: none;
outline: none;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
cursor: pointer;
width: 100%;
font-size: 23px;
display: block;
text-transform: capitalize;
}
span.img-text:hover {
color: #2caae1;
}
.archive-category .owl-carousel:after,
.last-blogs .owl-carousel:after,
.hit-products .owl-carousel:after,
.features .owl-carousel:after,
.single-productm .product-information.owl-carousel:after,
.product-relateds:after {
  height: 100%;
  top: 0;
  width: 70px;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  background: linear-gradient(to right, #fafafc, rgba(255, 255, 255, 0));
}
.product-relateds:after {
  width: 40px;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.hit-products article {
  width: 560px;
}
.hit-products article .photo {
  width: 270px;
}
.hit-products article .entery {
  width: calc(100% - 270px);
  padding: 40px 0 0 20px;
  text-align: left;
}
.hit-products article .entery .desc {
  margin: 5px 0 17px 0;
}
.hit-products article .entery .flipper {
  margin-top: 25px;
}
.hit-products article .qeymat {
  display: grid;
}
.hit-products article .qeymat del {
  display: block;
  color: #989898;
  order: 2;
}
.hit-products article .qeymat del .woocommerce-Price-amount bdi {
  color: #989898 !important;
  font-size: 22px !important;
  font-weight: 800;
}
.hit-products article .qeymat ins bdi {
  color: #ea3224;
  font-size: 22px;
  direction: ltr;
  font-weight: 800;
}
.hit-products article .qeymat ins bdi .woocommerce-Price-currencySymbol {
  color: #1d1d1f;
}
.hit-products article .qeymat del .woocommerce-Price-currencySymbol {
  display: none;
}
.hit-products article .qeymat .woocommerce-Price-currencySymbol {
  margin: 6px 0 0 8px;
  font-size: 22px;
}

.banners .item {
  width: calc(50% - 30px);
  margin: 0 15px;
}
.banners .item .info {
  width: 220px;
  padding: 30px;
  top: 10px;
  line-height: 2;
  text-align: justify;
}
.banners .item.b1 img {
  height: 412px;
}
.banners .item.b1 .info {
  left: 0;
}
.banners .item.b2 img {
  height: 362px;
  margin-top: 50px;
}
.banners .item.b2 .info {
  right: 0;
  width: 260px;
}

.last-blogs {
  margin-top: 0;
}
.last-blogs article {
  width: 700px;
}
.last-blogs article .pic {
  object-fit: cover;
  height: 270px;
  width: 270px;
  margin: 15px;
}
.last-blogs article .entery {
  width: calc(100% - 330px);
  margin: 15px;
  min-height: 270px;
}
.last-blogs article .entery .text {
  margin: 15px 0;
  line-height: 2;
}
.last-blogs article .entery .more {
  padding: 7px 17px;
  margin-top: 15px;
}
.last-blogs article .entery .more:hover,
.header .top .btns .inside.shoping-cart .cart-link:hover,
.addtocart .button:hover,
.top-slider .item .entery .more:hover {
  background-color: #5a93ff;
}

.features .item {
  padding: 25px;
  width: 360px;
  margin: 15px;
  line-height: 2;
  background-color: #fbfbfd;
}
.features .item h4 {
  padding: 5px 0;
}

.top-archive {
  padding: 0 0 40px 0;
  background-color: #f5f5f7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  height: 292px;
  width: 100%;
}
.top-archive .main {
  height: 292px;
  background-size: 100% 100%;
  background-position: center;
}
.top-archive.nondes {
  /* min-height: 285px; */
  min-height: 123px;
  /* padding: 0; */
}
.top-archive img {
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  max-height: 180px;
}
.top-archive h1 {
  margin: 20px 0 10px;
}

.archive-category.realted-posts .title-asli {
  margin-bottom: 10px;
}
.archive-category.realted-posts .owl-carousel .owl-nav {
  display: block;
}

.page-archive {
  padding: 60px 0;
}
.page-archive #filter-btn {
  background: none;
  border: 0;
  padding: 10px 0;
}
.page-archive #filter-btn i {
  margin: 2px 0 0 10px;
}
.page-archive .woocommerce-ordering select {
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  float: left;
  border-radius: 8px;
  padding: 15px 15px;
  margin: 0 10px 10px;
  border: 0;
  color: #747474;
  font-weight: bold;
  width: 100%;
}
.page-archive .main {
  width: 983px;
}
/* .page-archive .mini-p {
  width: calc(33.33% - 25px);
  margin: 12.5px;
  float: left;
  min-height: 600px;
} */
/* .page-archive .mini-p:nth-child(1),
.page-archive .mini-p:nth-child(7) {
  width: calc(66.66% - 25px);
  padding: 118px 30% 119px 15px;
}
.page-archive .mini-p:nth-child(1) .pic,
.page-archive .mini-p:nth-child(7) .pic {
  position: absolute;
  right: 0;
  top: 20%;
  width: 45%;
  height: auto;
} */
.page-archive .mini-big-p {
  margin: 12.5px;
  float: left;
  height: 426px;
  width: calc(66.66% - 25px);
  padding: 118px 30% 119px 15px;
}
.page-archive .mini-big-p .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: auto;
}
.arch-links {
  margin-bottom: 100px;
}
.arch-links li {
  max-width: 140px;
  display: inline-block;
  padding: 0 10px;
}
.arch-links li > ul,
.arch-links li:before,
.added_to_cart[title="مشاهده سبد خرید"] ~ .added {
  display: none;
}
.arch-links li a,
.arch-links li a:before,
.arch-links div,
.arch-links ul {
  width: 100%;
  margin: 0 auto;
  color: #1d1d1f;
  font-size: 14px;
  text-align: center;
}

.arch-links li a,
.arch-links li a:before,
.arch-links ul {
  float: right;
}
.arch-links li a:before {
  font-family: "itech-fonts";
  margin-bottom: 5px;
  font-size: 31px;
}

.pishnahad {
  padding: 12px 0;
  background: linear-gradient(to right, #17baff, #406cff);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.pishnahad a,
.pishnahad a ins,
.pishnahad a del {
  display: inline-block;
  margin-right: 10px;
}
.pishnahad a ins {
  text-decoration: none;
}
.pishnahad a del:after {
  font-size: 21px;
  float: left;
  margin: -2px 15px 0 -2px;
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.pishnahad a .woocommerce-Price-currencySymbol {
  display: inline-block;
  margin-right: 3px;
}
.pishnahad .woocommerce-Price-amount {
  display: inline-block;
  margin-right: 15px;
}

.single-productm .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}
.single-productm .woocommerce-notices-wrapper,
.single-productm .woocommerce-notices-wrapper .woocommerce-message {
  width: 100%;
  float: right;
}
.single-productm {
  margin-top: 30px;
  padding: 20px;
}
.single-productm .product {
  padding: 0 100px;
}
.single-productm .photo-side {
  width: 450px;
}
.single-productm .info {
  width: calc(100% - 520px);
  margin-right: 70px;
}
.single-productm .photo-side .onsale {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 15px;
  border-radius: 15px 0 15px 0;
  background-color: #ef394e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.single-productm .photo-side .cart {
  /* margin: 20px 0; */
}
.single-productm .photo-side .cart .quantity {
  float: right;
  width: 70px;
  margin: 0 0 0 15px;
}
.single-productm .photo-side .cart .quantity input,.single-productm .photo-side .cart .quantity select {
  border: 1px #c9c9ca solid;
  background-color: #fbfbfb;
  font-size: 14px;
  text-align: left;
  padding: 7px 0 7px 10px;
  color: #979797;
  border-radius: 2px;
  width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("https://itech.itech.ir/wp-content/themes/itech/assets/img/icon-down.png");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 45px;
  border: 1px solid #979797;
  border-radius: 2px;

}
.woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("https://itech.itech.ir/wp-content/themes/itech/assets/img/icon-down.png");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 20px !important;
  border: 1px solid #979797;
  border-radius: 2px;

}

.single-productm .photo-side .book {
  margin: -35px 0 0 10px;
  color: #2f89fc;
}
.single-productm .photo-side .woocommerce-product-gallery {
  position: relative;
}
.single-productm .photo-side .woocommerce-product-gallery img {
  object-fit: cover;
  border-radius: 10px;
}
.thumbnail_image.slick-current{border-radius: 10px;}

.single-productm .photo-side .woocommerce-product-gallery__trigger {
  padding: 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
  float: right;
}
.single-productm .photo-side .woocommerce-product-gallery__trigger:before {
  float: right;
  font-family: "itech-fonts";
  font-size: 21px;
  content: "";
}
.single-productm .photo-side .stock.out-of-stock {
  width: calc(100% - 50px);
  color: red;
  float: right;
  font-size: 14px;
  margin-top: 40px;
}

.single-productm .ersals {
  margin: 20px 0 0;
  max-width: 100%;
  display: flex;
  text-align: center;
}
.single-productm .ersals .sid {
  width: 50%;
}
.single-productm .ersals .sid.right {
  line-height: 2.2;
}
.single-productm .ersals .sid.right i {
  margin-left: 7px;
}
.single-productm .ersals .sid.left {
  border-right: 1px #eee solid;
  line-height: 1.9;
}
.single-productm .ersals .sid.left i {
  margin-bottom: 3px;
}
.single-productm .variations {
  font-size: 14px;
  color: #444;
  line-height: 2;
  padding: 0;
}
.single-productm .variations .reset_variations {
  color: red;
  font-size: 0;
  display: none !important;
  clear: both;
  float: right;
}
.reset_variations.woo_variation_swatches_archive_reset_variations {
  visibility: hidden;
  font-size: 0;
}
.single-productm
  .variations
  .reset_variations[style="visibility: hidden; display: inline;"] {
  display: none !important;
}
.single-productm .variations .reset_variations:before,
.remove-filters li a:before,
.reset_variations.woo_variation_swatches_archive_reset_variations:before {
  color: red;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00d";
  font-size: 20px;
  cursor: pointer;
}
.single-productm .variations th,
.single-productm .photo-side > .price {
  display: none;
}
.variable-item.image-variable-item {
  width: 100% !important;
  float: right;
  height: auto !important;
  border-radius: 10px !important;
  border: 0;
  margin: 5px 0 !important;
  padding: 10px 20px !important;
}
.variable-item.color-variable-item,
.variable-item.color-variable-item .variable-item-span-color,
.variable-item.color-variable-item .variable-item-span-color:after {
  border-radius: 50% !important;
}
.single-productm .variations td {
  padding: 10px 0;
}
.single-productm .info .title,
.single-productm .info .desc {
  line-height: 1.8;
}
.single-productm .info .posted_in a {
  color: #666;
  font-weight: bold;
}
.single-productm .info .posted_in {
  margin-bottom: 3px;
}
.single-productm .info .mini {
  height: 25px;
  margin: 10px 0;
}
.single-productm .info .desc {
  margin: 3px 0 12px 0;
}
.single-productm .info .featurs {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 10px 0;
  margin: 15px 0 25px;
}
.single-productm .info .qeymat.ghs ins bdi,
.single-productm .info .qeymat.ghs .woocommerce-Price-amount bdi {
  font-weight: 800;
  color: #308afe;
  font-size: 25px;
  margin-left: 7px;
}
.single-productm .info .qeymat.ghs ins bdi .woocommerce-Price-currencySymbol,
.single-productm
  .info
  .qeymat.ghs
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  font-weight: 800;
  color: #000;
}
.single-productm .tabs {
  margin-top: 40px;
}
.single-productm .tab-content {
  margin-top: 20px;
}
.single-productm .tab-content .rt-matn {
  padding: 20px 80px;
}
.single-productm .tab-content .slider-auto {
  margin-bottom: 20px;
}
.single-productm .shop_attributes {
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 200px;
  line-height: 1.85;
}
.single-productm .shop_attributes td,
.single-productm .shop_attributes th {
  padding: 20px 60px;
  border: 0;
  color: #242831;
  font-weight: bold;
}
.single-productm .shop_attributes th {
  border-left: 1px #c9c9cb solid;
  color: #9e9ea6;
}
.single-productm .product-information.owl-carousel:after {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.single-productm .product-information .item {
  background-color: #edeef2;
  width: 300px;
  margin-left: 15px;
  line-height: 2;
}
.single-productm .product-information .item p {
  padding: 20px;
}
.single-productm .product-information .item img,
.single-productm .inbox li img {
  object-fit: cover;
}
.single-productm .product-information .owl-item:first-child .item {
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.single-productm .product-information .owl-item:first-child .item p {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.single-productm .product-information .owl-item:first-child .item img {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.single-productm .product-information .owl-item:nth-child(2) .item {
  width: 600px;
}
.single-productm .product-information .owl-item:nth-child(2) .item p,
.single-productm .product-information .owl-item:nth-child(2) .item img {
  width: 50%;
}
.single-productm .product-information .item,
.single-productm .product-information .owl-item:nth-child(2) .item p,
.single-productm .product-information .owl-item:nth-child(2) .item img {
  height: 530px;
}
.single-productm .inbox li {
  width: 15%;
  display: inline-block;
  margin: 10px;
}
.single-productm .inbox li img {
  height: 170px;
  margin-bottom: 20px;
}
.single-productm .flex-control-nav.flex-control-thumbs {
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 15px;
}
.single-productm .flex-control-nav.flex-control-thumbs li {
  display: inline-block;
  width: 80px;
}
.single-productm .flex-control-nav.flex-control-thumbs li img {
  cursor: pointer;
  float: right;
  width: 100%;
  border: 1px #fff solid;
  border-radius: 8px;
  opacity: 0.5;
}
.single-productm .flex-control-nav.flex-control-thumbs li img.flex-active {
  border-color: #308afe;
}
.single-productm .flex-control-nav.flex-control-thumbs li img.flex-active,
.single-productm .flex-control-nav.flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-productm .microp {
  position: relative;
  margin: 15px 0 5px 15px;
  width: 200px;
  min-height: 200px;
  overflow: hidden;
}
.single-productm .microp .des {
  display: block;
}
.single-productm .photo-side .woocommerce-product-rating,
.single-productm
  .product-type-variable
  .info
  .qeymat
  > .price
  > .woocommerce-Price-amount.amount
  > bdi
  > .woocommerce-Price-currencySymbol {
  display: none;
}
.single-productm
  .info
  .qeymat
  > .price
  > .woocommerce-Price-amount.amount:nth-child(2)
  > bdi
  > .woocommerce-Price-currencySymbol {
  display: inline-block;
}
.single-productm .tab-content .rt-matn blockquote {
  margin-right: 200px;
  margin-left: 200px;
}
.single-productm .woocommerce-notices-wrapper {
  margin: 0 0 15px 0;
}
.woocommerce-notices-wrapper {
  margin: 30px 0 15px 0;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-size: 15px;
  line-height: 1.8;
  margin: 12px 0;
  background-color: rgba(48, 139, 255, 0.15);
  padding: 15px 25px;
  border-radius: 10px;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  float: left;
  display: inline-block;
  margin: -5px 10px -5px -15px;
  color: #fff;
  background-color: #308bff;
  padding: 5px 12px;
  border-radius: 8px;
}

.faqs {
  line-height: 1.85;
  padding: 0 100px;
}
.faqs li {
  padding: 15px 0;
}
.faqs li .submenu,
.faqs li .submenua {
  padding-top: 5px;
  display: none;
}
.faqs li.open .link,
.faqs .submenu .opena .linka {
  color: #006ffd;
}
.faqs li .link i {
  float: right;
  margin-left: 10px;
  font-size: 16px;
}
.faqs li .submenu {
  padding-right: 50px;
}
.faqs .submenu li {
  padding: 7px 0;
}
.faqs .submenu .linka:before {
  content: "+";
  font-size: 18px;
  margin-left: 7px;
}
.faqs .submenu .opena .linka:before {
  content: "-";
}
.single-productm .tab-content .faqs li .link i {
  font-size: 20px;
}
.mini-p .qeymat {
  margin: 0;
}
.woo-variation-swatches.rtl
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):last-child {
  margin-left: 0;
}

.mini-p.product-type-variable .image-variable-wrapper {
  display: none;
}

.about-us {
  margin-bottom: 20px;
}
.about-us .side.w6 {
  width: calc(60% - 15px);
}
.about-us .side.w4 {
  width: calc(40% - 15px);
}
.about-us .side.w55 {
  width: calc(55% - 15px);
}
.about-us .side.w45 {
  width: calc(45% - 15px);
}
.about-us .side {
  margin-top: 40px;
}
.about-us .text {
  line-height: 2;
}
.about-us .text p {
  display: block;
  margin-bottom: 25px;
}
.about-us .top-video video {
  object-fit: cover;
}
.about-us .top-video .btn {
  width: 40px;
  height: 40px;
  right: 35px;
  bottom: 35px;
}
.about-us .team-itech {
  padding: 40px 0;
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
}
.about-us .team-itech .inside {
  margin-top: 25px;
}
.about-us .team-itech .inside .item {
  width: 250px;
  display: inline-block;
  padding: 30px;
}
.about-us .team-itech .inside .item h4 {
  padding: 15px 0 10px 0;
}
.about-us .addres li {
  padding: 14px 0;
  line-height: 2;
}
.about-us .addres li .iner {
  margin-right: 15px;
  max-width: calc(100% - 40px);
}
.about-us .addres li.title {
  padding-top: 0;
  margin-top: 2px;
}
.about-us .addres li.title i {
  margin: 12px 0;
}
.about-us .addres li .fa-phone {
  margin: 28px 0;
  color: #387adb;
}
.about-us .addres li .fa-instagram {
  color: #d61c7f;
}
.about-us .addres li .fa-whatsapp {
  color: #00cd32;
}
.about-us .addres li .fa-map-marker-alt {
  color: #ff8900;
  margin-top: 15px;
}
.about-us .addres li.title:hover .iner {
  color: #444;
}

.services,
.learn {
  margin: 40px 0;
}
.services .tit {
  margin: 50px 0 25px 0;
  line-height: 2;
}
.services .tit .matn {
  padding: 15px 250px;
  text-align: justify;
}
.services .entery .item {
  width: calc(33.33% - 35px);
  margin: 17.5px;
  padding: 40px 30px;
  line-height: 1.9;
}
.services .entery .item h2 {
  margin: 10px 0;
}
.services .entery .item p {
  text-align: justify;
}
.services .tamas {
  margin-top: 50px;
  line-height: 2;
}
.services .tamas a {
  padding: 8px 80px;
  display: inline-block;
  background-color: #308bff;
  margin-top: 20px;
  text-shadow: 1px 1px 1px #555;
}

.learn p {
  display: block;
  margin-bottom: 30px;
}
.learn .pic {
  margin-bottom: 30px;
  width: 100%;
}
.learn .tit .side {
  width: calc(100% - 63px);
}
.learn .waranty{padding-top: 20px;}
.learn .tit .side h2 {
  margin: 2px 0 10px 0;
}
.learn .tit .side span {
  margin-bottom: 50px;
}
.learn .ravie {
  padding: 40px 0;
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  margin: 40px 0;
}
.learn .ravie p {
  margin: 20px 0;
  line-height: 2;
}
.learn .ravie p span {
  margin-top: 10px;
  display: inline-block;
}
.learn .ravie p img {
  margin-left: 15px;
}
.learn .waranty .tit .side span {
  margin-bottom: 20px;
}
.learn .waranty .item {
  width: calc(20% - 30px);
  margin: 15px;
  padding: 30px 20px;
  line-height: 1.8;
}
.learn .waranty .item img {
  height: 60px;
}
.learn .waranty .item span {
  height: 60px;
  margin-top: 25px;
  font-size: 14px !important;
}
.learn .faqs-box {
  margin-top: 40px;
  border-top: 1px #e0e0e0 solid;
  padding-top: 40px;
}
.learn .faqs-box .faqs li .link.rt-20 i {
  font-size: 21px;
}

.title-asli .name {
  margin-right: 5px;
}
.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi,.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi span{
  font-weight: 900;
}
.woocommerce-cart-form__cart-item .product-price bdi,.woocommerce-cart-form__cart-item .product-price bdi span{font-weight: 600;}
.woocommerce .my-cart {
  margin-bottom: 30px;
}
.woocommerce .my-cart table.shop_table.woocommerce-cart-form__contents,
.checkoutz .woocommerce-billing-fields__field-wrapper {
  text-align: center;
  margin: 10px 0 30px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  width: 100%;
  float: right;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  .product-remove
  a {
  line-height: 24px;
  color: #fff !important;
  font-size: 17px;
  background-color: #7f7f7f;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  .product-remove
  a:hover {
  background-color: #000;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  .product-thumbnail
  img {
  width: 120px;
  height: auto;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  .product-thumbnail {
  width: 12%;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  .product-remove {
  width: 5%;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  .product-name {
  text-align: right;
}
.rt-account .woocommerce-MyAccount-content .shop_table th,
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  thead
  tr
  th {
  padding: 15px 0 30px 0;
  font-weight: 800;
  color: #777;
}
.rt-account .woocommerce-MyAccount-content .shop_table tr td,
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  tbody
  tr
  td {
  border-top: 1px #e0e0e0 solid;
  padding: 25px 5px;
  color: #333;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  tbody
  tr:last-child
  td {
  border-top: 0;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  tbody
  tr
  dt.variation- {
  padding: 5px 0;
  font-size: 13px;
  opacity: 0.7;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  tbody
  tr
  dd.variation- {
  padding-bottom: 7px;
  font-size: 14px;
}
.woocommerce
  .my-cart
  table.shop_table.woocommerce-cart-form__contents
  tbody
  tr
  td.product-name
  a {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}
.woocommerce .my-cart .cart-collaterals,
.woocommerce .my-cart .cart-collaterals .cart_totals,
.woocommerce .my-cart .cart-collaterals h2,
.woocommerce .my-cart .cart-collaterals .cart_totals table,
.woocommerce .my-cart .wc-proceed-to-checkout {
  width: 100%;
  float: right;
}
.woocommerce .my-cart .cart-collaterals .cart_totals .cart-subtotal,
.woocommerce .my-cart .cart-collaterals .order-total th {
  display: none;
}
.woocommerce .my-cart .cart-collaterals .cart_totals table td,
.woocommerce .my-cart .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .my-cart .cart-collaterals .cart_totals table bdi,
.place-order .woocommerce-Price-amount bdi {
  text-align: center;
  font-size: 31px;
  font-weight: 800;
  color: #308bff;
}
.woocommerce
  .my-cart
  .cart-collaterals
  .cart_totals
  table
  bdi
  .woocommerce-Price-currencySymbol,
.place-order .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  color: #000;
  font-size: 23px;
  font-weight: 800;
  margin-right: 10px;
}
.woocommerce .my-cart .cart-collaterals h2 {
  font-weight: 800;
  margin: 15px 0 25px 0;
}
.woocommerce .my-cart .wc-proceed-to-checkout a,
.place-order #place_order,
.single-productm .photo-side .cart .button,
.order-review .button {
  border: 0;
  padding: 15px 50px;
  background-color: #308bff;
  color: #fff;
  font-size: 17px;
  text-shadow: 1px 1px 1px #444;
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
}
.woocommerce .my-cart .wc-proceed-to-checkout a:hover,
.place-order #place_order:hover,
.single-productm .photo-side .cart .button:hover,
.order-review .button:hover {
  background-color: #337cda !important;
}
.order-review .button {
  margin: 20px 0 30px;
}
.order-review .content,
.woocommerce-order .content {
  padding: 30px;
}
.cart_totals table.shop_table {
  border: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: 0 !important;
}
.woocommerce .my-cart .cart .coupon {
  width: 100%;
  float: none !important;
  text-align: center;
  display: inline-block;
}
.woocommerce .my-cart .cart #coupon_code {
  float: inherit;
  background-color: #fff;
  border-radius: 5px;
  border: 1px #e0e0e0 solid;
  padding: 7px 10px;
  font-size: 14px;
  width: auto;
}
.woocommerce .my-cart .cart button[name="apply_coupon"] {
  float: inherit;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  border: 0;
  padding: 10px;
  background-color: #ffb231;
  font-weight: bold;
  font-size: 14px;
}
.woocommerce .my-cart input.qty::-webkit-outer-spin-button,
.woocommerce .my-cart input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .my-cart input.qty[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
}
.woocommerce .my-cart .quantity {
  display: inline-block;
  border: 1px #f6f6f6 solid;
  border-radius: 8px;
  width: 85px;
}
.woocommerce .my-cart .quantity:hover {
  border-color: #ddd;
}
.woocommerce .my-cart .quantity input {
  background: none;
  border: 0;
}
.woocommerce .my-cart .quantity .qty {
  color: #308bff;
  font-size: 15px;
  width: 25px;
}
.woocommerce .my-cart .quantity .minus,
.woocommerce .my-cart .quantity .plus {
  font-family: arial;
  cursor: pointer;
  padding: 6px 9px;
  font-size: 20px;
  font-weight: 300;
  color: #999;
}
.woocommerce .my-cart .quantity .minus:hover {
  color: green;
}
.woocommerce .my-cart .quantity .plus:hover {
  color: red;
}
.woocommerce .my-cart .woocommerce-Price-currencySymbol {
  margin: 0 10px;
}
.single-productm .photo-side .cart .button {
  width: calc(100% - 135px);
  padding: 13px 15px;
  cursor: pointer;
}
.checkoutz .woocommerce-billing-fields__field-wrapper {
  padding: 30px 10px;
}
.checkoutz .woocommerce-billing-fields__field-wrapper p {
  margin: 0;
  clear: inherit;
  width: 50%;
  padding: 15px 30px;
  float: right;
  text-align: right;
  position: relative;
}
.checkoutz
  .woocommerce-billing-fields__field-wrapper
  p#billing_first_name_field,
.checkoutz
  .woocommerce-billing-fields__field-wrapper
  p#billing_last_name_field {
  width: 25%;
}
.checkoutz
  .woocommerce-billing-fields__field-wrapper
  p#billing_first_name_field {
  padding-left: 10px;
}
.checkoutz
  .woocommerce-billing-fields__field-wrapper
  p#billing_last_name_field {
  padding-right: 10px;
}
.checkoutz .woocommerce-billing-fields__field-wrapper p label {
  width: 100%;
  float: right;
  color: #2e2e2e;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
}
.woocommerce
  form
  .woocommerce-billing-fields__field-wrapper
  .form-row
  input.input-text,
.woocommerce
  form
  .woocommerce-billing-fields__field-wrapper
  .form-row
  textarea {
  background-color: #f2f2f2;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  float: right;
  font-size: 15px;
  font-weight: 500;
}
.checkoutz .select2-container--default .select2-selection--single {
  background-color: #f2f2f2;
  height: 39px;
  border: 0;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 14px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
  left: 10px !important;
}
.select2-results__option {
  font-size: 14px;
  padding: 15px;
  color: #333;
}
#order_review,
.checkoutz .woocommerce-billing-fields__field-wrapper,
.place-order .woocommerce-Price-amount,
.wc_payment_methods {
  width: 100%;
  float: right;
  margin-top: 15px;
}
.place-order .woocommerce-Price-amount {
  margin-bottom: 20px;
}
.wc_payment_methods {
  font-size: 15px;
}
.place-order .infs {
  margin-bottom: 40px;
}
.woocommerce table.shop_table td.product-tedad {
  text-align: center;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 18px 15px;
  border-bottom: 1px #e0e0e0 solid;
}
.woocommerce table.shop_table tr:last-child td{border: 0 !important;}
.woocommerce #order_review table.shop_table .product-total {
  text-align: left;
}
.woocommerce #order_review table.shop_table img {
  float: right;
  height: auto;
  width: 80px;
  margin-left: 20px;
}
.woocommerce #order_review table.shop_table .prodtit {
  width: calc(100% - 100px);
  padding: 20px 0;
}
.cart_totals .infs,
.place-order .infs {
  margin-top: 23px;
  color: #979797;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0 !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none !important;
}
#order_review .shop_table {
  padding: 20px;
}
.woocommerce #order_review table.shop_table thead th {
  border-bottom: 1px #e0e0e0 solid;
}
.rt-account .woocommerce-MyAccount-content .shop_table tr td a {
  display: inline-block;
  margin: 0 8px;
}
.rt-account .woocommerce-MyAccount-content .shop_table {
  width: 100%;
  float: right;
  line-height: 1.8;
  text-align: center;
}
.rt-account .woocommerce-MyAccount-content .shop_table th,
.rt-account .woocommerce-MyAccount-content .shop_table tr td {
  padding: 17px 0;
}
.woocommerce-order-details th {
  border-top: 1px #e0e0e0 solid;
}
.woocommerce-order-details {
  width: 100%;
  float: right;
  margin: 30px 0;
}
.woocommerce-checkout #payment ul.payment_methods li,#shipping_method li{
  float: right;
  width: 130px;
  margin: 12.5px;
  height: 130px;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  padding: 20px 10px;
}
.woocommerce-checkout #payment ul.payment_methods li .input-radio {
  float: right;
  margin: 10px 10px 0 0;
}
.woocommerce-error {
  color: red;
}
.woocommerce-order table,
.woocommerce-order section {
  width: 100%;
  float: right;
}
.woocommerce-notice--success {
  color: green;
}
.woocommerce-order {
  padding: 40px 0;
}
.woocommerce-order .main {
  width: 700px;
}
.woocommerce-order td {
  border-top: 1px #e0e0e0 solid;
  font-size: 14px;
}
.woocommerce-order th {
  color: #777;
  font-size: 15px;
  font-weight: 800;
}
.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-order-details__title {
  color: #777;
  font-size: 18px;
  font-weight: 800;
}
.single-productm .variations .image-variable-wrapper .rtwpvs-image-term,
.rtwpvs
  .rtwpvs-terms-wrapper
  .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
  box-shadow: none !important;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.rtwpvs
  .rtwpvs-terms-wrapper
  .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
  box-shadow: 0 0 0 2px #308bff !important;
}
.woocommerce-ordering {
  width: 250px;
}
#filter-btn {
  margin: 0 12.5px 0px;
}
#filter-btn.active {
  transform: translateY(7px);
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  background-color: #111;
  text-align: center;
  margin-bottom: 12px;
}
#filter-btn.active i {
  font-size: 14px;
  margin-left: 0;
  float: none;
}
.filter-box.active {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  padding: 20px 20px 0 20px;
  background-color: #fff;
  margin: 0 12.5px 12.5px 12.5px;
  width: calc(100% - 25px);
}
.filter-box.active .woocommerce-ordering select {
  margin-left: 0;
}
.filter-box .filters,
.filter-box .filters .side {
  width: 100%;
}
.filter-box .filters .side .woof_list_checkbox li div {
  margin-left: 8px;
}
.filter-box .filters .side .woof_color_term {
  border-radius: 50%;
  width: 27px;
  height: 27px;
}
.filter-box .filters .side .woof_list label {
  max-width: calc(100% - 60px);
  font-size: 14px;
  /* direction: ltr; */
}
.woof_list li {
  margin: 0 3px 0 3px !important;
  /* direction: ltr; */
}
.filter-box .filters .side .woof_list label span {
  font-size: 12px;
  margin-right: 8px;
  opacity: 0.5;
}
.filter-box .filters .side .woof_price_search_container  {
  width: 40%;
  float: right;
  padding: 0 25px;
}
.filter-box .filters .side .woof_container_color,.filter-box .filters .side .woof_checkbox_instock_container,.filter-box .filters .side .woof_container_checkbox ,.filter-box .filters .side .woof_container_radio   {
  width: 20%;
  float: right;
  padding: 0 25px;
}

/* .filter-box .filters .side .woof_submit_search_form_container {
  opacity: 0;
} */
.filter-box
  .filters
  .side
  .woof_container
  .woof_container_inner.woof_container_inner_
  > h4 {
  width: 100%;
  padding: 15px 0 10px;
  font-size: 16px;
  color: #777;
  border-bottom: 1px #eee solid;
  margin-bottom: 20px;
  font-weight: bold;
}
.filter-box .filters .side .woof_submit_search_form_container .button {
  cursor: pointer;
  padding: 10px 15px;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  font-weight: bold;
  margin: 10px 10px 0 0;
}
.filter-box
  .filters
  .side
  .woof_submit_search_form_container
  .button.woof_submit_search_form {
  color: #fff;
  background-color: #497ad7;
}
.filter-box .filters .side .woof_list_checkbox li div.disabled ~ label,
.filter-box .filters .side .woof_list_checkbox li div.disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.filter-box .filters .side h3,
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text,
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count,
.wvs-widget-layered-nav-list__item .count {
  display: none !important;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text,
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color {
  float: right;
  padding: 3px 0;
  width: 50px;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
  border-radius: 50%;
}
.wvs-widget-layered-nav-list__item a {
  display: inline-block;
  font-size: 15px;
  padding: 5px;
  color: #444;
}
.filter-box .remove-filters {
  padding: 0 7.5px 12.5px 7.5px;
}
.filter-box.active .remove-filters {
  padding: 0;
}
.filter-box .remove-filters ul {
  width: 100%;
}
.filter-box .remove-filters li,
.remove-filters li a,
.remove-filters ul {
  float: right;
}
.filter-box .remove-filters li a {
  color: #ff3535;
  padding: 5px 15px;
  border-radius: 7px;
  margin: 5px;
  background-color: rgba(255, 53, 53, 0.15);
}
.filter-box .remove-filters li a:before {
  font-size: 15px;
  margin: 2px 0 0 5px;
  float: right;
}
.woof_products_top_panel {
  z-index: 999;
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 10px calc(50% - 625px);
  width: 100%;
  background-color: #ddd;
}
.woof_products_top_panel li {
  float: right;
  font-size: 14px;
}
.woof_products_top_panel li a {
  color: red;
}
.woof_products_top_panel .woof_reset_button_2 {
  background-color: #fff;
  border: 1px #999 solid;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.page-404 {
  padding: 80px 0;
}
.page-404 .main {
  width: 700px;
}
.page-404 .entery {
  height: 100%;
  top: 0;
  right: 0;
  line-height: 2;
}
.rt-matn {
  line-height: 2;
}
.rt-matn p,
.rt-matn iframe,
.rt-matn ul,
.rt-matn ol,
.rt-matn blockquote,
.rt-matn h1,
.rt-matn h2,
.rt-matn h3,
.rt-matn h4,
.rt-matn h5,
.rt-matn h6,
.rt-matn hr,
.rt-matn pre {
  display: block;
  margin: 20px 0 0;
}
.rt-matn h1 {
  font-size: 1.75rem;
}
.rt-matn h1,
.rt-matn h2,
.rt-matn h3,
.rt-matn h4,
.rt-matn h5,
.rt-matn h6 {
  font-weight: bold;
}
.rt-matn li {
  margin: 5px 50px 5px 20px;
  padding-right: 7px;
}
.rt-matn ul li {
  list-style: disc;
}
.rt-matn ol li {
  list-style: persian;
}
.rt-matn em {
  font-style: italic;
}
.rt-matn pre {
  font-family: monospace, monospace;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
.rt-matn hr::before {
  color: #858585;
  content: "....";
  display: block;
  font-family: tahoma;
  font-size: 18px;
  letter-spacing: 0.7rem;
  margin: 0 auto;
}
.rt-matn hr {
  border: 0;
  height: 40px;
  outline: none;
  text-align: center;
}
.rt-matn blockquote {
  padding: 25px 35px;
  border: 1px #e0e0e0 solid;
  position: relative;
  margin-top: 40px;
  border-radius: 10px;
}
.rt-matn blockquote::before {
  content: " ";
  display: block;
  width: 4.0625rem;
  height: 2.1875rem;
  background: #fff url(assets/img/quote.svg) scroll no-repeat 50%;
  position: absolute;
  top: -1.09375rem;
  left: 50%;
  transform: translateX(-50%);
}
.rt-matn b,
.rt-matn strong,
.rt-matn strong *,
.rt-matn .rt-bold,
.rt-matn .rt-bold * {
  font-weight: 800;
}
.rt-900{font-weight: 900;}
.rt-matn iframe {
  border: 0;
}
.rt-matn img {
  height: auto;
}

.rt-single-post {
  padding: 70px 0;
}
.rt-single-post .main {
  width: 1250px;
}
.rt-single-post .entery {
  width: calc(100% - 370px);
}
.rt-single-post .entery .m-post .info .infs {
  margin-top: 25px;
  line-height: 2;
  background-color: #fff;
  padding: 5px 15px;
  width: fit-content;
}
.rt-single-post .entery .m-post .info .infs li {
  margin-left: 25px;
}
.rt-single-post .entery .m-post .info .infs li i {
  margin-left: 7px;
}
.rt-single-post .entery .m-post .info .infs li,
.rt-single-post .entery .m-post .info .infs li span,
.rt-single-post .entery .m-post .info .infs li a {
  display: inline-block;
  color: #636363;
  font-weight: 700;
}
.rt-single-post .entery .m-post .info .title {
  margin: 25px 0 15px 0;
}
.rt-single-post .entery .foot {
  margin: 40px 0;
}
.rt-single-post .entery .foot .social a {
  color: #a7a7a7;
  padding: 15px 8px;
}
.rt-single-post .entery .foot .social a:first-child {
  padding-right: 0;
}
.blog-sidebar {
  width: 330px;
}
.blog-sidebar .rt-block {
  padding: 35px 0;
  border-bottom: 1px #ddd solid;
}
.blog-sidebar .rt-block:first-child {
  padding-top: 0;
}
.blog-sidebar .rt-block:last-child {
  border-bottom: 0;
}
.blog-sidebar .rt-block .title {
  margin-bottom: 10px !important;
}
.microp {
  margin: 7.5px 0;
  width: calc(50% - 7.5px);
  border: 1px #ddd solid;
}
.microp:hover {
  border-color: #397ade;
}
.microp:nth-child(even) {
  margin-right: 15px;
}
.microp a {
  padding: 10px;
  line-height: 1.8;
}
.blog-sidebar .microp a {
  padding: 0 !important;
}
.microp a img {
  margin: 5px 0;
  object-fit: contain;
  height: 110px;
}
.blog-sidebar .microp a img {
  margin: 0 0 5px !important;
  object-fit: contain;
  height: 75px;
}
.microp .qeymat ins bdi,
.microp .qeymat .woocommerce-Price-amount bdi,
.microp .qeymat .woocommerce-Price-currencySymbol,
.microp
  .woocommerce-Price-amount.amount
  > bdi
  > .woocommerce-Price-currencySymbol {
  font-size: 12px !important;
}
.microp .qeymat del .woocommerce-Price-amount bdi,
.microp .woocommerce-Price-amount.amount > bdi {
  font-size: 13px !important;
}
.blog-sidebar .rt-block .lastps li {
  padding: 12.5px 0;
  display: flex;
  align-items: center;
}
.blog-sidebar .rt-block .lastps li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.blog-sidebar .rt-block .lastps li .inline {
  width: calc(100% - 90px);
  line-height: 2;
  margin-right: 10px;
}
.blog-sidebar .rt-block .mailpaper span {
  margin-bottom: 15px;
  line-height: 2;
}
.blog-sidebar .rt-block .mailpaper input[type="email"] {
  font-weight: bold;
  width: calc(100% - 90px);
  float: right;
  border: 0;
  padding: 10px 15px;
  border-radius: 0 8px 8px 0;
  background-color: #ebebeb;
}
.blog-sidebar .rt-block .mailpaper input[type="submit"] {
  cursor: pointer;
  font-weight: bold;
  width: 90px;
  float: left;
  border: 0;
  padding: 10px 15px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  background-color: #000;
}
.blog-sidebar .microp {
  /* min-height: 250px; */
  min-height: 150px;
  min-width: 150px;
}

.page-archive .woocommerce-info {
  width: 100%;
  float: right;
  color: red;
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
}
.arch-tit {
  padding: 10px 0;
  margin-bottom: 10px;
}
.arch-tit.border {
  border-bottom: 1px #dedede solid;
}
.arch-tit .side {
  width: calc(100% - 60px);
}
.arch-tit .side .name {
  padding: 7px 0;
}
.archive-blog {
  padding: 30px 0;
}
.archive-blog .title-asli{margin-bottom: 15px !important;}
.archive-blog .post {
  padding: 20px 0;
  border-bottom: 1px #cccccc solid;
}
.archive-blog .post .pic {
  width: 150px;
  height: 150px;
}
.archive-blog .post .inside {
  width: calc(100% - 170px);
  padding-top: 15px;
}

.archive-blog .post .inside {
  width: calc(100% - 170px);
  padding-top: 15px;
}
.archive-blog .post .inside .title {
  margin-bottom: 10px !important;
}

.archive-blog .post .inside .text {
  line-height: 2;
  text-align: justify;
}
.page_navi,
.woocommerce-pagination {
  width: 100%;
  float: right;
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
}
.woocommerce-pagination ul {
  display: inline flow-root list-item;
}
.page_navi ul,
.page_navi li a,
.page_navi li span,
.woocommerce-pagination li a,
.woocommerce-pagination span {
  float: left;
}
.page_navi ul,
.woocommerce-pagination ul {
  overflow: hidden;
  border-radius: 7px;
  display: inline-block;
}
.page_navi li,
.woocommerce-pagination li {
  float: right;
}
.page_navi li:last-child a,
.page_navi li:last-child span,
.woocommerce-pagination li:last-child a,
.woocommerce-pagination li:last-child span {
  /* border-left: 0; */
}
.page_navi li a,
.page_navi li span,
.woocommerce-pagination a,
.woocommerce-pagination span {
  padding: 10px 15px;
  color: #444;
  margin-left: 2px;
  border-radius: 7px;
}
.page_navi li span,
.woocommerce-pagination li span {
  background-color: #818181;
  color: #fff;
  border-radius: 7px;
}
.page_navi li span.dots,
.woocommerce-pagination li span.dots {
  padding: 9px 10px;
  background-color: #eee;
  color: #666;
}
.page_navi li a:hover,
.woocommerce-pagination li a:hover {
  background-color: #ebebeb;
}
.woocommerce-pagination a.next,
.woocommerce-pagination .prev {
  /* line-height: 16px; */
}
.woof_search_is_going .top-archive .rt.rt-bold.rt-888.rt-17 {
  display: none;
}
.woof_search_is_going .top-archive h1 {
  font-size: 0;
}
/* .woof_search_is_going .top-archive h1:before {
  font-size: 31px;
  content: "فیلتر فعال است!";
} */
.moghayese {
  padding: 20px 200px;
}
.moghayese .side {
  width: 50%;
  padding: 0 50px;
}
.moghayese .side .rt-matn blockquote {
  margin-right: 0;
  margin-left: 0;
}
.moghayese .side .its-more a {
  margin-top: 20px;
  padding: 10px 17px;
  display: inline-block;
}
.moghayese .side.right {
  border-left: 1px #c9c9cb solid;
}
.moghayese .side.left {
  border-right: 1px #c9c9cb solid;
  margin-right: -1px;
  margin-left: 1px;
}
.moghayese .side .show-hide {
  text-align: right;
  background: none;
  border: 1px #aaabbd solid;
  padding: 12px 13px 12px 25px;
}
.moghayese .side .show-hide:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
  left: 10px;
  top: 11px;
  position: absolute;
  font-size: 20px;
}
.moghayese .side .show-hide.active:before {
  transform: rotate(180deg);
}
.moghayese .side .dropdown-menu {
  width: calc(100% - 100px);
  max-height: 200px;
  overflow-y: auto;
  right: 50px;
  top: 45px;
  padding: 10px 0;
  z-index: 999;
}
.moghayese .side .dropdown-menu span {
  padding: 10px 15px;
  border-bottom: 1px #eee solid;
}
.moghayese .side .dropdown-menu span:hover {
  background-color: #eee;
}
.moghayese .side .dropdown-menu span:last-child {
  border-bottom: 0;
}
.moghayese .side .entery {
  margin-top: 30px;
  text-align: center;
  direction: ltr;
}
.moghayese .side .entery .compareImg {
  width: 200px;
}
.moghayese .side .postinfoa.loading:before,
.moghayese .side .postinfob.loading:before {
  width: 100%;
  float: right;
  font-size: 14px;
  color: #777;
  content: "در حال بارگزاری ...";
  text-align: center;
}
.moghayese .side .entery .item {
  padding: 15px 0;
}

.rt-single-post .entery .rt-matn blockquote::before,
.about-us .rt-matn blockquote::before,
.services .tit .matn.rt-matn blockquote::before,
.learn .rt-matn blockquote::before {
  background: #fafafc url(assets/img/quote.svg) scroll no-repeat 50%;
}

.search-resultz {
  padding: 30px 0;
}
.search-resultz .archive-blog:empty {
  display: none !important;
}
.search-resultz .archive-blog .post .pic{
  margin-right:5px;
}
.search-resultz .title-asli .count {
  margin: 10px 0 30px 0;
}
.search-resultz .title-asli .tab-btns button {
  background: none;
  border: 0;
  border-bottom: 2px rgba(255, 255, 255, 0) solid;
  padding: 15px 0;
  margin-left: 30px;
}
.search-resultz .title-asli .tab-btns button i {
  margin: -2px 0 0 10px;
}
.search-resultz .title-asli .tab-btns button.active {
  border-bottom: 2px #d5d5d5 solid;
}
.search-resultz .tab-product .mini-p {
  width: 294px !important;
  transition: transform 0.7s;
  min-height: 459px;}

.footer {
  background-color: #f1f1f1;
  margin-top: 30px;
  border-top: 1px #eaeff5 solid;
  padding-top: 40px;
}
.footer .side {
  padding: 15px;
}
.footer .side .title {
  margin-bottom: 15px;
  font-weight: bold;
}
.footer .side.menu {
  width: 18%;
}
.footer .side.menu ul,
.footer .side.menu li,
.footer .side.menu a {
  width: 100%;
  float: right;
}
.footer .side.menu a {
  font-size: 14px;
  padding: 10px 0;
  color: #424245;
}
.footer .side.contact {
  width: calc(46% - 100px);
  line-height: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer .side.contact .logo {
  margin-bottom: 20px;
}
.footer .side.contact li {
  padding: 7px 0;
}
.footer .side.contact li i {
  margin: 5px 0 0 10px;
}
.footer .side.contact li.subscribe {
  font-size: 14px;
  padding: 20px 0 0 50px;
}
.footer .side.contact li.subscribe input[type="email"] {
  width: calc(100% - 140px);
  float: right;
  border: 0;
  padding: 10px 15px;
  border-radius: 0 8px 8px 0;
}
.footer .side.contact li.subscribe input[type="submit"] {
  cursor: pointer;
  font-weight: bold;
  width: 140px;
  float: left;
  border: 0;
  padding: 10px 15px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  background-color: #000;
}
.footer .namads {
  width: 100px;
}
.footer .namads img {
  float: left;
  border: 1px #eee solid;
  border-radius: 10px;
  padding: 5px;
  background-color: #fff;
}
.footer .copyright {
  padding: 18px 0;
  margin-top: 30px;
  border-top: 1px #d2d2d7 solid;
}

.fix-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background-color: #2db742;
}
.fix-whatsapp .desc {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  bottom: 11px;
  background-color: #f5f7f9;
  padding: 7px 15px;
  border-radius: 15px;
  right: 63px;
  width: 220px;
}

.rt-account {
  padding: 40px 0;
}
.rt-account .rt-titles img {
  margin: 3px 0 0 12px;
}
.rt-account .woocommerce-MyAccount-navigation,
.rt-account .woocommerce-MyAccount-content {
  padding: 25px;
  margin-top: 25px;
}
.rt-account .woocommerce-MyAccount-navigation {
  width: 270px;
}
.rt-account .woocommerce-MyAccount-navigation li a {
  padding: 15px 0;
  border-bottom: 1px #e5e5e5 solid;
}
.rt-account .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: 0;
}
.rt-account .woocommerce-MyAccount-navigation li a:before {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  content: "";
  width: 35px;
  height: 21px;
  float: right;
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  background-image: url(assets/img/i2.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  background-image: url(assets/img/i3.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  background-image: url(assets/img/i4.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  background-image: url(assets/img/i5.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  background-image: url(assets/img/i6.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  background-image: url(assets/img/i7.svg);
}

.rt-account
  .woocommerce-MyAccount-navigation
  li.is-active.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  background-image: url(assets/img/hi2.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.is-active.woocommerce-MyAccount-navigation-link--orders
  a:before {
  background-image: url(assets/img/hi3.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.is-active.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  background-image: url(assets/img/hi4.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.is-active.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  background-image: url(assets/img/hi5.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.is-active.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  background-image: url(assets/img/hi6.svg);
}
.rt-account
  .woocommerce-MyAccount-navigation
  li.is-active.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  background-image: url(assets/img/hi7.svg);
}

.rt-account .woocommerce-MyAccount-content {
  width: calc(100% - 300px);
}
.rt-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin: 0;
}

.calert.green {
  color: green;
}
.calert.red {
  color: red;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
#customer_login .u-column2 h2:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  margin-left: 10px;
  font-weight: 300;
}
#customer_login .u-column1 h2:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  margin-left: 10px;
  font-weight: 300;
}
#customer_login .woocommerce-form,
.woocommerce-ResetPassword {
  line-height: 2;
  font-size: 14px;
  box-shadow: 14px 10px 31px -24px rgba(0, 0, 0, 0.29);
  color: #424750;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  float: right;
  margin-top: 10px;
}
#customer_login h2 {
  font-weight: 500;
  color: #7b868a;
  margin-bottom: 3px;
  font-size: 20px;
}
#customer_login .woocommerce-form p,
#customer_login .woocommerce-form label,
#customer_login .woocommerce-form .woocommerce-Input,
.woocommerce-ResetPassword,
.woocommerce-ResetPassword .woocommerce-Input,
.woocommerce-ResetPassword label,
.woocommerce-ResetPassword p,
.woocommerce-MyAccount-content .woocommerce-Input,
.woocommerce-MyAccount-content .woocommerce-form-row,
.woocommerce-MyAccount-content .woocommerce-form-row label,
.woocommerce-MyAccount-content .form-row,
.woocommerce-MyAccount-content .form-row label {
  width: 100%;
  float: right;
}
.woocommerce-MyAccount-content .form-row {
  min-height: 90px;
}
#customer_login .woocommerce-form p,
.woocommerce-ResetPassword p {
  padding: 7px 0;
}
.woocommerce-MyAccount-content .woocommerce-form-row,
.woocommerce-MyAccount-content .form-row {
  padding: 10px;
  width: 50%;
}
.woocommerce-MyAccount-content fieldset {
  width: 100%;
  float: right;
  margin-top: 10px;
  padding: 15px;
  border-radius: 10px;
  border-color: #fff;
}
.woocommerce-MyAccount-content fieldset legend {
  padding: 0 15px;
  color: #444;
  font-weight: bold;
}
#customer_login .woocommerce-form .woocommerce-Input,
#customer_login .woocommerce-form .input-text,
.woocommerce-ResetPassword .woocommerce-Input,
.woocommerce-MyAccount-content .woocommerce-Input,
.woocommerce-MyAccount-content .form-row .input-text {
  margin-top: 5px;
  background-color: #eee;
  border: 0;
  padding: 9px 15px;
  border-radius: 8px;
  width: 100%;
  font-weight: 700;
}
#customer_login .woocommerce-form .woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-MyAccount-content .woocommerce-address-fields .button {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-left: 15px;
  background-color: #497ad7;
  padding: 13px 20px;
  border: 0;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 12px;
}
.woocommerce-MyAccount-content a.woocommerce-Button {
  display: inline-block;
  padding: 10px 20px;
}
.woocommerce-ResetPassword {
  width: 50%;
  margin: 0 25%;
}
.rt-account .woocommerce-MyAccount-navigation,
.rt-account .woocommerce-MyAccount-content {
  padding: 20px;
}
#select2-billing_state-container {
  padding: 4px 8px;
  font-size: 14px;
}
.tm-cart-edit-options {
  color: #fe5503;
}
#customer_login .woocommerce-form .required,
.dokan-product-delete,
.woocommerce-MyAccount-content .required {
  color: red;
}
#customer_login .woocommerce-form .text-success {
  color: green;
}
#customer_login .woocommerce-form p a {
  font-weight: 500;
}
.woocommerce-MyAccount-content .form-row label {
  font-size: 14px;
}
.select2-container .select2-selection--single {
  margin-top: 4px;
  height: 38px;
}
.rt-account .woocommerce-MyAccount-content .woocommerce-address-fields,
.rt-account
  .woocommerce-MyAccount-content
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper {
  width: 100%;
  float: right;
}
.woocommerce-MyAccount-content .form-row em {
  font-size: 13px;
  color: #777;
}
.woocommerce-MyAccount-content .title h3,
.woocommerce-MyAccount-content .title h2,
.woocommerce-MyAccount-content .title h4,
.woocommerce-MyAccount-content .title h1 {
  margin: 40px 0 0 0;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a {
  color: #fff;
  background-color: #497ad7;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 8px;
  margin: 8px 0;
}
.rt-account .woocommerce-MyAccount-content .shop_table th span {
  font-weight: 800;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
  width: 100%;
  float: right;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
  font-size: 14px;
}
.woocommerce-MyAccount-content #shipping_address_2,
.dashboard-bookmarks {
  margin-top: 33px;
}

.mob-btns {
  background-color: #f1f1f1;
  position: fixed;
  bottom: 0;
  padding: 5px 0;
  right: 0;
  z-index: 999;
  border-top: 1px #ddd solid;
}
.mob-btns .btn {
  width: 25%;
  padding: 5px;
}
.mob-btns .btn i {
  margin-bottom: 7px;
  line-height: 1;
  height: 20px;
}
.mob-btns .btn .count {
  background-color: #ea3224;
  padding: 1px 6px;
  right: calc(50% - 18px);
  top: -3px;
}
.mob-btns .btn.shoping-btn.its-0,
.mob-btns .btn.panel-btn {
  display: none;
}
.mob-btns .btn.panel-btn.its-0 {
  display: inline-block;
}
body.home .mob-btns .btn.home-btn,
.mob-btns .btn.active,
body.page-template-buypage .mob-btns .btn.panel-btn {
  color: #497ad7;
}
.menu-mobile-hidder,
.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
}
.menu-mobile-hidder {
  display: none;
}
.menu-mobile-hidder.active {
  display: block;
}
.menu-mobile {
  transform: scale(0.8);
  right: -300px;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  width: 300px;
  max-width: 75%;
  overflow: auto;
}
.menu-mobile.active {
  transform: scale(1);
  right: 0;
  visibility: visible;
  opacity: 1;
}
.menu-mobile .logo {
  height: 40px;
  margin: 30px 20px 20px 20px;
}
.menu-mobile .category div,
.menu-mobile .category ul,
.menu-mobile .category li,
.menu-mobile .side ul,
.menu-mobile .side li,
.menu-mobile .side div {
  width: 100%;
  float: right;
}
.menu-mobile .category {
  margin-bottom: 20px;
}
.menu-mobile .category a {
  float: right;
  font-weight: bold;
  color: #111;
  padding: 15px 20px 15px 0;
}
.menu-mobile .category a:before {
  margin-left: 17px;
}
.menu-mobile .category li {
  position: relative;
  border-bottom: 1px #eee solid;
}
.menu-mobile .category li ul {
  display: none;
  font-size: 14px;
  padding: 10px 0;
  background-color: #eee;
}
.menu-mobile .category li:hover ul {
  display: block;
}
.menu-mobile .category li.menu-item-has-children:after {
  font-weight: 300;
  top: 16px;
  left: 15px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  float: left;
  content: "\f107";
  font-size: 18px;
}
.menu-mobile .category li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.menu-mobile .category li.menu-item-has-children li {
  border-bottom-color: #e0e0e0;
  padding-right: 34px;
}
.menu-mobile .category li:last-child {
  border-bottom: 0;
}
.menu-mobile .side {
  padding: 15px 20px;
}
.menu-mobile .side .title {
  margin: 7px 0;
}
.menu-mobile .side a {
  color: #111;
  padding: 7px 0;
  float: right;
}
.menu-mobile .side.lastside {
  margin-bottom: 30px;
}
.select2-container {
  z-index: 99;
}
.fix-add-to-cart {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: 66;
  position: fixed;
  right: 0;
  bottom: 64px;
  padding: 15px 10px;
}
.fix-add-to-cart.active {
  visibility: visible;
  opacity: 1;
}

.rt-single-post .entery .foot .social a:hover,
.rt-single-post .entery .m-post .info .infs li a:hover {
  color: #444;
}
.blog-sidebar .rt-block .lastps li .inline h2 a:hover,
.microp a:hover .name,
.archive-blog .post .inside .title:hover a,
.rt-account .woocommerce-MyAccount-navigation li.is-active a,
.wvs-widget-layered-nav-list__item a:hover,
.arch-links a:hover,
.single-productm .info .posted_in a:hover,
.arch-links li a:hover:before {
  color: #497ad7;
}
.microp a:hover img,
.blog-sidebar .rt-block .lastps li:hover img,
.blog-sidebar .rt-block .mailpaper input[type="submit"]:hover,
.archive-blog .post .pic:hover,
.header .top .log-reg:hover,
.filter-box .remove-filters li a:hover,
.addtocart a.edame:hover,
.moghayese .side .its-more a:hover {
  opacity: 0.8;
}
.rt-account .woocommerce-MyAccount-navigation li.is-active a:hover {
  opacity: 1;
}
.rt-account .woocommerce-MyAccount-navigation li a:hover {
  opacity: 0.6;
}
.header .top .menu-btn,
.mob-btns,
.mini-p .addtocart .button.product_type_variable,
.product-type-variable.mini-p
  .qeymat
  > .price
  > .woocommerce-Price-amount.amount
  > bdi
  > .woocommerce-Price-currencySymbol,
.mini-p.outofstock .addtocart,
.mini-p.outofstock .qeymat {
  display: none;
}
.mini-p .qeymat > .price > .woocommerce-Price-amount.amount:last-child {
  margin-right: 2px;
}
.mini-p.outofstock:after {
  width: 100%;
  float: right;
  margin-top: 25px;
  font-size: 15px;
  color: red;
  content: "اتمام موجودی!";
}

@media only screen and (max-width: 1227px) {
  .header .top .category {
    margin-right: 15px;
    width: calc(100% - 434px);
  }
  .header .top .category::before {
    margin-right: -2px;
  }
  .header .top .category .dot.active-1 {
    transform: translateX(0);
  }
  .header .top .category .dot.active-2 {
    transform: translateX(-135px);
  }
  .header .top .category .dot.active-3 {
    transform: translateX(-272px);
    width: 130px;
  }
  .header .top .category .dot.active-4 {
    transform: translateX(-402px);
    width: 130px;
  }
  .header .top .category .dot.active-5 {
    transform: translateX(-528px);
    width: 130px;
  }
  .header .top .category > div > ul > li > a {
    padding: 13px 12px;
    font-size: 14px;
    font-weight: bold;
  }
  .header .top .category > div > ul > li > a:after {
    display: none;
    transform: translateX(-10px);
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: #999;
    content: "";
  }
  .header .top .btns .btn {
    padding: 10px 4px;
  }
  .learn .waranty .item {
    width: calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 1130px) {
  .header .top .category .dot {
    width: 100px;
  }
  .header .top .category .dot.active-2 {
    transform: translateX(-117px);
  }
  .header .top .category .dot.active-3 {
    transform: translateX(-234px);
    width: 90px;
  }
  .header .top .category .dot.active-4 {
    transform: translateX(-335px);
    width: 90px;
  }
  .header .top .category .dot.active-5 {
    transform: translateX(-437px);
    width: 90px;
  }
  .header .top .category > div > ul > li > a {
    padding: 13px 12px;
    font-size: 14px;
  }
  .header .top .category > div > ul > li > a:after {
    display: inline-block;
  }
  .header .top .category > div > ul > li:last-child > a:after,
  .header .top .category > div > ul > li > a:before {
    display: none;
  }
  .single-productm .product {
    padding: 0;
  }
}
@media only screen and (max-width: 1060px) {
  .footer .side.menu.nones {
    display: none;
  }
  .footer .side.contact {
    width: calc(64% - 100px);
  }
  .single-productm .shop_attributes {
    margin: 0;
  }
}
@media only screen and (max-width: 1020px) {
  .top-slider .item {
    /*padding: 0 20px;*/
  }
  .top-slider .item img {
    width: 350px;
  }
  .top-slider .item .entery {
    margin: 80px 20px 0 40px 0;
  }
  .search-resultz .tab-product .mini-p {
    width: calc(33.33% - 30px);
  }
  .single-productm .inbox li {
    width: 24%;
  }
}
@media only screen and (max-width: 1005px) {
  .header .top .category {
    display: none;
  }
  .header .top .menu-btn {
    display: inline-block;
    border: 0;
    padding: 6px 10px;
    margin: 20px 20px 0 0;
    background-color: #ddd;
  }
  .header .top .menu-btn i {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 980px) {
  .single-productm .shop_attributes td,
  .single-productm .shop_attributes th {
    padding: 10px 15px;
  }
  .about-us .side.w55 {
    width: calc(40% - 15px);
  }
  .about-us .side.w45 {
    width: calc(60% - 15px);
  }
  .about-us .text {
    font-size: 15px;
  }
  .about-us .text .rt-31 {
    font-size: 20px;
  }
  .about-us .text p {
    margin-bottom: 10px;
  }
  .single-productm .photo-side {
    width: 400px;
  }
  .single-productm .variations {
    padding: 0;
  }
  .single-productm .info {
    width: calc(100% - 430px);
    margin-right: 30px;
  }
  .single-productm .shop_attributes tr:nth-child(even) td,
  .single-productm .shop_attributes tr:nth-child(even) th {
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 900px) {
  .hit-products article {
    width: 500px;
  }
  .single-productm .tab-content .rt-matn blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
  }
  .single-productm .tab-content .rt-matn {
    padding: 10px 0;
    font-size: 14px;
  }
  .rt-matn li {
    margin-right: 30px;
  }
  .single-productm {
    margin-bottom: 30px;
  }
  .woocommerce #reviews {
    padding: 35px 0 10px;
  }
}
@media only screen and (max-width: 810px) {
  .fix-whatsapp {
    right: 16px;
    bottom: 80px;
    font-size: 21px;
    width: 45px;
    height: 45px;
  }
  .fix-whatsapp .desc {
    display: none;
  }
  .woof_products_top_panel {
    bottom: 63px;
    padding: 10px 0 10px 16px;
  }
  .woof_products_top_panel li {
    font-size: 12px;
  }
  .fix-add-to-cart {
    display: block;
  }
  .single-productm .info .desc {
    margin-top: 3px;
  }
  .single-productm .info .mini {
    height: 20px;
  }
  .single-productm .info .posted_in {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .single-productm .flex-control-nav.flex-control-thumbs li {
    width: 50px;
    margin: 2px;
  }
  .single-productm .tabs {
    margin: 10px 0;
  }
  .single-productm .photo-side .onsale {
    border-radius: 10px 0 10px 0;
  }
  .rt-single-post {
    padding: 30px 0;
  }
  #comments,
  .rt-single-post .entery .foot {
    margin: 0;
  }
  .blog-sidebar,
  .rt-single-post .entery,
  .single-productm .photo-side,
  .single-productm .info {
    width: 100%;
  }
  .single-productm .info {
    margin: 30px 0 0 0;
  }
  .single-productm .photo-side .cart {
    margin-top: 10px;
  }
  .single-productm .variations .image-variable-wrapper .rtwpvs-image-term {
    width: 400px;
  }
  .mob-btns {
    display: block;
  }
  .top-slider .item img {
    width: auto;
    height: 200px;
    margin: 20px auto;
    float: none;
    display: block;
  }
  .top-slider .item .entery {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .top-slider .item .entery .name {
    font-size: 19px;
  }
  .top-slider .item .entery .info {
    padding: 10px 0 0 0;
    line-height: 1.8;
  }
  .rt-18px,
  .rt-15px {
    border-radius: 10px;
  }
  .top-slider,
  .archive-category,
  .last-blogs,
  .mini-brands,
  .features {
    margin: 25px 0;
  }
  .title-asli.rt-23 {
    font-size: 19px;
  }
  .top-slider .main,
  .top-slider {
    padding: 0;
  }
  .top-slider {
    margin: 0 0 40px 0;
  }
  .top-slider .slider-1 {
    border-radius: 0;
    width: calc(100% + 36px);
    margin-right: -18px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px #ddd solid;
  }
  .archive-category .owl-filter-bar .inline,
  .archive-category .tabs .inline {
    text-align: right;
    width: 100%;
  }
  .archive-category .owl-filter-bar .inline,
  .archive-category .tabs .inline,
  .archive-category .slider-auto,
  .hit-products .slider-auto,
  .archive-category.zxczxcxz .owl-carousel,
  .last-blogs .slider-auto,
  .features .slider-auto,
  .mini-brands .inside,
  .single-productm .info .slider-auto,
  .single-productm .tab-content .slider-auto {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .archive-category .owl-filter-bar .inline,
  .archive-category .tabs .inline {
    padding-bottom: 10px;
  }
  .archive-category .owl-filter-bar .inline .item,
  .archive-category .tabs .tab,
  .hit-products article,
  .last-blogs .slider-auto article,
  .archive-category.zxczxcxz .owl-carousel article,
  .features .slider-auto .item,
  .mini-brands .inside a,
  .archive-category .mini-p,
  .single-productm .info .slider-auto .microp,
  .single-productm .tab-content .slider-auto .item {
    flex: 0 0 auto;
  }
  .single-productm .tab-content .slider-auto .item {
    width: 200px;
    padding-bottom: 15px;
    height: auto;
  }
  .single-productm .product-information .item p {
    font-size: 13px;
  }
  .single-productm .microp:nth-child(2n) {
    margin-right: 0;
  }
  .archive-category .owl-filter-bar:before,
  .archive-category .tabs:before {
    height: 100%;
    top: 0;
    width: 50px;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    background: linear-gradient(to right, #fafafc, rgba(255, 255, 255, 0));
  }
  .archive-category .owl-filter-bar .inline .item:last-child,
  .tabs .tab:last-child {
    margin-left: 80px;
  }
  .brands-loop .tab:last-child {
    margin-left: 0;
  }
  .archive-category .owl-filter-bar,
  .archive-category .tabs {
    position: relative;
  }
  .tabs .tab {
    margin: 0 0 0 25px;
    padding: 13px 0;
    font-size: 14px;
  }
  .title-asli {
    padding: 0;
  }
  .archive-category .owl-filter-bar {
    margin-bottom: 15px;
  }
  .archive-category .show-all {
    margin-top: -166px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
  }
  .brands-loop .show-all {
    margin-top: -123px;
  }
  .archive-category .owl-carousel::after,
  .last-blogs .owl-carousel::after,
  .hit-products .owl-carousel::after,
  .features .owl-carousel::after,
  .product-relateds::after,
  .last-blogs article .entery .more,
  .tabs .tab::after,
  .single-productm .product-information.owl-carousel::after {
    display: none;
  }
  .archive-category.zxczxcxz .owl-carousel,
  .archive-category .slider-auto,
  .hit-products .slider-auto,
  .mini-brands .inside,
  .last-blogs .slider-auto,
  .features .slider-auto {
    width: calc(100% + 36px);
    margin-right: -18px;
  }
  .brands-loop .brands-loop-tab {
    margin-right: 0 !important;
  }
  .archive-category .mini-p,
  .page-archive .mini-p {
    min-height: 430px;
    width: 230px;
    padding: 10px;
  }
  .archive-category .mini-p .title a,
  .hit-products article .entery .title a,
  .search-resultz .tab-product .mini-p .title a,
  .page-archive .mini-p .title a {
    font-size: 18px;
  }
  .archive-category .mini-p .desc,
  .addtocart a.edame::before,
  .addtocart .button::before,
  .hit-products article .entery .desc,
  .search-resultz .tab-product .mini-p .desc,
  .page-archive .mini-p .desc {
    font-size: 13px;
  }
  .archive-category .mini-p .pic,
  .page-archive .mini-p .pic {
    height: 175px;
    width: 175px;
    object-fit: cover;

  }
  .archive-category .mini-p .qeymat ins bdi,
  .archive-category .mini-p .qeymat .woocommerce-Price-amount bdi,
  .search-resultz .tab-product .mini-p .qeymat .woocommerce-Price-amount bdi,
  .search-resultz .tab-product .mini-p .qeymat ins bdi,
  .page-archive .mini-p .qeymat .woocommerce-Price-amount bdi,
  .page-archive .mini-p .qeymat ins bdi {
    font-size: 16px;
  }
  .archive-category .mini-p .qeymat .woocommerce-Price-currencySymbol,
  .hit-products article .qeymat ins bdi .woocommerce-Price-currencySymbol,
  .features .item .text,
  .search-resultz
    .tab-product
    .mini-p
    .qeymat
    .woocommerce-Price-currencySymbol,
  .page-archive .mini-p .qeymat .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }
  .archive-category .mini-p .qeymat del .woocommerce-Price-amount bdi,
  .search-resultz
    .tab-product
    .mini-p
    .qeymat
    del
    .woocommerce-Price-amount
    bdi,
  .page-archive .mini-p .qeymat del .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
  .page-archive .mini-p {
    height: 380px;
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  .page-archive .mini-big-p {
    width: calc(66.66% - 20px);
    padding: 90px 30% 100px 15px;
  }
  .hit-products article .qeymat del .woocommerce-Price-amount bdi,
  .hit-products article .qeymat ins bdi {
    font-size: 19px !important;
  }
  .hit-products article {
    width: 400px;
  }
  .hit-products article .photo {
    width: 200px;
    float: right;
  }
  .hit-products article .entery {
    width: calc(100% - 210px);
    float: left;
    text-align: right;
    padding: 15px 0 0 0;
  }
  .last-blogs article {
    width: 230px;
  }
  .last-blogs article .pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .last-blogs article .entery {
    width: 100%;
    margin: 20px 0 0 0;
    min-height: auto;
  }
  .last-blogs article .entery h2,
  .features .item h4 {
    font-size: 16px;
  }
  .last-blogs article .entery .text {
    color: #777;
  }
  .features .item {
    width: 300px;
    padding: 15px;
  }
  .tabs {
    margin: 10px 0 0 0;
  }
  .last-blogs article,
  .archive-category .mini-p,
  .hit-products article,
  .features .item {
    margin: 15px 8px;
  }
  .mini-brands {
    margin: 15px 0;
  }
  .footer {
    margin: 10px 0 64px;
  }
  .about-us .team-itech .inside .item {
    width: 33.33%;
    border-radius: 0;
    float: right;
    padding: 20px;
  }
  .about-us .team-itech .inside .item h4 {
    font-size: 16px;
    padding: 10px 0 5px;
  }
  .about-us .team-itech .inside .item span {
    font-size: 14px;
  }
  .rt-account .woocommerce-MyAccount-navigation,
  .rt-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .rt-account .woocommerce-MyAccount-navigation li a i {
    transform: rotate(270deg);
  }
}
@media only screen and (max-width: 780px) {
  .filter-box .filters .side .woof_container {
    width: 100%;
    padding: 20px 0;
  }
  .filter-box .filters .side .woof_list_checkbox li div.disabled ~ label,
  .filter-box .filters .side .woof_list_checkbox li div.disabled {
    opacity: 0.3;
  }
  .moghayese {
    padding: 20px 0;
  }
  .page-archive #filter-btn {
    margin-top: -50px;
  }
  .single-productm .tabs {
    border-top: 1px #eee solid;
    padding-top: 10px;
  }
  .woocommerce #review_form #respond p.comment-form-cookies-consent label {
    font-size: 12px;
  }
  .page-archive .woocommerce-ordering select {
    width: calc(100% - 100px);
  }
  .filter-box .filters,
  .woocommerce-ordering {
    width: 100%;
  }
  .single-productm .variations .image-variable-wrapper .rtwpvs-image-term {
    padding: 0 !important;
  }
  .learn .waranty .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .footer {
    padding-top: 20px;
  }
  .footer .side {
    padding: 15px 0;
  }
  .footer .side.contact .logo {
    height: 40px;
  }
  .footer .side.menu {
    display: none;
  }
  .footer .side.contact {
    width: calc(100% - 100px);
  }
  .footer .side.contact li.subscribe {
    padding-left: 0;
  }
  .header #search-box .search .close {
    display: inline-block;
    color: red;
  }
  .header #search-box .search {
    width: 100%;
    margin: 0;
  }
  .header #search-box .search .sub {
    width: 35px;
  }
  .header #search-box .search .text {
    padding: 5px 0;
    width: calc(100% - 57px);
  }
  .header #search-box .search .src .hit-links h5,
  .header #search-box .search .text,
  .services .tit .matn,
  .services .entery .item p {
    font-size: 14px;
  }
  .search-resultz .tab-product .mini-p {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .services .tit .matn {
    padding: 10px 0;
  }
  .services .tit > h1,
  .my-cart .title-asli i,
  .woocommerce .checkoutz .title-asli i {
    font-size: 21px;
  }
  .services .entery .item h2,
  .my-cart .title-asli .name,
  .woocommerce .checkoutz .title-asli .name,
  .woocommerce .my-cart .cart-collaterals h2,
  .woocommerce
    .my-cart
    .cart-collaterals
    .cart_totals
    table
    bdi
    .woocommerce-Price-currencySymbol,
  .place-order .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
    font-size: 18px;
  }
  .services .entery .item img {
    height: 65px;
  }
  .services .entery .item {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 30px 20px;
  }
  .about-us .team-itech .inside .item {
    width: 50%;
  }
  .cart_totals .infs,
  .place-order .infs {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 2;
  }
  .woocommerce
    .my-cart
    table.shop_table.woocommerce-cart-form__contents
    tbody
    tr
    td.product-name
    a,
  .woocommerce #order_review table.shop_table {
    font-size: 13px;
  }
  .rt-account .woocommerce-MyAccount-content .shop_table tr td,
  .woocommerce
    .my-cart
    table.shop_table.woocommerce-cart-form__contents
    tbody
    tr
    td {
    padding: 10px 0;
    font-size: 11px;
  }
  .woocommerce
    .my-cart
    table.shop_table.woocommerce-cart-form__contents
    .product-thumbnail
    img {
    width: 40px;
  }
  .woocommerce #order_review table.shop_table img,
  .woocommerce
    .my-cart
    table.shop_table.woocommerce-cart-form__contents
    tbody
    tr
    td[data-title="قیمت"],
  .woocommerce table.shop_table th.product-price,
  #reviews .allofcms {
    display: none;
  }
  .rt-account .woocommerce-MyAccount-content .shop_table th,
  .woocommerce
    .my-cart
    table.shop_table.woocommerce-cart-form__contents
    thead
    tr
    th,
  .woocommerce #order_review table.shop_table th {
    padding: 5px 0 10px 0;
    font-size: 13px;
  }
  .woocommerce .my-cart .cart-collaterals .cart_totals table bdi,
  .place-order .woocommerce-Price-amount bdi {
    font-size: 27px;
  }
  .woocommerce-notices-wrapper {
    margin: 20px 0 5px 0;
  }
  .woocommerce .my-cart .title-asli,
  .woocommerce .checkoutz .title-asli {
    margin-top: 20px;
  }
  .woocommerce #order_review table.shop_table .prodtit {
    width: 100%;
    padding: 0;
  }
  .checkoutz
    .woocommerce-billing-fields__field-wrapper
    p#billing_first_name_field,
  .checkoutz
    .woocommerce-billing-fields__field-wrapper
    p#billing_last_name_field {
    width: 50%;
    padding: 15px 30px;
  }
  .single-productm .info .featurs {
    font-size: 13px;
  }
}
@media only screen and (max-width: 570px) {
  .moghayese {
    width: calc(100% + 20px);
    margin-right: -10px;
  }
  .moghayese .side {
    padding: 0 10px;
  }
  .moghayese .side .dropdown-menu {
    width: calc(100% - 20px);
    right: 10px;
  }
  #commentform {
    padding: 15px;
  }
  .single-productm .info .featurs .rt-matn blockquote {
    padding: 20px;
  }
  #reviews .add-cm {
    margin-top: 30px;
  }
  .single-productm .inbox li {
    width: calc(50% - 20px);
    float: right;
    margin: 10px;
  }
  .single-productm .inbox li img {
    height: 140px;
  }
  .checkoutz
    .woocommerce-billing-fields__field-wrapper
    p#billing_first_name_field,
  .checkoutz
    .woocommerce-billing-fields__field-wrapper
    p#billing_last_name_field,
  .checkoutz .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
    padding: 20px 15px;
  }
  .page-archive .mini-p,
  .page-archive .mini-big-p {
    min-height: 380px;
    width: calc(50% - 20px);
    padding: 10px 10px 20px 10px;
  }
  .page-archive .mini-big-p .pic,
  .search-resultz .tab-product .mini-p .pic {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 175px;
    height: 175px !important;
  }
  .mini-big-p .bigPic{
    display: flex;
    justify-content: center;
  }
  .arch-tit {
    margin-bottom: 0;
  }
  .arch-tit .side,
  .learn .tit .side {
    width: calc(100% - 47px);
  }
  .arch-tit .side .name,
  .learn .tit .side h2,
  .archive-blog .post .inside .title,
  .rt-titles h2,
  .single-productm .info .title {
    font-size: 18px;
  }
  .learn .tit .side span {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .arch-tit i,
  .learn .tit i {
    font-size: 26px;
  }
  .top-archive h1,
  .woof_search_is_going .top-archive h1:before {
    font-size: 23px;
  }
  .single-productm .info .qeymat.ghs ins bdi,
  .single-productm .info .qeymat.ghs .woocommerce-Price-amount bdi {
    font-size: 21px;
  }
  .learn .faqs-box .faqs li .link.rt-20 i,
  .qeymat .woocommerce-Price-currencySymbol {
    font-size: 16px;
  }
  .learn,
  .faqs li .link.rt-20,
  .learn .ravie p span,
  .woocommerce-order .woocommerce-column__title,
  .woocommerce-order .woocommerce-order-details__title,
  .moghayese .side .entery .item,
  .single-productm .tab-content .faqs li .link i {
    font-size: 15px;
  }
  .learn .ravie p,
  .archive-blog .post .inside .text,
  .services .tamas,
  .page-404 .entery,
  .about-us .addres li .iner .name,
  .about-us .addres li .iner,
  .about-us .addres li .iner .phone,
  .learn .waranty .item span,
  .woocommerce-order,
  .single-productm .info .desc,
  .single-productm .inbox li {
    font-size: 14px;
  }
  .checkoutz .woocommerce-billing-fields__field-wrapper p label,
  .about-us .addres li .iner .des,
  .about-us .addres li.title p,
  .woocommerce-checkout #payment ul.payment_methods li label .name,
  .woocommerce-order td,
  .woocommerce-order th,
  .woocommerce-order td,
  .moghayese .side .dropdown-menu span,
  .moghayese .side .show-hide,
  .moghayese .side .entery .item {
    font-size: 13px;
  }
  .rt-account .woocommerce-MyAccount-content .shop_table tr td a {
    font-size: 12px;
  }
  .learn .ravie p img {
    width: 50px;
  }
  .learn .pic {
    margin-bottom: 20px;
  }
  .faqs li .submenu {
    padding-right: 30px;
  }
  .faqs {
    padding: 0;
  }
  .archive-blog .post .pic {
    width: 85px;
  }
  .archive-blog .post .inside {
    width: calc(100% - 105px);
    padding-top: 0;
  }
  .header .top .btns .inside.shoping-cart,
  .header .top .btns .info::before,
  .header .top .btns .inside.user-panel,
  .woocommerce table.shop_table .product-thumbnail {
    display: none !important;
  }
  .woocommerce
    .my-cart
    table.shop_table.woocommerce-cart-form__contents
    .product-remove
    a {
    margin-left: 8px;
  }
  .header .top .btns .inside {
    width: calc(100vw - 52px);
  }
  .header .top .btns .inside .entery {
    overflow: auto;
  }
  .header .top .logo {
    float: none;
    display: block;
    margin: 18px 0 0;
  }
  .header .top .logo.logged {
    margin: 18px auto 0 auto;
  }
  .header .top .log-reg {
    left: 18px;
    top: 22px;
    position: absolute;
    margin: 0;
  }
  .header .top .menu-btn {
    margin: 22px 0 0 0;
  }
  .header .top .btns .btn {
    padding: 10px 8px;
    margin-bottom: 2px;
  }
  .header .top #search-btn {
    padding-left: 0;
  }
  .header .top .btns .cart .btn {
    margin-left: 0;
  }
  .header .top .btns .info .btn {
    margin-right: 0;
  }
  .services .tamas a {
    font-weight: bold;
  }
  .search-resultz .tab-product .mini-p,
  .learn .waranty .item {
    width: 100%;
    margin: 0;
    height: auto;
    border-radius: 0;
    padding: 20px;
  }
  .learn .waranty .item span {
    height: auto;
  }
  .about-us .side.w55,
  .about-us .side.w45,
  .about-us .side.w6,
  .about-us .side.w4 {
    width: 100%;
  }
  .about-us .side {
    margin-top: 20px;
  }
  .about-us iframe.side {
    height: 200px;
  }
  .about-us .top-video .btn {
    bottom: 15px;
    right: 15px;
  }
  .learn .waranty .item span {
    margin-top: 10px;
  }
  .learn .waranty .item {
    padding: 30px 20px;
  }
  .about-us {
    padding: 30px 0;
  }
  .rt-account
    .woocommerce-MyAccount-content
    .qeymat
    > .woocommerce-Price-amount
    > bdi {
    font-size: 16px !important;
  }
  .rt-account
    .woocommerce-MyAccount-content
    .qeymat
    > .woocommerce-Price-amount
    > bdi
    > .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
  }
  .woocommerce-checkout #payment ul.payment_methods li {
    width: calc(50% - 15px);
    margin: 7.5px;
  }
  .woocommerce-checkout #payment ul.payment_methods li label {
    padding: 15px 7.5px;
  }
  .woocommerce-checkout #payment ul.payment_methods li label .name,
  .wc_payment_methods {
    margin-top: 8px;
  }
  .woocommerce-checkout #payment {
    margin-top: 20px;
  }
  #customer_details .title-asli {
    margin-top: 0;
  }
  .woocommerce form .form-row .required {
    color: red;
  }
  .order-review .content {
    padding: 0;
  }
  .woocommerce-order .content {
    padding: 15px;
  }
  .woocommerce-order {
    padding: 30px 0;
  }
  .single-productm .variations .image-variable-wrapper .rtwpvs-image-term {
    width: 100%;
  }
  .single-productm .photo-side .cart .button {
    font-size: 14px;
    padding: 13px 10px;
  }
  body.woof_search_is_going.post-type-archive .arch-linksz {
    margin: 30px 0 60px 0;
  }
}
@media only screen and (max-width: 520px) {
  .arch-links {
    margin-bottom: 0;
  }
  .page-archive #filter-btn {
    margin-top: -60px;
  }
  .mini-p:hover {
    transform: scale(1);
  }
  .page-archive .mini-p,
  .page-archive .mini-big-p {
    min-height: auto;
    height: auto;
    width: 100% !important;
    padding: 10px 0 70px;
    margin: 0;
    border-radius: 0;
  }
  .page-archive .mini-big-p .pic,.page-archive .minip .pic{
    margin-top: 10px !important;
  }
  .mini-big-p.post-13065 .edame {
    margin-bottom: -45px !important;
}
  .filter-box .filters .side {
    padding: 10px 0;
  }
  .footer .side.contact,
  .services .entery .item,
  .filter-box .filters .side {
    width: 100%;
  }
  .footer .side.contact ul,
  .search-resultz .title-asli .count,
  .top-archive .rt-17 {
    font-size: 14px;
  }
  .footer .copyright {
    font-size: 13px;
  }
  .footer .namads {
    margin: 20px calc(50% - 50px) 0 calc(50% - 50px);
  }
  .search-resultz {
    padding: 0;
  }
  .search-resultz .title-asli h1 {
    font-size: 18px;
  }
  .search-resultz .title-asli .count {
    margin: 10px 0 15px 0;
  }
  .services .entery .item {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .woocommerce-MyAccount-content .woocommerce-form-row,
  .woocommerce-MyAccount-content .form-row {
    width: 100%;
    padding: 0;
    min-height: auto;
  }
  .page-archive .woocommerce-ordering select {
    margin: 17px 0;
  }
  #filter-btn {
    margin: -58px 0 0 0;
  }
  .filter-box.active .woocommerce-ordering select {
    margin: 0 0 10px 0;
  }
  .filter-box.active {
    width: 100%;
    margin: 0;
    border-radius: 0;
    background-color: #f5f5f5;
  }
  .page-archive,
  .single-productm .tab-content .rt-matn {
    padding: 0;
  }
  .top-archive {
    padding: 20px 0 30px 0;
    height: 115px !important;
  }
  .top-archive .main {
    height: 115px;
    background-size: 100% 100%;
    background-position: center;
  }
  .arch-links ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .arch-links li {
    max-width: 90px;
    padding: 0 5px;
  }
  .arch-links li a:before {
    font-size: 25px;
    font-weight: 300;
  }
  .arch-links li a {
    height: auto;
    font-size: 13px;
    font-weight: bold;
  }
  .woocommerce .my-cart .cart button[name="apply_coupon"] {
    width: 100%;
    margin-top: 15px;
  }
  .arch-links li:last-child {
    /* margin-left: 40px; */
  }
  /*   .arch-linksz:before {
    height: 100%;
    top: 0;
    width: 50px;
    content: "";
    position: absolute;
    z-index: 2;
    left: -18px;
    background: linear-gradient(to right, #fafafc, rgba(255, 255, 255, 0));
  } */
  .rt-account .woocommerce-MyAccount-content .shop_table th,
  .rt-account .woocommerce-MyAccount-content .shop_table tr td {
    padding: 12px 0;
    font-size: 13px;
  }
  .filter-box .remove-filters {
    padding: 0 0 15px 0;
  }
  .top-archive.nondes {
    min-height: 185px;
  }
  .single-productm .tabs .tab {
    float: right;
  }
  .single-productm .tabs .tab span,
  .arch-links li > ul {
    display: none !important;
  }
  .single-productm .tab-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 420px) {
  .moghayese .side .its-more a {
    padding: 8px 13px;
  }
  .search-resultz .title-asli .tab-btns button i {
    font-size: 18px;
  }
  .search-resultz .title-asli .tab-btns button {
    margin-left: 20px;
    font-size: 15px;
  }
  .single-productm .ersals .sid.right span {
    display: none;
  }
  .single-productm .ersals .sid.right {
    line-height: 2.3;
    font-size: 12px;
  }
}

/* added by hsnoise */
.single-productm .photo-side .variations_form .variations,
.single-productm .photo-side .variations_form .single_variation,
.single-productm .info .variations_form .woocommerce-variation-add-to-cart,
.single-productm .info .variations_form .stock.out-of-stock {
  display: none !important;
}
.single-productm .info .variations_form .woocommerce-variation-price::before {
  content: "قیمت محصول: ";
  position: relative;
  top: -2px;
  right: -5px;
}
.single-productm .info .variations_form .woocommerce-variation-price bdi {
  font-weight: 800;
  font-size: 22px;
  color: #337cda;
}
.single-productm .info .variations_form .woocommerce-variation-price del bdi {
  font-weight: 800;
  font-size: 13px;
  color: #ef394e;
}
.single-productm .info .variations_form td {
  padding: 0;
}
.single-productm
  .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default,
.single-productm
  .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
.single-productm
  .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  box-shadow: none !important;
  border: solid 1px #337cda;
}
.single-productm .vi-wpvs-variation-wrap .vi-wpvs-option-wrap {
  background: #fff;
  border-radius: 12px;
  /* border: 1px solid #337cda; */
  padding: 20px 10px;
}
.vi_wpvs_loop_action, .vi_wpvs_loop_variation_form, .vi_wpvs_loop_variation_form .vi-wpvs-variation-style, .vi_wpvs_loop_variation_form .vi_variation_container, .vi_wpvs_loop_variation_form .vi_variation_container .vi-wpvs-variation-wrap-wrap, .vi_wpvs_loop_variation_form .vi_variation_container .vi-wpvs-variation-wrap-loop.vi-wpvs-variation-wrap {
  margin-top: 0 !important;
}
.vi_wpvs_loop_variation_form {
 margin-bottom: -3px !important;
}
.single-productm
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
.single-productm
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  background: #337cda !important;
}
.single-productm
  .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected
  span {
  color: #fff;
}

.single-productm
  .vi-wpvs-variation-attribute-type-color
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
.single-productm
  .vi-wpvs-variation-attribute-type-color
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  background: #fff !important;
}

/* banners */
.banners .main {
  display: flex;
}
.banners .half-banner {
  width: 50%;
  border-radius: 7px;
  margin: 20px;
}
.banners .half-banner .inner-box {
  position: relative;
  border-radius: 21px;
  box-shadow: 0 0 3px rgb(0 0 0 / 40%);
  padding: 15px;
  min-height: 400px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banners .half-banner .inner-box .containText {
  position: absolute;
  top: 25px;
  max-width: 164px;
  text-align: right;
}
.banners .half-banner:first-child .inner-box .containText {
  left: 25px;
}
.banners .half-banner:last-child .inner-box .containText {
  right: 25px;
}
.banners .half-banner .inner-box .containText p {
  font-size: 18px;
  font-weight: 700;
}
.banners .half-banner .inner-box .containText a {
  font-size: 13px;
  display: block;
  font-weight: 700;
  margin-top: 8px;
}

@media only screen and (max-width: 810px) {
  .banners .main {
    display: block;
  }
  .banners .half-banner {
    width: 100%;
    margin: 20px 0;
  }
  .banners .half-banner .inner-box {
    min-height: 230px;
    background-size: cover;
  }
  .banners .half-banner .inner-box .containText {
    text-align: right;
    max-width: 145px;
  }
  .banners .half-banner .inner-box .containText p {
    font-size: 14px;
  }
  .banners .half-banner:first-child .inner-box .containText {
    text-align: left;
  }
  .banners .half-banner:last-child .inner-box {
    background-size: contain;
    background-position: left;
  }
}

/*  for home product tab filters */
.hiderr {
  animation: hide 0.3s ease normal forwards;
  display: none;
}
.showrr {
  animation: show 0.3s ease normal forwards;
  display: initial;
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  for home product tab filters */

.archive-category .sliders.owl-carousel .owl-nav {
  display: block;
}
@media (max-width: 810px) {
  .archive-category .sliders.owl-carousel .owl-nav {
    display: none;
  }
}

/*variated-box-controller*/
.variated-box-controller {
  cursor: pointer;
  float: right;
  display: flex;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 10px 5px;
}
.variated-box-controller {
  border-color: #006ffd;
}
.variated-box-controller ul {
  margin: 0;
}
.variated-box-controller ul li {
  font-weight: 800;
  margin: 5px 30px 5px 0;
}
.variated-box-controller .left-side {
  width: 40%;
}
.variated-box-controller .right-side {
  width: 60%;
}
.variated-box-controller .left-side.price {
  text-align: center;
  font-weight: 800;
}
.variated-box-controller .left-side.price bdi {
  color: #308afe;
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 420px) {
  .variated-box-controller ul li {
    font-size: 13px;
  }
  .variated-box-controller {
    display: block;
  }
  .variated-box-controller .left-side,
  .variated-box-controller .right-side {
    width: 100%;
  }
}
.titleOneLine{
  clear: both;
  overflow: hidden;
  white-space: nowrap;
}


/* menu icons styles */
#menu-item-13661 a::before{font-size: 25px !important;}
#menu-item-13663 a::before{font-size: 24px !important;}

/* page loader */
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('https://itech.itech.ir/wp-content/uploads/2022/08/2-Methods-to-Recover-an-Unsaved-PowerPoint-File.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .9;
  background-size: 50px;
  display: none;
}
.LoaderBuyBtn {margin-right: 2px;}
.add_to_cart_button {display: flex !important;}

/* single page style */
.singleExcerptLink{display: inline-flex;}
.singleExcerpt{background-color: #ddddde;width: fit-content;padding: 0 8px;display: flex;justify-content: center;align-items: center;border-radius: 10px;}
.singleExcerpt span{padding: 5px 5px 0 0;color: #000;font-weight: 800;font-size: 14px;}
.singleExcerpt:hover{background-color: #d2e4fc;cursor: pointer;}
.singleExcerptParent{border-bottom: 1px #eee solid;padding: 5px 0 10px 0;}
.vi-wpvs-option-wrap .emoji{
  width: 20px !important;
  height: 20px !important;
  margin-left: 5px !important;
}
.singleExcerptMarginRight{margin-right: 15px;}
.singleSpace{border-bottom: 1px #eee solid;padding: 5px 0 5px 0 !important; width:100%;}
.singleSpace tr{margin-bottom: auto;}
.pd-10{padding-top: 10px !important;}
.w-100{width: 100%;}
.d-flex-center{display: flex;align-items: center;}
.d-flex-justify-center{justify-content: center;}
.d-flex-center .vName{float: right;margin-left: 10px;font-weight: 900;}
.d-flex{display: flex;}
.ml-5{margin-left: 5px;}
.wpgs-wrapper .slick-prev, .wpgs-wrapper .slick-next {
  background: #bcbcbd !important;
  border-radius: 50%;
}
.recall_lightbox img{width: 500px !important;}
.slick-track .thumbnail_image {
  border-radius: 10px;
}
.thumbnail_image.slick-current {
  border: 1px solid #000!important;
  box-shadow: none !important;
}
.singleWishRed{color: rgb(48 45 45);}
.singleMr-5px{margin-right: -5px;}
#comments {
  margin: 0 !important;
}
.singleType{height: 50px;display: flex;align-items: center;}
.singleRegister{background-color: #378aff;font-size: 16px;width: fit-content;padding: 3px 8px;margin-right: 10px;border-radius: 10px;color: #fff;box-shadow: -1px 7px 20px -11px rgba(0,0,0,0.66);-webkit-box-shadow: -1px 7px 20px -11px rgba(0,0,0,0.66); -moz-box-shadow: -1px 7px 20px -11px rgba(0,0,0,0.66);}
.singleActive{background-color: #ff5c78;font-size: 16px;width: fit-content;padding: 3px 8px;margin-right: 10px;border-radius: 10px;color: #fff;box-shadow: -1px 7px 20px -11px rgba(0,0,0,0.66);-webkit-box-shadow: -1px 7px 20px -11px rgba(0,0,0,0.66); -moz-box-shadow: -1px 7px 20px -11px rgba(0,0,0,0.66);}
.compare_text{
  font-size: 15px;
  font-weight: 400;
}
.single-productm .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap {
  height: 35px;
  width: 35px;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-image.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover .vi-wpvs-option, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-variation_img.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover .vi-wpvs-option, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-color.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover .vi-wpvs-option {
  width: 35px !important;
  height: 35px !important;
}
.accordion-container{
  max-width: 810px;
  padding: 0;
  margin: 7px auto 15px auto;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 2.5em 0.625em 2em;
  /* background-color: #000; */
  font-size: 17px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  color: #0070ff;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 30px;
  width: 8px;
  height: 2px;
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}
.accordion-container .open::before {
  background: #0070ff;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 30px;
  width: 8px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
}
.accordion-container .open::after {
  background: #0070ff;
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding-left: 2.3125em;
  /* border: 1px solid #0079c1; */
}
.accordion-content p{padding-right: 28px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img, #wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img.avatar {
  width: 28px;
  height: 28px;
  max-width: 28px;
  vertical-align: baseline;
}
.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable {
  border-color: rgba(192, 185, 200, 0) !important;
  opacity: 0.3;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
  box-shadow: 0 0 0 0px rgb(225 227 230 / 0%) inset, 0px 4px 2px -2px rgb(77 12 9 / 8%) !important;
}
.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable {
  border: solid 1px #337cda !important;
}
.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable {
  border: none !important;
}
.zoomtoo-container img{width:500px;}
.slick-slide{opacity: 0.7;}
.slick-current{opacity: 1 !important; }


/* page styles */
.bigProductPic{
  height: 100% !important;
  background-size: cover !important;
  background-position: left;
  /*background-size: 100% 100%;*/
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.minibig_addtocard{display: flex;justify-content: center;}
.minibig_addtocard button{position: relative !important;margin-top: 15px !important;}
.lll{margin-bottom: 13px;}
.arch-linksz{margin-bottom: 40px !important;}
select:after {
  color: #00f;
}


/* payment page styles */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: right;
  border-radius: 5px;
  margin: 10px 0 30px 0;
  box-shadow: 0 0 3px rgb(0 0 0 / 40%);
  width: 100%;
  float: right;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}
.woocommerce .woocommerce-form-login .form-row {
  padding: 3px;
  margin: 0 0 6px;
}

.woocommerce .woocommerce-form-login .form-row {
    padding: 0;
}
.woocommerce .woocommerce-form-login .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce .woocommerce-form-login .form-row-first, .woocommerce-page form .form-row-first {
    float: right;
}
.woocommerce .woocommerce-form-login .form-row-last, .woocommerce-page form .form-row-last {
  float: left;
}
.woocommerce .woocommerce-form-login .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page .woocommerce-form-login .form-row-last {
    width: 47%;
    overflow: visible;
}
.woocommerce .woocommerce-form-login .form-row input.input-text, .woocommerce .woocommerce-form-login .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  background-color: #f2f2f2;
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 500;
}
.woocommerce .woocommerce-form-login .form-row {
  display: inline-grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 25px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}
.woocommerce .woocommerce-form-login .form-row label {
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  color: #444444;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  border: 0;
  padding: 15px 50px;
  background-color: #308bff;
  color: #fff;
  font-size: 17px;
  text-shadow: 1px 1px 1px #444;
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
}

/*  */
.checkoutz .loginViaContainer,.woocommerce-checkout .woocommerce-form-coupon-toggle,.shipping_method,.wc_payment_methods input[type="radio"]{display: none;}
.checkout_toogles .woocommerce-info{text-align: right;    display: flex;align-items: center;}
.checkout_toogles .woocommerce-info::before{  font-family: "itech-fonts";font-size: 27px;    margin-left: 10px;color: #497ad7;content: "\e81d";}
.checkout_toogles a{
  color: #000;
  border-bottom: 1px solid black;
  padding: 0 5px 2px 0;
  
}
.checkoutz .woocommerce-billing-fields__field-wrapper{margin-bottom: 0;}
.checkoutz .woocommerce-form-login .login-message{
  margin-bottom: 10px;
}
.wc_shipping_method,.wc_payment_method{
  display: flex;
  justify-content: center;
  align-items: center;
}
.wc_shipping_method .icon,.wc_payment_method .icon{
  padding-bottom: 10px;
}
.activeCheckout{border: #337cda 3px solid;}
.group-title .title-asli{  
  display:block;
}
.group-title .title-asli .itech-shopbasket{  
  padding-top: 10px;
  padding-left: 8px;
  height: auto;
}
.group-title .title-asli p{
  color:#979797;
}
.paymentIcon i{margin-left: 5px;}
.woocommerce-checkout .title-asli i{height: 30px;}


/* index page style */
.blog .variations .vi-wpvs-variation-attribute-type-button,.page-archive .variations .vi-wpvs-variation-attribute-type-button{display: none !important;}

/* fixed menu */
.fixedMenu{
  position: fixed;
  top: 0;
}

/* services style */
.services .item .rt img{
  width: 100px;
  height: 80px;
}



/* about us style */
.addres .itech-tellUs{padding-top: 30px;}
.addres .itech-tellUs-custom:before {
  border: 3px solid #444;border-radius: 50%;height: 30px;width: 30px;padding-top: 5px;font-size: 15px;color: #444;
}


/* single post styles */
.single-post .rt-matn {color: #818181;}



/* item tracking style */
.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center
}

.steps .step .step-icon-wrap::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 5px;
  margin-top: -1px;
  margin-left: -1px;
  background-color: #fff;
  content: '';
  z-index: 1;
  box-shadow: 0 -1px 1.5px -1px rgb(0 0 0 / 40%), 0 1px 1.5px -1px rgb(0 0 0 / 40%);
}


.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 5px;
  margin-top: -1px;
  margin-right: -1px;
  background-color: #fff;
  content: '';
  z-index: 1;
  box-shadow: 0 -1px 1.5px -1px rgb(0 0 0 / 40%), 0 1px 1.5px -1px rgb(0 0 0 / 40%);
}

.steps .step .step-icon-wrap::before {
  left: 0
}
.steps .end-delivery .step-icon-wrap::before {
  right: 0;
}

.steps .begin-delivery .step-icon-wrap::after {
  left: 0 !important;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    border-radius: 50%;
  background-color: #fff;
  color: #374250;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.steps .step .step-icon i{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700
}

.steps .step:first-child .step-icon-wrap::before {
  display: none
}

.steps .step:last-child .step-icon-wrap::after {
  display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #308bff;
}
.step-gradient::before {

/* Created with https://www.css-gradient.com */
/* Created with https://www.css-gradient.com */
  background: #308CFF;

  /* ff 3.6+ */
  background:-moz-linear-gradient(90deg, rgba(232, 236, 240, 1) 0%, rgba(48, 139, 255, 1) 50%, rgba(48, 139, 255, 1) 100%); 

  /* safari 5.1+,chrome 10+ */
  background:-webkit-linear-gradient(90deg, rgba(232, 236, 240, 1) 0%, rgba(48, 139, 255, 1) 50%, rgba(48, 139, 255, 1) 100%);

  /* opera 11.10+ */
  background:-o-linear-gradient(90deg, rgba(232, 236, 240, 1) 0%, rgba(48, 139, 255, 1) 50%, rgba(48, 139, 255, 1) 100%);

  /* ie 6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#308BFF', endColorstr='#E8ECF0', GradientType=0 );

  /* ie 10+ */
  background:-ms-linear-gradient(90deg, rgba(232, 236, 240, 1) 0%, rgba(48, 139, 255, 1) 50%, rgba(48, 139, 255, 1) 100%);

  /* global 94%+ browsers support */
  background:linear-gradient(90deg, rgba(232, 236, 240, 1) 0%, rgba(48, 139, 255, 1) 50%, rgba(48, 139, 255, 1) 100%);
}

.steps .step.completed .step-icon {
  border-color: #308bff;
  background-color: #308bff;
  color: #fff
}
.steps .step.completed .step-icon i {
  display: flex;
  padding-right: 8px;
}
.steps .step.nopd .step-icon i {
  padding-right: 0 !important;
}

.steps .box .step-icon i {
  display: flex;
  padding-right: 5px;
}
@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

.bg-faded, .bg-secondary {
  background-color: #f5f5f5 !important;
}
ol li {
  list-style: none!important;

}
.login-pagetrackingitech {
width: auto!important;
padding: 1% 0 0!important;
margin: auto!important;
}
.itechTrackingCode {
position: relative!important;
z-index: 1;
background: #FFFFFF;
max-width: 350px!important;
border-radius: 14px!important;
margin: 0 auto 10px!important;
padding: 28px!important;
text-align: center!important;
/* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}
.itechTrackingCode input {
outline: 0!important;
background: #f2f2f2!important;
width: 100%!important;
height: 45px;
border: 0;
margin: 0 0 15px!important;
padding: 7px!important;
box-sizing: border-box!important;
font-size: 18px!important;
box-shadow: inset 0 7px 5px -7px rgba(0,0,0,0.6);
border-radius: 10px;
text-align: center;
}
.itechTrackingCode button {
  border-radius: 5px!important;
  outline: 0!important;
  background: #308bff!important;
  width: 100%!important;
  border: 0!important;
  padding: 8px!important;
  color: #FFFFFF!important;
  font-size: 14px!important;
  -webkit-transition: all 0.4 ease;
  transition: all 0.4 ease;
  cursor: pointer;
}
@media only screen and (min-width : 900px) and (max-width : 4900px) {
  .itechTrackingCode {
max-width: 350px!important;
  }
  
}
.itechTrackingCode button:hover,.form button:active,.form button:focus {
background: #43A047;
}

.tracking-page{margin-top: 40px;}
.tracking-page th{color: #999999;text-align: center !important;}
.tracking-page .pname{text-align: right;}
.tracking-page td{text-align: center !important;}
.trackformtitle{margin-bottom: 15px;}
.alert-danger{
  background-color: #ED4F32!important;
  color: #fff!important;
  text-align: center!important;
  width: fit-content!important;
}
.bottomtracking{
  padding: 15px 40px;
  border-radius: 13px;
  font-weight: 700;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

@media (min-width: 576px)
{
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
  box-shadow: 0 0 0 1.2px #306ec0 inset !important;
}
.vi-wpvs-option-color{
  border: 0.2px solid rgb(80 80 80 / 15%);
  box-shadow: 0 1px 0 0.2px rgb(80 80 80 / 36%) inset !important;
}
.wpgs-wrapper .icon-zoom-in:before {
  font-family: "itech-fonts" !important;
  content: '\e818';
  font-size: 25px;
}

/* single product style */
.single-product .info .nirweb_smart_sms_in_stock{display: none;}
.single-product .nirweb_smart_sms_phone_fields input,.single-product .nirweb_smart_sms_phone_fields button,.single-product  .nirweb_smart_sms_response.fail,.single-product  .nirweb_smart_sms_response.success { float: right; }
.single-product .nirweb_smart_sms_phone_fields button {
  margin: 12px 5px 0 0;
}
.added-to-fav {
  position: absolute;
  margin-top: 55px;
}





/* product cat styles */
/* .page-archive .mini-big-p .addtocart {margin-bottom: -10px !important;}  */
/* mobile break points */

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */  }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) and (orientation : portrait) {
  /* Styles */

  .page-archive .mini-big-p {
    width: calc(100% - 25px);
  }
  .page-archive .mini-p {
    width: 231px !important;
  }

}
.single_variation_wrap .woocommerce-variation-add-to-cart{
  display: flex;
  align-items: center;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-image.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected .vi-wpvs-option, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-variation_img.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected .vi-wpvs-option, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-color.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected .vi-wpvs-option {
  width: 35px !important;
  height: 35px !important;
}
.single-product .cart{
  display: flex;
  align-items: center;
}
.single-product .variations_form {
  display: block;
  align-items: center;
}

.customStockBtn{
  background-color: #7c8594;
  width: 100%;
  padding: 14px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.customStockBtn img{
  width: 22px;
  margin-left: 12px;
}
.single-product .nirweb_smart_sms_in_stock label,.DontStock .save-to-wishlist{display: none}
.d-block{display: block;}
.nirweb_smart_sms_phone_fields input{ width: 76.6%;}
.nirweb_smart_sms_phone_fields button {
  margin: 10px 0 0 0;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  outline: 0;
  cursor: pointer;
  background-color: #497ad7;
  font-family: inherit;
}
.nirweb_smart_sms_response.fail {
  border: none;
  color: #c30f0f;
}
.nirweb_smart_sms_response.success {
  border: none;
  color: #078107;
}
.customStockBtnSuccess{
  background-color: #30b843;
  width: 100%;
  padding: 14px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.customStockBtnSuccess img{
  width: 22px;
  margin-left: 12px;
}
@media (min-width: 835px) {
  #dig-ucr-container .dig_ul_divd {
    display: inline-grid;
    grid-template-columns: 1.2fr 1.7fr !important;
    width: 85% !important;
    max-height: 85vh !important;
    max-width: 700px !important;
    min-height: 350px !important;
  }
}
@media (max-width: 768px) {
  .vi_wpvs_loop_variation_form .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap {
    top: -30px;
  }
}
/*@media (min-width: 768px) and (max-width: 820px) {*/
/*  .vi_wpvs_loop_variation_form .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap {*/
/*    top: -30px;*/
/*  }*/
/*}*/
.woocommerce-product-gallery__image img{width: 400px !important;height: 400px !important;}
@media (max-width: 414px) {
  .top-slider .item .entery {
    left: -55px;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .top-slider .item .entery {
    left: -250px;
  }
}

/* Custom styles  */
.single-productm .micropRelated{
  width: 250px !important;
  min-height: 250px !important;
  display: flex;
  align-items: center;
}
.single-productm .micropRelated .qeymat{
  margin-top: 130px;
}