.mrgbt20{
	margin-top: 20px;
}
.box-category{
  min-height: 132px;
  max-height: 132px;
  min-width: 132px;
  max-width: 132px;
  margin-bottom: 4px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 5px;
  background-size: 100%;
  position: relative;
  transition: all .3s;
} /*
.box-category .box-category-overlay{
  width: 126px;
    height: 127px;
    position: absolute;
    right: 5px;
    top: 3px;
    border-radius: 5px;
    display: none;
    z-index: 1;
}*/
.box-category:hover .box-category-overlay{
    display: block;
}

.box-category#salamat .box-category-overlay{
  background-color: rgba(80, 8, 102, 0.98);
}

.box-category .box-category-items{
  padding: 28px 0
}

.box-category .box-category-items span.badge-new{
  width: 20px;
    height: 20px;
    background-color: darkred;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
    position: absolute;
    left: 20%;
    top: 10%;
    font-size: 6px;
}

.box-category .box-category-items span.badge-new .count-badge{
  transform: rotate(-45deg);
  position: absolute;
  left: 20%;
  top: 0;
  font-size: 13px;
  font-weight: bold;
}

.box-category .box-category-items i{
  font-size: 22px;
}

.box-category .box-category-items p{
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #f3f3f3
}

.box-category .box-category-items span{
  font-size: 12px;
  color: #f3f3f3;
  font-family: BYekan;
  font-weight: bold;
}

.right-category{
  padding-left: 3px;
}

.right-category .col-md-6:nth-child(odd){
  padding-left: 0;
}

.right-category .col-md-6:nth-child(even){
  padding-right: 0;
}

.right-category a:hover{
  text-decoration: none;
}

#slider-1-center,#slider-2-left{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 5px;
  overflow: hidden;
}

#slider-1-center .carousel-inner,#slider-2-left .carousel-inner{
  border-radius: 5px;
}

#slider-1-center .carousel-inner.overlayed .item .carousel-caption{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.72);
  padding: 15% 0;
}

#slider-1-center .carousel-inner.overlayed .item .carousel-caption h2{
  font-size: 21px;
  font-weight: bold;
  margin: 3rem 0 1rem 0;
}

#slider-1-center .carousel-inner.overlayed .item .carousel-caption h3{
  font-size: 19px;
  margin-bottom: 1rem;
}

#slider-1-center .carousel-inner .item,#slider-2-left .carousel-inner .item  {
  height: 404px;
}

.mini-boxes{
  display: inline-block;
  position: relative;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin: 5px 0 5px 0;
  border-radius: 5px;
  width: 100%;
  background-color: white;
  cursor: pointer;
  min-height: 85px;
}

.mini-boxes.white{
  background-color: white;
}

.mini-boxes.black{
  background-color: black;
  color: white;
}

.mini-boxes .mini-box-title{
  font-size: 14px;
  font-weight: bold;
}

.mini-boxes .mini-box-description{
  font-size: 12px;
  color: #888888;
}

.mini-boxes img{
  margin-top: 10px;
  width: 120%;
  max-height:41px;
}

/* .col-1-5:nth-child(2) .mini-boxes img{ */
  /* width: 80%; */
/* } */

/* .col-1-5:nth-child(3) .mini-boxes img{ */
  /* width: 140%; */
/* } */

.jashnvareh{	
  margin-bottom: 10px;
}

.jashnvareh ul li:nth-child(1){
  font-size: 20px;
}

.jashnvareh ul li:nth-child(2){
  font-size: 20px;
  font-weight: 800;
  color:darkred;
}

.jashnvareh ul li:nth-child(3){
  float: left;
}

.jashnvareh ul li:nth-child(3) a{
  text-decoration: none;
  color: #888888;
}

.jashnvareh-category{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 5px;
  margin-bottom: 10px;
      height: 467px;
}

.jashnvareh-category li{
  padding: 12.6px 10px;
  border-bottom: 1px solid lightgray;
  transition: all .4s;
}

.jashnvareh-category li:last-child{
  border-bottom: none;
}

.jashnvareh-category li a{
  text-decoration: none;
  display: block;
}

.jashnvareh-category li a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
}

.jashnvareh-category li a span.jashnvareh-details{
  font-size: 13px;
  color:#888888;
  line-height: 25px;
  text-decoration: none;
  font-family: BYekan;
}

.jashnvareh-category li.active{
  background-color: orange;
}

