:root {
    color-scheme: light;
    forced-color-adjust: none;
}
body { background: var(--bg-color); }
a {
  color: var(--link);
}
html {
  forced-color-adjust: none;
}
.tg_header_index {
  background: var(--main-purpel);
  position: relative;
  border-radius: 15px;
  margin: 10px ;
  position:relative
}
.tg_header_index::after {
	position:absolute;
	content:" ";
	right:-15px;
	top:15px;
	background:var(--main-yellow);
  width: 15px;
  height: calc(100% - 30px);
  border-radius: 0 20px 20px 0;
}
.tg_header_index::before {
  position: absolute;
  content: " ";
  left: -15px;
  top: 15px;
  background: var(--main-yellow);
  width: 15px;
  height: calc(100% - 30px);
  border-radius: 20px 0 0 20px;
}

.tg_header .logo {
  background: url(../images/site-logo2.png) center center no-repeat;
  width: 353px;
  height: 120px;
  float: right;
  margin: 10px auto;
  padding: 0 20px;
  border-radius: 0 0 20px 20px;
  background-size: contain;
}
.nav-wrapper {
  display: flex;
  width: 100%;
  margin: 10px auto 0;
  align-items: center;
}
.nav-items {
  width: 100%;
    z-index: 9;
}
.main_menu {
  padding: 5px;
}
.main_menu li {
  font-size: 0.9rem;
  float: right;
  margin: 10px;
}
.main_menu li a {
	color:#fff
}

.special-wrapper a {
  background: var(--main-yellow);
  width: 26px;
  float: left;
  margin: 20px 10px;
  padding: 2px;
  height: 26px;
  border-radius: 50px;
}
.special-wrapper a svg {
  width: 20px;
}
.vert_devider {
  width: 2px;
  height: 65px;
  border-left: 2px dotted #8FB2D5;
  float: left;
}
.nav__phonenumber {
  float: left;
  width: 300px;
  text-align: left;
  padding: 0 10px;
  color:#fff
}
.nav__phonenumber div {
  float: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 450;
  letter-spacing: 2px;
}
.nav__phonenumber span {
  color: var(--main-yellow);
  font-weight: 450;
}
.title-widget-container h1 {
  color: #0064B2;
  margin: 50px 0 0;
    padding-right: 55px;
}
.title-widget-container h2 {
  padding-right: 55px !important;
  margin: 3px 0 0 0 !important;
  color: #9c9c9c;
  font-size: 0.8rem;
  font-weight: 450;
}
.prodblocks { margin:10px auto 50px; position:relative;   min-height: 415px; }
.prodblocks .col-md-3 {
  padding: 20px 30px;
}
.prodblocks .carditem {
  height: 60vh;
  background: var(--main-yellow);
  width: 100%;
  display: block;
  border-radius: 70px 20px 20px;
  padding: 70px 20px 20px 20px;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--main-purpel);
  position: relative;
  box-shadow: 0 0 0px 10px var(--main-secyellow);
  position:relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  cursor:pointer
}

.news_index {
  background: var(--news_index);
}
/*.prodblocks .carditem:hover::before {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  height: 100%;
  -ms-transition: all 0.4s ease;
}
.prodblocks .carditem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  border-radius: 70px 20px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
	background: linear-gradient(0deg, rgba(255, 216, 0,1) 0%, rgba(0,198,255,0) 100%); 
}*/

.prodblocks .carditem .circ { transition: all 0.4s ease;display:none}
.prodblocks .carditem:hover .circ {
  transition: all 0.4s ease;
  display: block;
  background: url(../images/Group-12034-min.png) center center no-repeat;
  position: absolute;
  left: 50%;
  bottom: -100px;
  content: " ";
  width: 250px;
  height: 250px;
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 10s linear infinite;
  z-index: 1;
  margin-left: -125px;
}



