@font-face{font-family:IRANSans;src:url(../fonts/IRANSans-Bold.eot?#) format('eot'),url(../fonts/IRANSans-Bold.woff2) format('woff2'),url(../fonts/IRANSans-Bold.woff) format('woff');font-weight:700}@font-face{font-family:IRANSans;src:url(../fonts/IRANSans-Black.eot?#) format('eot'),url(../fonts/IRANSans-Black.woff2) format('woff2'),url(../fonts/IRANSans-Black.woff) format('woff');font-weight:900}@font-face{font-family:IRANSans;src:url(../fonts/IRANSans-UltraLight.eot?#) format('eot'),url(../fonts/IRANSans-UltraLight.woff2) format('woff2'),url(../fonts/IRANSans-UltraLight.woff) format('woff');font-weight:200}@font-face{font-family:IRANSans;src:url(../fonts/IRANSans-Light-Expanded.eot?#) format('eot'),url(../fonts/IRANSans-Light-Expanded.woff2) format('woff2'),url(../fonts/IRANSans-Light-Expanded.woff) format('woff');font-weight:300}@font-face{font-family:IRANSans;src:url(../fonts/IRANSANSExpanded.eot?#) format('eot'),url(../fonts/IRANSANSExpanded.woff2) format('woff2'),url(../fonts/IRANSANSExpanded.woff) format('woff');font-weight:400}

@font-face{font-family:iransn;font-style:normal;font-weight:900;src:url("../fonts/IRANSansWeb(FaNum)_Black.eot");src:url("../fonts/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),url("../fonts/IRANSansWeb(FaNum)_Black.woff") format("woff"),url("../fonts/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:700;src:url("../fonts/IRANSansWeb(FaNum)_Bold.eot");src:url("../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"),url("../fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:500;src:url("../fonts/IRANSansWeb(FaNum)_Medium.eot");src:url("../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"),url("../fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:300;src:url("../fonts/IRANSansWeb(FaNum)_Light.eot");src:url("../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),url("../fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"),url("../fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:200;src:url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot");src:url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),url("../fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:400;src:url("../fonts/IRANSansWeb(FaNum).eot");src:url("../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb(FaNum).woff2") format("woff2"),url("../fonts/IRANSansWeb(FaNum).woff") format("woff"),url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
    unicode-range: U+30-39;}
body {
	background:#F5F5F9;
	font-family:iransn, IRANSans, Tahoma, Geneva, sans-serif;
	font-size:12px;
	overflow-x:hidden
}

.inner { background:#fff }
dl, ol, ul {
  list-style: none;
}
a:hover, a:focus { text-decoration:none; color:#FFBE9E }
.centerilize_div {
  margin: 0 auto !important;
  float: unset !important;
}
.displaynone {
	display:none
}
.clearfix { clear:both }
.left { float: left;}
html {
  /* for smoth scrolling in page */
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0.406rem;
}

::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}

* {
  scrollbar-width: thin;
}
/* -------------------------------- 
  x sigin/signup popup 
  -------------------------------- */
 .cd-signin-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(52, 54, 66, 0.9); z-index: 99999; overflow-y: auto; cursor: pointer; visibility: hidden; opacity: 0; -webkit-transition: opacity 0.3s, visibility 0.3s; transition: opacity 0.3s, visibility 0.3s; } .cd-signin-modal.cd-signin-modal--is-visible { visibility: visible; opacity: 1; } .cd-signin-modal__container { position: relative; width: 90%; max-width: 350px; background: #FFF; margin: 3em auto 4em; cursor: auto; border-radius: 0.25em; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; } .cd-signin-modal--is-visible .cd-signin-modal__container { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .cd-signin-modal__switcher:after { /* clearfix */ content: ""; display: table; clear: both; } .cd-signin-modal__switcher li {
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ccc;
} .cd-signin-modal__switcher li:first-child a { border-radius: .25em 0 0 0; } .cd-signin-modal__switcher li:last-child a { border-radius: 0 .25em 0 0; } .cd-signin-modal__switcher a { display: block; width: 100%; height: 50px; line-height: 50px; background: #d2d8d8; color: #809191; } .cd-signin-modal__switcher a.cd-selected { background: #FFF; color: #505260; } @media only screen and (min-width: 600px) { .cd-signin-modal__container { margin: 4em auto; } .cd-signin-modal__switcher a { height: 70px; line-height: 70px; } } .cd-signin-modal__form { padding: 0em 1.4em 3em; } .cd-signin-modal__fieldset { position: relative; margin: 0.4em 0; } .cd-signin-modal__fieldset:first-child { margin-top: 0; } .cd-signin-modal__fieldset:last-child { margin-bottom: 0; } .cd-signin-modal__label { font-size: 1.4rem; } .cd-signin-modal__label.cd-signin-modal__label--image-replace { /* replace text with an icon */ display: inline-block; position: absolute; left: 15px; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 20px; width: 20px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent; background-repeat: no-repeat; background-position: 50% 0; } .cd-signin-modal__label.cd-signin-modal__label--username { background-image: url("../img/cd-icon-username.svg"); } .cd-signin-modal__label.cd-signin-modal__label--email { background-image: url("../img/cd-icon-email.svg"); } .cd-signin-modal__label.cd-signin-modal__label--password { background-image: url("../img/cd-icon-password.svg"); } .cd-signin-modal__input { margin: 0; padding: 0; border-radius: 0.25em; } .cd-signin-modal__input.cd-signin-modal__input--full-width { width: 100%; } .cd-signin-modal__input.cd-signin-modal__input--has-padding--nor { padding: 5px 20px 5px 20px; } .cd-signin-modal__input.cd-signin-modal__input--has-border {text-align: center; border: 1px solid #d2d8d8; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .cd-signin-modal__input.cd-signin-modal__input--has-border:focus { border-color: #343642; -webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1); box-shadow: 0 0 5px rgba(52, 54, 66, 0.1); outline: none; } .cd-signin-modal__input.cd-signin-modal__input--has-error { border: 1px solid #d76666; } .cd-signin-modal__input[type=submit] { padding: 5px 0; cursor: pointer; background: #2f889a; color: #FFF; font-weight: bold; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .cd-signin-modal__input[type=submit]:hover, .cd-signin-modal__input[type=submit]:focus { background: #3599ae; outline: none; } .cd-signin-modal__hide-password { display: inline-block; position: absolute; left: 0; top: 0; padding: 0px 15px; border-right: 1px solid #d2d8d8; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 1.4rem; color: #343642; } .cd-signin-modal__error { display: inline-block; position: absolute; left: -5px; bottom: -35px; background: rgba(215, 102, 102, 0.9); padding: .8em; z-index: 2; color: #FFF; font-size: 1.3rem; border-radius: 0.25em; /* prevent click and touch events */ pointer-events: none; visibility: hidden; opacity: 0; -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s; transition: opacity 0.2s 0s, visibility 0s 0.2s; } .cd-signin-modal__error::after { /* triangle */ content: ''; position: absolute; left: 22px; bottom: 100%; height: 0; width: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid rgba(215, 102, 102, 0.9); } .cd-signin-modal__error.cd-signin-modal__error--is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.2s 0s, visibility 0s 0s; transition: opacity 0.2s 0s, visibility 0s 0s; } @media only screen and (min-width: 600px) { .cd-signin-modal__form { padding: 0em 2em 3em; } .cd-signin-modal__fieldset { margin: 1em 0; } .cd-signin-modal__fieldset:first-child { margin-top: 0; } .cd-signin-modal__fieldset:last-child { margin-bottom: 0; }.cd-signin-modal__input.cd-signin-modal__input--has-padding--nor { padding: 5px 20px 5px 20px; } .cd-signin-modal__input[type=submit] { padding: 16px 0; } } .cd-signin-modal__message { padding: 1.4em 1.4em 0; font-size: .6rem; line-height: 1.4; text-align: right; } @media only screen and (min-width: 600px) { .cd-signin-modal__message { padding: 1em 0 0; } } .cd-signin-modal__bottom-message { position: absolute; width: 100%; left: 0; bottom: -10px;  text-align: center; font-size: 1.4rem; } .cd-signin-modal__bottom-message a { color: #0574DF; font-weight: bold;font-size:.8rem; text-align: right; } .cd-signin-modal__close { /* form X button on top right */ display: block; position: absolute; width: 40px; height: 40px; right: 0; top: -40px; background: url("../img/cd-icon-close.svg") no-repeat center center; color: transparent; text-indent: 100%; white-space: nowrap; overflow: hidden; } @media only screen and (min-width: 1170px) { .cd-signin-modal__close { display: none; } } .cd-signin-modal__block { display: none; } .cd-signin-modal__block.cd-signin-modal__block--is-selected { display: block; padding-top: 6em; } /* demo style */ .cd-nugget-info { text-align: center; position: absolute; width: 100%; height: 50px; line-height: 50px; bottom: 0; left: 0; } .cd-nugget-info a { position: relative; display: inline-block; padding: 0 2em; background-color: #da5067; border-radius: 50em; font-size: 14px; color: #fff; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } .cd-nugget-info a:hover { opacity: .8; } .cd-nugget-info span { vertical-align: middle; display: inline-block; } .cd-nugget-info span svg { display: block; } .cd-nugget-info .cd-nugget-info-arrow { fill: #fff; } .cd-intro { position: relative; height: 200px; line-height: 200px; text-align: center; } .cd-intro h1 { font-size: 2.2rem; color: rgba(52, 54, 66, 0.5); } @media only screen and (min-width: 600px) { .cd-intro { height: 300px; line-height: 300px; } } @media only screen and (min-width: 1170px) { .cd-intro h1 { font-size: 3.2rem; } }.js-signin-modal-trigger { float: left; padding:0}.cd-signin-modal__switcher.js-signin-modal-switcher.js-signin-modal-trigger { width: 100%;}input[type="checkbox"].cd-signin-modal__input { float: right; margin: 0 0 0 10px;}.cd-signin-modal__fieldset--nomarg { margin: 0em; float: right; width: 100%; } .cd-signin-modal__fieldset--nomarg label { margin: 0; line-height: 100%; width: 80%;}.cd-signin-modal__switcher.js-signin-modal-switcher.js-signin-modal-trigger {padding: 0;}
.js-signin-modal-trigger.loginpopup_btn li a {
  border: 1px solid #0DAFB5;
  width: 32px;
  direction: rtl;
  position: relative;
  text-align: center;
  background: #fff;
  padding: 0;
  border-radius: 50px;
  margin: 12px 5px;
  float: left;
  font-size: 1.7rem;
  line-height: 32px;
  height: 32px;
}
.cd-signin-modal__fieldset:last-child {
  margin-bottom: 0;
  text-align: center;
}
.cd-signin-modal__input[type="submit"] {
  padding: 10px;
  background: #0180FC;
}
.cd-signin-modal__input[type="submit"]:hover, .cd-signin-modal__input[type="submit"]:focus {
  background: #0574DF;
}
/*
 switch
*/
.switch-field {	display: flex;	margin-bottom: 36px;	overflow: hidden;	width: 100%;	direction: ltr;}.switch-field input {	position: absolute !important;	clip: rect(0, 0, 0, 0);	height: 1px;	width: 1px;	border: 0;	overflow: hidden;}.switch-field label { background-color: #babfd5; color: #fff; font-size: 1.2rem; line-height: 1; text-align: center; padding: 8px 16px; margin: 0 5px; transition: all 0.1s ease-in-out;  border-radius: 5px !important;width: 33.333333%;font-weight: 900;}.switch-field label:hover {	cursor: pointer;}.switch-field input:checked + label {	background-color: #2d365d;	box-shadow: none;	color: #fff;}.switch-field-ocolor input:checked + label {    background-color: #326667;    box-shadow: none;    color: #fff;}.switch-field label:first-of-type {	border-radius: 4px 0 0 4px;}.switch-field label:last-of-type {	border-radius: 0 4px 4px 0;}.search_where.inbazar span {    width: 25%;    padding: 10px 0;    font-weight: bold;}
.switch-field.switch-field-ocolor.list_of_time {
	display:block !important;
	margin: 30px auto;
}
.switch-field.switch-field-ocolor.list_of_time label {
  width: 150px;
  margin: 7px;
  text-align: center;
  padding: 15px 0;
  font-size: .7rem;
  float: right;
}
.switch-field.switch-field-ocolor.list_of_time label span {
  font-size: 1.9rem;
  display: block;
  margin: 10px auto 0;
}
.displaynone {display: none;}
 .pagination { padding: 20px 0; }
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 * v0.1
 */
.jq-toast-wrap { display: block; position: fixed; width: 350px;  pointer-events: none !important; margin: 0; padding: 0; letter-spacing: normal; z-index:9999999999; }
.jq-toast-wrap * { margin: 0; padding: 0; }
.jq-toast-wrap.bottom-left { bottom: 20px; left: 20px; }
.jq-toast-wrap.bottom-right { bottom: 20px; right: 40px; }
.jq-toast-wrap.top-left { top: 20px; left: 20px; }
.jq-toast-wrap.top-right { top: 20px; right: 40px; }
.jq-toast-single { display: block; width: 100%; padding: 10px !important ; margin: 0px 0px 5px; border-radius: 4px; font-size: 12px;  line-height: 17px; position: relative;  pointer-events: all !important; background-color: #444444; color: white;text-align: right !important;
direction: rtl;
font-size: 11px; }
.jq-toast-single h2 {  font-size: 14px; margin: 0px 0px 7px; background: none; color: inherit; line-height: inherit; letter-spacing: normal;direction: rtl;text-align: right; }
.jq-toast-single a { color: #eee; text-decoration: none; font-weight: bold; border-bottom: 1px solid white; padding-bottom: 3px; font-size: 12px; }
.jq-toast-single ul { margin: 0px 0px 0px 15px; background: none; padding:0px; }
.jq-toast-single ul li { list-style-type: disc !important; line-height: 17px; background: none; margin: 0; padding: 0; letter-spacing: normal; }
.close-jq-toast-single { position: absolute; left: 7px; font-size: 14px; cursor: pointer;top: 50%;margin-top: -8px; }
.jq-has-icon { padding: 10px 10px 10px 10px; background-repeat: no-repeat; background-position: 10px; }
.jq-icon-info { background-color:rgba(0, 140, 209, 0.9); color: #d9edf7; border-color: #bce8f1; }
.jq-icon-warning { background-color: #FAF9C9; color:#A6782E !important; border:1px solid rgba(222, 182, 8, 1) !important; }
.jq-icon-error { background-color:rgba(233, 30, 26, 0.9); color: #f2dede; border: 1px solid #D8000C !important; }
.jq-icon-success { color: #dff0d8; background-color:rgba(48, 180, 51, 0.9); }
.top_login_btn_dr {
  float: left;
  margin: 5px 10px;
  font-weight: 900;
}
.top_login_btn_dr a {color: #46415C;}
.loggedinbtn {
  float: left;
  margin: 0 0 8px;
}
.gap {
  width: 100%;
  height: 20px;
}

.mobimenu {
	  list-style: none;
	  padding: 10px 0;
	  margin: 0px;
	  width: 230px;
	  position: fixed;
	  height: 100%;
	  top: 0px;
	  right: -450px;
	  direction:rtl;
	  box-shadow: 0 0px 7px #414141;
	  z-index: 9999999 !important;
	  background: #fff !important;
	  overflow:scroll
	}
.mnuopn { right: 0px !important; }
.ovrActv {
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 9998;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	z-index: 999999 !important;top: 0;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(3px);
	}
.mobimenu li a {
  color: #000 !important;
  padding: 10px;
  display: block;
  text-align: right;
  font-size: 0.7rem;
  border-bottom: 1px solid #ccc;
}
.mobimenu p {
    text-align: center;
    width: 100%;
}
.resp_menu { display:none; visibility:hidden }
.sub-menu {
    padding: 0;
}
.sub-menu li .indicator {
    float: right;
    margin: 8px;
}
.mobimenu span.after {
    position: absolute;
	width: 210px;
	height: 50px;
	right: 10px;
	bottom: 45px;
}
.city_choic_resp {
    background: #18993B;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.mobimenu li a.cart-ic {
    padding: 9px 10px 7px 6px;
    color: #fff !important;
	animation: pulse 1.5s infinite;
}
.index .smobitrigger {
    color: #3E3E3E;
}
.smobitrigger {
	color: #18993B;
	font-size: 30px;
	line-height: 12px;
	position: absolute;
	z-index: 9999;
	padding: 0;
	top: 10px;
	left: 10px;
	display:none
}
.mobimenu .hv__link.hasborder-left {
  margin: 0 !important;
  border-left: none !important;
}
.mobimenu .hv__link.hv__special_header {
  width: 100%;
  margin: 0;
  border-radius: 0;
  color: #fff !important;
  padding: 10px;
  text-align: center;
}
.smobitrigger:hover, .smobitrigger:focus { color: #134D22; }
/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(./ajax-loader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(./fonts/slick.eot);src:url('./fonts/slick.eot?#iefix') format('embedded-opentype'),url(./fonts/slick.woff) format('woff'),url(./fonts/slick.ttf) format('truetype'),url('./fonts/slick.svg#slick') format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:50px;height:50px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background: #fff;}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:#fff}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before,.slick-next:before{font-family:'slick';font-size:40px;line-height:1;color:#3F4064;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev {
  left:0px;z-index: 9;
}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'<'}[dir='rtl'] .slick-prev:before{content:'>'}
.slick-next {
  right: 0;
}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'>'}[dir='rtl'] .slick-next:before{content:'<'}.slick-dotted.slick-slider{margin-bottom:10px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:25px;height:25px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{line-height: 12px;font-family:'slick';font-size:35px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#3F4064;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#3F4064}
.ltr { direction:ltr }
.dw_wide_elemts_carousel__catalogue .slick-dots{width:auto; right: 0}
.dw_wide_elemts_carousel__catalogue .slick-dots li { margin: 0}
.dw_wide_elemts_carousel__catalogue .slick-dots li button{ padding: 0 }
.dw_wide_elemts_carousel__catalogue .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #242f9b;
  content: "";
  width: 20px;
  background: #242f9b;
  border-radius: 50px;
  height: 9px;
  top: 8px;
}
/*BODY*/
body .search_container {
  min-height: calc(100vh - 100px);
  background:#F5F5F9;
  background-size:cover;
  padding: 0px 0 10px;
 }
.search_container .box {
  position: absolute;
  right: 0;
  top: 30%;
  background: #fff;
  width: 50%;
  border-radius: 5px 0 0 5px;
  padding: 50px;
}
form.main_search {
  width: 100%;
  position: relative;
}
form.main_search .btn-magnify {
	position: absolute;
	left: 5px;
	font-size: 1.7rem;
	top: 5px;
	z-index: 999;
	color: #fff;
	border: 0;
	width: 40px;
	height: 40px;
	background: #01625F;
	border-radius: 5px;
}
form.main_search .btn-magnify i {
  rotate: 90deg;
}
.box.header__search.rtl h1 {
	color: #01625F;
	font-weight: 950;
	border-right: 10px solid #1E3A53;
	padding: 0 10px 0 0;
}
.search_container .box h2 {
  text-align: right;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 auto 30px auto;
  color: #01625F;
}
form.main_search .header__search--input {
	padding: 15px 10px 11px 40px;
	width: 100%;
	border-radius: 5px;
	direction: rtl;
	z-index: 99;
	position: relative;
	border: 1px solid #D1D8E3;
}
form.main_search .results {
  width: 100%;
  height: 0;
  background: #fff;
    background-color: rgb(255, 255, 255);
  position: absolute;
  top: 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 10px 10px;
  z-index: 9;
  overflow: hidden;
  right:0;
  max-height: 250px;
overflow-y: scroll;
}
.nothingtoshow { opacity: 0 }
.loader-wrapper {  padding: 12px;}.loader-animation {  background: #f5f6f7;  height: 32px;  overflow: hidden;  position: relative;}.loader-animation>div {  background: #fff;  height: 6px;  position: absolute;left: 0;}.loader-animation::before {  background-color: #f5f6f7;  background-image: url(../images/3pk-Fb-IT7-rn.gif);  background-repeat: repeat-y;  background-size: 100% 1px;  content: ' ';  display: block;  height: 100%;}.block-a.block-a {background-color: transparent;border: 8px solid #fff;border-radius: 50%;height: 45px;right: -8px;top: -7px;width: 45px;left: auto;}div.block-b {height: 35px;right: 30px;top: 0;width: 8px;left: auto;}div.block-c {height: 8px;right: 38px;top: 0;}div.block-d {right: 136px;top: 8px;}div.block-e {height: 12px;right: 37px;top: 14px;}div.block-f {  right: 100px;  top: 26px;}div.block-g {  height: 13px;  right: 48px;  top: 32px;}div.block-h {  height: 20px;  top: 40px;}
.nothingtoshow {
  padding: 50px 0;
  text-align: center;
  color: #ccc;
}
.moreresults {
  background: #5B47A8;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
font-size: 0.7rem;
  color: #fff;
  font-weight: 900;
}
.results__inner--row .results__inner--row--info h1 {
  font-size: 0.8rem;
  margin: 0;
  color: #3F4064 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 5px 0;
}
.results__inner--row .results__inner--row--info h3 {
  font-size: 1rem;
  margin: 0;
  color: #ccc;
}
.results__inner--row {
    position: relative;
    padding: 5px 10px;
    display: flex;
    direction: rtl;
	border-bottom: 1px solid #eee;
}
.results__inner--row .results__inner--row--image {
    float: right;
    width: 32px;
    height: 32px;
    background: #ccc url(../images/loading.gif) center center no-repeat;
    margin: 0 0 0 10px;
    border-radius: 5px;
}
.results__inner--row--image img {
    border-radius: 5px;
}
.results__inner--row .results__inner--row--info {
    float: right;
	width: 100%;
}

.results__inner--row .results__inner--row--info h3 {
    font-size: 1rem;
    margin: 0;
	color:#ccc
}
.results__inner--row form {
    width: auto;
    position: absolute;
    left: 10px;
    top: 10px;
}
.results__inner--row #button {
    float: left;
    transition: all ease 0.2s;
    border: none;
    background: #fff;
    color: #01A552;
    text-align: center;
    border-radius: 50px;
    font-weight: 900;
    height: 26px;
    width: 26px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;
		animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
		0% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		}
		70% {
			-webkit-box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
		}
		100% {
			-webkit-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
		}
	}
	@keyframes pulse {
		0% {
		-moz-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		}
		70% {
			-moz-box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
			box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
			box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
		}
	}
.prod_explain_title {
  background: linear-gradient(to left, #f3f7ff 0%, transparent 100%);
  border: 1px solid #D3E4FF;
  direction: rtl;
  padding: 10px;
  font-weight: 950 !important;
  font-size: 1.3rem !important;
  margin: 10px auto 20px;
  border-radius: 5px;
  color: #484C4F;
  border-right: 10px solid #01625F;
}
/* HEADER */
.inner .header_section {
	position: relative;
	background: #FFF url(../images/header-parcham.png) -75px top no-repeat;
	border-bottom: 1px solid #e5e9f2 !important;
	box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
}
.header_section {
  padding: 10px 0;
  width: 100%;
  background:#F5F5F9 url(../images/header-parcham.png) -75px top no-repeat
}

.logo {
  background: url(../images/site-logo.png?ver=2) center right no-repeat;
  width: 239px;
  height: 80px;
  position: relative;
}
.logo span {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  color: #01625F;
}
.header_search {
  padding: 10px;
}
.header_nav {
  background: #fff;
  float: right;
  width: 80%;
  border-radius: 5px;
  margin: 15px auto;
}
.hv__list {
  padding: 0;
  width: 100%;
}
.hv__list li a {
  float: right;
  margin: 19px 10px;
  color: #3F4064;
  font-weight: 700;
  font-size: 0.8rem;
}

.tabbable-responsive {
  display: block;
  min-width: 100%;
  overflow-x: auto;
  margin: 0px -21px -13px -21px;
}
.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 21px;
}
.tabbable .nav-tabs .nav-item {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
}
small {
  font-size: 12px;
}
.card {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
}
a {
  color: #0da58e;
}
a:hover {
  color: #075e51;
}
.text-dark {
  text-decoration: none !important;
}
.elmahio-ad {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.elmahio-ad .logo {
  background: #0da58e;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}
.elmahio-ad .logo img {
  width: 50px;
}
.elmahio-ad .motto {
  width: 180px;
  font-size: 12px;
  font-weight: bolder;
  padding: 12px;
}
.breadcrumb {
  padding: 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #e9f2f1;
  border-radius: 0 0 15px 15px;
}
.breadcrumb a {
  color: #01625F;
}
.searchitems {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  direction: rtl;  min-height: 450px;
}
.searchitems.isempty {
  text-align: center;
  width: 100%;
  display: block;
  padding: 50px 0;
  color: #9b9b9b;
  font-size: 0.9rem;
}
.search_wrapper .col-md-9 {
  flex: 0 0 80%;
  max-width: 80%;
}
.searchitem {
  color: #3F4064;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  min-height: 245px;
  min-width: 192px;
  margin: 5px;
  flex: 1 0 20%;
  max-width: 191px;
  direction: rtl;
}
.in_cta__more {
	padding: 5px 15px;
	border-radius: 20px 5px 20px 20px;
	direction: rtl;
	margin: 10px auto;
	text-align: center;
	font-size: 0.7rem;
	background: #02A04A;
	color: #fff;
	display: block;
	max-width: 150px;
}
.index .searchitem {
  border:none;
}
.searchitem .searchitem_img {
  padding: 10px;
  height: 160px;
  overflow: hidden;
  background:url(../images/loading1.gif) center center no-repeat
}
.searchitem .searchitem_img img {
  width: 100%;
  border-radius: .25rem;
  transition: all ease 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.searchitem:hover .searchitem_img img {
	  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
    transition: all ease 0.2s;
}
.searchitem .product_title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 10px 5px 0px 5px;
  font-weight: 900;
  font-size: 0.8rem;
  text-align: center;
  color: #01625F;
}
.store_title {
  font-size: 0.7rem;
  text-align: center;
  color: #888;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_price_wrapper {
  text-align: left;
  font-size: 1rem;
  color: #737373;
  position: relative;
  padding: 20px 0 10px 5px;
}
.product_price_wrapper .product_price {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
}
.has_market_badge {
  background: #DFF5F1;
  padding: 5px;
  border-radius: 5px;
  font-size: 1rem;
  color: #00A175;
  float: right;
  margin: 0 !important;
}
.productitem {
  color: #3F4064;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 10px auto;
  display:flex;
    align-items: center;
}
.productitem .searchitem_img {
  width: 350px;
  overflow: hidden;
  padding: 10px;
}
.productitem .searchitem_img img {
  width: 100%;
  border-radius: .25rem;
}
.productitem .product_title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 10px 0;
}

.productitem_info {
  color: #3F4064;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.productitem_info h2 { font-size: 0.8rem; line-height: 200%; text-align:center}
.product_info_wrapper { width: 90%;}


.modal-content .title {
  font-size: 0.7rem;
  text-align: center;
  font-weight: 400;
  padding: 20px 0 0px;
  direction: rtl;
}
.socialitems {
	border-bottom: 1px dashed #e2e3e4;
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 0px 0px 10px;
	margin: 0 auto 10px;
}
.product_shortlink { position: relative;}
.product_shortlink input {
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
  font-family: var(--mainfont);
  line-height: 26px;
  font-size: 12px;
  padding: 4px 27px 4px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: #929292;
  direction: ltr;
}
.product_shortlink i {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}
.flex_btn_wrapper { display: flex;}
.chat_btn_prod {
  border: 1px solid #0180FC;
  color:#0180FC;
  background:#F6FBFF;
  width: 50%;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
  padding: 10px;
font-size: 0.8rem;
position: relative;
font-weight: 900;
}
.chat_btn_prod i {
  position: absolute;
  font-size: 1.6rem;
  top: 0px;
  right: 5px;
  opacity: 0.7;
}
.contact_btn_prod {
  border: 1px solid #00C853;
  color:#00C853;
  background:#F9FFFB;
  width:100%;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
  padding: 10px;
font-size: 0.8rem;
position: relative;
font-weight: 900;
}
.contact_btn_prod i {
  position: absolute;
  font-size: 1.6rem;
  top: 0px;
  right: 5px;
  opacity: 0.7;
}
.share_prod {
border: 1px solid #848484;
color: #848484;
background: #f9f9f9;
  width: 50%;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
  padding: 10px;
font-size: 0.8rem;
position: relative;
font-weight: 900;
}
.share_prod i {
  position: absolute;
  font-size: 1.6rem;
  top: 0px;
  right: 5px;
  opacity: 0.7;
}
.buy_part {width: 50%;}
.addtocart_form {float:left }
.addtocart_inner {
  border: 1px solid #D73948;
  color: #FFF;
  float: left;
  background: #D73948;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.8rem;
  position: relative;
  font-weight: 900;
}
.product_has_market_wrapper {
  color: #646464;
  font-size: 0.8rem;
  font-weight: 100;
}
.sameproducts {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.vendorproducts__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 10px;
}
.sameproducts_items .searchitems {
  padding: 0;
}
.sameproducts_items .searchitems .searchitem {
  margin: 10px 5px;
  min-width: 155px;
  max-width: 159px;
}
ul.specificationpro {
  direction: rtl;
  float: right;
  width: 100%;
  padding: 0;
}
ul.specificationpro li {
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
  float: right;
  width: 100%;
  padding: 10px 0;
}
.specificationpro .title {
  float: right;
  font-size: 0.8rem;
  font-weight: 100;
padding: 0px 0 0px;
}
.specificationpro .value {
  float: left;
  font-size: 0.8rem;
}
.goto_profile_btn {
  border: 1px solid #dbdfea;
  padding: 8px;
  width: 100%;
  border-radius: 10px;
  direction: rtl;
  margin: 10px;
  position: relative;
  text-align: center;
  float: left;
  background: #fff;
}

/*
Profile
*/
.dw_profile1 .prof_sidebar {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 10px 0;
	box-shadow: 0 0 10px #eaeaea;
	margin: 0 auto 20px;
	background: #fff;
}
.dw_profile1 .tab-pane {
  padding: 20px 10px;
  border: 1px solid #DEE2E6;
  min-height:400px;
  line-height:200%;
  margin:0 auto 20px
  }
.dw_profile1 .prof_sidebar__abslbtn__topleft {
	position: absolute;
	left: 16px;
	top: 0;
	color: #fff;
	width: 50px;
	text-align: center;
	padding: 0;
	border-radius: 5px 0 20px 0;
	font-size: 1rem;
}
.dw_profile1 .prof_sidebar__abslbtn__topright {
	position: absolute;
	right: 16px;
	top: 0;
	color: #fff;
	width: 50px;
	text-align: center;
	padding: 0;
	border-radius: 0 5px 0 20px ;
	font-size: 1rem;
}
.prod_explain_title {
  background: linear-gradient(to left, #f8f9fb 0%, transparent 100%);
  border: 1px solid #e3e3e3;
  direction: rtl;
  padding: 10px;
font-weight: 950 !important;
font-size: 1.3rem !important;
  margin: 10px auto 20px;
  border-radius: 5px;
  color: #484C4F;
  border-right: 10px solid #C69C6E;
}
.dw_profile1 .prof_sidebar .prof_userinfo_holder h2 {
	font-size: 14px;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
.dw_profile1 .prof_sidebar .prof_userinfo_holder h3 {
	font-size: 12px;
	text-align: center;
	margin: 10px;
	color: #ccc;
	letter-spacing: 2px;
}
.dw_profile1 .prof_sidebar ul {
	direction:rtl;
	margin:0;
	padding:0
}
.dw_profile1 .prof_sidebar ul li {
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
.dw_profile1 .prof_sidebar ul li:last-child { border:none }

.dw_profile1 .prof_sidebar ul li a:hover, .dw_profile1 .prof_sidebar ul li.is-active a {
	border-right-color: #0067A0;
	color: #0067A0;
}
.dw_profile1 .prof_sidebar ul li a {
	color: #333;
	border-right: 3px solid transparent;
	border-right-color: transparent;
	padding: 0 35px 0 10px;
	display: block;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	position: relative;
}
.dw_profile1 .prof_sidebar ul li i {
	font-size: 16px;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.emptystatus img { width: 320px;}
.emptystatus {
  width: 320px;
  margin: 10rem auto;
  text-align: center;
  font-size: 0.7rem;
  opacity: .5;
}

.xquantity {
  width: 100% !important;
}
.quantity_control {
  width: 50% !important;
  margin: 10px;
  float: left;
}
	.quantity_control .input-group {
		display: flex;
		float: right;
		direction: ltr;
		border: 1px solid #eee;
		border-radius: 10px;
	}
		.quantity_control .input-group .form-control {
			padding: 0;
			width: 50px;
			border: none;
			box-shadow: none;
		}
.quantity_control .input-group .input-group-append { width: 30px; text-align: center; }
.quantity_control .input-group .btn { background: none;font-size: 1rem;padding: 5px 0; }
.quantity_control .input-group .btn { padding: 0px 0; }
.quantity_control .input-group .btn { font-size: 1rem; }
.input-group-prepend .btn.btn-decrement.btn-outline-secondary { border-radius: 5px 0 0 5px;min-width: 2rem !important; }
.input-group-append .btn.btn-increment.btn-outline-secondary { border-radius: 0 5px 5px 0;min-width: 2rem !important; }
.gotocart_tbn {
  display: block;
  float: left;
  padding: 7px 25px;
  background: #0da58e;
  color: #fff;
  margin: 10px 0;
  border-radius: 10px;
}
.badge.bg-info {
  color: #fff;
}
.badge {
  padding: 0.85em .4em;
}
.cart_items {

}
.cart_raw {
  color: #3F4064;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.cart_raw_inner {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.inner_cart_sidbar {
  color: #3F4064;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  padding-bottom: 100px;
}
.ics__row .value {
  float: left;
  font-size: 0.8rem;
}
.ics__row .title {
  font-size: 0.9rem;
  font-weight: 700;
}
.btn {
  font-size: 0.7rem;
}
.cart__btn_next_step {
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 50%;
  background: #00A800;
  border-radius: 5px;
  color: #fff;
  padding: 12px;
  margin-right: -45%;
  font-weight: 900;
  font-size: 0.8rem;
  border: none;
}
.storetitle_row {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 900;
}
.storetitle_row {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 900;
}
.wflex {
  display: flex;
}
.image_wrapper img {
  width: 128px;
  margin: 0 0 0 10px;
  border-radius: 10px;
}
.title_wrapper {
  font-size: 0.8rem;
  font-weight: 100;
}
.info_wrapper {
  width: 100%;
}
.price_wrapper {
  align-self: flex-end;
  float: left;
  margin-right: auto !important;
  font-size: 1rem;
}

.quantity_wrapper .buy_part { width: 100%; }
.quantity_wrapper .quantity_control {
  width: 100% !important;
  margin: 10px 0;
  float: unset;
}
.page-title {
  background: #fff;
    background-image: none;
  background-image: none;
  position: relative;
  color: #2d365d;
  font-size: 1.3rem;
  height: 50px;
  padding: 0 1rem;
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: center;
  border-radius: 1.5rem;
  white-space: nowrap;
  background-image: -webkit-gradient(linear, right top, left top, from(#f8f9fb), to(transparent));
  background-image: linear-gradient(to right, #F5F6FA 0%, transparent 100%);
  margin: 10px 0;
  text-align: right;
  padding: 13px;
  font-weight: 900;
}
label {
  display: block;
  margin-bottom: .5rem;
}
.custom h6 {
  font-size: 0.8rem;
}
.shipping__set_location {
  margin: 15px 0 0;
  display: block;
  font-size: 2rem;
}
.ui-timepicker-container{position:absolute;overflow:hidden;box-sizing:border-box}.ui-timepicker,.ui-timepicker-viewport{box-sizing:content-box;height:205px;display:block;margin:0}.ui-timepicker{list-style:none;padding:0 1px;text-align:center}.ui-timepicker-viewport{padding:0;overflow:auto;overflow-x:hidden}.ui-timepicker-standard{font-family:Verdana,Arial,sans-serif;font-size:1.1em;background-color:#FFF;border:1px solid #AAA;color:#222;margin:0;padding:2px}.ui-timepicker-standard a{border:1px solid transparent;color:#222;display:block;padding:.2em .4em;text-decoration:none}.ui-timepicker-standard .ui-state-hover{background-color:#DADADA;border:1px solid #999;font-weight:400;color:#212121}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:none}/*# sourceMappingURL=jquery.timepicker.min.css.map */
.formelement_wrapper {
  color: #3F4064;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.input_time_wrapper {
  display: flex;
}
.input_time_wrapper .input_time small {
  margin: 5px;
}
.input_time_wrapper .input_time {
  width: 40%;
  margin: 0 10px;
  display: flex;
}
.input_time_wrapper .input_time input {
	width: 100%;
	text-align: center;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.inlineswitch label {
  padding: 5px 0;
  font-size: 0.9rem;
  font-weight: 100;
  float: right;
  width: 25px;
  text-align: center;
  margin: 4px;
}
.inlineswitch {
  display: block;
}
.packtype h6 {
  float: right;
  padding: 10px;
}
.packtype .switch-field {
  float: right;
  width: 50%;
}
.packtype .switch-field label {
  font-size: 0.9rem;
}

.flexbtn_group {
  display: flex;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 12px;
  font-weight: 900;
  font-size: 0.8rem;
  border: none;
  direction: ltr;
}
.flex_cart__btn_next_step {
  width: 90%;
  text-align: center;
  background: #00A800;
  border-radius: 5px;
  color: #fff;
  padding: 12px;
  font-weight: 900;
  font-size: 0.8rem;
  border: none;
  float: left;
}
.flexbtn_group a {
  float: right;
  margin: 10px;
  text-align: center;
  width: 20%;
  color: #3F4064;
}
.centerize {
  margin: 0 auto;
}
.page {
  background: #fff;
  padding:10px 0
}
.clear {
  clear: both;
}
.bg-gray {
  background: #8094AE;
}
table.basic, table.basic tr th, table.basic tr td {
border-spacing: 0;
}
table.basic {
width: 100%;
margin: 10px auto;
border: 1px solid #E0E4E8;
border-radius: 5px;
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
table.half {
width: 49.5%;
margin: 10px auto;
border: 1px solid #E0E4E8;
border-radius: 5px;
display: inline-table;
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
table.basic tr th, table.basic tr td {
padding: 10px;
}
table.basic tr th {
background: #F6F8F8;
border-right: 1px solid #E0E4E8;
}
table.basic tr:first-child th:first-child, table.basic tr:first-child td:first-child {
border-radius: 0 5px 0 0;
}
table.basic tr:first-child th:last-child, table.basic tr:first-child td:last-child {
border-radius: 5px 0 0 0;
}
table.basic tr:last-child th:first-child, table.basic tr:last-child td:first-child {
border-radius: 0 0 5px 0;
}
table.basic tr:last-child th:last-child, table.basic tr:last-child td:last-child {
border-radius: 0 0 0 5px;
}
table.basic.total tr:first-child td, table.basic.order tr:first-child td {
border-top: none;
}
table.basic.total tr:first-child td:first-child {
width: 447px;
border-radius: 0 5px 5px 0;
}
table.basic.total tr:first-child td:last-child {
border-radius: 5px 0 0 5px;
}
table.basic.order tr:first-child td:first-child {
width: 485px;
border-radius: 0 5px 0 0;
}
table.basic.order tr:first-child td:last-child {
border-radius: 5px 0 0 0;
}
table.basic.order tr:last-child td:first-child {
border-radius: 0 0 5px 0;
}
table.basic.order tr:last-child td:last-child {
border-radius: 0 0 0 5px;
}
table.basic tr td {
border-top: 1px solid #E0E4E8;
border-right: 1px solid #E0E4E8;
}
table.basic tr th:first-child, table.basic tr td:first-child {
border-right: none;
}
table.basic tr td img {
vertical-align: middle;
max-height: 55px;
}
table.basic tr td .delete {
display: inline-block;
width: 32px;
height: 32px;
background: url(../images/delete_button.png);background-position: 0 0px;
}
table.basic tr td .delete:hover {
background: url(../images/delete_button.png);background-position: 0 32px;
}

.vit_row_cta .carousel_banner .item {
  margin: 10px;
  text-align: center;
  color: #606971;
  background: #FFF;
  padding: 20px 0;
  border-radius: 10px;
  border: 1px solid #D1E0EE;
  font-size: 0.8rem;
  font-weight: 900;
    transition: all ease 0.2s;
}
.vit_row_cta .carousel_banner .item:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #01625F;
  box-shadow: 0px 1px 32px 2px rgba(0,0,0,0.1);
    transition: all ease 0.2s;
}


.vit_row_cta .carousel_banner .item img {
	width: 100%;
	border-radius: 15px;
}
.vit_row_title h1 {
	font-size: 1.1rem;
	font-weight: 900;
	text-align: right;
	margin: 15px 0;
	position: relative;
	width: 100%;
	display: block;
	color: #3F4064;
	float: right;
	border-bottom: 1px solid #BFBDBB;
	padding: 0 10px 10px 0;
}
.hasblue h1 {
  color: #357DDF;
}
.hascolor_1 h1 {
  color: #8971FF;
}
/*.vit_row_title h1::after {
  content: " ";
  background: #B1E0E1;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 10px;
  height: 15px;
  border-radius: 50px;
}
.vit_row_title h1::before {
  content: " ";
  background: #0DAFB5;
  position: absolute;
  right: 0;
  top: 2px;
  width: 10px;
  height: 15px;
  border-radius: 50px;
}*/

.vinner_title h1 {
  font-size: 1.1rem;
  font-weight: 900;
  text-align: right;
  margin: 15px;
  position: relative;
  width: 100%;
  display: block;
  padding:0 25px 0 5px
}
.vinner_title h1::after {
  content: " ";
  background: #B1E0E1;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 10px;
  height: 15px;
  border-radius: 50px;
}
.vinner_title h1::before {
  content: " ";
  background: #0DAFB5;
  position: absolute;
  right: 0;
  top: 2px;
  width: 10px;
  height: 15px;
  border-radius: 50px;
}
.vinner_title_simple h1 {
  font-size: 1.1rem;
  font-weight: 900;
  text-align: right;
  margin: 15px 0;
  position: relative;
  width: 100%;
  display: block;
  padding:0 5px
}

.vit_row_title a {
  padding: 5px 15px;
  border-radius: 5px;
  direction: rtl;
  margin: 10px;
  text-align: center;
  font-size: 0.7rem;
  background: #01625F;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  border-right: 10px solid #1E3A53;
}
.carousel_banner_tall .item img {
  width: 100%;
}
.vit_row_cta .carousel_banner_tall .item {
  margin: 10px;
}
.likeit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.callit {
  float: left;
}
.callit .cornerbtn {
  border-radius: 0 5px 5px 0;
  border: none;
  font-size: 1.3rem;
  background: none;
  color: #EF3D39;
  padding: 8px 0 0 10px;
}
.likeit .cornerbtn {
  border-radius: 5px 0 0 5px;
  border: none;
  padding: 8px 10px 0 0 ;
  font-size: 1.3rem;
  background: none;
  color: #01625F;
}
.carousel_product {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 15%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  grid-gap: 10px;
  gap: 10px;
  padding-bottom: 10px;
}
.carousel_product .searchitem {min-width:  inherit;max-width: inherit; width: 100%;min-height: inherit;}
.carousel_banner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 25%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  grid-gap: 0;
  gap: 0;
  padding-bottom: 10px;
}
.vit_row_cta .carousel_banner .item .iconic {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 5px;
}

.carousel_banner_tall {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 15%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  grid-gap: 10px;
  gap: 10px;
  padding-bottom: 10px;
}
#chat-list {
  max-height: calc(100vh - (250px));
  overflow: auto;
}
.innerchat_list {
  padding: 0;
}
.direct_vendor .direct-chat-text {
  background: #F1F3F6;
  float: left;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.6rem;
  line-height: 200%;
}
.direct_vendor .direct-chat-info {
  text-align: left;
  font-size: 0.6rem;
  margin: 0 10px;
  color: #8e8e8e;
}
.direct_customer .direct-chat-text {
  background: #6576FF;
  float: right;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.6rem;
  line-height: 200%;
  color: #fff;
}
.direct_customer .direct-chat-info {
  text-align: right;
  font-size: 0.6rem;
  margin: 0 10px;
  color: #8e8e8e;
}
.color-success {color:#10AF10}
.reciver_view {
  font-size: 1rem;
}
.inner_cart_sidbar__mini .title {
  font-size: 0.8rem;
  font-weight: 700;
}
.inner_cart_sidbar__mini .value {
  font-size: 0.8rem;
  font-weight: 100;
}
td .chat_btn_prod {
	width:100%;
	padding: 5px 25px 5px 5px;
	margin: 0;
}
td .chat_btn_prod i {top: 5px;font-size: 1.2rem;}
.badge-danger.xbadge {
  background: #FFDADE;
  color: #DC3545;
  padding: 5px 15px;
}
.badge-success.xbadge {
  background: #D6FFE6;
  color: #249D51;
  padding: 5px 15px;
}
.cta_info {
  background: #ebfffc;
  color: #0da58e;
  margin: 0 auto 10px auto;
  padding: 10px 20px;
  border-radius: 10px;
}
.form-control {
    font-size: 0.7rem;
}














.chat-log {
	padding: 40px 0 114px;
	height: auto;
	overflow: auto;
}
.chat-log__item {
	background: #fafafa;
	padding: 10px;
	margin: 0 auto 20px;
	max-width: 80%;
	float: left;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	clear: both;
}
.chat-log__item.chat-log__item--own {
	float: right;
	background: #DCF8C6;
	text-align: right;
}
.chat-log__author small {
  float: left;
  color: #ccc;
}
.chat-log__item--own small {
  color: #3D7B0D;
}
.chat-log__author {
	margin: 0 auto .5em;
	font-size: 14px;
	font-weight: bold;
}
.empty_status {
  text-align: center;
  display: block;
  width: 100%;
  padding: 50px;
  color: #ccc;
}

.cta_market {
  color: #0da58e;
  background: #c8f4ee;
  padding: 10px;
  margin: 0 auto;
  display: block;
  float: right;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
.productitem .product_price_wrapper {
  font-size: 1.3rem;
  font-weight: 700;
  width: 50%;
  padding: 11px 0;
  color: #007B00;
  text-align: right;
  position: relative;
}
.product_price.price_withoff {
  text-align: center;
  display: block;
}
.product_price.overline {
  font-weight: 100;
  text-align: center;
  display: block;
  font-size: 1rem;
  text-decoration: line-through;
  color: #ccc;
  position: absolute;
  top: -5px;
  right: 50%;
  margin-right: -45px;
}


.navbar-nav {
  float: right;
  margin: 0;
  display: block;
  flex-direction: unset;
}
.navbar-nav > li {
  float: right;
  border-left: 1px solid #CDCDCD;
  margin: 10px 0;
}
.dropdown-toggle::after {
  float: left;
  margin: 9px 5px 0 0;
}


/*!
 * bootstrap-dropmenu v0.9.0 (https://skywalkapps.github.io/bootstrap-dropmenu)
 * Copyright 2016 Martin Staněk
 * Licensed under MIT
 */.dropdown-container{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:200px;max-width:330px;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-container>.dropdown-menu{position:static;z-index:1000;float:none !important;padding:10px 0;margin:0;border:0;background:transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;max-height:330px;overflow-y:auto}.dropdown-container>.dropdown-menu+.dropdown-menu{padding-top:0}.dropdown-menu>li>a{overflow:hidden;white-space:nowrap;word-wrap:normal;text-decoration:none;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-transition:none;-o-transition:none;transition:none}.dropdown-toggle{cursor:pointer}.dropdown-header{white-space:nowrap}.open>.dropdown-container>.dropdown-menu,.open>.dropdown-container{display:block}.dropdown-toolbar{padding-top:6px;padding-left:20px;padding-right:20px;padding-bottom:5px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0.15);border-radius:4px 4px 0 0}.dropdown-toolbar>.form-group{margin:5px -10px}.dropdown-toolbar .dropdown-toolbar-actions{float:right}.dropdown-toolbar .dropdown-toolbar-title{margin:0;font-size:14px}.dropdown-footer{padding:5px 20px;border-top:1px solid #ccc;border-top:1px solid rgba(0,0,0,0.15);border-radius:0 0 4px 4px}.anchor-block small{display:none}@media (min-width:992px){.anchor-block small{display:block;font-weight:normal;color:#777777}.dropdown-menu>li>a.anchor-block{padding-top:6px;padding-bottom:6px}}@media (min-width:992px){.dropdown.hoverable:hover>ul{display:block}}.dropdown-position-topright{top:auto;right:0;bottom:100%;left:auto;margin-bottom:2px}.dropdown-position-topleft{top:auto;right:auto;bottom:100%;left:0;margin-bottom:2px}.dropdown-position-bottomright{right:0;left:auto}.dropmenu-item-label{white-space:nowrap}.dropmenu-item-content{position:absolute;text-align:right;max-width:60px;right:20px;color:#777777;overflow:hidden;white-space:nowrap;word-wrap:normal;-o-text-overflow:ellipsis;text-overflow:ellipsis}small.dropmenu-item-content{line-height:20px}.dropdown-menu>li>a.dropmenu-item{position:relative;padding-right:66px}.dropdown-submenu .dropmenu-item-content{right:40px}.dropdown-menu>li.dropdown-submenu>a.dropmenu-item{padding-right:86px}.dropdown-inverse .dropdown-container{background-color:rgba(0,0,0,0.8);border:1px solid rgba(0,0,0,0.9);color:#cccccc}.dropdown-inverse .dropdown-container>.dropdown-toolbar,.dropdown-inverse .dropdown-container>.dropdown-footer,.dropdown-inverse .dropdown-container>.dropdown-menu{background-color:transparent;border-color:#2b2b2b}.dropdown-inverse .dropdown-menu{background-color:rgba(0,0,0,0.8);border:1px solid rgba(0,0,0,0.9)}.dropdown-inverse .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#2b2b2b}.dropdown-inverse .dropdown-menu>li>a{color:#cccccc}.dropdown-inverse .dropdown-menu>li>a:hover,.dropdown-inverse .dropdown-menu>li>a:focus{color:#fff;background-color:#262626}.dropdown-inverse .dropdown-menu>.active>a,.dropdown-inverse .dropdown-menu>.active>a:hover,.dropdown-inverse .dropdown-menu>.active>a:focus{color:#fff;background-color:#337ab7}.dropdown-inverse .dropdown-menu>.disabled>a,.dropdown-inverse .dropdown-menu>.disabled>a:hover,.dropdown-inverse .dropdown-menu>.disabled>a:focus{color:#777777}.dropdown-inverse .dropdown-header{color:#777777}.table>thead>tr>th.col-actions{padding-top:0;padding-bottom:0}.table>thead>tr>th.col-actions .dropdown-toggle{color:#777777}



/* Descendant of .nav, Bootstrap specificity (shouldn't be like this) */
.nav > .dropdown-megamenu {
  position: static;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-container {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.dropdown-megamenu > .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 15px;
}
.dropdown-megamenu .dropdown-menu {
  display: block;
}
.link-image .media-object {
  float: left;
  margin-bottom: 7.5px;
}
.link-image-sm + .link-image-sm .media-object {
  margin-left: 7.5px;
}
.thumbnail .caption {
  min-height: 120px;
}
.thumbnail:hover {
  text-decoration: none;
}
/* Link list */
.list-links {
  list-style: none;
  padding: 0;
}
.list-links li {
  line-height: 1.71428571;
}
.list-links a {
  color: #555;
}
.list-links a:hover,
.list-links a:focus,
.list-links a:active {
  color: #22527b;
}
.main_category_link {
  text-align: right;
  display: block;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 10px 0;
}
.dropdown-container {
  direction: rtl;
}
.category_level1 h1 {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 900;
  color: #01625F;
}
.category_level1 li h3 {
  font-size: 0.7rem;
  margin: 5px 0;
  display: block;
  float: right;
  width: 100%;
  color:#3F4064
}
.category_level1 {
  padding: 0;
  text-align: right;
}
.category_level1 li {
  display: block;
  float: right;
  width: 100%;
}
.category_level1 li a {
  color: #575757;
}
.nav.navbar-nav a.dropdown-toggle {
  color: #3F4064;
}
.navbar {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e5e9f2 !important;
  box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
}

.nav > li > a {
  padding: 5px 10px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #3F4064;
}
.navbar-toggle .icon-bar.secbar {
  opacity: 0;
}
.navbar-toggle .icon-bar.firstbar {
  rotate: 45deg;
  margin-top: 5px;
}
.navbar-toggle .icon-bar.thbar {
  rotate: -45deg;
  margin-top: -8px;
  margin-bottom: 5px;
}
.navbar-toggle.collapsed .icon-bar {
  rotate: 0deg;
}
.navbar-toggle.collapsed .icon-bar.secbar {
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar.firstbar {
  rotate: 0deg;
  margin-top: 0;
}
.navbar-toggle.collapsed .icon-bar.thbar {
  rotate: 0deg;
  margin-top: 4px;
  margin-bottom: 0;
}

.navbar-toggle {
  background-color: #F5F6FA;
  margin: 5px 10px;
}

.navbar-collapse.in {
  overflow-y: auto;
  height: 100vh;
  z-index: 9999;
  background: #fff;
}
.side-box {
  background-color: #fff;
  box-shadow: 0 12px 12px 0 rgba(181,181,181,.11);
  border: 1px solid #dedede;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 10px;
  float: right;
width: 100%;
}
.filter__sidebar_category {
  padding: 0;
}
.filter__sidebar_category > li > a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
  color: #3F4064;
}
.category_level1 li a.current {
  color: #0da58e;
}
.filter__sidebar_category .dropdown-megamenu > .dropdown-container {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 15px;
  border: none;
  box-shadow: 0 0 0;
  max-height: 400px;
overflow-y: scroll;
float: unset;
}
.filter__sidebar_category .dropdown-toggle::after {
  position: absolute;
  left: 0;
}
.filter__sidebar_category .category_level1 h1 {
  text-align: right;
  font-size: 0.9rem;
}
.nav-tabs > li {
  float: right;
}
.index_tag {
  direction: rtl;
  padding: 0;
}
.index_tag li {
  float: right;
}
.index_tag li a {
  padding: 3px 10px;
  border-radius: 20px 20px 5px;
  direction: rtl;
  margin: 10px 5px;
  position: relative;
  text-align: center;
  float: left;
  font-size: 0.6rem;
  color: #fff;
}
.hasborder-left {
  border-left: 1px solid #3F4064;
  padding: 0 0 0 10px;
  margin: 19px 10px 19px 0 !important;
}
.hv__link.hv__special {
	background: #0DAFB5;
	color: #fff;
	padding: 3px 15px;
	border-radius: 5px;
	margin: 5px;
	float: right;
}
.hv__link.hv__special_header {
	background: #01625F;
	color: #fff;
	padding: 3px 15px;
	border-radius: 5px;
	margin: 15px;
	float: left;
	border: 1px solid #01625F;
}
.vendor_info__page {
    background: #fff;
	margin: 20px auto;
}
.vendor_info__page__ribbon {
  background: #fff;
    min-height: 200px;
    margin: 0 auto 50px auto;
}
.vendor_info__page .product__gallery {
    padding: 10px;
    text-align: center;
    background: #F6F6F6;
    margin: 10px;
    border-radius: 15px;
    padding: 0;
	margin: 15px auto;
	box-shadow: 0 0 15px #e6e6e6;
}
.vendor_info__page .product__gallery .carousel__off_product {
    padding: 0;
}
.vendor_info__page .product__gallery img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.wide_responsive.floatright {
    padding: 0 15px 0 0;
}
.vendor_info__page .product__gallery img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
}
.vendor_info__page .product__title {
	border:none
}
.vendor_info__page .product__title h1 {
  color: #0F4D96;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 10px 0;
}
.vendor_info__page .product__short_text {
    color: #EF3D39;
}
.product__gallery_single {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.vendor_info__page .product__summary {
    background: none;
    float: right;
    margin: -20px 0 20px 0;
    padding: 0 20px;
}
.vendor_info__page .col-md-8.vproducts {
    direction: rtl;
    margin: -25px 0 0 0;
	padding: 0 20px;
	float:right;
	
	
}
.ccblue{ background: #007bff; }
.ccindigo{ background: #6610f2; }
.ccpurple{ background: #6f42c1; }
.ccpink{ background: #e83e8c; }
.ccred{ background: #dc3545; }
.ccorange{ background: #fd7e14; }
.ccyellow{ background: #ffc107; }
.ccgreen{ background: #28a745; }
.ccteal{ background: #20c997; }
.cccyan{ background: #17a2b8; }
.ccprimary{ background: #007bff; }
.ccsuccess{ background: #28a745; }
.ccinfo{ background: #17a2b8; }
.ccwarning{ background: #ffc107; }
.ccdanger{ background: #dc3545; }
.ccgray-dark{ background: #333333; }
.ccsecondary { background: #50CEB6; }

.inner_vcategory li a.activelink {
  background: #39d0b9;
}
.inner_vcategory li {
  float: right;
}
.inner_vcategory li a {
  padding: 10px 15px;
  border-radius: 5px;
  direction: rtl;
  margin: 10px 5px;
  position: relative;
  text-align: center;
  float: left;
  font-size: 0.7rem;
  color: #fff;
  background: #0da58e;
  width: 95%;
}
.inner_vcategory li a.disablecat {
  cursor: default;
  background: #a4a4a4 !important;
}
#modal-contact .modal-dialog {
  bottom: 0 !important;
  position: absolute;
  margin: 0;
  transform: translate(0,0px);
  width: 100%;
  max-width: 100%;
  right: 0;
  border: none !important;
  border-radius: 10px 10px 0 0 !important;
}
#modal-contact .modal-dialog .modal-content {
  border: none;
  border-radius: 15px 15px 0 0;
}
.search-navigation {
  background: #fff;
  width: 100%;
  border-radius: 0 0 15px 15px;
  float: right;
  display: flex;
  direction: rtl;
}
.search-navigation a.active::after {
  border-bottom: 3px solid #03AE4A;
  content: "";
  position: absolute;
  width: 150px;
  bottom: 0;
  right: 50%;
  margin-right: -75px;
}
.search-navigation a {
  padding: 10px;
  width: 50%;
  display: block;
  float: right;
  text-align: center;
  position: relative;
  color: #03AE4A;
}
.serachbox_buttons {
  padding: 10px;
  display: block;
  width: 150px;
  margin: 0px auto;
}
.serachbox_buttons .btn-random {
  background: #167CFD;
  border: none;
  color: #fff;
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
    transition: all ease 0.2s;
}
.btn-random::after {
  background: #FEBA02;
  width: 40px;
  height: 40px;
  position: absolute;
  content: " ";
  border-radius: 50%;
  right: -15px;
  top: -25px;
    transition: all ease 0.2s;
}
.btn-random::before {
  background: #05AE4A;
  width: 40px;
  height: 40px;
  position: absolute;
  content: " ";
  border-radius: 50%;
  left: -15px;
  bottom: -25px;
    transition: all ease 0.2s;
}
.btn-random:hover::before {
	left: -20px;
	bottom: -15px;
    transition: all ease 0.2s;
}
.btn-random:hover::after {
right: -20px;
transition: all ease 0.2s;
top: -15px;
}
.product_info_text {
  line-height: 200%;
  text-align: justify;
  padding: 0 10px 0 15px;
  font-weight: 100;
}
.mustlogin_hint {
  display: block;
  font-size: 0.6rem;
  text-align: center;
  color: #6f6f6f;
}
.mustlogin_btn {
  border: 1px solid #00C853;
  color: #00C853;
  background: #F9FFFB;
  width: 100%;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.8rem;
  position: relative;
  font-weight: 900;
}
.xvit_row_toscroll {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
}
.xvit_row_items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.xvit_row_items .searchitem_img {
  height: 100px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.xvit_row_category {
  font-size: 13px;
  color: #282626;
  flex: 1 0 12%;
  margin: 5px;
  background: #fff;
  float: right;
  text-align: center;
  font-weight: 900;
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
  max-width: 170px;
}
.xvit_row_item {
	font-weight: 900;
	position: relative;
	background: #fff;
	width: 100%;
	display: block;
	margin: 0 auto;border-radius: 10px;
}
.xvit_row_items .searchitem_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.xvit_row_title h1 {
  font-size: 0.9rem;
  text-align: center;
  color: #3F4064;
  font-weight: 700;
  padding: 15px 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xvit_row_title {
  width: 65%;
}
.cxvit_row_category {
  display: flex;
flex-wrap: wrap;
width: 100%;
padding: 10px;
direction: rtl;
border-radius: 20px;
}
.cxvit_row_category_row {
  font-size: 13px;
  color: #282626;
  flex: 1 0 10%;
  margin: 10px 3px;
  float: right;
  text-align: center;
  font-weight: 900;
  position: relative;
  max-width: 200px;
  background: #FDE1C2;
  border-radius: 10px;
  padding: 20px;
}
.cxvit_row_category_row img {
  width: 100%;
  height: 100%;
}
.cxsearchitem_img img {
  border-radius: 50%;
}
.cxsearchitem_img {
  width: 128px;
  border-radius: 50%;
  height: 128px;
  margin: 0 auto;
}
.cxvit_row_category_row h1 {
  font-size: 0.9rem;
  font-weight: 700;
  background: #F2AC5C;
  color: #FFF;
  border-radius: 50px 0 50px 0;
  margin: -10px auto 10px;
  z-index: 999;
  position: relative;
  padding: 5px;
}
.vit_row_title {
  margin: 0 auto;
  display: block;
  position: relative;
}
.vit_row_product.hasblue {
  background: #C3DAF9;
  margin: 20px auto;
  border-radius: 20px;
  padding: 20px 10px;
}
.vit_row_product.hasblue .vit_row_title a {
  background: #357DDF;
}
.vit_row_product.hascolor_1 {
  background: #DBD4FF;
  margin: 20px auto;
  border-radius: 20px;
  padding: 20px 10px;
}
.vit_row_product.hascolor_1 a {
  background: #8971FF !important;
}
.prod_explain {
  background: #fff;
  min-height: 450px;
}
.footerwrapper {
  background: #fff;
  direction: rtl;
  color: #fff;
}
.footerwrapper .rightwidebox {
  background: #C59B6C;
  border-radius: 20px;
  padding: 10px;
  direction: rtl;
  color: #fff;
}
.footerwrapper p {
  text-align: justify;
  line-height: 200%;
  font-weight: 350;
  font-size: 0.7rem;
}
.footerwrapper p { margin: 0 }
.foot_list {
  padding: 0;
  display: flex;
  width: 100%;
}
.col-md-12.footerwidemain {
  background: #fff;
  padding: 20px 0;
}
.foot_list_simple {
  padding: 0;
  display: flex;
  direction: rtl;
}
.foot_list_simple li a {
  margin: 10px;
  float: right;
  color: #3F4064;
}
.foot_list {
  padding: 10px 0 ;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
}
.foot_list li {
  display: block;
  margin: 0px 0 0 10px;
}
.foot_list li a {
	margin: 5px 0;
	text-align: right;
	border-radius: 50px;
	color: #01625F;
	font-size: 0.7rem;
	display: block;
	font-weight: 350;
	background: #E3E8DB;
	padding: 6px;
}
.textleft { text-align:left }
.footlist_title {
  color: #80603E;
  text-align: right;
  font-weight: 950;
  font-size: 1.2rem;
  margin: 10px 0 0;
}
.faq_items {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 10px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.faq_item {
  background: #F6FAFF;
  padding: 10px;
  margin: 10px auto;
}
.faq_question {
  font-weight: 900;
  font-size: 1rem;
  color: #2685FD;
}
.faq_answer {
  font-weight: 350;
  color: #406A9F;
  text-align: justify;
  line-height: 200%;
  display: inline;
}
.inner_vcategory {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 30%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  grid-gap: 0;
  gap: 0;
  padding: 0 10px;
    padding-bottom: 0px;
  padding-bottom: 0px;
  padding-bottom: 10px;
}
.vit_row_product.wrap_cxvit_row_category {
  background: #FFF;
  margin: 20px auto;
  border: 1px solid #CCC;
  box-shadow: 3px 3px 2px 1px rgba(0,0,0,.1);
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  padding: 10px;
  border-radius: 10px;
}
.vit_row_product.wrap_cxvit_row_category .vit_row_title h1 {
  font-size: 1.1rem;
  font-weight: 900;
  text-align: right;
  margin: 15px 0;
  position: relative;
  width: 100%;
  display: block;
  color: #82613C;
  float: right;
  border-bottom: 1px solid #E1C4A3;
  padding: 0 0 10px 0;
}
.vit_row_product {
  background: #FFF;
  margin: 20px auto;
  border: 1px solid #eee;
  border-radius: 10px;
}
.hasenamd__vendor {
  background: #D9EAFF;
  padding: 10px;
  border-radius: 10px;
  color: #0F4D96;
  font-weight: 350;
  margin: 10px auto;
  width: 100%;
  display: block;
  text-align: center;
}
.hasenamd__vendor svg {
  width: 32px;
}
.searchitem_hasenamd__vendor {
  background: #D9EAFF;
  padding: 10px 0;
  border-radius: 10px;
  color: #0F4D96;
  font-weight: 350;
  display: block;
  text-align: center;
  font-size: 0.7rem;
  margin: 10px;
}
.searchitem_hasenamd__vendor img {
  width: 22px;
}
.product_title.store_title {
  color: #272727;
}
.inline_product_title {
  font-weight: 350;
  color: #406A9F;
  text-align: justify;
  line-height: 200%;
  font-size: 0.8rem;
  display: contents;
}
.base_category_text {
  text-align: right;
  direction: rtl;
  line-height: 200%;
  font-weight: 100;
}
.badge.badge_blue {
  background: #D9EAFF;
  font-size: 0.6rem;
  padding: 8px 15px 7px;
  color: #0F4D96;
  border-radius: 50px;
}
.fullwidth .modal-dialog {
  max-width: 100% !important;
  height: 100vh;
  transform: none !important;
  margin: 0 !important;
}
.fullwidth .modal-content {
  height: 100vh;
  right: 0;
  overflow-y: scroll;
  border: none !important;
  border-radius: 0 !important;
  overflow-x: hidden;
}
.category_wrapper .modal-body {
  padding: 0;
}
.category_wrapper .modal-body .nav.nav-tabs {
  margin: 0 auto 10px;
}
.active .nav-link {
  background: #01625F !important;
  color: #fff !important;
  border-radius: 5px !important;
}.nav-link {
  background: #f7f7f7 !important;
  border-radius: 5px !important;
}
.category_wrapper .modal-body .nav.nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  background: #fff;
  padding: 10px !important;
  margin: 10px 5px !important;
}
.tab-pane {
	padding: 0 15px;
}
.category_wrapper .modal-body .nav.nav-tabs .nav-link:hover {
	background: #f7f7f7;
}
.category_wrapper .modal-body .col-sm-6.col-md-3 {
	background: #f7f7f7;
	margin: 5px;
	border-radius: 5px;
	padding: 10px;
	flex: 0 0 19%;
  max-width: 19%;
}
.category_wrapper .close {
	background: #01625F !important;
	margin: 10px;
	display: block;
	float: left;
	padding: 5px 10px 0 !important;
	opacity: 1;
	border-radius: 5px;
	color: #fff;
	text-shadow: none !important;
	font-size: 1.8rem;
	font-weight: 100;
	line-height: 30px;
}
.xvendor_row_toscroll {
	width: 100%;
	padding: 20px 0 20px;
	direction: rtl;
}

.index__vendor_list {
	font-size: 13px;
	color: #282626;
	margin: 5px;
	background: #fff;
	float: right;
	text-align: center;
	font-weight: 900;
	position: relative;
	border: 1px solid #eee;
	list-style: none;
	padding: 50px 0 0;
}

.index__vendor_list::before {
content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px/-1);
  left: calc(2px/-1);
  background: linear-gradient(to right, #01625F 0%, #01625F 100%), linear-gradient(to top, #01625F 50%, transparent 50%), linear-gradient(to top, #01625F 50%, transparent 50%), linear-gradient(to right, #01625F 0%, #01625F 100%), linear-gradient(to left, #01625F 0%, #01625F 100%);
    background-position-x: 0%, 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto, auto;
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transition-delay: 0s, 0s, 0s;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
}
.index__vendor_list:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}



.index__vendor_list a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.index__vendor_list a h5 {
	font-size: 0.8rem;
	text-align: center;
	color: #3F4064;
	font-weight: 700;
	padding: 15px 5px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	  width: 100%;
	  z-index:9
}
.index__vendor_list .login__nk-upload-icon {
	position: absolute;
	overflow: hidden;
	width: 75px;
	height: 75px;
	top: -20px;
	border-radius: 5px;
    transition: all ease 0.2s;
}
.index__vendor_list:hover .login__nk-upload-icon {
  top: -30px;
    transition: all ease 0.4s;
	
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.index__vendor_list .login__nk-upload-icon img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}
.productitem_info .likeit {
	position: relative;
	float: right;
}
.filter_wrapper {
	background:#E9F2F1;
	width:100%;
	min-height:calc(100vh - 200px)
}
.footer_about {
	color: #3F4064;
	line-height: 200%;
}
.offer-title {
	color: #3c3c3c;
	margin: 5px 0;
}
.offer-title {
	color: #01625F;
	margin: 5px 0;
	text-align: center;
	font-weight: 950;
	font-size: 1rem;
}
.row-offer p {
	color: #858683;
	text-align: center;
	line-height: 150%;
	padding: 0 0 10px 0;
}
.row-offer .col-2 {
	max-width: 100%;
	flex: 1 0 18%;
	background: #F5F5F5;
	margin: 10px;
	border-radius: 10px;
}
.row-offer .col-2 i {
	font-size: 36px;
	color: #01625F;
	display: block;
	text-align: center;
}
.cpytight {
  color:#fff;
  font-weight: 100;
  text-align: center;
  width: 100%;
    direction: rtl;
}


.fulltext * {
  line-height: 200%;
}

.dw_wide_elemts_innerposts_item {
  width: 100%;
}
.inner_post_flex {
  display: flex;
}
.post-item .inner_post_flex .icon {
  width: 256px;
  height: auto;
	margin: 10px
}
.post-item .catalogue_item .icon {
  width: 125px;
  height: auto;
  margin: 10px;
}
.post-item .inner_post_flex .icon img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.dw_wide_elemts_innerposts_item .post-item {
  height: auto;
  box-shadow: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0;
}
.post_info h1 {
  text-align: right;
  font-size: 1rem;
  margin: 10px 0 0;
}
.post_info {
  width: 100%;
}

.post-item h1 {
  font-size: .8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
  color: #263A45;
  font-weight: 900;
}
.post_info h1 {
  text-align: right;
  font-size: 1rem;
  margin: 10px 0 0;
}
.post-item .intro {
  color: #263A45;
  padding: 0 10px;
  text-align: justify;
  font-size: .7rem;
  font-weight: 100;
  line-height: 200%;
  min-height: auto;
}

.topheader_box {
  text-align: right;
  font-size: 1rem;
  background: #DFEFF7;
  border-radius: 10px 0 0 10px;
  color: #6E838D;
  font-weight: 700;
  padding: 5px;
  border-right: 5px solid;
}
.sponser_box {
  background: #fff;
  margin: 5px 0;
  float: right;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #DEE2E6;
  display: flex;
  align-items: center;
  width: 100%;
}
.sponser_box .sb__img {
  width: 54px;
  min-width: 54px;
  margin: 0 0 0 5px;
}
.sponser_box .sb__img img {
  width: 75%;
  border-radius: 5px;
}
.sb__title {
  color: #4A5459;
  font-size: 0.6rem;
}
.index_single__slider {
	margin: 0px auto;
	height: 450px;
	overflow: hidden;
	border-radius: 15px;
}
.sponser_boxs {
  width: 100%;
  display: block;
  height: 415px;
  overflow-y: scroll;
    padding: 0 10px;
}


.dw_footer1 {
	width: 100%;
	margin: 20px auto 0;
	background:#4B8433;
	position: relative;
	padding:50px 0 10px;
}

.foo__contactitem li {
  padding:5px 0;
  width: 100%;
  float: right;
  display: flex;
  color: #fff;
  font-weight: 400;
}
.foo__contactitem li i {
  font-size: 1.5rem;
  margin: 0 0 0 5px;
  float: right;
  line-height: 100%;
  color: #4055A8;
}
.lefttext {
  direction: ltr;
  letter-spacing: 3px;
  font-size: 1rem;
}
.dw_footer1 .footer_item .footer_item_title {
	font-weight: 750;
	color: #fff;
	font-size: 1.1rem;
	margin: 20px auto 10px;
}
.dw_footer1 .footer_item .footer_item_text {
	color: #574343;
	font-size: .8rem;
	text-align: justify;
	font-weight: 100;
}
.footer_ul_link li a {
  color: #fff;
  margin: 10px;
  display: block;
  font-weight: 400;
  font-size: .7rem;
}
.footer_ul_link li a:hover { color:#FFC107 }
.footer_logo_social img {
  display: block;
  margin: 20px auto 10px;
}

.footer_honor_certificate svg {
  margin: 10px;
}
.footer_honor_certificate {
  display: flex;
}
.dw_footer1 .footer_item .footer_item_text p {
  color: # !important;
  line-height: 200%;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.dw_footer1 {
  width: 100%;
  margin: 0px auto 0;
  background:#01625F;
  position: relative;
  padding: 70px 0 10px;
}
.custom-shape-divider-top-1699607389 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1699607389 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 46px;
}

.custom-shape-divider-top-1699607389 .shape-fill {
    fill: #F5F5F9;
}
.fooicon a img {
  filter: grayscale(1);
    border-radius: 10px;
    transition: all ease 0.2s;
}
.fooicon a img:hover {
  filter: grayscale(0);
    transition: all ease 0.2s;
}
.fooicon {
  display: flex;
  width: 100%;
}
.category_lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
}
.category_list {
  flex: 1 0 10%;
  float: right;
  text-align: right;
  background: #F9FBFF;
  margin: 10px;
  border-radius: 5px;
}
.cl__list {
  padding: 5px;
}
.cl__title {
  color: #01625F;
  font-size: 1rem;
  font-weight: 950;
  background: #EFF5FF;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px;
}
.cl__list li a {
  display: block;
  color: #475A77;
  font-size: 0.7rem;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.cl__list li a:hover { color: #01625F; }
.hed_images img {
  width: 50%;
  margin: 0 5px 0 0;
  border-radius: 5px;
}
.hed_images {
  background: #fff;
  float: right;
  width: 20%;
  border-radius: 5px;
  margin: 15px auto;
  display: flex;
}




#IranMap{display:block;position:relative;direction:rtl;text-align:right;padding:0;font-size:11px;width:100%;}

#IranMap .show-title{display:none;position:absolute;background-color:#333;color:#fff;margin:0!important;padding:0 5px;text-align:center;line-height:26px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;opacity:.8}

#IranMap .map {
	display: block;
	width: 100%;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin: 6px auto;
}

#IranMap .map svg{

	height: 100%;
	width: 73%;
}

#IranMap .map .border path,#IranMap .map .island path{fill:#fff}

#IranMap .map .sea path,#IranMap .map .lake path{fill:#13c8ff}


#IranMap .list span {
	background: #636060 !important;
	color: #ecf0f1;
	display: block;
	margin: 0 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 8px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
}
#IranMap .list li{list-style:none}

#IranMap .list span{background:#969696;color:#ecf0f1;display:block;margin:0 2px;padding:0 8px;line-height:26px;margin-top:10px;margin-bottom:2px}

#IranMap .list li ul li{display:block;float:right;width:33.33333333333333%}

#IranMap .list li ul li a {
	background: #d8dedf;
	color: #1d1d1d;
	display: block;
	padding: 0 8px;
	line-height: 25px;
	margin: 1px 1px;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}
#IranMap .list li ul li a:hover,#IranMap .list li ul li a.hover{background:#c8faff}

#IranMap .list ul:before,#IranMap .list ul:after{display:table;content:" "}

#IranMap .list ul,#IranMap .list ul:after{clear:both}

@media only screen and (min-width: 1980px) {
	#IranMap .map svg {
		height: 100%;
		width: 87%;
	}
}

@media only screen and (min-width: 1920px) {

	width: 83%;
}
}

@media only screen and (min-width: 1460px) {
	#IranMap .map svg {
		width: 78%;
	}
}


@media only screen and (min-width: 1400px) {
	#IranMap .map svg {
		height: 100%;
		width: 75%;
	}
}





#IranMap .city{clear:both;padding:10px 0}@media(max-width:930px)

{#IranMap .list{width:50%}}



@media(max-width:745px){#IranMap .list li ul li{width:50%}}@media(max-width:515px){#IranMap .list,#IranMap .map{width:100%}#IranMap .list li ul li{width:33.33333333333333%}#IranMap .list li ul li a{font-size:10px!important}}@media(max-width:515px){#IranMap .list li ul li{width:50%}}@media(max-width:250px){#IranMap .list li ul li{width:100%}}
/*
     FILE ARCHIVED ON 21:37:30 Jan 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:49:43 Jul 15, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 109.777
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.08
  RedisCDXSource: 1.337
  esindex: 0.007
  LoadShardBlock: 93.047 (3)
  PetaboxLoader3.datanode: 150.824 (4)
  CDXLines.iter: 13.099 (3)
  load_resource: 142.23
  PetaboxLoader3.resolve: 42.788
*/
.map-province-names {
	display: none;
}

.map-sea-names {
    display: none;
}
.bg-iran-m {
    background: url('/web/20220112213753im_/https://www.jamejamonline.ir/files/online/pictures/map3.jpg') no-repeat ;
    background-size: cover;
    width: 100%;
    background-position: left;
    position: relative;
}

.bg-iran-m::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.93);
}
.modal-header {
    background: #94afc6;
}
.modal-header h5 {
    color: #fff;
}
.wi-map {
    width: 100% !important;
}
.modal-header .btn-close {
    position: absolute;
    left: 15px;
}
#IranMap a::before {
    content: ".";
    font-size: 30px;
    margin-left: 6px;
    color: #0d83ce;
}
#IranMap tr:hover, #IranMap tr.hover {
    background: #d4e1ec !important;
    border-radius: 10px  !important;
}
#IranMap #counties {
	float: left;
	width: 55%;
	height: 100%;
	vertical-align: middle;

	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#IranMap #counties svg {
	height: 550px;
	width: 85% !important;
	display: inline-block;
}

#IranMap #counties button {
	display: inline-block;
	vertical-align: top;
	background-color: #13B6CF; 
	padding: 5px;
	color: white;  
	border-radius: 10px;
	margin-right: 20px;
}

#IranMap #prov_name {
	color: #01625F;
	font-size: 15px;
	text-align: center;

}

#IranMap {
	direction: rtl;
	text-align: right;
	font-family: IRANSans !important;
	font-size: 11px;
	margin-top: 50px;
}

#IranMap #show-title {
	display: none;
	position: absolute;
	background-color: #333;
	color: #fff;
	margin: 0 !important;
	padding: 0 5px;
	text-align: center;
	line-height: 26px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: 0.8;
}

#IranMap #map {
	float: left;
	width: 55%;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	position: relative;
}

#IranMap #map svg {
	height: 100% !important;
	width: 100% !important;
}

#IranMap #map g {
	transform: scale(1,1);
}

#IranMap #border path {
	fill: none;
	stroke-width: 2;
	stroke: black;
}

#IranMap #sea path, #IranMap #lake path {
	fill: #6caed8;
}

#IranMap #island path {
	fill: white;
}

#IranMap g:nth-child(1) path {
	stroke: #fff;
	stroke-width: 0;
	fill: #94afc6;
	transition: fill 1s;
}



#IranMap g:nth-child(1) path:hover, #IranMap g:nth-child(1) path.hover {
	fill: #165f9e !important;
	cursor: pointer;
}

#IranMap .map-sea-names path {
	fill: white;
}

#IranMap  .map-province-names path {
	fill: black;
}

#IranMap #legend { list-style: none; text-align: center; }
#IranMap #legend li { display:inline-block; margin-left: 20px;} 
#IranMap #legend span { border: 1px solid #ccc; float: right; width: 15px; height: 15px; margin: 2px; }
#IranMap #legend #leg_1 { background-color: #7C0A02; }
#IranMap #legend #leg_2 { background-color: #C21807; }
#IranMap #legend #leg_3 { background-color: #CD5C5C; }
#IranMap #legend #leg_4 { background-color: #FC6600; }
#IranMap #legend #leg_5 { background-color: #FDA50F; }
#IranMap #legend #leg_6 { background-color: #FCD12A; }
#IranMap #legend #leg_7 { background-color: #FCF4A3; }

#IranMap #items_list {
	float: right;
	width: 45%;
	position: relative;
}

#IranMap #items_table {
	display: inline-block;
	width: 98%;
	vertical-align:top;
}

#IranMap #NumColorsWrapper {
	float: left;
	margin-left: 40px;
	display: inline-block !important;
}

#IranMap table {
	margin: auto;
	text-align: center !important;
	width: 100%;
}

#IranMap tr {
	display: inline-block;
	width: 48%;
	margin: 0;
	float: right;
}



#IranMap th, #IranMap a {
	padding-right: 2px;
	padding-left: 2px;
	display: unset;
	color: #3c3c3c;
	font-size: 15px;
	direction: rtl;
	text-align: right;
	line-height: 30px;
	font-weight: 600;
}

#IranMap tr th:nth-child(2) {
	text-align: center;
}

#IranMap tr td:nth-child(2) {
	text-align: center;
}

#IranMap .TB_header {
	background: #13B6CF !important;
	color: #ecf0f1 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#IranMap #total {
	font-weight: bold;
	color: black !important;
	background: #13B6CF !important;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#IranMap #avg {
	font-weight: bold;
	color: black !important;
	background: #13B6CF !important;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#IranMap #date {
	font-weight: bold;
	color: white !important;
	background: #0F7299 !important;
}

#IranMap #selection_dropdowns {
	width: 1%;
	display: inline-block;
	vertical-align:top;
}

#IranMap select {
	font-family: IRANSans !important;
	color: #01625F;
	margin-bottom: 2px;
	border-radius: 5px;
}

#IranMap #JSON_Load_Alert {
	color: red;
	white-space: nowrap;
}

.ostan {
	position: absolute;
	top: 0;
	right: 0;
}
.map path {
	fill: #d5d5d5;
}
.p-menu {
	display: inline-grid;
	align-items: center;
}
.map path:hover {
	fill: #061242;
}

.specialbox_cta__cl_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
}
.specialbox_cta__cl_list li {
  color: #282626;
  flex: 1 0 10%;
  margin: 10px 4px;
  background: #fff;
  float: right;
  text-align: center;
  position: relative;
  border-radius: 10px;
  min-width: 190px;
  max-width: 190px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.specialbox_cta__cl_list li .mainpart {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
    right: 0;
  top: 0;
    background: #01625F;
}

.specialbox_cta__cl_list li .cover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  
}
.specialbox_cta__cl_list li:hover .cover {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
    right: 0;
  top: 0;
}
.specialbox_cta__cl_list li:hover .mainpart {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
    right: 0;
  top: 0;
}
.specialbox_cta__cl_list li .mainpart .category_index_title {
  padding: 35px 0;
  font-size: 0.9rem;
  font-weight: 950;
  white-space: normal;
  overflow: auto;
  text-overflow: unset;
    color: #fff;
}




.specialbox_cta__cl_list li .category_index_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #444056;
  margin: 5px auto;
  bottom: unset;
  width: 100%;
  right: unset;
  font-size: 0.7rem;
  padding: 10px;
  
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.specialbox_cta__cl_list li img {
  width: 64px;
}
.box4flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bf4_image {
  float: right;
  width: 64px;
}
.box4flex a {
	font-size: 13px;
	color: #fff;
	flex: 1 0 45%;
	margin: 10px 5px;
	float: right;
	text-align: center;
	font-weight: 900;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius:10px;
	background-color: #01625F;
	background-image: url("../images/light.png");
    transition: all ease 0.2s;
}
.box4flex a:hover {
	background:#DBA608;
    transition: all ease 0.2s;
	background-image: url("../images/light.png");
}
.box4flex a img {
  width: 64px;
  float: right;
}
.box4flex__banner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.box4flex__banner .b4f__item {
  font-size: 13px;
  color: #282626;
  flex: 1 0 45%;
  margin: 10px 5px;
  background: #fff;
  float: right;
  text-align: center;
  font-weight: 900;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  height: 85px;
  overflow:hidden;
    transition: all ease 0.2s;
}
.box4flex__banner .b4f__item img {
  width: 100%;
  border-radius: 10px;
    transition: all ease 0.2s;
}
.box4flex__banner .b4f__item:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
    transition: all ease 0.2s;
}
.xvendor_row_toscroll .slick-list {
  padding: 30px 0;
}
.vit_row_cta .carousel_banner .item img {
    transition: all ease 0.2s;
}
.vit_row_cta .carousel_banner .item:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
    transition: all ease 0.2s;
}
.searchitems .index__vendor_list {
  flex: 1 0 25%;
  width: 243px;
  max-width: 243px;
  margin: 20px 5px;
}
.inner .custom-shape-divider-top-1699607389 .shape-fill {
  fill: #FFF;
}

.dw_wide_elemts_innerposts_item .product-cell.prod_items {
  float: right;
  margin: 10px;
  width: 17.9%;
}
.news_index .product-cell .pic-con {
  position: relative;
}
.news_index .pic-con::after {
  background: rgb(49, 55, 66);
  background: linear-gradient(0deg, #01625F 0%, rgba(0,212,255,0) 100%);
  content: " ";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 150px;
  position: absolute;
}
.news_index .prod_item {
  background: #313742;
  height:340px
}
.news_index .product-cell .title-con {
	color: #fff;
	direction: rtl;
	padding: 5px;
	text-align: justify;
	font-weight: 300;
	  height: 90px;
}
.news_index .intro-con {
  color: #B6B4B5;
}
.news_item_category {
  background: #3B4C5E;
  padding: 2px 5px;
  float: left;
  margin: 10px;
  border-radius: 5px;
  direction: rtl;
  color: #B6B4B5;
}
.dw_footer1 {
  width: 100%;
  margin: -70px auto 0;
  background: #F5B21A url(../images/footer-bg.jpg) center 0 no-repeat;
  position: relative;
  padding: 70px 0 10px;
}
.custom-shape-divider-top-1699607389 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1699607389 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 46px;
}
.news_index {
  position: relative;
  z-index: 99;
}
.custom-shape-divider-top-1699607389 .shape-fill {
    fill: #F2F3F7;
}
.content-wrapper {border-radius: 0;}
.product-cell .pic-con img {
  margin: 0px auto 0;
  display: block;
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.2s;
}
.news_index .product-cell .pic-con {
  position: relative;
}
.product-cell .pic-con {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all ease 0.2s;
}

.prod_item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  height: 300px;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 5px;
}
.news_index .prod_item {
  background: #01625F;
  height: 295px;
}
.news_item_category {
  background: #F2C515;
  padding: 2px 5px;
  float: left;
  margin: 10px;
  border-radius: 5px;
  direction: rtl;
  color: #000;
  font-size: 0.6rem;
}

.product-cell:hover .pic-con img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all ease 0.2s;
}
.fulltext {
  padding: 10px 10px 100px;
  min-height: 450px;
}
.dw_wide_elemts_carousel__indexposts_setad .prod_item {
  height: 200px;
  direction: rtl;
  text-align: right;
  padding: 10px;
}
.dw_wide_elemts_carousel__indexposts_setad .title-con.one-line {
  color: #000;
  font-weight: 750;
  font-size: 1rem;  transition: all ease 0.2s;
}
.dw_wide_elemts_carousel__indexposts_setad .intro-con {
  color: #9d9d9d;
  padding: 10px;
}
.dw_wide_elemts_carousel__indexposts_setad p {
  margin: 0;
}
.dw_wide_elemts_carousel__indexposts_setad .prod_item:hover .title-con.one-line { color:#01625F;  transition: all ease 0.2s; }
.dw_wide_elemts_carousel__indexposts_setad {
  padding: 10px 0;
}
.footer_item ul {
  padding: 0;
}
.footer_item ul li a {
  display: block;
  color: #574343;
  margin: 10px 0;
  
	font-size: .8rem;
	text-align: justify;
	font-weight: 100;
}