.jashnvareh-category li:hover{
  background-color: orange;
  cursor: pointer;
}

.jashnvareh-category li:hover a {
  color: white;
}

.jashnvareh-category li.active:hover a.jashnvareh-title,.jashnvareh-category li:hover a span.jashnvareh-details{
  color: white;
}

.jashnvareh-category li.active a.jashnvareh-title,.jashnvareh-category li.active a span.jashnvareh-details{
  color: white;
}

.tabpane-jashnvareh .col-md-6:nth-child(odd){
  padding-left: 10px;
}

.tabpane-jashnvareh .col-md-6:nth-child(even){
  padding-right: 0;
}

.jash-box{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 5px; 
  position: relative;
  /* max-width: 408px; */
  margin-bottom: 10px;
  transition: all .3s;
  -moz-transition: all .3s;
  min-height: 229px;
  max-height: 229px;
  overflow: hidden;
}

.jash-box.in-carousel{
  min-height: 186px;
}

.jash-box .trans-box{
  width: 50%;
  background-color: rgba(255, 255, 255, 0.78);;
  position: absolute;
  top: 0;
  left: -2px;
  min-height: 230px;
  padding: 15px;
}

.trans-box h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 1rem;
}

.trans-box .trans-box-description{
  font-weight: bolder;
  margin: 0 0 1rem 0;
  color: #000000
}

.trans-box .trans-box-pricing del{
  color: #888888
}

.trans-box span , .trans-box i{
  color: #888888;
}

.trans-box .trans-box-pricing{
  margin: 1.2rem 0;
}

.trans-box .trans-box-pricing span.new-price{
  font-size: 16px;
  font-weight: 700;
  color: #28c159;
  float: left; 
}

.trans-box h3{
  direction: ltr;
  text-align: right;
}

.owl-carousel{
  padding: 15px 25px;
  position: relative;
}

.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  left: 10px;
  top: 40%;
}

.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  right: 10px;
  top: 40%;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{
  outline: none;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  font-size: unset;
  font-weight: bold;
  color:gray;
}

.jash-box.in-carousel .trans-box{
  right: 0;
  width: 60%;
  opacity: .96;
}

.jash-box.in-carousel .trans-box span.superColor{
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 1rem;
  color: #C9AD76;
}

.jash-box.in-carousel .trans-box i.glyphicon-heart{
  color: red;
}

.jash-box.in-carousel .trans-box{
  min-height: 187px;
}

.jash-box.in-carousel .trans-box .trans-box-description{
  font-size: 15px;
  margin-bottom: 5px;
}

.jash-box.in-carousel .trans-box .remainde{
  margin-top: 10px;
  color: red;
  font-family: BYekan,Yekan,Arial, Helvetica, sans-serif;
}

.owl-1{
  padding-top: 0;
  padding-bottom: 0;
}

.owl-1.owl-carousel .owl-item img {
  height: 186px;
}

.owl-1 .owl-dots{
  display: none;
}

.owl-1 .jash-box:hover .trans-box{
  width: 100%;
  transition: all .3s;
}

.jashnvareh-2{
  margin-bottom: 10px;
}

.jashnvareh-2 ul li::after{
  content: "|";
  color: #C9AD76;
  margin: 0 10px;
}

.jashnvareh-2 ul li a{
  font-size: 17px;
  font-weight: bold;
  color: #888888;
}

.jashnvareh-2 ul li a:focus, .jashnvareh-2 ul li a:hover{
  text-decoration: none;
}

.jashnvareh-2 ul li:nth-child(1){
  font-size: 20px;
}

.jashnvareh-2 ul li:nth-child(1)::after,.jashnvareh-2 ul li:nth-child(4)::after, .jashnvareh-2 ul li:last-child::after {
  content: none;
}

/* .jashnvareh-2 ul li:nth-child(2) a{
  color:darkred !important;
} */

.jashnvareh-2 ul li.active a{
  color:darkred !important;
}

.jashnvareh-2 ul li:last-child{
  float: left;
  padding-top: 8px; 
}

.jashnvareh-2 ul li:last-child a{
  text-decoration: none;
  color: #888888;
  font-size: 13px;
}

.box-vertical-trans{
  background: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  display: block;
  margin: 0px 0 2rem 0;
  position: relative;
  border-radius: 5px;
  min-height: 385px;
  max-height: 385px;
  overflow: hidden;
}

.col-1-5 .box-vertical-trans:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all .5s;
}