.prodblocks .carditem:after {
  background: url(../images/arrow-left-small.png) center center no-repeat;
  width:42px;
  height:42px;
  bottom:30px;
  left:10px;
  position:absolute;
  content:" ";
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.prodblocks .carditem:hover:after {
	left:0;
  background: url(../images/arrow-left-small-w.png) center center no-repeat;
}
.prodblocks .carditem span {
  font-size: 2.7rem;
  font-weight: 950;
  display: block;
  line-height: 30px;  position: relative;
}

.prodblocks #card1 .card1 {
  background: url(../images/card1.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
}
.prodblocks #card1 .card1-hover, .prodblocks #card1 .card1, .prodblocks #card1:hover,
 .prodblocks #card2 .card2-hover, .prodblocks #card2 .card2, .prodblocks #card2:hover,
  .prodblocks #card3 .card3-hover, .prodblocks #card3 .card3, .prodblocks #card3:hover,
  .prodblocks #card4 .card4-hover, .prodblocks #card4 .card4, .prodblocks #card4:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.prodblocks #card1:hover, .prodblocks #card2:hover, .prodblocks #card3:hover, .prodblocks #card4:hover {
    background: var(--main-purpel);
  color: var(--main-yellow);  box-shadow: 0 0 0px 10px #b1a8c4;
}
.prodblocks #card1:hover .card1, .prodblocks #card2:hover .card2, .prodblocks #card3:hover .card3, .prodblocks #card4:hover .card4 { opacity:0 }

.prodblocks #card1 .card1-hover {
  background: url(../images/card1-hover.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
  opacity:0;  z-index: 9;
}
	
	
	
.prodblocks #card2 .card2-hover {
  background: url(../images/card2-hover.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
  opacity:0;  z-index: 9;
}
.prodblocks #card3 .card3-hover {
  background: url(../images/card3-hover.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
  opacity:0;  z-index: 9;
}
.prodblocks #card4 .card4-hover {
  background: url(../images/card4-hover.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
  opacity:0;  z-index: 9;
}
.prodblocks #card1:hover .card1-hover, .prodblocks #card2:hover .card2-hover, .prodblocks #card3:hover .card3-hover, .prodblocks #card4:hover .card4-hover { opacity:1 }


.prodblocks #card2 .card2 {
  background: url(../images/card2.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
}



.prodblocks #card3 .card3 {
  background: url(../images/card3.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
}



