@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iranSans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iranSans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format('embedded-opentype'),
        url('../fonts/iranSans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        url('../fonts/iranSans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        url('../fonts/iranSans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans_light;
    font-style: normal;
    font-weight: lighter;
    src: url("../fonts/iranSans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iranSans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format('embedded-opentype'),
        url('../fonts/iranSans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        url('../fonts/iranSans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        url('../fonts/iranSans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans_bold;
    font-style: normal;
    font-weight: lighter;
    src: url("../fonts/iranSans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iranSans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format('embedded-opentype'),
        url('../fonts/iranSans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        url('../fonts/iranSans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        url('../fonts/iranSans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
:root {
  --primary: #007042;
}
body {
    font-family: "IRANSans";
    text-align: right;
}
.right-to-left {
    direction: rtl;
}
.site-header {
    /*box-shadow: -1px 2px 3px 0px gainsboro;*/
    background-color: white;
}
.site-header img {
    height: 60px;
    margin-bottom: 0px;
}

.site-header .navbar-nav .nav-item .nav-link {
    font-family: "IRANSans_light";
    color: black;
}
.site-header .header-actions {
    margin-right: auto;
}


.site-header .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    /* color: white; */
    padding: 8px 13px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-family: "IRANSans_light";
  }



  .site-header .dropdown-content {
    display: none;
    position: fixed;
    background-color: #7d8580;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .site-header .dropdown-content .header {
    padding: 16px;
    color: white;
  }

  .site-header .dropdown:hover .dropdown-content {
    display: block;
  }

  /* Create three equal columns that floats next to each other */
  .site-header .column {
      vertical-align: top;
    display: inline-block;
    width: 33%;
    /* padding: 10px; */
    /*background-color: #77827b;*/
    height: auto;
    padding: 15px 0;
  }

  .site-header .column a {
    float: none;
    color: white;
    padding: 10px 4px 5px 4px;
    text-decoration: none;
    display: block;
    text-align: right;
    font-size: 12px;
    font-family: "IRANSans_light";
  }
  .site-header .column .dropdown-title {
    font-family: IRANSans_bold;
    font-size: 13px;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .site-header .column a:hover {
    text-decoration: underline;
  }
.header-search {
  display: inline-flex;
  border: 1px solid gainsboro;
  padding: 0 5px;
  border-radius: 18px;
}
.header-search input {
  border: 0;
}
.header-search input:focus {
  border: 0;
  outline: none;
}
.header-search .btn {
  font-size: 14px;
  padding: 7px;
}
.search-page {
  min-height: 400px;
  padding-top: 10px;
}
.search-page .search-list .outer {
  padding-bottom: 10px;
}
.search-page .search-list .outer img {
  width: 100%;
}
.search-page .search-list .outer .product-text {
  text-align: right;
  color: grey;
  display: block;
  text-decoration: none;
  padding: 9px;
}
.search-page .search-list .outer .product-text h3 {
  font-size: 19px;
}
.search-page .search-list .outer .product-text .price.has-discount {
  text-align: right;
  font-size: 12px;
}
  /* Clear floats after the columns */
  .site-header .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .width-100 {
      width: 100%;
  }
  .site-footer.is-bordered, .site-footer .is-bordered {
    border: 0;
    border-color: #D8D8D8;
    border-style: solid;
    background: rgb(166 160 152);
    color: white;
    border-top-width: 1px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .site-footer {
      /*margin-top: 40px;*/
      padding: 24px;
      padding-bottom: 0;
      text-align: right;
  }
  .site-footer .newsletter {
    margin-bottom: 48px;
  }
  .newsletter-form input[type="email"] {
    background-color: transparent;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    display: block;
    font-size: 12px;
    line-height: initial;
    height: 43px;
    padding: 10px;
    position: relative;
    width: 100%;
  }
  .site-footer .newsletter strong {
    font-size: 14px;
    font-family: IRANSans_bold;
  }
  .site-footer .newsletter p {
    font-family: IRANSans_light;
    font-size: 12px;
  }
  .site-footer .newsletter .btn {
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
    font-size: 14px;
  }
  .footer-links .link-cat {
    font-size: 14px;
  }
  .footer-links a {
    display: block;
    color: white;
    font-size: 13px;
    font-family: IRANSans_light;
  }
  .breadcrumbs .breadcrumbs--item {
    font-size: 12px;
    line-height: initial;
    color: #9B9B9B;
    display: inline-block;
    font-weight: 400;
    margin: 0;
  }
  .breadcrumbs .breadcrumbs--link {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    color: #9B9B9B;
    cursor: pointer;
    text-decoration: none;
  }
  .breadcrumbs .breadcrumbs--item:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
  }
  .site-main {
    margin-top: 70px;
  }
  #cat .category-title {
    font-size: 25px;
    line-height: initial;
    margin: 0 auto;
  }
  .cat-desc p {
    margin-top: 10px;
    font-size: 13px;
    line-height: initial;
    font-family: IRANSans_light;
  }
  .cat-filter-menu {
    margin: 8px 0 12px;
    position: relative;
  }
  .cat-filter-menu .cat-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cat-list a {
    width: calc(21% - 12px);
    margin: 6px;
    background-color: #f6f6f6;
    text-decoration: none;
    color: black;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
  }
  .cat-list a img {
  border-radius: 12px;
  margin-left: 8px;
  height: 70px;
  display: inline-block;
}
.cat-list a span {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 4px;
  padding: 8px 10px;
  display: inline-block;
}
.cat-list a:hover span {
  text-shadow: -1px 3px 5px #bbbaba;
}
.cat-list a:hover {
  box-shadow: -1px 1px 8px 0px gainsboro;
}
.product-counter h2 {
  font-size: 12px;
  font-family: IRANSans_light;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
}
.products-list .outer {
  margin-bottom: 45px;
  position: relative;
  direction: rtl;
}
.none {
  display: none !important;
}
.products-list .outer .favorite-icon {
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 8px;
    z-index: 9;
    cursor: pointer;
}
.products-list .outer .compare-icon {
    position: absolute;
    left: 12px;
    text-decoration: none;
    top: 8px;
    z-index: 9;
    cursor: pointer;
}
.products-list .outer .inner a {
  display: block;
  text-decoration: none;

}
/* .products-list .outer .inner a.a-img {
  height: 390px;
} */
.products-list .outer .inner a img {
  width: 100%;
}
.products-list .outer .inner .product-text .text-container {
  /*display: grid;*/
  /*grid-template-areas: 'Name Price';*/
  /*grid-template-rows: 1fr;*/
  /*grid-template-columns: 1.3fr .7fr;*/
  /*padding-top: 10px;*/
  /*position: relative;*/
}
.products-list .outer .inner .product-text .text-container .main-column {
  grid-area: Name;
}
.products-list .outer .inner .product-text .text-container .name {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 12px;
  line-height: initial;
  color: #000;
  line-height: initial;
  margin-bottom: 5px;
}
/*.products-list .outer .inner .product-text .text-container .price.has-discount {*/
/*  color: var(--primary);*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  font-size: 14px;*/
/*  text-align: left;*/
/*}*/
.products-list .outer .inner .product-text .text-container .price.has-discount {
  color: var(--primary);
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  font-size: 14px;
  text-align: right;
}
.products-list .outer .inner .product-text .text-container .secondary-column {
  grid-area: Price;
}
.products-list .outer .inner .product-text .text-container .old-price {
  display: table;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin-right: auto;
  margin-left: 0;
  margin-top: 0;
  padding-right: 0;
  text-decoration: line-through;
  color: #000;
}
.products-list .outer .inner .product-text .extras.has-discount {
  font-size: 12px;
  line-height: initial;
  max-width: 70%;
  color: #707070;
  text-align: right;
}
/* .products-list .outer .inner a img.item-img-2 {
  display: none;
}
.products-list .outer .inner a:hover img.item-img-1 {
  display: none;
}
.products-list .outer .inner a:hover img.item-img-2 {
  display: block;
} */
.toolbar {

}
.filters-block {
  min-height: 50px;
}
.side_categories {
  position: relative;
  top: 0;
  z-index: 10;
  justify-content: center;
}
.side_categories .form-group {
  max-width: 260px;
}

.filter-group {
  background-color: #fff;
  border-bottom: 1px solid #9B9B9B;
  cursor: pointer;
  font-size: 12px;
  line-height: initial;
  padding: 10px;
  position: relative;
  z-index: 1;
  flex: 0 0 16.2%;
}

.filter-group.sort-by {
  z-index: 0;
  min-height: 47px;
  position: relative;
}
.filter-group .filter-group-title {
  color: #828280;
  padding: 4px 8px 4px 0;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-group .filter-group-title .icon {
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters {
  justify-content: center;
}
.filters .select {
  width: 100%;
  position: relative;
  margin-top: 5px;
}

/* select starting stylings ------------------------------*/
/* .select {
  font-family:
    'Roboto','Helvetica','Arial',sans-serif;
	position: relative;
	width: 350px;
} */

.select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 13px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.select:after {
	position: absolute;
	top: 18px;
	left: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	color: rgba(0,0,0, 0.26);
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 13px;
	transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	/* color: #2F80ED;
	top: -20px;
	transition: 0.2s ease all;
  font-size: 14px; */
  display: none;
}

/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
	width: 100%;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #2F80ED;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.main-slider .slider-img {
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; */
}
.main-slider .item {
  position: relative;
}
#index .carousel-wrap {
  margin-right: -15px;
  margin-left: -15px;
}
.item.home-slider-text .container {
  text-align: right;
  margin-left: 8.33333%;
  margin-right: 41.66667%;
  max-width: 35%;
  position: absolute;
  top: 120px;
}

.item.home-slider-text .container .subtitle {
  color: var(--primary);
  font-size: 20px;
}
.item.home-slider-text .container .slider-title {
  color: var(--primary);
  font-size: 77px;
  line-height: 110px;
}
.item.home-slider-text .container .button {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  text-decoration: underline;
  margin-top: 20px;
  font-size: 15px;
  padding: 8px 30px;
}

.newin-title {
  text-transform: uppercase;
  font-size: 16px;
}

#second {
  background: #f5f5f5;
  margin: 0 -15px;
  padding: 0 20px;
}
#second .carousel-wrap .item {
  padding: 0 12px;
}
#second .carousel-wrap .item .outer {
  margin-bottom: 0;
}
.home-categories .image-container {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: auto;
  padding: 1px;
}
.img-responsive {
  width: 100%;
}
.home-categories .description-name {
  padding: 0;
  top: 100px;
  display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    text-shadow: 2px 1px 4px #000000;
}
.home-categories .description-name .category-title {
  font-size: 25px;
}
.home-categories .image-container:hover .description-name .category-title {
  text-shadow: -1px 3px 5px #073118;
}
.home-categories .image-container:hover .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #0000006b;
  width: 100%;
  transition: .5s ease;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: inset -1px 3px 18px 0px #0000008a;
}
.kids {
    background-color: #516659;
    margin: 0 -15px;
    padding: 0;
}
.kids .image-box {
  width: 60%;
}
.kids .image-box div {
  width: 50%;
  display: block;
  margin-left: 12px;
  background-size: cover;
  background-position: bottom right;
}
.kids-img{
    margin:30px;
}


.kids .container {
  padding-left: 15px;
}
.magazine-block .magazine-posts {
  background: #77847b;
  padding: 15px 15px;
  margin: 0 -15px;
}
.magazine-block .magazine-posts .magazine-posts-title {
  font-size: 20px;
  line-height: 10px;
  padding-bottom: 12px;
}
.magazine-block .magazine-posts .magazine-posts-title a {
  color: white;

}
.magazine-block .magazine-posts .magazine-posts-title a:hover {
  text-decoration: none;
}
.magazine-block .magazine-posts .magazine-posts-post-title {
  padding: 6px 0;
  font-size: 14px;
  display: block;
  line-height: 22px;
  color: white;
}
.magazine-block .magazine-posts .magazine-posts-post-title:hover {
  text-decoration: none;
}
.hashtag .hashtag-title {
  padding-top: 5px;
  font-family: sans-serif;
  direction: ltr;
}

.hashtag .follow-us-url {
  text-decoration: underline;
  color: #000;
  font-family: sans-serif;
  direction: ltr;
}
.hashtag-gallery{
    padding: 0px 100px 0px 100px;
}
.hashtag .hashtag-gallery .ps-images {
  display: grid;
  flex-flow: row wrap;
  grid-auto-flow: dense;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill,calc(16.66% - 10px));
}

.hashtag .hashtag-gallery .ps-images .ps-image {
  margin: 0;
  position: relative;
}
.hashtag .hashtag-gallery .ps-images .ps-image img {
  width: 100%;
}
.hashtag .hashtag-gallery .ps-images .ps-image .image-option .share {
  background: rgba(0,0,0,.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.hashtag .hashtag-gallery .ps-images .ps-image .image-option .user-name {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
  padding: 0 10px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font-family: 'IRANSans_light';
}

.cares {
  min-height: 380px;
  margin: 0 -15px;
  overflow: hidden;
  position: relative;
  background-image: url(/s_images/kave_cares.png);
  background-size: cover;
}
.cares .text-content {
  max-width: 400px;
  text-align: center;
  z-index: 1;
}

.cares .text-content p.content-title {
  font-size: 24px;
}

.cares .text-content p.content {
  font-size: 12px;
  line-height: initial;
}

.reviews {
  background-color: #b7b7b7;
  margin: 0 -15px;
}

.reviews  .stars-container {
  color: transparent;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}
.red-stars::after {
  color: #ff3d3a;
}
.stars-container::before {
  color: rgb(183 183 183);
  content: "★★★★★";
  right: 0px;
  position: absolute;
  top: 0px;
}
.stars-container::after {
  content: "★★★★★";
  right: 0px;
  position: absolute;
  top: 0px;
  overflow: hidden;
}
.stars-90::after {
  width: 90%;
}

.reviews .review-right p {
  font-size: 11px;
}
.reviews .review-right p strong {
  color: black;
}


.reviews .review-card {
  font-size: 14px;
  line-height: initial;
  background-color: #fff;
  margin-right: 10px;
  padding: 15px;
  border: 1px solid #D8D8D8;
  text-align: right;
}
/* .stars-container::before {
  color: rgb(237, 232, 229);
  content: "★★★★★";
  left: 0px;
  position: absolute;
  top: 0px;
} */
.reviews .review-card .stars-container {
  font-size: 15px;
}
.reviews .review-card .review-date {
  font-size: 10px;
  line-height: initial;
  color: #000;
  display: inline-block;
  margin-left: 5px;
}
.reviews .review-card .comment-name {
  font-size: 10px!important;
  line-height: initial!important;
  direction: rtl;
  font-family: IRANSans_light;
}

.image-option {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.modal-lightbox {
  position: relative;
  box-shadow: 0 15px 40px 0 rgba(0,0,0,.2);
  display: flex;
  height: 100%;
  flex-direction: row;
  background-color: #fff;
}
.modal-lightbox .stage {
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.modal-lightbox .stage img {
  max-height: 100%;
  max-width: 100%;
}
.modal-lightbox .lightbox-info {
  border-left: 1px solid #f4f4f4;
  width: 375px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.modal-lightbox .lightbox-info .products .product-pic {
  height: 203px;
  width: 203px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  border: 1px solid transparent;
  margin-top: 22px;
  margin-bottom: 16px;
  padding: 2px;
}
.modal-lightbox .lightbox-info .products .product-pic a {
  background: transparent 50% no-repeat;
    background-size: contain;
    text-decoration: none;
    touch-action: manipulation;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    display: block;
}
.modal-lightbox .lightbox-info .products .product-pic a img {
  width: 100%;
  height: 100%;
}
.modal-lightbox .lightbox-info .products .product-rating {
  display: flex;
  justify-content: space-around;
  width: 170px;
  margin: auto;
}
.modal-lightbox .lightbox-info .products .product-rating .product-star.star-full {
  display: block;
  height: 16px;
  width: 16px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/s_images/star-full.svg);
}
.modal-lightbox .lightbox-info .products .product-description {
  white-space: nowrap;
  margin-top: 8px;
  line-height: 15px;
  height: 15px;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  margin: 15px 0;
  font-family: IRANSans_light;
  font-size: 13px;
}
.modal-lightbox .lightbox-info .products  {
  padding: 22px 22px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e0e0e0;
  flex-shrink: 0;
  position: relative;

}
.modal-lightbox .lightbox-info .title {
  margin: 12px 20px 0;
    text-align: center;
    font-size: 13px;
    font-family: IRANSans_light;
}

.modal-lightbox .lightbox-info .source {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
.product-content .product-name .product-title {
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
.product-content .product-name small {
  display: block;
  font-size: 10px!important;
  font-family: IRANSans_light;
}
.sticky {
  position: sticky!important;
}

.old-price {
  color: #000;
  display: inline-block;
  font-weight: normal;
  margin: 0 auto;
  padding-right: 10px;
  text-decoration: line-through;
  font-size: 12px;
  line-height: initial;
}
.price .has-discount .new-price {
  color: var(--primary);
  font-size: 17px;
}
.product-content .product-detail-desc {
  font-size: 12px;
  font-family: IRANSans_light;
}

.product-content .more-detail-link {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px!important;
  line-height: initial!important;
}
.product-content .in-stock-message {
  color: #0d9a61;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
}
.product-content .last-chance-tag {
  color: var(--primary);
  font-size: 14px;
  margin-right: 4px;
}
.product-content .actions {
  background-color: #fff;
  width: 100%;
  margin-top: 24px;
}
.product-content .actions .quantity {
  background: #fff;
  border: 1px solid black;
  margin-left: 20px;
  font-size: 12px;
  line-height: initial;
}
.product-content .actions .add-to-card-button {
    border-radius: 0;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: initial;
    padding: 12px 24px;
    cursor: pointer;
    width: 100%;
}
.product-content .actions .quantity input {
  max-width: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  background: transparent;
}
.product-content .actions .quantity label {
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 5px;
}
.product-content .collapse-btn {
  width: 100%;
}
.shop-options {
  border-bottom: 0.25px solid #9B9B9B;
}
.shop-options .shop-option {
  padding: 15px 0;
  font-family: IRANSans_light;
  position: relative;
  font-size: 14px;
}
.shop-options .shop-option .plus-icon {
  left: 5px;
  bottom: 8px;
  position: absolute;
  color: gray;
}


.product-content .gallery-outer .product-slider {
  position: relative;
}
.product-content .gallery-outer.border-content {
  border-bottom: 0.25px solid #9B9B9B;
}
/* .product-content .gallery-outer {
  position: relative;
} */
.product-content .gallery-outer .related-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 1px solid white !important;
  /* background: #b7b8b9 !important; */
  margin-right: 5px;
  display: inline-block;
}
.owl-dots {
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot.active {
  background: white !important;
}
.owl-carousel .owl-nav button.owl-prev , .owl-carousel .owl-nav button.owl-next{
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 10px !important;
}
.home-slider .owl-carousel .owl-nav button.owl-prev ,.home-slider .owl-carousel .owl-nav button.owl-next {
  background-color: rgba(0,0,0,0.2);
  color: white;
  width: 50px;
  height: 50px;
  font-size: 24px;
}
.owl-carousel .owl-nav button.owl-prev:focus , .owl-carousel .owl-nav button.owl-next:focus {
outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
left: 0;
}

.owl-carousel .owl-nav button.owl-next {
right: 0;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
  left: -2rem;
}
.reviews .owl-carousel .owl-nav button.owl-next {
  right: -2rem;
}

.third-slider .item img {
  width: 100%;
}
.product-content .gallery-outer .item h3 {
  font-size: 14px;
  font-family: IRANSans_light;
}
.product-content .gallery-outer .item h3 a {
  color: black;
}
.product-content .gallery-outer .item span {
  font-size: 12px;
  direction: rtl;
  display: block;
  margin-bottom: 25px;
}
.product-content .follow-us {
  margin-top: 30px;
}
.product-content .follow-us .title {
  font-size: 12px;
}
.product-content .follow-us .share-link a {
  color: black;
  border: 1px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 3px;
  display: inline-block;
  margin-right: 7px;
}

.technical-info {
  background-color: #F5F5F5;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
}
.technical-info .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.technical-info .technical-img img {
  max-width: 600px;
  margin: 0 auto;
}
.technical-info .technical-img {
  text-align: left;
}
.technical-collapses .technical-collapse {
  border-bottom: 0.25px solid #9B9B9B;
}
.technical-collapses .technical-collapse .technical-option {
  padding: 15px 0;
  font-family: IRANSans_light;
  position: relative;
  font-size: 14px;
}
.technical-collapses .technical-collapse .technical-option .plus-icon {
  left: 5px;
  bottom: 8px;
  position: absolute;
}
.product-collection .outer .favorite-icon {
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 8px;
  z-index: 9;
}
.product-collection .outer .inner  h3{
  font-size: 12px;
  color: #000;
  line-height: initial;
  margin-bottom: 5px;
}
.price.has-discount {
  color: var(--primary);
  /* font-weight: bold; */
  font-size: 14px;
  text-align: left;
}
.product-collection .outer .inner a:hover {
  text-decoration: none;
}
.product-collection .outer .inner a .extra {
  font-size: 12px;
  line-height: initial;
  color: #707070;
}
.gallery-outer h4 {
  font-size: 14px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .gallery-outer .product-slider.grid-6 .slider-inner {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 33% 33% 33%;
    grid-template-rows: 33% 33% 33%;
    grid-gap: 10px;
  }
  .gallery-outer .product-slider[class*=" grid-"] .slider-inner {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
  }
  .gallery-outer .product-slider a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* display: inline-table; */
  }
  .product-slider[class*=" grid-"] .slider-inner a {
    height: 100%;
    overflow: hidden;
  }
  .gallery-outer .product-slider a img {
    width: 100%;
  }
}


@media (min-width: 1440px){
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
.modal-lightbox .close {
  position: absolute;
  z-index: 100;
  padding: 9px 13px;
}
.magazine .blog-home-title h1 {
  color: var(--primary);
  font-size: 77px;
  letter-spacing: 0;
}
.magazine {
  margin-top: 40px;
}
.magazine .blog-home-title .subtitle {
  color: var(--primary);
  font-size: 35px;
  line-height: 50px;
}
.magazine .blog-home-image img {
  width: 100%;
}
.magazine .post-header {
  background-color: transparent;
  padding: 30px 40px 0;
}
.magazine .post-header .post-title a {
  color: black;
  font-size: 19px;
  display: block;
  text-align: center;
}
.magazine .blog-post {
  padding-bottom: 50px;
}
.navigation-wrapper {
  width: 174px;
  margin: auto;
  text-align: center;
}
.navigation-wrapper .pagination {
  padding: 0;
}
.navigation-wrapper .pagination .page-link {
  border: 0;
  color: #000;
}
.navigation-wrapper .pagination .page-link:hover {
  background-color: transparent;
}
.navigation-wrapper .pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}
.single-post {
  margin-top: 20px;
}
.single-post img {
  width: 100%;
}
.single-post h1 {
  font-size: 25px;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #3c3932;
}
.single-post p {
  text-align: justify;
  color: #3c3932;
  font-size: 15px;
  line-height: 1.7;
}
.breadcrumbs {
  padding-top: 5px !important;
}
.fa-heart {
  color: red;
}
.wish-list {
  padding-top: 20px;
}
.wish-list .row {
  margin: 0;
}
.wish-list h2 {
  font-size: 19px;
}
.wish-list .saved-number {
  font-family: 'IRANSans_light';
  font-size: 14px;
}
.wish-list .outer {
  position: relative;
  direction: rtl;
}
.wish-list .outer .favorite-icon {
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 8px;
  z-index: 9;
}
.wish-list .outer .inner a {
  display: block;
  text-decoration: none;
}
.wish-list .outer .inner a img {
  width: 100%;
}
.wish-list .outer .inner .product-text .text-container {
  display: grid;
  grid-template-areas: 'Name Price';
  grid-template-rows: 1fr;
  grid-template-columns: 1.3fr .7fr;
  padding-top: 10px;
  position: relative;
}
.wish-list .outer .inner .product-text .text-container .name {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 12px;
  line-height: initial;
  color: #000;
  line-height: initial;
  margin-bottom: 5px;
}
.wish-list .outer .inner .product-text .extras.has-discount {
  font-size: 12px;
  line-height: initial;
  max-width: 70%;
  color: #707070;
  text-align: right;
}
.page-404 {
  padding-top: 25px;
}
.site-header .header-actions .btn:focus {
  box-shadow: none;
}
/*
right modal */
.shop-list-modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 30vw;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.shop-list-modal .modal-content {
  height: 100%;
  overflow-y: auto;
}

.shop-list-modal .modal-body {
  padding: 20px 24px 80px;
}

.shop-list-modal.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shop-list-modal.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.shop-list-modal .modal-content {
  border-radius: 0;
  border: none;
}

.shop-list-modal .modal-header {
  border-bottom-color: #EEEEEE;
  background-color: white;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.shop-list-modal .modal-header .close {
  position: absolute;
  right: 25px;
}
.shop-list-modal .modal-title {
  font-size: 14px;
}
.shop-list-modal .product-list .product {
  background-color: #f6f6f6;
  padding: 16px;
  margin-bottom: 8px;
  border-radius: 5px;
}
.shop-list-modal .product-list .product img {
  width: 100%;
}
.shop-list-modal .product-list .product .product-content {
  position: relative;
}
.shop-list-modal .product-list .product .product-content .delete {
  position: absolute;
  left: 0;
  top: 0;
  color: gray;
}
.shop-list-modal .product-list .product .product-content .title {
  font-size: 14px;
  color: black;
}
.shop-list-modal .product-list .product .product-content .product-code {
  font-size: 10px;
  line-height: initial;
}
.shop-list-modal .product-list .product .product-content .quantity-container .quantity {
  border: 1px solid #a4a4a4;
  background-color: white;
  border-radius: 3px;
  float: right;
  height: 25px;
}
.shop-list-modal .product-list .product .product-content .quantity-container .quantity .addh, .shop-list-modal .product-list .product .product-content .quantity-container .quantity .subh {
  height: 20px;
  text-align: center;
  font-size: 16px;
  line-height: initial;
  line-height: 20px;
  width: 20px;
  cursor: pointer;
  margin-bottom: 0;
  /* vertical-align: middle; */
}
.shop-list-modal .product-list .product .product-content .quantity-container .quantity input {
  width: 25px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 12px;
  line-height: initial;
  background: transparent;
}
.shop-list-modal .product-list .product .product-content .price {
  line-height: initial;
  font-size: 13px;
  text-align: left;
  float: left;
}
.shop-list-modal .checkout {
  position: absolute;
  bottom: 60px;
  right: 16px;
  left: 16px;
  width: calc(100% - 32px);
}
.shop-list-modal .checkout .btn {
  width: 100%;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: none;
  color: #fff;
  border-radius: 0;
}
/* end right modal */
.login-register .form-box {
  width: 100%;
  max-width: 400px;
  padding: 16px;
}
.login-register .form-box p {
  font-size: 15px;
}
.login-register .form-box p a {
  text-decoration: underline;
  color: black;
}
.login-register {
  margin-top: 120px;
}
.login-register .form-group label {
  color: #000;
  font-size: 14px;
  /* font-weight: bold; */
  margin-bottom: 10px;
  display: block;
}
.login-register .form-group .form-control {
  padding: 15px;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  color: #444;
  height: 45px;
  font-size: 14px;
}
.login-register .login-bottom {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-register .login-bottom .btn {
  width: 50%;
  margin-top: 8px;
  padding: 8px 40px;
  position: relative;
  border-radius: 0;
  font-size: 14px;
}
.login-register .login-bottom .btn.login-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: none;
  color: #fff;
  display: inline-block;

}
.login-register .login-bottom .btn.register-link-btn {
  border: 1px solid #000;
  color: #000!important;
  margin-right: 8px;
}
.login-register .forget-password a {
  font-size: 12px;
  text-decoration: underline;
  color: black;
}
.reset-password ul li.nav-item a {
  padding: 0 24px;
  margin-bottom: 12px;
  color: #000;
  text-decoration: underline;
}
.reset-password .send-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: none;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.profile .table tr th ,.profile .table tr td {
  font-size: 13px;
  font-weight: lighter;
  border: 0.5px solid #9B9B9B;
}
.profile .btn {
  color: #000;
  border: 1px solid;
  border-radius: 0;
  font-family: 'IRANSans_light';
  font-size: 14px;
}
.about-us h1 {
  color: var(--primary);
  text-align: center;
  padding-top: 25px;
  font-size: 50px;
  margin-bottom: 35px;
}

.about-us img {
  width: 100%;
}
.about-us .about-block {
  margin-top: 50px;
}
.about-us .about-block .title {
  font-family: IRANSans_bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.about-us .about-block .rich-text p {
  font-family: 'IRANSans_light';
  font-size: 15px;
  text-align: justify;
  line-height: 2;
}

.contact-us h1 {
  color: var(--primary);
  text-align: center;
  padding-top: 25px;
  font-size: 50px;
  margin-bottom: 35px;
}
.contact-us .contact-block {
  background-color: #073118;
  /*height: 400px;*/
  position: relative;
}



.contact-us .contact-block .office .address .address-wrapper p {
  margin-bottom: 3px;
  color: white;
}
.contact-us .contact-block .office .address .address-wrapper a {
  text-decoration: underline;
  color: white;
}

.contact-us .contact-block .map iframe {
  width: 100%;
  height: 100%;
}
.navbar-alert1 {
  position: fixed;
  top: 100px;
  right: 0px;
  left: 0px;
  background: #77827bbf;
  display: block;
  z-index: 100;
  text-align: center;
  color: white;
  padding: 6px;
  font-size: 13px;
}
.navbar-alert2 {
  position: fixed;
  top: 130px;
  right: 0px;
  left: 0px;
  background: #66756cb8;
  display: block;
  z-index: 100;
  text-align: center;
  color: white;
  padding: 3px;
  font-size: 11px;
  font-family: IRANSans_light;
}
.search-collapse {
  position: fixed;
  top: 66px;
  right: 0px;
  left: 0px;
  max-height: 100%;
  overflow: auto;
  z-index: 1030;
  background: white;
  padding: 30px;
}
.search-collapse .search-box-input {
  color: #000;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
  position: relative;
  font-size: 14px;
  margin: 8px 0;
  padding: 12px;
}
.close-search {
  display: block;
  text-align: left;
  color: gray;
}

@media(min-width: 1440px) {
  .magazine .container {
    max-width: 1440px;
  }
}

/* Desktop */
@media(min-width: 991px){

  .site-header {
    height: 70px;
  }
  .navbar-collapse {
    flex-grow: initial;
  }
  .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    width: 245px;
    margin: auto;
    text-align: center;
  }
  .about-us .about-block .vertical-center {
    margin: 0;
    position: absolute;
    left: 0;
    padding: 0 15px;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact-us .contact-block {
    height: 400px;
  }
  .contact-us .contact-block .office .address .address-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .contact-us .contact-block .map {
    width: 50%;
    height: 400px;
    position: absolute;
  }
  .contact-us .contact-block .office {
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .contact-us .contact-block .office .address {
    min-width: 399px;
    position: absolute;
    right: 11.42857143%;
    width: 463px;
    height: 400px;
  }
  .contact-us {
    min-height: 620px;
  }
  .about-us {
    min-height: 620px;
  }
  .wish-list {
    min-height: 620px;
  }
  .reset-password {
    min-height: 620px;
  }
  .products-list .carousel-wrap{
    padding: 0 20px;
  }
  .products-list .carousel-wrap .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    font-size: 22px;
  }
  .products-list .carousel-wrap .owl-carousel .owl-nav button.owl-next {
    right: -30px;
    font-size: 22px;
  }
  .login-register {
    min-height: 620px;
  }
  .profile {
    min-height: 620px;
  }
  .none-lg {
    display: none !important;
  }
  .product-content .gallery-outer {
    position: relative;
    padding-right: 4px;
  }
  .kids .main-text {
    padding: 64px 4px;
    color: white;
    text-align: center;
    font-size: 14px;
  }
  .hashtag .follow-us {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .hashtag .hashtag-gallery .ps-images .ps-image:nth-child(5) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .reviews .review-right {
    float: right;
    justify-content: center;
    text-align: center;
    width: 20%;
  }
  .review-left {
    float: left;
    justify-content: center;
    text-align: center;
    width: 75%;
    position: relative;
    padding-left: 40px;
  }
}

/* Mobile */

@media(max-width: 992px){
  .site-header img {
    height: 70px;
  }
  .site-main {
    margin-top: 70px;
  }
  .navbar-alert1 {
    top: 66px;
  }
  .navbar-alert2 {
    top: 96px;
  }
  .navbar-collapse {
    padding-top: 45px;
    position: relative;
    background: white;
  }
  .navbar-brand {
    margin-left: 15px;
    margin-right: 0;
    position: absolute;
    top: 6px;
  }
  nav.site-header {
    display: block;
    height: 65px;
  }
  .shop-list-modal .modal-dialog {
    width: 90%;
  }
  .about-us .about-block .vertical-center {
    margin-top: 30px;
  }
  .contact-us .contact-block .map {
    height: 220px;
  }
  .contact-us .contact-block .map iframe {
    height: 220px;
  }
  .contact-us .contact-block .office {
    padding: 50px 10px;
  }
  .profile .table-striped tbody tr {
    display: block;
    border: 1px solid #EDE8E5;
    margin-bottom: 20px;
    padding: 15px;
  }
  .profile .table-striped tbody tr th {
    border: 0;
    padding: 2px;
  }
  .profile .table-striped tbody tr td {
    border: 0;
    display: block;
    font-family: 'IRANSans_light';
    padding: 2px;
  }
  .profile .table {
    border: 0;
  }
  .reset-password ul {
    padding-right: 0;
  }
  .login-register .login-bottom .btn.register-link-btn {
    margin-right: 0;
  }
  .login-register .login-bottom .btn {
    width: 100%;
  }
  .magazine .post-header .post-title a {
    font-size: 22px;
  }
  .magazine .blog-home-title h1 {
    font-size: 55px;
  }
  .magazine .blog-home-title .subtitle {
    font-size: 25px;
    line-height: 35px;
  }
  .breadcrumbs {
    padding: 0;
  }
  /* .modal-lightbox .products-container {
    height: auto;
  } */

  .modal-lightbox .lightbox-info .products .product-pic {
    height: 180px;
    width: 180px;
    margin-bottom: 12px;
  }
  .modal-lightbox .products-container {
    height: 268px;
    overflow: hidden;
    padding: 0 30px;
  }
  .modal-lightbox .lightbox-info .products {
    position: absolute;
    top: 300px;
    left: 20px;
    right: 20px;
    padding: 30px 0;
  }
  .modal-lightbox {
    --ps-fullscreen-width: 1072px;
    flex-direction: column;
  }
  .modal-lightbox .lightbox-info {
    flex-grow: 1;
    z-index: 3;
    background: inherit;
    padding-top: 300px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: auto;
  }
  .modal-lightbox .stage {
    background: white;
    flex-shrink: 0;
    height: 375px;
    z-index: 1;
    width: 100%;
  }
  .product-content .gallery-outer {
    padding: 0 10px !important;
  }
  .product-content .product-name .product-title {
    font-size: 16px;
  }
  .none-xs {
    display: none !important;
  }
  .gallery-outer .product-slider a img {
    width: 100%;
  }
  .technical-info .technical-img img {
    width: 100%;
  }
  .site-footer .newsletter .btn {
    width: 100%;
    margin-top: 10px;
  }
  .site-footer.is-bordered {
    /* border: 0; */
  }
  .newin-title {
    padding-top: 20px;
  }
  #second .carousel-wrap .item {
    padding: 0 12px 45px 12px;
  }
  #second {
    padding: 30px 20px 0 20px;
  }
  .item.home-slider-text .container .slider-title {
    font-size: 55px;
    line-height: 70px;
  }
  .item.home-slider-text .container {
    max-width: calc(100% - 8.33333% - 8.33333%);
    text-align: left;
  }
  .main-slider .item {
    height: 443px;
  }
  .main-slider .slider-img {
    object-fit: cover;
    position: absolute;
    height: 100%;
  }
  .review-left {
    justify-content: center;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 0 40px;
  }
  .cares .text-content {
    padding: 20px 0;
  }
  .reviews .review-right {
    justify-content: center;
    text-align: center;

  }
  .cares .text-content p.content-title {
    display: none;
  }
  .cares {
    min-height: 290px;
    background-image: url(/s_images/kavecares-mobile.png);
  }
  .hashtag .hashtag-gallery .ps-images {
    grid-template-columns: repeat(auto-fill,calc(50% - 5px));
  }
  .hashtag p {
    font-size: 14px;
  }
  .hashtag .hashtag-title {
    font-size: 18px;
  }
  .hashtag .category-description {
    font-size: 11px;
  }
  .magazine-block .magazine-posts {
    padding: 2px 2px;
  }
  .kids .container {
    padding: 15px 0;
  }
  .kids .image-box {
    width: 50% !important;
  }
  .kids .main-text {
    width: 50% !important;
    color: white;
    text-align: center;
    padding: 24px;
    font-size: 12px;
  }
  .kids .main-text img {
    width: 100%;
  }
  .home-categories .description-name {
    top: 10px;
  }
  .kids .image-box div.principal {
    width: 100%;
  }
  .kids .secondary {
    display: none !important;
  }
  .navbar-toggler {
    position: absolute;
    left: 0;
    top: 15px;
  }
  .header-actions .btn {
    padding: 6px;
  }
  .header-actions {
    margin-left: 22px;
    position: absolute;
    top: 13px;
    left: 12px;
  }
  .cat-list a span {
    text-align: center;
  }
  .cat-list a {
    width: 46%;
    margin: 6px 4px;
  }
  .cat-list a:hover span {
    text-shadow: -1px 3px 5px #bbbaba;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .products-list .outer .inner a.a-img {
    height: 185px;
  }
  .site-header .dropdown .dropbtn {
    padding: 0;
  }
  .products-list .outer .inner .product-text .text-container .price.has-discount {
    font-size: 12px;
  }
  .products-list .outer .inner .product-text .text-container .name {
    font-size: 11px;
  }
  .products-list .outer .inner .product-text .text-container .old-price {
    font-size: 12px;
  }
  .products-list .outer .inner .product-text .extras.has-discount {
    font-size: 10px;
  }
}
@media(min-width: 768px) {
  .sticky {
    top: 70px!important;
  }
  .login-register .login-bottom {
    flex-direction: row;
  }
}


.elementor-icon i, .elementor-icon svg {
    width: 3em;
    height: 3em;
    position: relative;
    display: block;
}
.elementor-11670 .elementor-element.elementor-element-9fa6bab .elementor-icon-box-title, .elementor-11670 .elementor-element.elementor-element-9fa6bab .elementor-icon-box-title a {
    font-size: 20px;
}
.elementor-widget-icon-box .elementor-icon-box-description {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}
.elementor-11670 .elementor-element.elementor-element-9fa6bab .elementor-icon-box-description {
    font-size: 15px;
}
.elementor-icon-box-title {
    color: #007042;
}
.elementor-icon{
    fill: #FF6F00;
    color: #FF6F00;
    border-color: #FF6F00;
}
.elementor-11670 .elementor-element.elementor-element-9fa6bab .elementor-icon-box-wrapper {
    text-align: right;
}
.elementor-icon-box-icon{
    margin-left: 10px;
}
@media (min-width: 768px){
    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
        .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }
            .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
}
.elementor-11670 .elementor-element.elementor-element-a0ca54b {
    margin-top: 0px;
    margin-bottom: 40px;
}

.elementor-section {
    position: relative;
}
.navbar {
    padding: 0.3rem 0.3rem;
}

.chips {
    border: 1px solid #c0c0c0 !important;
    margin: 1px;
    background: white;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);

    border-radius: 45px;
    padding: 3px 24px !important;
    color: black;
    text-decoration: none!important;

}
.chips:hover {
    color: #fff !important;
    background: #516659;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
}


.ui-autocomplete{
    font-family: IRANSans;
    z-index: 1000;
}
.ui-autocomplete li{
   padding: 5px;
    border-bottom: 1px solid gray;
}

.comment-section {
    border-top: 1px solid gainsboro;
    padding: 25px 0;
}
.comment-section .number-cm {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 20px;
}
.comments-list .comment-card {
    border: 1px solid gainsboro;
    padding: 15px;
}
.comments-list .comment-card .user-icon i {
    font-size: 60px;
    color: gray;
}
.comments-list .comment-card .date{
    display: block;
    color: #8a8a8a;
    font-size: 12px;
}
.comments-list .comment-card .name{
    display: block;
    font-family: 'IRANSans_bold';
}
.comments-list .comment-card .comment-text{
    display: block;
    color: gray;
    font-size: 15px;
    line-height: 1.8;
}
.most-chips{
    padding: 60px 60px 60px 60px;
}
.most-chips-item{
    padding: 10px;text-align: center;
}
@media(max-width: 992px){
    .kids-img{
        margin: 0px!important;
    }
    .row {
         margin-right: 0px!important;
         margin-left: 0px!important;
    }
    .hashtag-gallery{
        padding: 0px 10px 0px 10px;
    }
    .most-chips{
        padding: 20px 0px 20px 0px;
    }
    .most-chips-item{
        padding: 0px;
    }
    .most-chips-item a{
        font-size: 0.7rem;
    }
    .chips{
        padding: 3px 15px !important;
    }
}

.badge {
    position: relative;
    top: -12px;
    left: 10px;
    background: rgb(145,25,21);
color: white;
    border-radius: 50%;
}
.social-icons ul{
    list-style-type: none;

}
.product-color-parent{
    display: inline-flex;
    flex-wrap: wrap;
}
.product-color-box{
    border: 1px solid #007042;
    border-radius: 45px;
    width: fit-content;
    padding: 0px;
    margin: 2px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.product-color-box.active{
 background: #007042;
    color: white;
}
.product-color-box img{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border-left: 1px solid #007042;
    border-top: 1px solid #007042;
    border-bottom: 1px solid #007042;
}
.product-color-box div{
    font-size: 12px;
    margin: 2px;
}