.col-1-5 .box-vertical-trans img{
  height: 385px;
  width: 100%;
}

.bvt-innerbox{
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.78);
  padding: 15px;
}

.bvt-innerbox .off-sale{
  color: #C9AD76;
  font-weight: bold;
  font-size: 18px;
  line-height: 0;
}

.bvt-innerbox i.glyphicon-heart{
  color: red;
}

.bvt-innerbox .bvt-innerbox-desc{
  font-size: 14px;
  font-weight: bold;
  color:black;
  margin-bottom: 1rem;
  display: block;
  text-decoration: none;
  min-height: 40px;
}

.bvt-innerbox i{
  color: #888888;
}

.bvt-innerbox del{
  color: #888888;
  font-weight: bold;
}

.bvt-innerbox span.new-price{
  color:#28c159;
  font-size: 18px;
  font-weight: bold;
}

.bvt-innerbox .location{
  margin-top: 10px;
}

.bvt-innerbox .location .city{
  color: #888888;
}

#slim-carousel .carousel-slim-overlay{
  position: absolute;
  width: 53%;
	height: 102%;
	top: -3px;
	right: 0px;
  background-color: rgba(44, 94, 44, 0.79);
  -webkit-clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
  clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
  border-radius: 10px;
}

#slim-carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 15;
  width: 10%;
  padding-right: 0;
  margin-right:25px;
  text-align: center;
  list-style: none;
}

#slim-carousel .show-all {
  position: absolute;
  left: 55%;
  z-index: 1;
  bottom: 30px;
  color: white;
}

#slim-carousel .carousel-slim-overlay .title-cover{
  padding: 30px;
  color: white;
}


#slim-carousel .carousel-slim-overlay .title-cover i,#slim-carousel .carousel-slim-overlay .title-cover span  {
  font-size: 45px;
  font-weight: bold;
  margin-left: 25px;
}

#slim-carousel .carousel-inner{
  border-radius: 5px;
}

.box-vertical-trans.special-bvt:hover .bvt-innerbox-top{
  display: block;
}

.bvt-innerbox-top{
  display: none;
  position: absolute;
  height: 60%;
  width: 100%;
  top: 0;
  background-color: rgba(80, 8, 102, 0.78);
  padding: 15px;
}

.bvt-innerbox-top .commentshare i{
  color:white;
  font-size:12px;
  margin-left: 5px;
}

.bvt-innerbox-top .info i{
  color:white;
  font-size:12px; 
  
}

.bvt-innerbox-top .info h6,.bvt-innerbox-top .info p {
  color:white;
  font-size:13px; 
  margin-bottom: 10px;
  font-family: 'BYekan'
}

.bvt-innerbox-top .commentshare span{
  color: white;
  font-weight: bold;
  font-family: 'BYekan'
}

.bvt-innerbox-top .rating-box{
  position: absolute;
  bottom: 0px;
  right: 16%;
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 5px 5px 0 0;
  padding: 5px 5px;
  width: 65%;
}

.bvt-innerbox-top .rating-box span{
  color: #C9AD76;
  margin-top: 2px;
  font-family: BYekan;
  margin-left: 5px;
  margin-right: 5px;
}

.bvt-innerbox i.glyphicon-lock{
  color: darkred;
  margin-left: 10px;
}

.bvt-innerbox span.reg-user{
  color: darkred;
  font-weight: bold;
}

#slim-carousel-2 .carousel-slim-overlay{
  position: absolute;
  width: 36%;
  height: 97.9%;
  right: 5px;
  top: 3px;
  background-color: rgba(99, 11, 94, 0.79);
  -webkit-clip-path: polygon(48% 0, 100% 0%, 100% 96%, 13% 96%);
  clip-path: polygon(48% 0, 100% 0%, 100% 96%, 13% 96%);
  border-radius: 10px;
  border-bottom-right-radius: 15px;
}

#slim-carousel-2 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 15;
  width: 10%;
  padding-right: 0;
  margin-right:0;
  text-align: center;
  list-style: none;
}

#slim-carousel-2 .show-all {
  position: absolute;
  left: 75%;
  z-index: 1;
  bottom: 30px;
  color: white;
}

#slim-carousel-2 .carousel-slim-overlay .title-cover{
  padding: 30px;
  color: white;
}


#slim-carousel-2 .carousel-slim-overlay .title-cover i,#slim-carousel-2 .carousel-slim-overlay .title-cover span  {
  font-size: 40px;
  font-weight: bold;
}