.prodblocks #card4 .card4 {
  background: url(../images/card4.png) center center no-repeat;
  background-size: auto;
  height: calc(100% - 150px);
  background-size: contain;
  position: absolute;
  right: -25px;
  width: 100%;
  bottom: -40px;
}
.select_section .row.rtl {
  margin: 20px 0;
}
.prodblocks .select_section .col-md-3 {
  padding: 30px;
}
.select_section {
  background: var(--main-yellow);
  width: calc(100% - 40px);
  height: calc(100% - 0px);
  position: absolute;
  bottom: 0px;
  border-radius: 30px;
  right: 0;
  margin: 0 20px;
  display:none;

}
.prodblocks #close_select_section {
  background: url(../images/arrow-right-small.png) center center no-repeat;
  width:42px;
  height:42px;
	top: 10px;
	right: 10px;
  position:absolute;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  cursor:pointer;
  z-index:99
}
.select_section .ss_title {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 50% 0;
  text-align: center;
  color: var(--main-purpel);
}
.select_section .ss_title span {
  font-size: 2.7rem;
  font-weight: 950;
  display: block;
  line-height: 30px;
}
.select_section .ss_mainbox {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: var(--main-purpel) url(../images/card1.png) 0 115px no-repeat;
  background-size: 300px;
}
.subcat_index {
  float: right;
  width: 50%;
  margin: 0 -50px 0 0;
}
.subcat_index li a {
  display: block;
  background: #fff;
  margin: 10px;
  padding: 5px;
  border-radius: 50px;
  font-weight: 700;
  color: var(--main-purpel);
  font-size: 1rem;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.subcat_index li:hover a {
  margin-right: 25px;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}


.branches_index {
    background:var(--main-purpel) url(../images/branches_bg.png) center 70px no-repeat;
    position: relative;
    min-height: 350px;
	margin: 50px auto;
}
.branches_index .section_title {
	position: relative;
	width: 100%;
	border-bottom: none;
	color: #fff;
	padding: 15px 60px 10px 0;
}
.branches_index .section_title::after {
  content: " ";
  position: absolute;
  background: #FFB41B;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 25px;
  border-radius: 50px;
}
.branches_index .section_title::before {
  content: " ";
  position: absolute;
  background: #fff;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 10px;
  border-radius: 50px;
}
.branches_index .section_title h1 {
	font-size: 1.4rem;
	font-weight: 900;
	margin: 0;
	color: #fff;
}
.branches_index_text {
  color: #fff;
  direction: rtl;
  padding: 50px 0;
  line-height: 200%;
  font-size: 1.1rem;
  font-weight: 350;
  text-align: justify;
}
.branches_index::before {
	content: " ";
	width: 100%;
	height: 48px;
	top: -20px;
	right: 0;
	background: var(--brnachbefore);
	position: absolute;
	background-size: cover;
}
.branches_index::after {
	content: " ";
	width: 100%;
	height: 48px;
	bottom: -20px;
	right: 0;
	background: var(--brnachafter);
	position: absolute;
	background-size: cover;
}
.btn_readmore__news {
  float: left;
  background: #FFB200;
  padding: 0 10px;
  border-radius: 10px;
  color: #fff;
}
.brands_index {
	position: relative;
	width: 100%;
	padding: 230px 0 10px;
}
.brands_index .section_title {border-bottom: none;}
.brands_index .brands_index_bg {
	position: absolute;
	width: 100%;
	height: 250px;
	background: #532F0C url(../images/brands_index_bg.jpg) center center no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
}
.brands_index_car_select img {
  margin: 15px auto;
  display: block;
  position: absolute;
  right: 10px;
}
.product-cell .pic-con {
  border-radius: 10px 10px 0 0;
  position:relative
}

.news_index .product-cell .pic-con::before {
  content: " ";
  width: 58px;
  height: 32px;
  bottom: -1px;
  right: -1px;
  background: var(--piccon-before);
  position: absolute;  z-index: 9;
}
.news_index .product-cell .pic-con::after {
	content: " ";
  width: 58px;
	height: 32px;
	bottom:-1px;
	left: -1px;
	background: var(--piccon-after);
	position: absolute;  z-index: 9;
}
.carousel__product .product-cell .pic-con {
  height: 250px;
}
.carousel__product .prod_item {
  height: 370px;
}





.index_contact {
	padding:50px 0;
		background:var(--index_contact);
	  background-size: contain;
}
.index_contact .title.h4 {
  color: #172846;
  font-weight: 950;
}
.index_contact .title {
  color: #172846;
    font-weight: 450;
}
.index_contact .subtitle {
  color: #787F92;
  font-weight: 450;
}
.index_contact .phoneicon {
  background: var(--phoneicon);
  width: 78px;
  height: 79px;
  float: right;
  margin: -5px 0 0 5px;
}
.index_contact .mailicon {
  background: var(--mailicon);
  width: 78px;
  height: 79px;
  float: right;
  margin: -5px 0 0 5px;
}

.index_contact .diricon {
  background: var(--diricon) ;
  width: 78px;
  height: 79px;
  float: right;
  margin: -5px 0 0 5px;
}


.index_contact .value span {
  display: block;
  text-align: left;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 450;
  color: #505481;
}
.index_contact .value span a {
  color: #505481;
}
.index_contact .value span.adrs {
  text-align: justify;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.cons-index {
  background: #fff;
  min-height: 150px;
  border-radius: 150px 150px 0;
  padding:10px 30px;
  margin: 30px 0 0;
}
.index_contact .cons-index .inline-cons-icon {
  background: url(../images/cons-icon.png) center center no-repeat;
  width: 32px;
  height: 32px;
  float: right;
}
.index_contact .cons-index .inline-cons-title {
  font-size: 1.3rem;
  float: right;
  color: #505481;
  margin: 0 7px;
}
.index_contact .cons-index .inline-cons-subtitle {
  font-weight: 450;
  margin: 7px;
  float: right;
  color: #B9B9C1;
}
.news_index {
  padding: 50px 0;
}
.center__title h5 {
  font-size: 2rem;
  text-align: right;
  color: var(--main-color);
  font-weight: 950;
}
.center__title h6 {
  font-size: .9rem;
  text-align: right;
  color: var(--main-color);
  font-weight: 450;
}
.news_item_category {
  background: #B7C3D2;
  float: left;
  direction: rtl;
  padding: 2px 5px;
  margin: 5px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 450;
  font-size: 0.7rem;
}
.product-cell .title-con {
  font-weight: 700;
}
.foo__contactitem li.lefttext span:first-child {
  letter-spacing: -1px;
  margin: 0 10px;
  width: 50%;
  text-align: left;
}.foo__contactitem li.lefttext span:last-child {
  letter-spacing: -1px;
  margin: 0 10px;
  width: 50%;
  text-align: right;
}
.cons-index form {
  width: 100%;
  padding: 20px 0;
  display: flex;
  gap: 10px;
}
.cons-index form input {
  border: 1px solid #B9B9C1;
  border-radius: 50px;
  padding: 10px;
  font-weight: 450;
  height: 50px;
  width: 38%;
}
.cons-index form button {
  background: #505482;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px;
}
.mod_fee__searchbox form {
  width: 50%;
  margin: 100px auto;
}
.mod_fee__searchbox form input {
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #ccc;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 450;
  margin: 10px auto;
}
.mod_fee__searchbox form button {
  background: #505482;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 10px 50px;
  float: left;
}
.mod_fee_items {
  width: 50%;
  margin: 0 auto;
}
.mod_fee_item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 10px auto;
  padding: 10px;
  float: right;
  border-right: 5px solid #00AF00;
}
.mod_fee_item .code {
  float: right;
  font-size: 1.3rem;
  color: #505482;
  font-weight: 450;
  width: 100px;
  border-left: 2px dotted #9ca0cc;
  padding: 0 0 0 15px;
}
.mod_fee_item .title {
  float: right;
  font-size: 1rem;
  color: #575866;
  font-weight: 450;
  margin: 3px 15px;
}
.mod_fee_item.nothingtoshow {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 10px auto;
  padding: 10px;
  float: right;
  border-right: 5px solid #f00;
}
.center__title {
  padding-right: 50px;
  position: relative;
}
.center__title a {
  color: #96999F;
  font-weight: 450;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 10px;
  background:var(--prod_item_bg);
  padding: 5px 10px;
  border-radius: 5px;
}
.center__title:before {
  content: " ";
  position: absolute;
  background: #FFB41B;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 10px;
  border-radius: 50px;
}
.center__title::after {
  content: " ";
  position: absolute;
  background: var(--main-purpel);
  width: 20px;
  height: 20px;
  right: 10px;
  top: 25px;
  border-radius: 50px;
}
.dw_footer1 {
  background: var(--bg-darker);
  position: relative;
}

.dw_footer1 .footer_item .footer_item_title {
  color: var(--main-color);
}
.dw_footer1 .footer_item .footer_item_text p, .foo__contactitem li, .footer_ul_link li a {
  color: var(--main-color) !important;
    font-weight: 450;
}
.filemarket_view .pic-con {
  margin: 0 auto 10px;
}
.filemarket_view .pic-con img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc_inline {
  padding: 5px;
   display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: max-content;
  overflow-x: hidden;
  overscroll-behavior-inline: contain;
  grid-gap: 0;
  gap: 0;
}
.pc_inline li {
  background:var(--bg-color);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  float: right;
  padding: 0 5px;
  margin: 5px;
}

.mobimenu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 240px;
  position: fixed;
  height: 100%;
  top: 0px;
  right: -250px;
  background-color: var(--bg-color) !important;
  direction:rtl;
  box-shadow: 0 0px 7px #414141;
  z-index: 9999999 !important;overflow-y: scroll;
}
.mobimenu li a {
    color: var(--p) !important;
}
.zardkooh-product-meta {
  list-style: none;
  margin: 25px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee4eb;
}
.zardkooh-product-meta li {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #646e7a;
  font-size: 13px;
  line-height: 28px;
}
.zardkooh-product-meta li {
  color: #646e7a;
  font-size: 13px;
  line-height: 28px;
}
.zardkooh-product-meta li .product-meta-value {
  text-align: left;
  max-width: 65%;
}
.zardkooh-product-meta {
  list-style: none;
}
.table_info_text h1 {
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--main-purpel);
  text-align: right;
  border-right: 10px solid var(--main-yellow);
  padding: 5px;
}
.darktitle h1 {
  color: var(--p);
  }
