
body {
    font-family: iransans;
    background-color: #fafafa;
}

input , .slider {
    outline: 0;
}


.clear-fix {
  clear: both!important;
  display: inline-block;
}

.top-menu {
    background-color: #232f3e;
    border-bottom: solid #2d3948 1px;
}

.top li a:hover , .top li a:focus , .top li a:active {
    background-color: #232f3e!important;
}
li.users {
    float: left;
}
.middle-menu {
    background-color:#232f3e;
}
.logo h1 {
    text-indent: -3000px;
    background-image: url(../img/logo.png);
    width: 164px;
	height: 50px;
	background-repeat: no-repeat;
}

.shop {
  margin-top: 7px;
}

.shop i {
    color: #fff;
    margin-top: 25px;
    font-size: 21px;
}
.main-menu .items-main-menu li a {
    color: #fff;
    font-size: 12px;
}
.main-menu {
    background-color: #232f3e;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.slideshow {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.slideshow__contentWrap {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.slideshow__title {
  font-size: 4em;
  margin: 0;
  font-weight: 100;
}
.slideshow__text {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 100;
  font-family: "Century Gothic", sans-serif;
}
.slideshow__container {
  display: block;
  list-style: none;
  position: relative;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.slideshow__item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.slideshow__image {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  background-size: contain;
}
.slideshow__slidein {
  height: 100px;
  width: 350px;
  display: block;
  position: absolute;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  overflow: hidden;
}
.slideshow__slidein img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slideshow .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #000;
  opacity: 0.5;
}
.slideshow__forward .slideshow__slidein {
  right: -350px;
  z-index: 2;
}
.slideshow__forward .slideshow__slidein .slideTitle {
  font-size: 1.5em;
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-weight: 100;
  margin: 0;
  padding-left: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  margin-right: 300px;
  text-align: right;
}
.slideshow__forward .slideshow__block {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 80px;
  right: 270px;
  opacity: 0;
  background-color: #fff;
  z-index: 2;
}
.slideshow__back .slideshow__slidein {
  left: -350px;
  z-index: 2;
}
.slideshow__back .slideshow__slidein .slideTitle {
  font-size: 1.5em;
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-weight: 100;
  margin: 0;
  padding-right: 1em;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  margin-left: 300px;
  text-align: right;
}
.slideshow__back .slideshow__block {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 80px;
  left: 270px;
  opacity: 0;
  background-color: #fff;
  z-index: 2;
}
.slideshow .close {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.slideshow .slideshow__block:hover .close {
  opacity: 1;
}
.slideshow__prev, .slideshow__next {
  width: 3em;
  z-index: 1;
}
.slideshow__prev svg, .slideshow__next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.slideshow__prev {
  position: absolute;
  left: 5em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.slideshow__prev .circle {
  opacity: 0;
}
.slideshow__next {
  position: absolute;
  right: 5em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.slideshow__next .circle {
  opacity: 0;
}
.top-slider {
    margin-top: 20px;

}
.carousel {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}
.box-category {
    background-color: #fff;
    color: #000;
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 15px;
    transition: 0.2s;
}

.box-category:hover {
  transform: scale(1.05);
}

.box-category h3 {
    font-size: 15px;
    border-bottom: 5px solid #ff2b3c;
    padding-bottom: 13px;
    font-family: iransansmedium;
}
.box2-category h3 {
    border-bottom: 5px solid #ffa500;

}
.box3-category h3 {
    border-bottom: 5px solid #92ef15;

}
.box4-category h3 {
    border-bottom: 5px solid #60dbe6;
  }
.ax-daste {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.category {
    margin-top: 20px;
}
.product-box{
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}

.products {
  display: inline-block;
  width: 100%;
}

.products h2 {
    color: #464646;
    font-size: 15px;
    padding: 11px;
    font-family: iransansmedium;
    text-align: center;
    margin-top: 0;
    line-height: 1.7em;

}

.products h3 {
  font-family: iransansmedium;
  font-size: 12px!important;
  padding: 0!important;
  color: #333;
  margin-top: 10px;
  line-height: 1.7em;
}
.title-product {
    width: auto;
    background-color: #f7f6f6;
    border-radius: 8px;
    margin-top: 30px;
    margin-right: 30px;
}

.price-product-slider {
    color:#252fff;
    font-size: 14px;
    text-align: center;
}
.slider {
  margin: 0 auto!important;
  direction: rtl;
}

.slick-slide {
  padding: 0 15px;
}

.slick-prev::before, .slick-next::before {
    color: #d9d9d9 !important;
}
.slick-prev {
    left: 22px!important;
}
.slick-next {
    right: 790px!important;
}
.slick-active , .slick-slide{
    opacity: 1!important;
}

.product-more {
  margin-top: 11px;
    margin-left: 18px;
}

.product-more a {
    text-decoration: none;
    font-size: 14px;
    font-family: iransansmedium;
    color: #2d2d2d;
  }
.product-more i {
    margin-top: 28px;
    margin-right: 6px;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.manu-navs {
   margin-bottom: 0px!important;
    background-color: #232f3e;
    font-size: 12px;
    border: none;
}
.manu-navs .menu-navs-list li a {
    color: #fff;
    font-family: iransansmedium;
}
.manu-navs .menu-navs-list li a:hover, .manu-navs .menu-navs-list li a:focus {
    color: #fff;
}
.conut-shop {
  width: 23px;
height: 23px;
background-color: #ff9000;
color: #fff;
text-align: center;
border-radius: 3px;
position: relative;
bottom: 1px;
margin-right: 5px;
font-size: 16px;
padding-top: 2px;
}


.conut-shop , .shop {
    display: inline-block;
}

.banner-img{
    margin-top: 23px;
    display: inline-block;
width: 100%;
padding: 0 15px;
}

.banner-img img {
  margin-bottom: 20px;
}


footer{
	width: 100%!important;
	height: auto!important;
	background-color: #212e3f!important;
	color: #fff;
	border-top: 7px solid #2d3948;

}
.footer-info{
	margin-bottom:45px;
  direction: rtl;
}
.footer-list h4 {
    font-family: iransansbold;
    font-size: 16px;
    margin-top: 65px;
}

.footer-list ul {
    list-style: none;
	padding-right: 15px;
}
.footer-list ul li{
	font-size: 13px;
	font-family: iransansmedium;
	padding-top: 5px;
	line-height: 1.9em;

}

.footer-list ul li a {
    color: #fff;
}

.footer-list ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-list ul li a:active, .footer-list ul li a:visited , .footer-list ul li a:link {
    text-decoration: none;
}


.footer-list ul li i{
	color: #f7941d;
	padding-right: 3px;
}
.footer-list{
	margin-top: 65px;
}
.footer-list p {
    font-size: 13px;
    font-family: iransansmedium;
    line-height: 1.9em;
    padding-top: 12px;
    color: #fff;
    text-align: justify;
}

.bottom-footer{
	background-color: #212e3f;
    border-top: 1px solid #2d3948;

}
.bottom-footer span{
	color: #fff;
    font-size: 13px;
    margin-top: 24px;
    display: inline-block;
	margin-bottom: 26px;
	margin-right: 5px;
}
.bottom-footer ul{
	list-style: none;
	color: #fff;
	display: inline;
}
.bottom-footer ul li{
	float: left;
}

.bottom-footer ul li i {
    font-size: 18px;
    padding-right: 15px;
    margin-top: 24px;
    color: #fff;
    transition: 0.2s;
}

.bottom-footer ul li i:hover {
  color: #ff9000;
}

.slick-dots {
    display: none!important;
}
.carousel-control.left , .carousel-control.right{
    background-image: none;
}
.search-nav {
    width: 100%;
    display: inline-block;
}
.form-nav {
    position: relative;
    color: #000;
    float: left;
    width: 100%;
}

.search-box {
  display: inline-block;
  position: relative;
}

.search-box input {
  width: 250px;
}

.options-nav {
  padding: 0 10px;
  font-family: iransansmedium;
}

.options nav {
    position: relative;
    left: 130px;
    border-left: 2px solid grey;
}
.input-search {
    margin-top: 27px;
    height: 40px;
    color: #444!important;
    font-size: 13px!important;
    border-radius: 35px 0 0 35px;
    padding: 0 22px;
    border: none;
}

.icon-search{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ff9000;
    position: relative;
    display: inline-block;
    left: 42px;
    top: 2px;
    border:none;
    transition: all 0.5s;
}

.icon-search:hover {
    background-color: #fff;
}

.icon-search:hover i {
    color: #ff9000;
}
.icon-search i {
    color: #fff;
    margin-top: 5px;
    margin-right: 1px;
    transition: all 0.5s;
}

.left-navbar {
  padding-top: 10px;
  font-family: iransansmedium;
  float: left;
  position: relative;
}

.left-navbar i{
    color: #ff9000;
    margin-left: 5px;
}

.left-navbar a {
  color: #fff;
}

.left-navbar a:hover {
  text-decoration: none;
}

/* .account-toggle {
  width: 150px;
  position: absolute;
  background: #232f3e;
  z-index: 99;
  border: 1px solid #617186;
  border-radius: 0 0 4px 4px;
  right: 32px;
  top: 40px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.5);
  display: none;
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}


.account-toggle li {
  padding: 7px 10px;
  border-bottom: 1px solid #617186;
}

.account-toggle li a {
  text-decoration: none;
} */

.account-madiran button {
    background-color: transparent;
    border: 0;
}

.account-madiran ul {
  background: #eee;
  margin-top: 10px;
}

.account-madiran ul li {
  padding: 7px 10px;
  border-bottom: 1px solid #617186;
}

.account-madiran ul li:nth-last-child(1) {
  border: 0;
}

.account-madiran ul li a {
  color: #333;
  padding: 0;
  display: inline-block;
  font-size: 12px;
}



.account-madiran ul li a:hover , .account-madiran ul li a:link , .account-madiran ul li a:visited , .account-madiran ul li a:active {
  background-color: transparent;
  color: #333;
}

.account-madiran .account-link-on {
  margin-right: 0;
}

.slick-next.slick-arrow , .slick-prev.slick-arrow{
    color: transparent!important;
}
.slick-prev.slick-arrow{
	z-index: 99999;
}

.ax-daste img {
    width: 100%;
}
.slick-slide {
    margin: 0px 8px!important;
}
.slick-slide img {
    width: 95%;
}
.slick-list.draggable {
    width: 95%;
    margin: 0 auto;
}
/* .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -54px;
    font-size: 46px;
} */
/* .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    font-size: 46px;
    margin-left: -47px;
} */

.carousel-control .glyphicon-chevron-right {
  margin-left: -44px;
  font-size: 40px;
  color: rgba(0,0,0,0.5);
}

.carousel-control .glyphicon-chevron-left {
  font-size: 40px;
  margin-right: -44px;
  color: rgba(0,0,0,0.5);
}

 html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }

    .slider {
        width: 100%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }

    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


/* Single page style */

.info-product {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}
.info-product-img {
    width: 100%;
    height: auto;
    border: 1px solid #bfbfbf;
    margin-top: 30px;
}
.info-product-img img {
    display: inherit;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 15px;

}

.info-product-details {
  padding-right: 43px;
}

.info-product-details h2 {
    color: #333333;
    font-size: 19px;
    font-family: iransansbold;
    margin-top: 45px;
}
.info-product-details p {
    color: #848484;
    font-size: 17px;
    margin: 25px 0 44px 0;
    text-align: justify;
}
.info-product-color span , .info-product-price span {
    color: #333333;
    font-size: 16px;
    font-family: iransansbold;
}
.info-product-color ul {
    display: inline-block;
    padding-right: 0px;
}
.circle1 , .circle2 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    top: 4px;
    display: inline-block;

}
.circle1 {
    background-color: #ffdc00;
    margin-right: 12px;
}
.circle2 {
    background-color: #808080;
    margin-right: 9px;
}
.info-product-color {
    margin: 20px 0 0px 0px;
}
.info-product-price p {
    color: #333333;
    font-size: 18px;
    font-family: iransans;
    display: inline-block;
    margin-right: 9px;
}
.info-product-buy {
    width: 282px;
    height: 50px;
    background-color: #20c266;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: iransansbold;
    text-align: center;
    padding-top: 14px;
    position: relative;
}
.info-product-buy:hover {
    text-decoration: none;
    color: #fff;
}
.info-product-buy i {
    color: #17a354;
    font-size: 19px;
    position: absolute;
top: 15px;
right: 22px;
}
.info-product-gallery {
    margin-top: 30px;
    width: 100%;
    display: flex;
justify-content: space-between;
flex-wrap: nowrap;
}
.info-product-gallery img {
    border: 1px solid #bfbfbf;
    width: 30%;
}



.product-box-single {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    padding: 0 20px 30px 20px;
}


.box-cmnts {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.box-cmnts .details-cmnts {
  box-shadow: none;
  margin-bottom: 0;
}

.box-cmnts .details-cmnts {
  border:0;
}

.box-cmnts .tab-head {
  background-color: transparent;
  border:0;
  padding: 0;
  display: inline-block;
}

.box-cmnts .tab-head ul {
    background-color: transparent;
    border: none;
    display: inline-block;
}

.box-cmnts .tab-head ul li {
    background-color: #f8f8f8;
    margin: 0 10px 0 0;
    border:1px solid #eee;
    border-radius: 3px 3px 0 0;
    font-family: iransansbold;
    font-size: 14px;
    width: 235px;
    text-align: center;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
    padding: 10px 15px 12px 15px;;
    display: inline-block;
}

.box-cmnts .tab-head ul li a {
    padding: 0;
    display: inline-block;
    border: 0;
    color: #333;
}

.box-cmnts .tab-head ul li.active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.box-cmnts .menu-cmnts li.active a {
  background-color: transparent;
  border: 0;
}

.box-cmnts .panel-body {
  background-color: #fff;
  border:1px solid #f5f5f5;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
  border-radius: 4px;
  position: relative;
  bottom: 13px;
  color: #333;
  font-size: 14px;
  line-height: 2em;
  padding: 30px 20px;
}


.box-cmnts ul li a:hover {
    color: #000;
    background-color: transparent;
    border:0;
}

.tabs-content {
    border: none;
}

.comments-item {
  width: 100%;
  float: right;
  padding-right: 30px;
  position: relative;
}

.comments-item img {
  position: absolute;
  top: 23px;
  right: 5px;
  z-index: 9999;
  border-radius: 50%;
}

.comments-item-content {
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 30px 65px 30px 40px;
  border-radius: 4px;
}

.head-content-item {
  width: 100%;
  display: inline-block;
}

.head-content-item h4 {
  font-size: 16px;
  font-family: iransansmedium;
}

.head-content-item ul {
  list-style: none;
  padding: 0;
  float: left;
  margin-top: 5px;
}


.head-content-item ul li {
  float: left;
  color: #ffc107;
  margin-right: 3px;
  font-size: 17px;
}

.head-content-item ul li:nth-child(5) {
  color: #b8b8b8;
}

.content-comment-item {
  text-align: justify;
}

.comment-form {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}

.comment-form input {
  border-radius: 4px;
  padding: 5px 20px;
  background-color: #e7e7e7;
  color: #979797;
  border:0;
  font-family: iransansmedium;
  margin-left: 15px;
  width: 220px;
}

.comment-form textarea {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  padding: 5px 20px;
  background-color: #e7e7e7;
  color: #979797;
  border:0;
  font-family: iransansmedium;
}

.comment-form button {
  width: 22%;
  background-color: #212e3f;
  padding: 7px 0 10px 0;
  border-radius: 4px;
  font-size: 13px!important;
  font-family: iransans;
  color: #fff!important;
  border: 0;
  margin-top: 15px;
  text-align: center;
}

.rate-comment {
  display: inline-block;
  float: left;
}

.comment-form ul {
  list-style: none;
  padding: 0;
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}

.comment-form ul:nth-child(5) {
  margin-right: 0;
}

.comment-form ul li {
  float: left;
  color: #ffc107;
  margin-right: 3px;
  font-size: 17px;
}

.comment-form ul li:nth-child(5) {
  color: #b8b8b8;
}




/* Style Category page */

.into-product-box{
	background-color: #fff;
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 30px;
}
.header-into-product {
    width: 96%;
    padding: 14px 0px;
    background-color: #fdfdfd;
    margin: 20px;
    border-radius: 9px;
    display: inline-block;
}

.breadcrumb-madiran{
	color: #848484;
	padding-right: 17px;
    display: inline-block;
    font-size: 14px;
    width: 100%;

}

.header-grouping-sidbar {
    width: 90%;
    height: auto;
}
.sidbar {
    width: 100%;
    height: auto;
	margin-bottom: 30px;
  display: inline-block;
}
.grouping-sidbar {
    width: 100%;
	height: auto;
  margin-top: 20px;
}
.header-grouping-sidbar h3 {
    color: #000;
    font-size: 16px;
    padding:0 26px;
	font-family: iransansbold;
	padding-bottom: 0!important;
    display: inline-block;
    margin: 10px 0;

}
.grouping-sidbar ul {
    color: #000;
    list-style: none;
    font-size: 14px;
	padding-right: 32px;
}
.grouping-sidbar ul li{
	font-family: iransansmedium;
    padding-top: 6px;
}

.grouping-sidbar ul li a {
  color: #333;
}

.grouping-sidbar ul li a:hover , .grouping-sidbar ul li a:link , .grouping-sidbar ul li a:active , .grouping-sidbar ul li a:visited {
  color: #333;
  text-decoration: none;
}

.text-product {
  display: inline-block;
}

.text-product a {
    padding: 8px 0;
    float: right;
    color: #9c9fa4;
}
.text-product a i{
	margin-right: 10px;
}
.text-product a:hover{
    text-decoration: none;
    color:#9c9fa4;
}

.products-box {
    width: 100%;
    height: auto;
    margin-top: 14px;
    margin-right: 30px;
}
.products-check-icon{
	color: #8bc34a;
	float: left;
  padding: 0;
  position: absolute;
  left: 0;
}
.unavailable-icon{
	color: #d63034;
}
.grouping-products-box h3 {

    color: #323232;
    font-size: 16px;
    text-align: center;
    font-family: iransansmedium;
}

.grouping-products-box h3 a {
  color: #333;
}

.grouping-products-box h3 a:hover {
  color: #333;
  text-decoration: none;
}

.price-products {
    color: #252fff;
    font-size: 13px;
    padding: 0;
}
.unavailable{
	color: #d63034;
}
.grouping-products-box {
    margin-top: 60px;
    position: relative;
}
.products-box-button a {
    border: 3px solid #4f75a4;
    text-align: center;
    width: 90%;
    display: inline-block;
    padding: 20px;
    border-radius: 11px;
    color: #4f75a4;
    margin: 0 auto;
}
.grouping-products-box img {
    width: 75%;
    height: auto;
}
.products-box-button a:hover{
	text-decoration: none;
}
.products-box-button {
   display: inline-block;
   width: 100%;
   margin: 50px 0 30px 0;
   float: right;
}
.menu-navs-list li a:hover, .menu-navs-list li a:focus{
	background-color: transparent!important;
}

/* End Style Category page */

.filter-item {
    width: 100%;
    height: auto;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    border-radius: 2px;
    text-align: center;
    margin-bottom: 25px;
}
.filter-title {
    color: #989898;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: iransansbold;
}
.filter-item img {
  width: 60%;
    margin: 0 auto;
    display: inherit;
    padding-top: 25px;
    padding-bottom: 14px;

}
.filter-box {
  display: inline-block;
margin: 10px auto 0 auto;
width: 100%;
}
.empty-box {
  margin-top: 20px;
    width: 96%;
    height: 160px;
    background-color: #fcfcfc;
    margin-right: 13px;
    display: inline-block;
}
.products-category {
    width: 100%;
    height: auto;
    display: inline-block;
}

.products-category .slick-slide {
  padding: 0 0;
}

.products-category .slick-next {
  right: 823px!important;
}

.products-category .slick-prev {
  left: 10px!important;
}

.products-category .price-product-slider {
  font-size: 13px;
}

.into-product-box .products h2 {
  padding: 3px;
}



.intro-title-product {
    margin-bottom: 20px;
    margin-right: 0;
    width: 180px;
}


.no-pad {
padding: 0 !important;
 }

 .pad-left {
   padding-left: 0;
 }

 .pad-right-product {
   padding-right: 5px;
 }


 .rate-product ul {
   list-style: none;
   padding: 0;
   float: left;
   margin-top: 5px;
 }


 .rate-product ul li {
   float: left;
   color: #ffc107;
   margin-right: 3px;
   font-size: 12px;
   position: relative;
   bottom: 2px;
 }

 .rate-product ul li:nth-child(5) {
   color: #b8b8b8;
 }


 .title-product-slider h3 a {
   color: #333;
 }

 .title-product-slider h3 a:hover , .title-product-slider h3 a:link , .title-product-slider h3 a:active , .title-product-slider h3 a:visited {
   color: #333;
   text-decoration: none;
 }

.sidebar-box {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}

.sidebar-box img {
    margin-top: 10px;
}

.modal-dialog {
    z-index: 999999999999;
}

.main-menu {
    display: inline-block;
    width: 100%;
}
.delivery i {
    color: #ff9000;
    font-size: 18px;
    position: relative;
    bottom: 0px;
    left: 3px;

}
.delivery {
    float: left!important;
    right: 36px;
    color: #fff;
    text-decoration: none;
    margin: 10px 2px 0 0;
}
.delivery:hover ,.delivery:active , .delivery:visited , .delivery:link {
    color: #fff;
    text-decoration: none;
}
.menu-navs-list {
    width: 100%;
}
.title-loc {
    color: #000!important;
}
.head-mod {
    color: black!important;
}
.body-mod {
    color: black;
}
.sign-in-mod {
    width: 100px;
    height: auto;
    color: #fff;
    background-color: #ff9000;
    padding: 3px 50px;
    margin-top: 10px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    right: 80px;
    top: 15px;
}
.sign-in-mod:hover {
    text-decoration: none;
}
.main-box-modal {
    width: 450px;
}
.loc-of-modal {
    margin-top: 40px;
}
.form-modal-search {
    float: none!important;
    text-align: center;
}
.input-modal-search {
    border: 1px solid #ccc;
}
.save-btn-modal , .save-btn-modal:hover{
    background-color: #ff9000;
    border: 1px solid #fff;
}
.footer-modal-btn {
    text-align: center!important;
    margin-top: 10px;
}
.input-modal-search , .selects-modal {
    border-radius: 0px;
}
.modal-search-box-loc i {
    color: #ff9000;
    font-size: 17px;
    position: relative;
    left: 30px;
    top: 3px;
}
.fail-btn-modal:hover {
    background-color: #fff;
}
.fail-btn-modal , .save-btn-modal {
    font-size: 13px;
    font-family: iransansbold;
}
.selects-modal {
    height: 33px;
    text-align: center;
}
.input-modal-search {
    height: 33px;
}


.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #ff9000;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;

  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.modal-account-header{
	border-bottom: 0px!important;
}

.modal-register {
	width: 590px;
}

.tab-login {
	color: #333;
	text-align: center;
	width: 100%;
}



.social-buttons-google {
  width: 150px;
  height: 40px;
	padding: 9px 7px;
	background-color: #d9534f;
  display: inline-block;
	border-radius: 5px;
	margin-bottom: 10px;
  font-size: 14px;
}

.social-buttons-google i {
  font-size: 16px;
  position: relative;
  top: 2px;
  color: #fff;
}

.social-buttons-google .text-social-buttons {
  width: 100%;
display: inline-block;
color: #d9534f;
}


.login-box p {
	margin-bottom: 20px;
	font-size: 14px;
}

.login-box input {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px 15px;
	font-size: 14px;
	font-family: iransans;
	margin-bottom: 10px;
}

.login-box button {
  display: block;
	padding: 10px 20px;
	border-radius: 4px;
	background-color:#ff9000;
	border: 0;
	color: #fff;
  float: left;
}

.forget-pass {
  float: right;
  margin-top: 15px;
}

.forget-pass a {
  color: #333!important;
}


.login-form-box {
  width: 100%;
  padding: 40px 0;
  display: inline-block;
  margin-bottom: 20px;
}

.login-box form {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.tab-login-register {
	display: inherit;
margin: 0 auto!important;
width: 130px;
}

.tab-login-register::after {
  content: '';
width: 300px;
border-bottom: 2px solid #ff9000;
display: inline-block;
position: relative;
bottom: 10px;
left: 90px;
}

.modal-account-body {
	display: inline-block;
  width: 100%;
  padding-top: 0;
}

.tab-register p {
	font-size: 14px;
}


.tab-register {
	color: #333;
	text-align: center;
}

.social-text {
	font-size: 13px!important;
  margin-top: 25px;
}

.account-link:visited , .account-link:link , .account-link:active {
	text-decoration: none;
}

.social-login {
  width: 100%;
}

.selection-search {
    border-radius: 0 35px 35px 0;
    -webkit-border-radius: 0 35px 35px 0;
    height: 40px;
    background-color: #f0f0f0;
    color: #212e3f!important;
    font-size: 13px!important;
    border: 1px solid #ccc;
    position: relative;
    right: 0;
    direction: rtl;
    display: inline-block;

height: 40px;
min-width: 116px;
bottom: 1px;
}

.selection-search select {
  display: none;
}
.select-selected {
  background-color: #f0f0f0;
  border-radius: 0 30px 30px 0;
height: auto;
padding: 9px 15px 8px 35px!important;
color: #333!important;
border:0!important;
min-width: 185px;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #333 transparent;
  top: 10px;
}

.select-items div,.select-selected {
  color: #333;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar {
  min-height: 40px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.account-link-on {
  position: relative;
  bottom: 2px;
  margin-right: 40px;
}

.account-link-on:link , .account-link-on:visited , .account-link-on:active {
  text-decoration: none;
}

.account-link-on i {
  font-size: 17px;
}

.account-link-on span {
  position: relative;
  bottom: 2px;
}

/* .products-madiran {
  padding: 0;
}

.product-item {
  padding: 15px;
  transition: 0.2s;
}

.product-item:hover {
  padding: 0;
} */

.product-item img {
  transition: 0.2s;
}

.product-item img:hover {
  transform: scale(1.2);
}

.products-category .product-item {
  margin-top: 20px;
}

.col-md-offset-1 {
  margin-left: 0!important;
}

@media screen and (max-width:1200px) {
  .rate-comment {
    margin-top: 15px;
  }

  .filter-item img {
    width: 60%;
  }

  .rate-product ul li {
    font-size: 11px;
  }

  .slick-next {
    right: 640px !important;
   }

   [dir="rtl"] .slick-prev {
    right: 6px!important;
    }

    .products-category .slick-next {
    right: 590px !important;
    }

    .search-nav {
      margin-top: 20px;
    }
  
    .selection-search {
      bottom: 1px;
      width: 45%;
    }
  
    .select-selected {
      min-width: 100%;
    }
  
    .search-nav .search-box {
      width: 50%;
      height: 40px;
      
    }
  
    .search-nav .input-search {
      margin-top: 0;
      width: 100%;
    }
  
    .search-nav .icon-search {
      top: 4px;
      position: absolute;
      left: 4px;
    }
}





@media screen and (max-width:992px) {
  .banner-img {
    margin: 40px 0 15px 0;
  }

  .carousel-control .glyphicon-chevron-right {
    margin-left: -44px;
    font-size: 20px;
    color: rgba(0,0,0,0.5);
  }

  .carousel-control .glyphicon-chevron-left {
    font-size: 20px;
    margin-right: -44px;
    color: rgba(0,0,0,0.5);
  }
   .footer-info-border{
	border-top: 1px dotted rgba(255,255,255,0.3)!important;
	}

  .rate-comment {
    margin-top: 15px;
  }

  .header-grouping-sidbar {
    margin: 0 auto;
  }

  .grouping-sidbar ul {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }

  .grouping-product .panel-heading{
      background-color: transparent;
      border-color:#FFF!important;
      position: static;
  }

  .grouping-product .panel-heading.tab-head {
    margin-bottom: 25px;
  }

  .grouping-product ul span {
    width: 100%;
    margin-bottom: 20px;
  }

  .filter-item {
    margin: 0 auto 24px auto;
  }

  .empty-box {
    margin-right: 5px;
  }

  .header-grouping-sidbar h3 {
    padding: 0;
  }

  .grouping-sidbar {
    margin-right: 15px;
  }

  .filter-item {
    width: 60%;
  }

  .header-into-product {
    margin: 24px 14px 24px 0;
  }

  .slick-next {
    right: 415px!important;
  }

  .products-category .slick-next {
    right: 690px !important;
  }

  .search-nav {
    margin-top: 20px;
  }

  .selection-search {
    bottom: 1px;
    width: 42%;
  }

  .select-selected {
    min-width: 100%;
  }

  .search-nav .search-box {
    width: 45%;
    height: 40px;
    
  }

  .search-nav .input-search {
    margin-top: 0;
    width: 100%;
  }

  .search-nav .icon-search {
    top: 4px;
    position: absolute;
    left: 4px;
  }
}

@media screen and (max-width:767px) {
  .navbar-nav > li {
    float: right;
  }

  .navbar-nav {
    float: right;
  }

  .left-navbar {
    float: right;
    margin-bottom: 20px;
  }

  .title-product {
    width: 90%;
    margin: 30px auto 0 auto;
  }
    .footer-info{
	border-bottom: 1px dotted rgba(255,255,255,0.3);
    padding-bottom: 29px;
	}

    .footer-info-border {
        border-top: 0!important;
    }

    .footer-info-company {
        border-bottom: 0!important;
    }

    .bottom-footer ul{
	display: inline-block;
	padding-right: 0;
	}

  .info-product-details {
    padding-right: 0;
  }

  .box-cmnts .tab-head ul li {
    width: auto;
  }

  .comment-form input {
    width: 100%;
    margin-bottom: 15px;
  }

  .comment-form ul {
    margin-right: 10px;
  }

  .comment-form button {
    width: 60%;
  }

  .info-product-details h2 {
    line-height: 2em;
  }

  .header-grouping-sidbar {
    margin: 0 auto;
  }

  .grouping-sidbar ul {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }

  .grouping-product .panel-heading{
      background-color: transparent;
      border-color:#FFF!important;
      position: static;
  }

  .grouping-product .panel-heading.tab-head {
    margin-bottom: 25px;
  }

  .grouping-product ul span {
    width: 100%;
    margin-bottom: 20px;
  }

  .grouping-product .nav-tabs > li {
    height: 60px;
    width: 45%;
    text-align: center;
  }

  .carousel-control.left {
    left: 15px;
  }



  .header-into-product {
    margin-right: 10px;
  }

  .header-grouping-sidbar h3 {
    padding: 0;
  }

  .filter-item {
    margin: 0 auto 24px auto;
  }

  .empty-box {
    margin-right: 6px;
  }

  .product-more {
    margin-bottom: 15px;
  }

	.delivery {
		float: right!important;
		margin:5px 0 15px 0;
	}

	.modal-register {
	  width: 400px;
		margin: 0 auto;
    }

	.social-buttons {
		margin-bottom: 30px;
	}

  .social-buttons-telegram .text-social-buttons , .social-buttons-google .text-social-buttons , .social-buttons-linkdin .text-social-buttons {
    margin-bottom: 15px;
  }

  .login-box form {
    width: 100%;
  }

  .slick-next {
    right: 445px!important;
  }

  [dir="rtl"] .slick-prev {
    right: 9px!important;
  }

  .products-category .slick-next {
    right: 455px !important;
  }

}

@media screen and (max-width:567px) {
  .search-nav {
    width: 80%;
    display: block;
    margin: 30px auto!important;
    height: 80px;
  }

  .selection-search {
    bottom: 2px;
    width: 100%;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }

  .select-selected {
    padding: 8px 15px 8px 30px !important;
    border-radius: 30px 30px 0 0;
  }

  .search-nav .input-search {
    padding: 0 13px;
    margin-top: 0;
  }

  .search-nav .icon-search {
    top: 4px;
    position: absolute;
    left: 4px;
  }

  .search-nav .icon-search::placeholder {
    font-size: 13px;
  }

  .search-nav .search-box {
    width: 100%;
    margin-right: 0!important;
    height: 40px;
    
  }

  .search-nav .input-search {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }

  .shop i {
    margin-top: 15px;
  }

  .res-account {
    position: static;
  }

  .account-mdm {
    top: 5px;
    bottom: auto;
  }

  .shop {
    margin-bottom: 10px;
  }
}


@media screen and (max-width:480px) {
  .icon-search {
    float: left;
left: 5px;
bottom: 0;
top: 31px;
position: absolute;
  }
  
  .options-nav {
    padding: 0;
  }

  .left-navbar {
    float: right;
    position: absolute;
    bottom: 0;
  }

  .slick-next {
    right: 225px!important;
  }

  .shop {
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 0;
  }

  .carousel-control {
    text-shadow: none;
  }

  .carousel-control .glyphicon-chevron-right {
    margin-left: -17px;
    font-size: 20px;
    color: rgba(0,0,0,0.5);
  }

  .carousel-control .glyphicon-chevron-left {
    font-size: 20px;
    margin-right: -17px;
    color: rgba(0,0,0,0.5);
  }



  .title-product {
    width: 90%;
    margin: 30px auto 0 auto;
  }

  .product-more {
    margin-bottom: 25px;
    margin-top: 0;
  }

  .banner-img {
    margin: 40px 0 15px 0;
  }

  .navbar-nav > li {
    float: right;
    width: 100%;
  }
  .footer-info{
	border-bottom: 1px dotted rgba(255,255,255,0.3);
    padding-bottom: 29px;
    direction: rtl;
	}
  .footer-info-company{
	border-bottom: 0!important;
	padding-bottom: 0!important;
	}
  .bottom-footer span{
	margin-bottom: 0px;
	}
  .bottom-footer ul{
	display: inline-block;
	padding-right: 0;
	}
  .pad-right {
	padding-right: 0 !important;
   }

    .footer-info-border {
        border-top: 0!important;
    }

    .info-product-details {
      padding-right: 0;
    }

    .info-product-buy {
      width: 100%;
    }

    .box-cmnts .tab-head ul li {
      width: auto;
    }

    .comments-item {
      padding-right: 0;
      padding-top: 45px;
    }

    .comments-item img {
      top: 0px;
      right: 31%;
    }

    .comments-item-content {
      padding: 50px 20px 30px 20px;
    }

    .comment-form input {
      width: 100%;
      margin-bottom: 15px;
    }

    .comment-form ul {
      margin-right: 10px;
    }

    .comment-form button {
      width: 60%;
    }

    .info-product-details h2 {
      line-height: 2em;

    }

    .header-grouping-sidbar {
      margin: 0 auto;
    }

    .grouping-sidbar ul {
      width: 85%;
      margin: 0 auto;
      padding: 0;
    }

    .grouping-product .panel-heading{
        background-color: transparent;
        border-color:#FFF!important;
        position: static;
    }

    .grouping-product .panel-heading.tab-head {
      margin-bottom: 25px;
    }

    .grouping-product ul span {
      width: 100%;
      margin-bottom: 20px;
    }

    .grouping-product .nav-tabs > li {
      height: 60px;
      width: 45%;
      text-align: center;
    }

    .header-into-product {
      margin-right: 5px;
    }

    .header-grouping-sidbar h3 {
      padding: 0;
    }

    .filter-item {
      margin: 0 auto 24px auto;
      width: 100%;
    }

    .empty-box {
      margin-right: 6px;
    }

	.modal-register {
	  width: 300px;
    }

	.social-buttons {
		margin-bottom: 30px;
	}

	.delivery {
		float: right!important;
		margin:5px 0 15px 0;
	}

  .menu-navs-list {
    margin-bottom: 50px;
    direction: rtl;
  }

  .tab-login-register::after {
    width: 280px;
    left: 80px;
  }

  .social-buttons-telegram .text-social-buttons , .social-buttons-google .text-social-buttons , .social-buttons-linkdin .text-social-buttons {
    margin-bottom: 15px;
  }

  .login-box form {
    width: 100%;
  }

  

  [dir="rtl"] .slick-prev {
    right: 8px!important;
  }

  .products-category .slick-next {
    right: 265px !important;
  }


  .search-nav {
    width: 80%;
    display: block;
    margin: 30px auto!important;
    height: 80px;
  }

  .selection-search {
    bottom: 2px;
    width: 100%;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }

  .select-selected {
    padding: 8px 15px 8px 30px !important;
    border-radius: 30px 30px 0 0;
  }

  .search-nav .input-search {
    padding: 0 13px;
    margin-top: 0;
  }

  .search-nav .icon-search {
    top: 4px;
  }

  .search-nav .icon-search::placeholder {
    font-size: 13px;
  }

  .search-nav .search-box {
    width: 100%;
    margin-right: 0!important;
  }

  .search-nav .input-search {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }

  .shop i {
    margin-top: 15px;
  }

  .res-account {
    position: static;
  }

  .account-mdm {
    top: 5px;
    bottom: auto;
  }

  .logo {
    margin-top: 5px;
  }

}