#slim-carousel-2 .carousel-inner{
  border-radius: 5px;
}

.owl-2 .box-customers{
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 1rem;
}

.owl-2 .box-customers .box-customer-footer{
  padding: 10px;
  background-color:#ededed;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.owl-2 .box-customers .box-customer-footer p{
  text-decoration: none;
  color: #000000;
}

.owl-2 .box-customers .box-customer-img{
  padding: 28px;
  min-height: 100px;
}

.owl-3.owl-carousel .owl-item img,.owl-2.owl-carousel .owl-item img  {
  width: auto;
  margin: 0 auto;
}

.owl-3 .box-customers{
  background-color: #181818;
  border-radius: 5px;
  padding: 5px;
  min-height: 90px;
}

.owl-3 .box-customers .box-customer-img{
  margin-top: 1rem;
}


/* adde 1397/09/19 */
#tab-content-col .tab-content{
  margin-bottom: 10px;
}

.bvt-innerbox-top .commentshare i.icon-share{
    margin-top: 2px;
    font-size: 15px;
}

#slim-carousel .carousel-indicators li:not(.active),#slim-carousel-2 .carousel-indicators li:not(.active){
  width: 8px;
  height: 8px;
}

.no-td{
  text-decoration: none !important;
}

/*------------ New ------------------*/
.bvt-innerbox-top .info p.offer{
  margin-top: 4rem;
}

.rateYo.jq-ry-container{
  width: 104px !important;
  margin-top: 2px !important;
}

.adv_main_slide {
	height: 100% !important;
	width: 100% !important;
}
.category-adv-img {
	cursor:pointer;
}

.copyright-text img.border-rd{
	border-radius: 0px !important;; 
}

figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	font-family: Tahoma, Verdana, Aial, sans-serif;
	font-size: 28px;
	line-height: 108%;
	font-weight: bold;
	height: 32px;
	direction: ltr;
	margin-top: 2rem;
}

.timeTo span {
	vertical-align: top;
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: normal;
	color: #888;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: hidden;
}
.timeTo div.first {
	border-left: 1px solid silver;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------ new 13980325 -----------------*/
.col-md-2.hidden-xs{
	padding-right:10px;
}

#tab-content-col{
	padding-right:10px;
	height: 465px;
}

/* .categoryBoxPlace .tab-content .col-1-5:first-child, */
/* .row .col-1-5:first-child */
/* { */
	/* padding-right: 5px ; */
/* } */

.pd-title-icons{
	margin-bottom: 2rem
}

.pd-title-icons li, .pd-titles-box .pd-title-icons li a {
    color: rgb(182, 182, 182);
    font-size: 16px;
    padding-top: 4px;
}

.tabpane-jashnvareh.box-shadowed.active{
	padding: 15px;
	min-height: 467px;
	/* max-height: 467px; */
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	border: 5px solid #C9AD76;
}

.keshOrder{
	padding: 60px 15px;
}

.narrow-nav-top-notifications li:first-child ul.dropdown-menu{
	        right: -90%;
    top: 150%;
}