.zardkooh-product-meta li .pc_inline li {
  float: left;
  width: auto;  line-height: 20px;
}
.zardkooh-product-meta li .pc_inline li a { color:#fff }
.zardkooh-product-meta li .pc_inline {
  padding: 0;
  float: left;
}
.single-product-options {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #ebeff2;
}
.single-product-option {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.single-product-option {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.single-product-option + .single-product-option {
  margin-left: 10px;
}

.single-product-option + .single-product-option {
  margin-right: 10px;
  margin-left: 0;
}

.single-product-option::before {
  position: relative;
  font-size: 18px;
  color: #7b8591;font-family:"Material Design Icons";
}
.single-product-option.btn-compare::before {
  content: "\F018A";
}
.single-product-option.btn-share::before {
  content: "\F1514";
}
.single-product-option.btn-barcode::before {
  content: "\F0071";
}
.single-product-option.btn-wish::before {
  content: "\F02D1";
}
.product_call {
  display: flex;
  border-top: 1px dashed #e2e3e4;
  padding: 10px 10px 0;
}
.product_call span {
  width: 50%;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.product_call span a {  color: var(--main-purpel); }
.modal-content.call .title {
  font-size: 0.8rem;
  text-align: right;
  font-weight: 400;
  padding: 10px;
  direction: rtl;
  line-height: 200%;
  padding: 50px 50px 0;
}
.table_info_text {
  position: sticky;
  position: -webkit-sticky;
  top: 5px;  z-index: 9;
}
.vertic {
  position: sticky;
  position: -webkit-sticky;
  top: 5px;
}
.box-pane {
  padding: 10px;
  background: var(--bg-darker);
  box-shadow: 0 1px 1px rgba(82,99,116,0.13);
  border-radius: 10px;
  margin: 10px auto;
}
.modal-content {
  background: var(--bg-darker) !important;
}
.box-pane-title {
  border-bottom: 1px solid var(--main-yellow);
  padding: 0 0 5px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #848C95;
}
.vertic li a {
  display: block;
  margin: 10px auto;
  border-right: 5px solid var(--main-yellow);
  padding: 10px;
  background: var(--bg-darker);
  color: var(--p);
  border-radius: 5px;
}
.products_categorylist .product-cell {
  flex: 1 0 18%;
  margin: 10px;
  height:370px;
  min-width: 150px;  max-width: 240px;
}
.box-pane .as_same {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.box-pane .product-cell.prod_item {
  flex: 1 0 30%;
  margin: 5px 5px;
  height: 185px;
  min-width: 120px;
  float: right;
}
.box-pane .product-cell.prod_item .pic-con {
  height: 100px;
}
.box-pane p {
  line-height: 200%;
  text-align: justify;
  color: #646464;
}
.modal-content * {
  color: var(--p) !important;
}
a.expert-content {
  background-color: var(--greenbg);
  color: #fff !important;
  line-height: 19px;
  border-radius: 10px;
  padding: 10px 5px;
  font-size: 0.9rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 10px auto;
  width: 100%;
  display: block;
}

.input-box {
  position: relative;
  transition: all 0.5s ease-in-out;
  max-width: 30px;
  background: var(--main-yellow);
  width: 26px;
  float: left;
  margin: 20px 10px;
  padding: 2px;
  height: 26px;
  border-radius: 50px;
}
.input-box.open {
  max-width: 350px;
  margin-right: 50px;
  width: 200px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 350;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
    background: var(--main-yellow);
  opacity: 0;
}
.input-box.open input {
  padding: 0 15px 0 65px;
  background: var(--main-yellow);
  opacity: 1;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.search-btn {
  margin: 2px;
  float: right;
  color: #DCAF89;
  width: 22px;
  height: 22px;
}
.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: var(--main-yellow);
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}
.special-wrapper a.astext {
  color: var(--main-purpel);
  font-size: 1rem;
}
.special-wrapper a.asicon {
  color: var(--main-purpel);
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  line-height: 25px;  position: relative;
}
.nothingtoshow svg {
  display: block;
  margin: 50px auto 10px;
}
.nothingtoshow {
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  color: #AEAFB3;
}

.post__info {
  display: flex;
  background: var(--breadcrumb_wrapper);
  padding: 10px;
  border-radius: 10px;
}
.post__uimg {
  width: 128px;
  margin: 0 0 0 10px;
}
.post__uimg img {
  width: 128px;
  border-radius: 10px;
  height: 128px;
  margin: 5px 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post__title h1 {
  text-align: right;
  font-size: 1.4rem;
  margin: 10px;
  font-weight: 450;
  color:var(--p)
}
.introtext * {
  font-weight: 100;
  margin: 10px;
  line-height: 200%;
}
.ajmap img {
  width: 100%;
}
.ajmap {
  width: 100%;
}
.pc_inline::after {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  background-image: var(--pc_inline_bg);
}
.category_icons li {
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 5px;  border-radius: 10px;
}
.category__product.category_icons {
  padding: 20px 0;
  background: var(--category_icons);
}
.category_icon img {
  max-width: 100%;  border-radius: 10px;
}
.zardkooh-product-meta li .product-meta-value a {
  color: #646e7a;
}

.brandslist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
  list-style: none;
}
.brandslist li {
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 5px;
  border-radius: 10px;
  font-size: 13px;
  color: #282626;
  flex: 1 0 15%;
  background: var(--brandbg);
  float: right;
  text-align: center;
  font-weight: 900;
  position: relative;
    align-content: center;
  display: block;
}
.zardkooh-product-meta .pc_inline {
  display: block !important;
}
.zardkooh-product-meta li p {
  color: #646e7a !important;
  font-size: 13px;  margin: 0;
}



/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 5px;
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav {
    height: 300px;
    overflow: hidden;

}
.slider-banner-image {
    height:525px;
}
.slider-banner-image img {
  margin: -50px auto 0;
}
.banner-slider .slider.slider-nav {
    padding: 20px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 64px;
    height: 64px;
    margin: 0 auto;  border-radius: 5px;
}
.slider-banner-image img, .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;  border-radius: 5px;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 500px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.main_nav li {
  float: left;
}
	.slick-prev {
	    left: 0;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
	    height: 400px;
	}
	.slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:350px;
	}
}

.command_btn .order_btn_real span {
  display: block;
  font-weight: 350;
  font-size: 0.8rem;
}
.price_section span {
  font-weight: 350;
  font-size: 1.1rem;
}
.price_section {
  text-align: center;
  font-size: 1.8rem;
  color: #58BD4B;
  font-weight: 750;
  letter-spacing: -2px;
  margin: 10px auto;
}
.order_btn_real { text-align:center }
#cart_button span {
  position: absolute;
  background: #4172B4;
  color: #fff;
  line-height: 11px;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  right: -3px;
  top: -3px;
  font-weight: 100;
  font-size: 1rem;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inline-number-group .input-group-prepend {
  border: 2px solid #DADADA;
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.inline-number-group .input-group-append {
  border: 2px solid #DADADA;
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.inline-number-group .form-control.quantity {
	border: 2px solid #DADADA;
	text-align: center;
	border-right: none;
	border-left: none;
}
.inline-number-group .input-group-prepend .btn, .inline-number-group .input-group-append .btn {
  padding: 5px 10px;
  text-align: center;
}
.inline-number-group .input-group-prepend i, .inline-number-group .input-group-append i {
  font-size: 1rem;
}
.inline-number-group .form-control.quantity {
  border: 2px solid #DADADA;
  text-align: center;
  border-right: none;
  border-left: none;
    height: 43px;
}

.delete_item__incart {
  margin: 10px;
  width: 40%;
  text-align: right;
}
.input-group {
  max-width: 200px;
}


.panel_box {border: 1px solid #e3e3e3;border-radius: 15px;padding: 0 0 10px;box-shadow: 0 0 10px #eaeaea;margin: 0 auto 20px;background: #fff;}
.panel_box_title {border-bottom: 1px solid #E4E4E4;padding: 15px;font-size: 1rem;font-weight: 900;}
.panel__row {padding: 20px;}
.panel__row .panel_row__number {font-size: 1.5rem;font-weight: 900; color:#484D53}
.panel__row .panel_row__text {color: #767F8A;}
.panel_box_title__mini {color: #6A7784;font-size: 0.8rem;font-weight: 300;margin: 15px 0;}
.panel_box__box {padding: 20px;}
.panel_box__box h6 {font-weight: 400;font-size: 0.8rem;}
.row_inner {
  padding: 10px 10px 50px;
}

.addadrs_inline {
  padding: 10px;
}

.flex_box { display:flex }
.offcode_input {
  width: 60%;
  padding: 5px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #ccc;
  text-align:center
}
.offsubmit {
  width: 40%;
  background: #323843;
  border-radius: 10px 0 0 10px;
  border: none;
  font-size:.8rem;
  padding: 6px 5px;
}


.list_item {
  padding: 10px;
  border-bottom: 1px solid #E1E5EE;
}
.list_item .list_item_title {
  color: #4C4D51;
  font-size: 0.8rem;
}
.list_item_flex .list_item_flex_items_item {
  margin: 10px;
  color: #858C9E;
  font-size: 0.8rem;
}
.list_item_flex_map { width:150px ;height:150px; border-radius:10px;   background: #E5E4E0; }
.list_item_flex {
  display: flex;
}
.list_item_flex_items {
  width: 80%;
}
.list_item .list_item_title {
  color: #4C4D51;
  font-size: 0.8rem;
}
.list_item_flex .list_item_flex_items_item {
  margin: 10px;
  color: #858C9E;
  font-size: 0.8rem;
}
.list_item_flex_map { width:150px ;height:150px; border-radius:10px;   background: #E5E4E0; }
.list_item_flex {
  display: flex;
}
.list_item_flex_items {
  width: 80%;
}

.block_box .offcode_input {
  border-radius: 5px;
}
.hint {
  text-align: center;
  display: block;
  color: #0074E8;
  background: #DEF;
  margin: 10px auto;
  padding: 5px 0;
  border-radius: 5px;
}
.getdsheet {
  display: block;
  font-size: 0.8rem;
  padding: 10px;
}.ds_btn {
  background: var(--main-yellow);
  border-radius: 5px;
  padding: 5px;
  font-size: 0.9rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 10px auto;
  float: left;
  color: #fff;
  font-weight: 750;
}
.box-pane h3 {
  font-size: 1rem;
}
.intro h3 {
  display: none;
}
.table_info_text .intro { line-height:200%}
.category_icons li {
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 5px;
  border-radius: 10px;
  min-height: 160px;
  align-content: center;
}


.card-item { width: 15%; margin:0 10px}
.smobitrigger, .onlyresp { display:none }
.card-header {
  margin-bottom: 0;
  padding: 0px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 48px;
  z-index: 999999999;
  display:none; visibility:hidden
}
.nav {
  list-style: none;
  visibility: visible;
  position: fixed;
  bottom: 0;
  background: var(--prod_item_bg);
  z-index: 99999;
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  direction: rtl;
  right: 0;
  box-shadow: var(--nav_shd);
  border-radius: 30px 30px 0 0;
}

.nav-tabs > li > a {
  line-height: 1.428571429;
  width: 100%;
  float: right;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  font-size: .6rem;
  padding: 0px 0 0 !important;
  border-radius: 0;
  position: relative;  border: 1px solid transparent;  margin-left: 2px;
}
.prod_item {
  background: var(--prod_item_bg) !important;
  border:  var(--prod_item_border) !important;
}

/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}
.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}

.theme-switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 60px;
    margin: 0;
}

.theme-switch input {
  display: none;
}

.sliderr {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.sliderr:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 24px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 24px;
}

input:checked + .sliderr {
  background-color: #66bb6a;
}

input:checked + .sliderr:before {
  transform: translateX(28px);
}

.sliderr.rround {
  border-radius: 34px;
}

.sliderr.rround:before {
  border-radius: 50%;
}
.theme-switch-wrapper {
    float: left;
    margin: 17px 10px 0 5px;
}
.sliderr.rround .mdi.mdi-weather-sunny {
    float: right;
    margin: 0px 3px;
    font-size: 1.2rem;
    color: #fff;
}
.sliderr.rround .mdi.mdi-weather-night {
    float: left;
    margin: 0px 5px;
    font-size: 1.2rem;
}






:root {
  --bg-color: #fff;
  --bg-darker: #fff;
  --main-purpel: #260072;
  --main-yellow: #FFC000;
  --main-secyellow: #FFC0001C;
  --main-color: #0D1C3B;
  --news_index: #fff url(../images/headerbg.png) left 0 no-repeat;
  --link: #007bff;
  --index_contact: #F5F5F5 url(../images/contactusbg-index.png) right 0 no-repeat;
  --category_icons: linear-gradient(0deg,#F5F5F5 50%,rgba(0, 0, 0, 0));
  --prod_item_bg: #FAFAFF;
  --prod_item_border: 1px solid #EFEDFF;
  --pc_inline_bg: linear-gradient(90deg,#FAFAFF 50%,rgba(0, 0, 0, 0));
  --breadcrumb_wrapper: #D7E4FF;
  --p: #000;
  --titlecon-colr: linear-gradient(-90deg,#505482 50%,rgba(0,0,0,0));
  --nav_shd: 0 0 5px #d7d7d7;
	--phoneicon: url(../images/phone-l.png) center center no-repeat;
	--mailicon:  url(../images/mail-l.png) center center no-repeat;
	--diricon: url(../images/dir-l.png) center center no-repeat;
	--brnachafter: url(../images/branches_after.png) center center no-repeat;
	--brnachbefore:  url(../images/branches_before.png) center center no-repeat;
	--brandbg: #fff;
  --greenbg: #20C997;
	--piccon-before:  url(../images/news_img_before.png) center center no-repeat;
	--piccon-after:  url(../images/news_img_after.png) center center no-repeat;
}
[data-theme=dark] {
  --bg-color: #17212B;
  --bg-darker: #0E1621;
  --main-purpel: #1b004f;
	--brandbg: #7F7F7F;
  --main-yellow: #5F521E;
  --main-secyellow: #665A2A4F;
  --main-color: #8D98B0;
  --news_index: #17212B url(../images/headerbg.png) left 0 no-repeat;
  --link: #33465b;
  --index_contact: #17212B url(../images/contactusbg-index.png) right 0 no-repeat;
  --category_icons: #17212B;
  --prod_item_bg: #0E1621;
  --prod_item_border: 1px solid #0E1621;
  --pc_inline_bg: background-image: linear-gradient(90deg,#0E1621 50%,rgba(0, 0, 0, 0));
  --breadcrumb_wrapper: #0E1621;
  --p: #fff;
  --titlecon-colr: linear-gradient(-90deg,#c4c5d9 50%,rgba(0,0,0,0));
  --nav_shd: 0 0 5px #17212B;
  --greenbg: #227159;
	--phoneicon: url(../images/phone-d.png) center center no-repeat;
	--mailicon:  url(../images/mail-d.png) center center no-repeat;
	--diricon: url(../images/dir-d.png) center center no-repeat;
	--brnachafter: url(../images/branches_after-dark.png) center center no-repeat;
	--brnachbefore:  url(../images/branches_before-dark.png) center center no-repeat;
	--piccon-before:  url(../images/news_img_before-dark.png) center center no-repeat;
	--piccon-after:  url(../images/news_img_after-dark.png) center center no-repeat;
}