ul.narrow-nav-top-notifications li.narrow-nav-top-notifications-item:first-child ul.dropdown-menu div.arrow-polygone {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #252525;
    transform: rotate(135deg);
    z-index: -1;
    top: -8px;
    left: 18px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

.mainDivCarouselFaze{
	margin-bottom: 1rem;
}

.mainDivCarouselFaze .carousel{
	padding: 0 8px 0 5px
}

.popupModals .modal-header,.popupModals .modal-body{
	padding: 8px 45px;
}

.popupModals .modal-footer button{
	padding: 5px 35px;
}

.popupModals .modal-header h4{
	margin-top: 1rem;
}


@media only screen and (max-width: 320px){
	.superservice-nav li a {
    font-size: 11px;
	}
	
	.navbar .col-md-5{
		padding: 0;
	}
	
	.box-menu-inner2 img.logo {
		width: 23% !important;
	}
	
	.menu-fixed-left a {
		color: white;
		font-size: 11px;
	}
	
	.menu-fixed-left {
		left: -61px;
		top: 58%;
	}
	
	.menu-search-div {
		width: 115px !important;
	}
	
	.menu-btn-div .btn-dark {
		width: 120%;
	}
	
	.jashnvareh-2 ul li i{
		font-size: 9px;
	}
	
	.jashnvareh-2 ul li{
		padding-right: 0
	}
	
	.jashnvareh-2 ul li::after {
		margin: 0 0px;
	}
	
	#slim-carousel .show-all {
		font-size: 9px !important;	
	}
	
	#slim-carousel .carousel-indicators {
		bottom: 25px !important;

	}
	
	.box-footer .title {
		font-size: 19px;
	}
	
	.box-footer hr {
		margin-top: 13px;
	}
	
	.copyright-text {
		font-size: 11px;
	}
	
	.box-footer button.btn-submit i {
		font-size: 14px;
		line-height: 20px;
	}
	
	.jashnvareh ul li{
		font-size: 16px !important;
	}
	
	.mini-boxes img {
		max-height: 34px;
		min-height: 34px;
	}
	
	.jash-box.in-carousel .trans-box {
		width: 79%;
	}
	
	.checkbox-inline{
		font-size: 11px;
		display: table-cell !important;
	}
	
	#myModal .form-control {
		padding: 0;
	}
	
	#myModal .form-group .col-md-6 button {
		font-size: 7px !important;
		font-weight: bold;
	}

	.col-md-6.col-xs-12:last-child .jash-box{
		margin-bottom: 0;
	}

	.jash-box.in-carousel {
		margin-bottom: 0;
	}
	
	.box-vertical-trans {
		margin: 0px 0 10px 0 !important;
	}
	
	.bvt-innerbox {
		height: 45%;
	}
	
	#slim-carousel .carousel-inner {
		border-radius: 5px;
		height: 115px !important;
		padding: 0px 15px !important;
	}
	
	.owl-carousel {
		padding: 0px 25px !important;
	}
	
	#myModal .fazes {
		display: block;
		margin-bottom: 0;
	}
	
	.copyright-text {
		text-align: center;
		font-size: 11px !important;
	}
	
	.box-footer .title {
		font-size: 20px !important;
	}
	
	.page-body{
		padding-bottom: 0;
	}
	
	.owl-2 .box-customers {
		margin-bottom: 1px;
	}
	
	.owl-2{
		height:182px;
	}
	
	.keshOrder{
		padding: 15px;
	}
	
	.container .row:nth-child(3) .col-md-3.no-padding-left{
		padding-left:15px
	}
	
	.jashnvareh ul li i,.jashnvareh ul li span,.jashnvareh-2 ul li i {
		font-size: 15px;
	}
	
	.jashnvareh-category li {
		padding: 5px 10px;
	}
	
	.bvt-innerbox-top {
		height: 55%;
	}
	
	.fav-basket img {
		height: 70px;
		width: 100%;
	}
	
	.fav-basket li{
		margin-left:0 !important; 
	}
	
	#tab-content-col,.jashnvareh-category {
		height: auto
	}
	
	#slim-carousel .carousel-slim-overlay {
    position: absolute;
    width: 53%;
    height: 96%;
    top: 0;
    right: 0px;
    background-color: rgba(44, 94, 44, 0.79);
    -webkit-clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
    clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
    border-radius: 5px;
}
	
}


@media only screen and (min-width: 320px) and (max-width: 600px) {
	.col-md-6.col-xs-12:last-child .jash-box{
		margin-bottom: 0;
	}
	
	.jash-box.in-carousel {
		margin-bottom: 0;
	}
	
	.box-vertical-trans {
		margin: 0px 0 10px 0 !important;
	}
	
	.bvt-innerbox {
		height: 45%;
	}
	
	#slim-carousel .carousel-inner {
		border-radius: 5px;
		height: 115px !important;
		padding: 0px 15px !important;
	}
	
	.owl-carousel {
		padding: 0px 25px !important;
	}
	
	#myModal .fazes {
		display: block;
		margin-bottom: 0;
	}
	
	.row-miniboxes a:nth-child(even).col-mini-top {
		padding-right: 10px;
	}
	
	.box-footer .title {
		font-size: 22px;
	}

	.copyright-text {
		text-align: center;
		font-size: 13px;
	}
	
	.scrolltop {
		bottom: 34%;
	}

	
	.page-body{
		padding-bottom: 0;
	}
	
	.owl-2 .box-customers {
		margin-bottom: 1px;
		/*height:172px;*/
		height:140px;
	}
	
	.owl-2{
		height:182px;
	}
	
	.keshOrder{
		padding: 15px;
	}
	
	.container .row:nth-child(3) .col-md-3.no-padding-left{
		padding-left:15px
	}
	
	.jashnvareh ul li i,.jashnvareh ul li span,.jashnvareh-2 ul li i {
		font-size: 15px;
	}
	
	.jashnvareh-category li {
		padding: 5px 10px;
	}
	
	.bvt-innerbox-top {
		height: 55%;
	}
	
	.fav-basket img {
		height: 70px;
		width: 100%;
	}
	
	.fav-basket li{
		margin-left:0 !important; 
	}
	
	#tab-content-col,.jashnvareh-category {
		height: auto
	}
	
	#slim-carousel .carousel-slim-overlay {
    position: absolute;
    width: 53%;
    height: 96%;
    top: 0;
    right: 0px;
    background-color: rgba(44, 94, 44, 0.79);
    -webkit-clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
    clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
    border-radius: 5px;
}
	
}


@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3)
{
	#main_adv_search .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
		margin-right: -1px;
	}
	
	#tab-content-col,.jashnvareh-category {
		height: auto
	}
	
	#slim-carousel .carousel-slim-overlay {
    position: absolute;
    width: 53%;
    height: 96%;
    top: 0;
    right: 0px;
    background-color: rgba(44, 94, 44, 0.79);
    -webkit-clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
    clip-path: polygon(25% 2%, 100% 2%, 100% 100%, 0% 105%);
    border-radius: 5px;
}
	
}
.wrapper {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}

.wrapper .toggler {
  background: #f44e42;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fab-animation-reverse 0.4s ease-out forwards;
}

.wrapper .toggler::before,
.wrapper .toggler::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #fff;
}

.wrapper .toggler::before {
  width: 4px;
  height: 18px;
}

.wrapper .toggler::after {
  width: 18px;
  height: 4px;
}

.wrapper .fac {
  width: 32px;
  height: 250px;
  border-radius: 64px;
  position: absolute;
  /* background: #fff; */
  z-index: 2;
  padding: 0.5rem 0.5rem;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); */
  opacity: 0;
  top: -110px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  /* transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in; */
  /*&::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  transform: rotate(45deg);
  z-index: 0;
}*/
}

.wrapper .fac .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 210px;
}

.wrapper .fac .item .hint {
  background-color: #344955;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
}

.wrapper .fac .item .hint p {
  margin: 5px 10px;
}

.wrapper .fac button {
  background-color: #f44e42;
  color: #fff;
  font-size: 18px;
  border-radius: 100%;
  opacity: 1;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-left: 20px;
}

.wrapper .fac button:hover {
  transition: 0.2s;
  opacity: 1;
}

.wrapper input {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 0;
}

.wrapper input:checked~.toggler {
  animation: fab-animation 0.1s ease-out forwards;
}

.wrapper input:checked~.fac {
  width: 300px;
  height: 210px;
  /* animation: fac-animation 0.1s ease-out forwards 0.1s; */
  top: -230px;
  right: -45px;
  opacity: 1;
}

@keyframes fab-animation {
  0% {
    transform: rotate(0) scale(1);
  }

  20% {
    transform: rotate(60deg) scale(0.93);
  }

  55% {
    transform: rotate(35deg) scale(0.97);
  }

  80% {
    transform: rotate(48deg) scale(0.94);
  }

  100% {
    transform: rotate(45deg) scale(0.95);
  }
}

@keyframes fab-animation-reverse {
  0% {
    transform: rotate(45deg) scale(0.95);
  }

  20% {
    transform: rotate(-15deg);
  }

  55% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0) scale(1);
  }
}

@keyframes fac-animation {
  0% {
    transform: scale(1, 1);
  }

  33% {
    transform: scale(0.95, 1.05);
  }

  66% {
    transform: scale(1.05, 0.95);
  }

  100% {
    transform: scale(1, 1);
  }
}
#barcodeModal {
  padding-top: 5%;
}

#barcodeModal .modal-header {
  position: relative;
  border-bottom: none;
}

#barcodeModal .logoWrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}

#barcodeModal .modal-body h4 {
  color: #c9ad76;
}

#barcodeModal .modal-body .barcode {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  margin: 2rem 0;
}

#barcodeModal .modal-body button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

#factorModal .countryFlag {
  background-color: #fff;
  border-right: 1px solid #ccc;
}

#factorModal .countryFlag:last-child {
  border-left: 1px solid #ccc;
}

#factorModal .actnChooseCs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  font-size: 14px;
}
#countrySelect, .instant_userMobile {
	height:39px;
}