body {
  direction: rtl;
  text-align: right;
  font-family: IRANSans;
  font-size: 12px;
  overflow-x: hidden;
  background: #fdfdfd;
}
header {
  background:#fff;
  /* overflow-x: hidden; */
}
footer{
    overflow-x: hidden;
}
a, a:hover {
  text-decoration: none;
}
a:hover{
  color: #4d4d4e;
  transition: 300ms;
}
.background-white{
    background: #fff;
}
a:focus{
  outline: none;
}
.blueHover:hover{
  color: #852677;
  transition: 300ms;
}
.mk-buttun-new{
  width: 94%;
  border: 0px;
  background: #852677;
  color: #fff;
  padding: 0px 1px 0px 10px;
  font-size: 17px;
  border-radius: 0;
  line-height: 32px;
}
.mk-buttun-new-2{
  width: 94%;
  border: 0px;
  font-size: 16px;
  background: #df4a32;
  color: #fff;
  padding: 0px;
  border-radius: 0;
  padding-top: 1px;
  line-height: 35px;
}
button, button:focus, button:active {
  outline: none;
}
.mk-list-item{
  margin-bottom: 10px;
  /* width: 50%; */
  margin-top: 10px;
  float: right;
  margin-bottom: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.new-list-select-item{
  position: absolute;
  margin-top: 10px;
  width: auto;
  float: right;
  margin-bottom: 0px;
}
.mk-list-item select{
  border: 0px;
  background: transparent;
  width: 112px;
  border-bottom: 2px solid #852677;
  color: #852677;
  outline: none;
}
.mk-category-sort{
  display: block;
  width: 100%;
  float: left;
  margin-top: 12px;
}
.mk-message-table .mk-list-item{
  /* margin-bottom: -30px; */
}
.mk-list-item label{
  margin-left: 10px;
}
.mk-back-cover {
  background-image: none;
  background-color: #fdfdfd;
  background-repeat: repeat;
  /* margin-top: 3px; */
}
.bg-light{
  background-color: transparent;
}
.mk-background-light {
  background: #fff;
  border-top: 1px solid #EFF0F2;
  border-bottom: 1px solid #E3E4E5;
  box-shadow: 0 1px 2px rgba(0,0,0,.12);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12);
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,.12);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,.12);
  height: 40px;
  min-width: 980px;
  /* margin-bottom: 10px; */
}

.mk-pad-top-menu {
  padding-top: 8px;
  padding-bottom: 10px;
}

.mk-logo-img {
 width: 220px;
    margin-top: 0px;
    padding-top: 8px;
    height: auto;
    margin-right: 30px;
}

.mk-top-header-menu {
  float: right;
  padding-left: 12px;
  color: #82868d;
  font-size: 12px;
  margin-left: 9px;
}

.mk-top-header-menu span i {
  color: #82868d;
  margin-left: 3px;
}

.mk-top-header-menu a, .mk-top-header-menu-2 a {
  color: #751567;
  font-size: 14px;
}

.mk-top-header-menu-2 {
  color: #751567;
}

.mk-paddin-what {
  padding: 0px 15px;
}

.mk-top-header-menu-2 span i {
  color: #751567;
  margin-left: 3px;
}

.mk-badge-a {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0px;
  padding-top: 6px;
}

.mk-top-cart {
  order: 1;
  float: right;
  padding-left: 12px;
}
.mk-top-cart:hover .mk-icon-cart{
  opacity: 0.8;
  transition: 300ms;
}
.mk-top-cart:hover .mk-badge-cart{
  opacity: 0.8;
  transition: 300ms;
}
.mk-top-search {
  order: 2;
}

.mk-flex {
  display: flex;
  flex-wrap: nowrap;
}

.mk-icon-cart {
  background: #751567;
  padding: 7px 14px 5px 14px;
  border-radius: 0;
  font-size: 17px;
}

.mk-icon-cart i {
  color: #fff;
  padding: 2px 2px 0px 1px;
}

.mk-badge-cart {
  background: #852677;
  padding: 0px 25px;
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  border-radius: 0;
}

.mk-badge-cart .badge {
  background: #fff;
  padding: 5px 7px 5px;
  color: #670659;
  border-radius: 50%;
  margin-right: 2px;
  height: 24px;
  width: 25px;
  line-height: 15px;
  font-size: 12px;
}

.mk-icon-search {
  padding: 4px 13px 4px 13px;
  background: #751567;
  border-radius: 0;
  color: #fff;
  border: 1px solid #751567;
  border-right: 0px;
  cursor: pointer;
  font-size: 15px;
}

.mk-input-search input {
  border: 1px solid #852677;
  border-left: 0px;
  border-radius: 0;
  padding: 6px 15px 6px 8px;
  width: 400px;
  background: white;
  font-size: 12px;
  outline: none;
  height: 38px;
}

.mk-navbar {
  width: 100%;
  padding:0px 2px;
  margin-top: 0px;
  z-index: 1025;
  height: 37px;
  background:#fff!important;
}

.mk-menu-bottom {
  padding-right: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.mk-menu-bottom li {
  display: inline;
  padding: 10px 6px 10px;
  padding-left: 18px;
  color: #4b4b4c;
  font-size: 13px;
}

.mk-menu-bottom li a {
  color: #4b4b4c;
}

/* .mk-menu-bottom li:hover {
  background: #fff;
} */

.mk-menu-bottom li:hover a {
  color: #852677;
}

.mk-menu-bottom li:after {
  content: "\f107";
  font-family: FontAwesome;
  float: left;
  margin-right: 4px;
}

.mk-pishnahadat {
  background: #852677;
  color: #fff;
  padding: 14px 15px;
  position: absolute;
  left: 0px;
  top: -1px;
  border-bottom-left-radius: 0;
}
.mk-pishnahadat:hover{
  color: #ffffff;
  transition: 300ms;
  background-color: #913b84;
}
.mk-pishnahadat:before {
  content: "";
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 7px solid #670659;
  border-right: 10px solid #f6f6f600;
  position: absolute;
  bottom: 0px;
  right: -10px;
  z-index: -1;
}
.back-with-hover:hover{
  background: #f8f9fa;
}
.mk-part-1 {
  margin-bottom: 5px;
}

.mk-part-1-1 {
  margin-top: 11px;
}

.mk-empty-part-small {
  width: 100%;
  height: 15px;
}

.mk-carousel-home .carousel-inner {
  border-radius: 0;
}

.mk-carousel-home .carousel {
  box-shadow: 0px 0px 1px 1px #c5c5c5;
  border-radius: 0;
}

.mk-nav-tabs {
  padding: 0px;
  width: 100%;
  border-radius: 0px 0px 12px 12px;
  display: table;
}

.mk-nav-tabs li {
  background: rgba(66,73,89,.8);
  /* width: 16.66%; */
  padding: 0;
  text-align: center;
  white-space: nowrap;
  display: table-cell;
  padding-bottom: 0px !important;
  line-height: 0px;
}

.mk-nav-tabs li a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  /* height: 100%; */
  padding: 21px 5px;
}

.mk-nav-tabs li.active {
  background: #fff;
}

.mk-nav-tabs li.active a {
  color: #496968;
}

.mk-nav-tabs li:first-child {
  -webkit-border-radius: 0px 0px 12px 0px;
  -moz-border-radius: 0px 0px 12px 0px;
  border-radius: 0;
}

.mk-nav-tabs li:last-child {
  -webkit-border-radius: 0px 0px 0px 12px;
  -moz-border-radius: 0px 0px 0px 12px;
  border-radius: 0;
}

.mk-nav-tabs li.active:after {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #fff;
  position: relative;
  top: -66px;
  left: 0px;
}
.mk-strong-color{
  color: #852677;
}
.mk-menu1-drop {
  box-shadow: 0px 0px 0px 0px #f8f9fa;
  padding: 10px 0px;
  display: none;
  position: absolute;
  z-index: 9999;
  background: white;
  right: 0px;
  top: 30px;
  margin-top: 7px;
  width: 100%;
  border: 1px solid #c3c3c3;
  height: 45px;
  line-height: 25px;
}

.mk-menu1:hover .mk-menu1-drop {
  display: block;
}

/*#mk-menu1-drop a{*/

/*display: block;*/

/*color: #c3c3c3;*/

/*}*/

.mk-drop-ul {
  padding: 0px;
}

.mk-drop-ul li {
  padding: 9px 13px 9px 13px;
  text-align: center;
}

.mk-drop-ul li:after {
  content: "";
}

.mk-menu-bottom .mk-drop-ul li a {
  color: #82868d;
}
.mk-ul-navigation-mega-menu{
  padding-right: 5px;
  margin-top: 4px;
}
.mk-ul-navigation-mega-menu li{
  text-align: right;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  display: block;
}
.mk-ul-navigation-mega-menu li:hover{
  color: #1f81bd;
}
.mk-mega-menu-links-a{
  color: #4c4c4c !important;
}
.mk-ul-navigation-mega-menu li:hover .mk-mega-menu-links-a{
  color: #852677!important;
}
.mk-background-megamenu{
  background-image: url("../img/mobile.png");
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
  width: 397px;
  height: 307px;
  left: 0px;
  bottom:0px;
  background-position: left bottom;
  background-size: contain;
}
.mk-item-of-men {
  position: absolute;
  border: 1px solid #c3c3c3;
  background: #FCFCFC;
  top: 44px;
  width: 100%;
  overflow: hidden;
  left: 14px;
  display: none;
  min-height: 328px;
  padding: 20px 9px 20px 20px;
  border-top: 0px;
}
.mk-drop-ul .border-bottom-hover:hover {
  color: #852677;
  border-bottom: 2px solid #852677;
  background: url("../img/arrow-3.png") no-repeat bottom center;
}
.mk-item-of-men .table {
  text-align: right;
}

.mk-drop-ul li:hover a {
  color: #852677;
}

.mk-drop-ul li:hover .mk-item-of-men {
  display: block;
}

.mk-item-of-men .table thead th {
  border-left: 2px solid #dee2e6;
  border-bottom: 0px;
}

.mk-item-of-men .table thead th:last-child, .mk-item-of-men .table td:last-child, .mk-item-of-men .table th:last-child {
  border-left: 0px;
}

.mk-item-of-men .table td, .mk-item-of-men .table th {
  border-left: 2px solid #dee2e6;
  border-top: 0px;
}
.moment-offers a{
  display: block;
}
.moment-offers img{
  border-radius: 0;
}
.brand-home-page{
  width: 28%;
  height: 95px;
  float: left;
  margin-left: 0px;
  margin-right: 13px;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #ebeced;
  -ms-border-radius: 4px;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.brand-image-home{
  display: table;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.brand-image-home a{
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.brand-image-home a img{
  width: 90%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.mk-vertical-slider {
  flex: 1;
  /* padding-right: 0px; */
}

.mk-vertical-slider .carousel {
  box-shadow: 0px 0px 1px 1px #c5c5c5;
  border-radius: 0;
}

.mk-vertical-slider #myCarousel {
  /* height: 28.7em; */
  display: flex;
  flex-wrap: nowrap;
}

.mk-vertical-slider #myCarousel .carousel-inner {
  border-radius: 0;
}

.mk-vertical-slider #myCarousel .list-group {
  padding: 0px;
  top: 0;
  left: 0;
}

.mk-vertical-slider #myCarousel .carousel-item img {
  height: 100%;
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}

.mk-vertical-slider #myCarousel .carousel-item {
  height: 100%;
}

.mk-vertical-slider #myCarousel .list-group-item {
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
  background: #fff;
  color: #4d4d4d;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  line-height: 20px;
}

.mk-vertical-slider #myCarousel .list-group .active {
  background-color: #852677;
  color: #fff;
  line-height: 20px;
}

.mk-vertical-slider #myCarousel .list-group .active:after {
  content: "";
  border-bottom: 22px solid transparent;
  border-left: 20px solid #852677;
  border-top: 22px solid transparent;
  position: relative;
  position: absolute;
  right: -20px;
  z-index: 2;
  top: 0px;
}

.mk-vertical-slider #myCarousel .list-group .list-group-item:first-child {
  border-radius: 0;
}

/*.mk-vertical-slider #myCarousel .list-group .list-group-item:last-child{*/

/*-webkit-border-radius:0px 0px 0px 12px;*/

/*-moz-border-radius:0px 0px 0px 12px;*/

/*border-radius:0px 0px 0px 12px;*/

/*}*/
.info-attributes{
  position: absolute;
  top: 35%;
  padding-right: 30px;
  display: block;
}
.info-attributes span{
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  direction: rtl;
}

.finish-div-product{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;

  z-index: 16;
}
.finish-div-product img{
  width: 104px !important;
  height: auto !important;
  bottom: 48px;
  position: absolute;
  z-index: 24;
  right: 29px;
}
.blur{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #ffffffcc;
  z-index: 16;
}
.news-index-header{
  background: #f8f9fa;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 12px;
  border-radius: 4px 4px 0px 0px;
}
.news-index-header h6{
  font-size: 13px;
  color: #852677;
}
.news-index-body{
  background: #fff;
  width: 100%;
  padding: 10px 10px 23px;
  border-radius: 0px 0px 4px 4px;
}
.news-index-body a{
  text-align: left;
  margin-top: 35px;
}
.news-index-body .media-body{
  overflow: hidden;
}
.news-index-body .media-body p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.etelae-a i{
  /* background: #4ab9fd; */
  /* padding: 6px; */
  /* padding-top: 0px; */
  font-size: 17px;
  /* line-height: 21px; */
  /* border-radius: 50%; */
  /* height: 27px; */
  width: 25px;
}
.etelae-a a:hover{
  color: #fff;
}
.unavailable{
  position: absolute;
  z-index: 1;
}
.height-seen-kala{
  min-height: 210px;
  max-height: 210px;
  overflow: hidden;
}
.countdown-timer-wrapper {
  position: absolute;
  /* border-radius: 5px; */
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* margin-bottom: 20px; */
  /* max-width: 300px; */
  /* margin: 50px auto; */
  z-index: 4;
  /* color: red; */
  bottom: 0;
}

.countdown-timer-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 10px;
  text-shadow: none;
}

.countdown-timer-wrapper .timer {
  padding: 10px;
  text-align: center;
  padding-top: 15px;
}

.countdown-timer-wrapper .timer .timer-wrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #3a3a3a;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-right: 2px;
  line-height: 40px;
}
.timer-paraghraph{
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  position: relative;
  top: 8px;
  right: 12px;
}
.countdown-timer-wrapper .timer .timer-wrapper .time {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.timer__spacer{
  margin-right: 2px;
  margin-left: 2px;
  font-size: 30px;
  /* margin-left: -4px; */
  color: #333;
  vertical-align: 2px;
}
.countdown-timer-wrapper .timer .timer-wrapper .text {
  font-size: 12px;
  color: red;
}
.mk-vertikal-slider-caption {
  position: absolute;
  top: 14px;
  left: 35px;
  font-size: 17px;
  padding: 4px;
  font-weight: 600;
}

.mk-vertical-top-caption {
  position: absolute;
  top: 12px;
  display: flex;
  right: 17px;
}

.mk-ver-offer {
      color: #fff !important;
      animation-duration: 2.5s;

}

.mk-ver-offer:hover a{
  color: #fff;
  background: #178ed6;
  transition: 300ms;
}

.mk-ver-offer a {
  background: #852677;
  border-radius: 15px;
  padding: 5px 12px;
  font-size: 11px;
  margin-top: 20px;
}
.mk-ver-offer-type2{
    /* position: absolute; */
    left: 15px;
        bottom: 0px;
        box-shadow: 0px 0px 1px 1px #c5c5c5;
        display: block;
        padding: 3.1em 3.06em;
        background: #ffffff;
        color: #fff !important;
        border-right: 1px solid #e5e5e5;
        border-radius: 0px;
        animation-duration: 2.5s;
        margin-bottom: 15px;
        margin-top: 15px;
}
.mk-1-span {
  font-size: 20px;
  background: #565a63;
  border-radius: 0px 15px 15px 0px;
  padding: 3px 19px 1px 8px;
  color: #fff;
  text-decoration: line-through;
}

.mk-1-span:after {
  content: "";
  border-right: 18px solid #565a63;
  border-bottom: 16px solid transparent;
  border-top: 18px solid transparent;
  position: absolute;
  right: 100px;
  top: 0px;
}

.mk-2-span {
  font-size: 20px;
  color: #fff;
  background: #852677;
  padding: 1px 22px 0px 18px;
  border-radius: 6px;
}

.mk-cashi .mk-tiles-vertical {
  margin-bottom: 13px;
  box-shadow: 0px 0px 2px 0px #afafaf;
  border-radius: 12px;
}

.mk-cashi .mk-tiles-vertical:last-child {
  margin-bottom: 0px;
}

.mk-cashi .mk-tiles-vertical a {
  display: block;
  height: 9.4em;
  width: 100%;
}
.mk-cashi .mk-tiles-vertical-offer a{
  /* height: 18em; */
  display: block;
  width: 100%;
}
.mk-cashi .mk-tiles-vertical-offer{
  margin-bottom: 13px;
  /* box-shadow: 0px 0px 2px 0px #afafaf; */
  border-radius: 0;
}
.mk-cashi .mk-tiles-vertical img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 100%;
}
.mk-cashi .mk-tiles-vertical-offer img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 0;
  height: 100%;
}

.mk-cashi a {
  color: #000;
}

.mk-box-shodaw {
  box-shadow: 0px 0px 2px 0px #afafaf;
  display: block;
  height: 100%;
  width: 100%;

}

.mk-cashi-caption {
  position: absolute;
  top: 3em;
  left: 2em;
  font-size: 14px;
  font-weight: 500;
}

.mk-caption-banner {
  position: absolute;
  bottom: 37px;
  left: 33px;
  font-size: 14px;
  background: #852677;
  padding: 5px 12px;
  color: #fff;
  border-radius: 0px 15px 15px 15px;
}

.mk-caption-banner-2 {
  position: absolute;
  bottom: 37px;
  left: 33px;
  font-size: 17px;
  background: #496968;
  padding: 5px 12px;
  color: #fff;
  border-radius: 15px 15px 15px 15px;
}

.mk-caption-banner-2:after {
  content: "\f104";
  margin-right: 6px;
  font-family: FontAwesome;
  color: #852677;
  display: inline-block;
}

.mk-caption-banner-top-2 {
  position: absolute;
  left: 38px;
  top: 15px;
  font-size: 20px;
  color: #5d5959;
  font-weight: 600;
}

.mk-caption-banner-top-2 span {
  font-weight: 400;
}

.mk-caption-banner-top {
  position: absolute;
  left: 38px;
  top: 34px;
  font-size: 20px;
  color: #5d5959;
  font-weight: 400;
}

.mk-caption-banner-top span {
  font-weight: 600;
}

.mk-2-absolute-banner .mk-caption-banner {
  left: 112px;
}

.mk-no-padding {
  padding: 0px;
}

.mk-img-responsive {
  width: 100%;
}

.mk-img-height-100 {
  height: 100%;
  /* object-fit: contain; */
}

.mk-border-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#box::before, #box::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  border-color: transparent;
  border-style: solid;
}

#box::before {
  border-width: 0em;
  border-right-color: #ccc;
  border-top-color: #ccc;
}

#box::after {
  /* border-radius: 7px; */
  border-width: 42px;
  border-right-color: #852677;
  border-top-color: #852677;
  transform: rotate(-91deg);
}

#box span {
  position: absolute;
  left: 8px;
  z-index: 12;
  transform: rotate(-45deg);
  top: 18px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

#gift::before, #gift::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  border-color: transparent;
  border-style: solid;
}

#gift::before {
  border-width: 0em;
  border-right-color: #ccc;
  border-top-color: #ccc;
}

#gift::after {
  border-radius: 7px;
  border-width: 42px;
  border-right-color: #f42e66;
  border-top-color: #f42e66;
  transform: rotate(-91deg);
}

#gift span {
  position: absolute;
  left: 11px;
  z-index: 12;
  transform: rotate(-45deg);
  top: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.owl-sliderOne {
  direction: ltr;
  padding: 0px 40px;
}

.mk-box-for-owl-design {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 4px 0px #c5c5c5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 0;
}

.mk-title-h5 {
  color: #767676;
  margin-top: 4px;
  margin-bottom: 17px;
  font-size: 18px;
}
.owl-carousel .owl-item img{
  /* height: 200px;
width: 200px;
margin: auto; */
}
.mk-header-owl {
  width: 100%;
  /* height: 40px; */
  background: #fff;
  border-radius: 0;
  padding: 15px;
  border-top: 2px solid #852677;
  border-bottom: 1px solid #dee2e6;
}

.mk-header-owl h6 {
  color: #852677;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 25px;
}

.mk-body-of-owl {
  padding: 19px 10px 5px;
  background-color: #fff;
  border-radius: 0;
}

.owl-sliderOne .owl-nav button.owl-next {
  position: absolute;
  left: -9px;
  top: 6vw;
}

.owl-sliderOne .owl-nav button.owl-prev {
  position: absolute;
  right: -9px;
  top: 6vw;
}

.owl-sliderOne .owl-nav button.owl-next, .owl-sliderOne .owl-nav button.owl-prev, .owl-sliderOne button.owl-dot {
  font-size: 55px;
  color: #869791;
}

.owl-sliderOne .owl-dots {
  display: none;
}

.owl-sliderOne .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #869791;
  text-decoration: none;
}
/* .owl-sliderOne .owl-nav{
  display: block !important;
} */
.mk-box-product-slider {
  padding: 6px;
}

.mk-items-owl {
  /* margin: 5px; */
  background: #fff;
  display: block;
  position: relative;
  /* box-shadow: 0px 0px 5px 1px #c5c5c5; */
  /* border-radius: 12px; */
  padding: 5px;
  border: 1px solid #EEEFF1;
  cursor: pointer;
  min-height: 265px;
}
.mk-shadow-box{
  box-shadow: 0px 0px 5px 1px #c5c5c5;
}
.mk-qqq.mk-items-owl {
  margin: 5px;
  display: block;
  box-shadow: 0px 0px 5px 1px #c5c5c5;
  border-radius: 12px;
  padding: 5px;
  cursor: pointer;
  height: 100%;
}
.mk-title-detail {
  color: #585858;
  text-align: center;
  font-size: 12px;
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  direction: rtl;
}

.mk-flex-display {
  display: flex;
  flex-wrap: nowrap;
}

.mk-price {
  float: left;
  color: #ea7878;
  text-decoration: line-through;
  font-size: 12px;
  direction: rtl;
  width: 50%;
  text-align: left;
  font-weight: 500;
}

.mk-price-Discount {
  width: 100%;
  /* float: right; */
  direction: rtl;
  text-align: center;
  color: red;
  font-weight: 500;
}

.mk-imagebox-slider img {
  padding: 5px;
}

.mk-seen-title {
  width: 100%;
  text-align: center;
  color: #852677;
  margin-bottom: 30px;
  margin-top: 8px;
  font-size: 15px;
}

.mk-seen-before {
  direction: rtl;
}

.mk-seen-before .mk-items-owl .mk-flex-display span {
  font-size: 10px;
}

.mk-seen-before .mk-items-owl .mk-flex-display {
  direction: ltr;
}

/*footer*/

.mk-top-footer {
  background: #852677;
  color: #fff;
  padding: 18px 0px 1px;
  line-height: 5px;
}

.mk-footer-links-top {
  float: left;
  list-style-type: none;
  text-align: left;
}

.mk-footer-links-top li {
  display: inline;
  float: left;
}
.mk-footer-links-top li a{
  color: #fff;
}
.mk-footer-email-icon {
  padding-right: 35px;
}

.mk-footer-email-icon::before {
  content: "\f0e0";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 17px;
}

.mk-footer-question-icon {
  padding-right: 35px;
}

.mk-footer-question-icon::after {
  content: "\f059";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.mk-footer-pg {
  padding-right: 35px;
}

.mk-footer-phone-icon::before {
  content: "\f095";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 17px;
  position: relative;
  bottom: -1px;
}

/* .mk-footer-links-top li:hover a {
      color: #000;
      transition: 200ms;
} */
.mk-footer-part-2 {
  padding-top: 20px;
  padding-bottom: 4px;
  background: #fff;
}

.mk-footer-social-img {
  padding: 0px;
  list-style-type: none;
  text-align: left;
}
.img-fluid{
  width: 100%;
}
.mk-footer-social-img li {
  display: inline-block;
}

.mk-footer-social-img li a {
  display: block;
  width: 34px;
  height: 34px;
  padding: 1px;
  text-align: center;
  line-height: 40px;
}

.mk-footer-social-img li a img {
  width: 36px;
}
.mk-footer-social-img li a i{
  font-size: 20px;
  color: #fff;
}
/* .mk-footer-social-img li a img:hover {
  width: 38px;
} */
.envelope{
  background: #c1db0a;
}
.instagram{
  background: #dd0060;
}
.youtube{
  background: #890038;
}
.rss{
  background: #f78106;
}
.facebook{
  background: #005397;
}
.google-pluss{
  background: red;
}
.twiter{
  background: #00aedd;
}

.mk-form-subscribe input[type="email"] {
  width: 353px;
  border: 0px;
  box-shadow: 0px 0px 2px 0px #c5c5c5;
  padding: 8px 6px;
  margin-right: 16px;
  outline: none;
}

.mk-form-subscribe input[type="submit"] {
  border: 0px;
  padding: 8px 21px;
  background: #852677;
  color: #fff;
  box-shadow: 0px 3px 2px -1px #c5c5c5;
}

.mk-form-subscribe input[type="submit"]:hover {
  background: #1597e6;
}

.mk-text-form {
  font-size: 14px;
  line-height: 30px;
}

.mk-footer-part-3 {
  background: #fdfdfd;
  padding: 25px 0px 14px 0px;
}

.mk-footer-guide {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}

.mk-footer-guide:hover {
  color: #852677;
}

.mk-footer-g-details {
  padding: 0px;
  list-style-type: none;
}

.mk-footer-g-details li {
  margin-bottom: 11px;
}

.mk-footer-g-details li a {
  color: #66696c;
  font-size: 13px;
}

.mk-footer-g-details li a:hover {
  color: #852677;
}

.mk-bottom-footer {
  background-image: linear-gradient(to right, #852677, #390047);
    padding: 20px 0px;
}
.mk-span-font-size-edit{
  font-size: 14px;
  line-height: 9px;
}
.mk-footer-about {
  padding: 0px;
  list-style-type: none;
  width: 100%;
}

.mk-footer-about li {
  display: inline;
  padding-left: 30px;
}

.mk-footer-about li a {
  color: #fff;
  font-size: 12px;
}

.mk-footer-copyright-pr {
  float: right;
  text-align: right;
  width: 60%;
  color: #d8d8d8;
}

.mk-footer-copyright-pr a {
  color: #fff;
}

.mk-footer-copyright-en {
  float: left;
  text-align: left;
  width: 40%;
  color: #d8d8d8;
}

.mk-final-footer {
  padding-top: 24px;
}

.mk-final-p {
  color: #737272;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 21px;
  font-weight: 500;
}

.mk-logo-footer-1 {
  padding: 0px 10px;
}

.mk-logo-footer-2 {
  margin-top: 22px;
  padding: 0px 10px;
}

/*login modal*/

.mk-modal-login .modal-header {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.mk-modal-login .modal-body {
  padding-top: 0px;
}

.mk-modal-login .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 400px;
  border: 1px solid #c6c6c6;
}

.mk-modal-login .modal-title {
  font-size: 18px;
  color: #852677;
  margin-bottom: 3px;
  text-align:  center;
  padding-bottom:  5px;
}

.modal-header .close {
  padding: 0px;
  margin: 0px;
  float: left;
  text-align: left;
  width: 100%;
  font-weight: 400;
  opacity: 1;
}

.mk-black {
  color: #423d3d;
}

.mk-login-header {
  color: #852677;
}

.mk-modal-body-pad {
  padding: 0px 37px 0px 19px;
}

.mk-modal-login .modal-footer {
  text-align: center;
}

.mk-modal-login .modal-footer a {
  border-bottom: 1px solid;
  font-weight: 700;
  letter-spacing: 1px;
}

.mk-modal-login .modal-footer span {
  width: 100%;
  font-weight: 500;
  color: #c6c6c6;
}

.mk-login-group {
  position: relative;
  margin-bottom: 15px;
}

.mk-login-group input {
  font-size: 16px;
  padding: 20px 10px 3px 5px;
  display: block;
  width: 290px;
  border: none;
  border-bottom: 3px solid #c6c6c6;
}

.mk-login-group input:focus {
  outline: none;
}

/* LABEL ======================================= */

.mk-login-group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 12px;
  top: 21px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

.mk-login-group input:focus~label, .mk-login-group input:valid~label {
  top: 1px;
  font-size: 14px;
  color: #852677;
}

/* BOTTOM BARS ================================= */

.mk-login-bar {
  position: relative;
  display: block;
  width: 290px;
}

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

.mk-login-bar:before {
  left: 50%;
}

.mk-login-bar:after {
  right: 50%;
}

/* active state */

.mk-login-group input:focus~.mk-login-bar:before, .mk-login-group input:focus~.mk-login-bar:after {
  width: 50%;
}

/*!* HIGHLIGHTER ================================== *!*/

/*.mk-login-highlight {*/

/*position:absolute;*/

/*height:60%;*/

/*width:100px;*/

/*top:25%;*/

/*left:0;*/

/*pointer-events:none;*/

/*opacity:0.5;*/

/*}*/

/* active state */

.mk-login-group input:focus~.mk-login-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

.mk-check-mar {
  margin: 20px 0px 0px;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/*checkbox*/

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  margin-left: 15px;
  font-size: 13px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  position: absolute;
  right: 0;
  bottom: 1px;
  border: 3px solid #e6e6e6;
}

.checkbox input[type=checkbox], .checkbox input[type=radio] {
  display: none;
}

.checkbox label:before {
  border-radius: 10px;
}

.checkbox input[type=checkbox]:checked+label:before, .checkbox input[type=radio]:checked+label:before {
  background: #852677;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
  line-height: 15px;
}

.mk-black-radio input[type=radio]:checked+label:before {
  background: #000000;
}

.mk-red-radio input[type=radio]:checked+label:before {
  background: #ee2e2e;
}

.mk-green-radio input[type=radio]:checked+label:before {
  background: #0aae6a;
}

.mk-blue-radio input[type=radio]:checked+label:before {
  background: #000000;
}

.mk-modal-vorud input, .mk-modal-google input {
  width: 230px;
  border: 0px;
  background: #852677;
  color: #fff;
  padding: 9px 1px 8px 8px;
  font-size: 17px;
  border-radius: 22px 0px 0px 22px;
}

.mk-modal-vorud span {
  float: right;
  background: #5f0e53;
  padding: 3px 17px 2px 15px;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
}

.mk-modal-vorud span img {
  width: 24px;
}

.mk-modal-google span {
  float: right;
  background: #c83c26;
  padding: 3px 17px 0px 19px;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
}

.mk-modal-google span img {
  width: 21px;
}

.mk-modal-google a {
  width: 230px;
  border: 0px;
  font-size: 16px;
  background: #df4a32;
  color: #fff;
  padding: 9px 21px;
  border-radius: 22px 0px 0px 22px;
}

.mk-modal-vorud {
  margin-top: 12px;
  margin-bottom: 12px;
}

/*sign-up*/



.mk-s-background {
  background-image: url(../img/sin-back.png);
  background-color: #ffffff;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.mk-s-margin {
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.mk-s-form {
  background: #fff;
  border-radius: 0;
  padding: 0px 25px;
}

.mk-s-title {
  color: #852677;
  margin-top: 30px;
}

.mk-s-text {
  color: #adadad;
  font-weight: 500;
  margin-bottom: 27px;
}

.mk-s-form-sing-up .mk-login-group input {
  width: 100%;
  padding: 0px 10px 3px 5px;
}

.mk-s-form-sing-up .mk-login-group label {
  font-size: 12px;
  top: 4px;
  font-weight: 500;
}

.mk-s-form-sing-up .mk-login-bar {
  width: 262px;
}

.mk-s-form-sing-up .mk-login-group input:focus~label, .mk-s-form-sing-up .mk-login-group input:valid~label {
  top: -15px;
  font-size: 13px;
}

.mk-s-form-sing-up .mk-login-group {
  margin-bottom: 20px;
}

.mk-s-form-sing-up .checkbox label:before {
  top: 0px;
}

.mk-s-form-sing-up .checkbox label {
  font-size: 9.5px;
  color: #acacac;
  font-weight: 500;
}


.mk-s-form-sing-up .mk-modal-google input {
  background: #df4a32;
  width: 231px;
  font-size: 16px;
  border: 0px;
}
.mk-s-link-vorud {
  margin-top: 12px;
  margin-bottom: 15px;
}
.mk-s-form-sing-up .mk-modal-vorud span {
  padding: 4px 17px 2px 15px;
}

.mk-s-link-vorud span {
  color: #b3b3b3;
  font-weight: 500;
}

.mk-s-link-vorud span a {
  border-bottom: 1px solid #852677;
  color: #852677;
}

.mk-s-image {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 13px;
}

.mk-s-image img {
  width: 160px;
}

.mk-s-ul-list {
  list-style-type: none;
  padding-right: 25px;
}

.mk-s-ul-list li {
  font-weight: 700;
  line-height: 30px;
  font-size: 13px;
}

.mk-s-ul-list li img {
  width: 20px;
  margin-left: 15px;
}

/*single-product*/
.quantity {
  position: relative;
  display: block;
  right: -17px;
  margin-right: 18px;
width: 100%;
}
input[type=number] ::placeholder {
  font-size: 9px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 100%;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  /* padding: 0px 32px 0px 0px; */
  border: 2px solid #e6e6e6;
  /* border-top: 1px solid #ff3140; */
  /* border-bottom: 1px solid #ff3140; */
  border-radius: 0;
  text-align: center;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  width: 100%;
  position: absolute;
  top: 0px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  /* border-left: 1px solid #eee; */
  width: 30px;
  text-align: center;
  color: #656565;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.5;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 100%;
  /* top: 0; */
  /* border-left: 1px solid #ff3140; */
  border-radius: 40px;
  padding: 0px 10px;
  font-size: 28px;
  left: 14%;
}

.quantity-button.quantity-down {
  position: absolute;
  height: 100%;
  border-radius: 0px 30px 30px 0px;
  /* padding: 0px 17px; */
  font-size: 35px;
  /* border-right: 1px solid #ff3140; */
  right: -7%;
  border-top: 1px;
  width: 30px;
  line-height: 39px;
}


.mk-shegeftangiz-box{
  padding: 19px 12px;
  background: #ffeff1;
  font-size: 17px;
  border-radius: 0;
  /* box-shadow: 0px 0px 6px 1px #b9b9b9; */
  color: #000;
  margin-bottom: 5px;
  height: 65px;
  background: url("../img/amazing-offer.png") 97.5% center no-repeat rgb(255, 245, 245);
  padding: 12px 25px;
}
.mk-takhfif-shegeft{
  background: #ff5252;
  padding: 4px 15px 4px 0px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;

}
.width-60{
  width: 70px;
}
.mk-inner-takhfif{
  font-size: 14px;
  text-align: center;
  width: 70px;
  background: rgb(229, 73, 73);
  padding: 2px 9px;
  border-radius: 4px 0px 0px 4px;
  margin-right: 10px;
}
.description{
  height: 60px;
  overflow: hidden;
}
.mk-p-more-less-2{
  height: 100%;
}
.fancybox-thumbs ul{
  display: grid;
}
.fancybox-thumbs ul li{
  width: 345px;
  height: 200px;
  /* border-bottom: 3px solid #4ea7f9; */
}
.fancybox-thumbs>ul>li:before{
  border: 2px solid #4ea7f9;
}
.fancybox-show-thumbs .fancybox-thumbs{
  width:200px;
}
.fancybox-active {
  height: auto;
  /* background: #989898a8; */
}
body.fancybox-active {
  z-index: -1;
}
.fancybox-container{
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom:0;
  top:0;
  margin: auto;
  /* border: 3px solid #4ea7f9; */
}
.fancybox-is-open .fancybox-bg{
  opacity: 1;
  background: #000000c7;
}
/*.fancybox-thumbs{*/
/*width: 120px;*/
/*}*/
.mk-sp {
  padding: 25px 0px;
}
.zoomWindow{
  right: 305px;
  float: right !important;
}
.mk-empty-back-height {
  height: 8px;
  background: #e9eaed;
  width: 100%;
}

.mk-sp-bread {
  background: #ffffff;
  border-radius: 0;
  width: 100%;
}

.mk-sp-ol {
  list-style-type: none;
  padding: 12px 17px 0px;
}

.mk-sp-bread li {
  display: inline-block;
  color: #000;
}

.mk-sp-bread li a, .mk-sp-bread .breadcrumb-item.active {
  color: #000;
}

.mk-sp-bread .breadcrumb-item+.breadcrumb-item::before {
  content: "\f104";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #6c757d;
  font-weight: 600;
}
.mk-sp-bread .breadcrumb-item.active{
    display: contents;
}

.mk-sp-box-product {
  background: #fff;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 12px;
  border-radius: 0;
  box-shadow: 0px 0px 3px 1px #e8e8e8;
  padding: 30px;
}

.mk-sp-back-box-product {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

.mk-sp-ul-box-product {
  list-style-type: none;
  padding: 0px;
  background: #a8aaaf;
  border-radius: 0;
}

.mk-sp-ul-box-product li {
  display: inline-block;
  width: 32.333%;
  text-align: center;
  padding: 10px;
}

.mk-sp-ul-box-product li a::after {
  content: "|";
  color: #fff;
  position: absolute;
  padding-right: 38px;
  font-size: 24px;
  top: 2px;
}

.mk-sp-ul-box-product li:last-child a::after {
  content: "";
}

.mk-sp-ul-box-product li a {
  display: block;
}

.mk-sp-ul-box-product li a img {
  width: 20px;
}

.mk-sp-box-detail h6 {
  color: #888b8f;
  font-size: 11px;
}

.mk-detail-product {
  border-bottom: 2px solid #f1f1f2;
  border-top: 2px solid #f1f1f2;
  padding-top: 14px;
}

.mk-detail-product p {
  padding-left: 20px;
  font-size: 16px;
  color: #545454;
}

.mk-detail-product p span {
  color: #852677;
}

.mk-sp-box-detail {
  border-right: 2px solid #f1f1f2;
}

.mk-sp-box-detail .checkbox label {
  padding-right: 20px;
  margin-left: 15px;
}

.mk-sp-color span {
  margin-top: 20px;
  font-weight: 500;
  margin-left: 14px;
  font-size: 13px;
}
.mk-title-edit-dg{
  font-size: 19px;
}
.mk-sp-choose-salor p {
  margin-top: 15px;
}

.mk-sp-choose-salor select {
  background: url("../img/angle-arrow-down.png") no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 16px;
  width: 100%;
  border: 2px solid #e6e6e6;
  padding: 10px 11px;
  border-radius: 0;
  margin-bottom: 10px;
  background-size: 12px;
  outline: none;
  cursor: pointer;
}

.mk-sp-submit {
  outline: none;
  cursor: pointer;
  background: #852677;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  padding: 8px 43px;
  font-size: 17px;
  margin: 5px 0px;
}

.mk-sp-more-ul {
  margin-top: 20px;
}

.mk-sp-more-ul li {
  font-size: 14px;
  font-weight: 500;
}

.mk-sp-more-ul li .mk-sp-span-lefts {
  position: relative;
  left: 8px;
}

.mk-sp-more-ul li .mk-sp-spans-colory {
  color: #545454;
  margin-right: 5px;
}

.mk-gift {
  box-shadow: 0px 0px 4px 1px #e8e8e8;
  border-radius: 0;
  padding: 17px;
}
.mk-progress-color{
  background-color: #852677!important;
}

.mk-sp-txt-gift {
  color: #852677;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}

.mk-gifts-items {
  display: inline-block;
  width: 100%;
}

.mk-gifts-items img {
  float: right;
  padding-left: 5px;
  width: 65px;
}

.mk-gifts-items p {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}

.mk-light-box a {
    display: block;
    height: 59px;
    width: 59px;
    overflow: hidden;
}

.mk-light-box img {
  height: 59px;
  width: 59px;
  display: block;
  object-fit: cover;
}
.last-child-li{
    background:#eeeff1c4;
}
.last-child-li a{
    text-align: center;
    line-height: 69px;
    font-size: 34px;
    color: #999;
}
.lg-outer.lg-visible {
  direction: ltr;
}

.mk-image-product-page {
  min-width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.mk-image-product-page img {
  width: 100%;
  height: 100%;
}

#lightgallery {
  display: flex;
}

#lightgallery a {
  display: block;
  border: 1px solid #e6e6e6;
  margin: 4px;
}

.mk-sp-salor {
  background: #fff;
  border-radius: 0;
  text-align: center;
  box-shadow: 0px 0px 14px -2px #d4d4d4;
}

.mk-sp-salor a {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
}

.mk-sp-header-of-salors {
  background: #f8f9fa;
  width: 100%;
  color: #852677;
  height: 40px;
  border-radius: 0;
  padding: 7px 9px 3px 0px;
}

.mk-sp-header-ul {
  list-style-type: none;
  padding: 0px;
  text-align: right;
}

.mk-sp-header-ul li {
  display: inline;
  font-size: 14px;
}

.mk-sp-salor-details {
  width: 100%;
  margin: 45px;
  border-radius: 12px;
}

.mk-sp-salor-details .table {
  background: #fff;
  border-radius: 12px;
}

.mk-sp-salor-details .table thead {
  background: #888888;
  color: #fff;
  border-radius: 12px 12px 0px 0px;
}

.mk-sp-salor-details .table thead tr:last-child, .mk-sp-salor-details .table thead tr:first-child {
  border-radius: 12px 12px 0px 0px;
}

.mk-sp-table-body img {
  width: 80px;
  height: 80px;
  order: 1;
}

.mk-sp-table-body-details h6 {
  font-size: 15px;
  font-weight: 600;
}

.mk-sp-table-body-details {
  order: 2;
  margin-right: 5px;
}

.mk-sp-table-body-ul {
  padding: 0px;
  list-style-type: none;
}

.mk-sp-table-body-ul li {
  color: #4cda49;
  font-size: 12px;
}
.table td, .table th{
  vertical-align: middle;
}
.mk-sp-table-body-ul li span {
  color: #852677;
}

.mk-sp-table-garanti {
  color: #a9a9a9;
  font-size: 14px;
}

.mk-sp-table-price {
  color: #4cda49;
  font-size: 19px;
}

.mk-sp-table-button button {
  border: 0px;
  color: #fff;
  background: #852677;
  padding: 8px 29px;
  border-radius: 25px;
  font-size: 16px;
}

.mk-display {
  display: block;
}

.mk-no-display {
  display: none;
}

.mk-td-detail {
  font-size: 14px;
  padding: 20px 15px;
  text-align: right;
}

.mk-empty-vertical {
  width: 25px;
  background: #852677;
  border-radius: 0px 8px 8px 0px;
  box-shadow: -4px 0px 6px -2px #d4d4d4;
}

.mk-toggle-td {
  border-top: 0px !important;
}

.mk-td-detail span {
  color: #852677;
  font-weight: 500;
}

.mk-sp-table-box-shodaw {
  box-shadow: -1px 1px 9px 0px #e2e2e2;
  border-radius: 12px;
}

.mk-sp-intruduction .panel-default{
  border-bottom: 0px !important;
}
.mk-sp-intruduction .panel-title>a,.mk-sp-intruduction .panel-title>a:active{
  padding-bottom: 0px;
}
.mk-sp-intruduction {
  background: #fff;
  padding: 30px;
  line-height: 24px;
  border-radius: 0;
  box-shadow: 0px 0px 4px 1px #e8e8e8;
}

.mk-sp-intruduction h5 {
  font-size: 17px;
  margin-right: 14px;
  position: relative;
  width: 100%;
}
.mk-sp-intruduction h5::before{
  content: "";
  border-right: 7px solid #852677;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  /* top: 0px; */
  padding-left: 20px;
  margin-right: -14px;
  margin-top: 4px;
}

.mk-sp-intruduction h6 {
  color: #a9a9a9;
}

.mk-sp-intruduction p {
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.mk-sp-vertical-tabs {
  background: #fff;
  border-radius: 0;
  /* padding: 25px; */
}

.mk-sp-vertical-tabs .nav-tabs {
  /* border-bottom: 0px; */
  /* max-height: 539px; */
  background: #f8f9fa;
  border-radius: 0;
  padding: 0px;
  /* border: 2px solid #852677; */
  height: 40px;
}

.mk-sp-vertical-tabs .tab-pane h4 {
  font-size: 17px;
  margin-right: 14px;
  position: relative;
}

.mk-sp-vertical-tabs .tab-pane h4:before {
  content: "";
  border-right: 7px solid #852677;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  /* top: 0px; */
  padding-left: 20px;
  margin-right: -14px;
  margin-top: 4px;
}

.mk-sp-vertical-tabs .tab-pane p {
  line-height: 25px;
  font-size: 13px;
  color: #464646;
  padding: 10px 0px;
}

.mk-sp-vertical-tabs .nav-tabs .nav-item.show .nav-link, .mk-sp-vertical-tabs .nav-tabs .nav-link.active {
  background: #852677;
  height: 40px;
  color: #ffffff;
  height: 40px;
}
.nav-item i{
  margin-left: 5px;
  font-size: 18px;
}

.mk-sp-vertical-tabs .tab-content>.active {
  background: #fff;
  padding: 50px 23px;
  border-radius: 0px;
  border-radius: 0px 0px 12px 12px;
}
.mk-btn-send{
  border: 0px;
  padding: 8px 21px;
  background: #852677;
  color: #fff;
  box-shadow: 0px 3px 2px -1px #c5c5c5;
}
.mk-byn-send:hover{
  background: #1597e6;
}
.mk-green{
  background: #4caf50;
}
.mk-red{
  background: red;
}
.mk-sp-vertical-tabs .nav-item {
  background: #f8f9fa;
  border: 0px;

  color: #ffffff;
}
.mk-sp-vertical-tabs .nav-tabs .nav-item{
  margin-bottom: 0px;
}
.mk-sp-vertical-tabs .nav-tabs .nav-link {
  border-radius: 0px;
  /*line-height: 163px;*/
  text-align: center;
  padding-right: 28px;
  font-size: 14px;
}

/* .mk-sp-vertical-tabs .nav-tabs .nav-item>a.active::after {
  content: "";
  border-right: 25px solid #852677;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  position: absolute;
  left: -22px;
  top: 49px;
} */

.mk-sp-vertical-tabs .nav-tabs>.nav-item:last-child a.active {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.mk-sp-vertical-tabs .nav-tabs>.nav-item:first-child {
  border-radius: 0px 12px 0px 0px;
}

.mk-sp-vertical-tabs .nav-tabs>.nav-item:first-child a.active {
  border-radius: 0;
}

.mk-sp-vertical-tabs .mk-image-tabs-responsive img{
  width: 100% !important;
  margin: 20px auto;
}
.img-store-svg{
  width: 24px;
}
.mk-text-area-single-p{
  width: 100%;
  padding: 7px;
  line-height: 25px;
  height: auto;
  min-height: 100px;
}
.checkbox .mk-faq-tab-single-product{
  font-size: 10px !important;
  color: #777;
}
.checkbox .mk-faq-tab-single-product:before{
  top: 5px;
}
.mk-faq-single-product{
  padding-right: 0px;
  list-style-type: none;
  float: left;
}
.mk-faq-single-product li{
  display: inline-block;
}
.mk-faq-single-product li .mk-check-mar{
  margin-top: 0px;
}
.mk-span-comment-sp{
  color: #777;
  margin-right: 12px;
  font-size: 12px;
}
.mk-li-title-faq{
  color: #852677;
  padding-left: 13px;
  font-weight: 600;
}

/*cart*/

.mk-cart-back {
  background: #fff;
  padding: 27px;
  border-radius: 15px;
}

.mk-cart-back h5 {
  width: 100%;
  color: #929292;
}

.mk-cart-information {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.mk-cart-information p {
  color: #929292;
  font-weight: 500;
}

.mk-cart-a-design {
  margin-top: -12px;
  float: left;
  background: #852677;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 25px;
}

.mk-cart-table {
  width: 100%;
  margin-top: 25px;
}

.mk-cart-table .table {
  border: 1px solid #dee2e6;
}

.mk-cart-theader {
  background: #f8f9fa;
}

.mk-cart-table .table td, .mk-cart-table .table th {
  vertical-align: middle;
  border-top: 0px;
  border-bottom: 1px solid #dee2e6;
}

.mk-right {
  float: right;
}

.mk-left {
  float: left;
}

.mk-width-100 {
  width: 100%;
}

.mk-cart-img-tbl {
  width: 12%;
}

.mk-cart-detail-tbl {
  width: 35%;
}

.mk-cart-salor-tbl {
  width: 10%;
}

.mk-cart-number-tbl {
  width: 5%;
}

.mk-cart-price-tbl {
  width: 15%;
}

.mk-cart-tot-price-tbl {
  width: 18%;
}

.mk-cart-delete-tbl {
  width: 5%;
}

.mk-number-cart-added {
  width: 40px;
}

.mk-color-of-product {
  margin: 0px 9px;
  float: right;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  margin-bottom: 20px;
}

.mk-table-cart-p p {
  float: right;
}

.mk-cart-p-1 {
  font-weight: 500;
}

.mk-cart-p-3 {
  color: #929292;
  font-size: 10px;
}

.mk-cart-etelaresani {
  width: 100%;
  border: 2px solid #e4d336;
  background: #fefdf0;
  padding: 13px 20px 5px;
  border-radius: 16px;
}

.mk-cart-total-price-box {
  border: 2px solid #57cd73;
  flex-wrap: wrap;
  border-radius: 15px;
}

.mk-cart-box-1 {
  color: #929492;
  font-weight: 500;
  padding: 14px 16px;
  font-size: 15px;
  border-bottom: 2px solid #57cd73;
}

.mk-cart-box-2 {
  color: #57cd73;
  font-weight: 500;
  font-size: 15px;
  background: #ebfbef;
  border-radius: 0px 0px 15px 15px;
  padding: 13px 16px 8px;
}

.mk-cart-bold-price {
  font-size: 19px;
}

.mk-cart-ravand {
  margin: 39px 0px 5px;
  width: 100%;
  justify-content: space-between;
}

.mk-cart-cansel-a-design {
  background: #ff0000;
  color: #fff;
  padding: 8px 23px;
  border-radius: 25px;
}

.mk-span-cart-page {
  color: #852677;
  font-weight: 500;
}

.mk-cart-ravand .mk-cart-a-design {
  margin-top: 0px;
}

.mk-cart-dlt {
  background: #feecee;
  color: red;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.mk-cart-table tbody td {
  border-left: 1px solid #dee2e6;
}

.mk-cart-grnty, .mk-cart-inp, .mk-cart-prc, .mk-cart-ttal {
  text-align: center;
}

.mk-cart-inp select {
  background: url(../img/angle-arrow-down.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 7px;
  width: 40px;
  border: 2px solid #e6e6e6;
  padding: 5px 5px;
  /* border-radius: 25px; */
  margin-bottom: 10px;
  background-size: 10px;
}

.showme {
  background-image: url("../img/info-button (4).png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  color: #000;
  text-align: right;
  padding-right: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.back-info {
  background-image: url("../img/info-button (1).png");
  color: #852677;
}
.mk-read-more-less{
  display: none;
  position: relative;
  cursor: pointer;
  color: #852677 !important;
  font-weight: 500;
}
.mk-read-more-less:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  height: 40px;
  z-index: 1;
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}

/*order*/

.mk-order-back {
  background: #fff;
  border-radius: 15px;
}

.mk-step-by-step {
  width: 100%;
  box-shadow: 0px 2px 4px 1px #e8e8e8;
  margin: 18px 0px;
  border-radius: 21px;
}

.mk-nav-steps ul {
  padding: 0px 45px;
}

.mk-nav-steps li {
  width: 33.333%;
  text-align: center;
}

.mk-nav-steps li a {
  position: relative;
}

.mk-nav-steps li:first-child a::after {
  border: 2px dashed #7f7f7f;
  content: '';
  position: absolute;
  border-style: dashed solid;
  width: 41%;
  top: 30px;
  right: 0px;
}

.mk-nav-steps li a span.mk-step-span {
  border: 3px solid #ff3030;
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 50%;
}

.mk-nav-steps li a.active span.mk-step-span {
  background-color: #ecffb1;
  border: 3px solid #f5ef34;
}

.mk-nav-steps li a::before {
  border: 1px solid #f5ef34;
  content: '';
  position: absolute;
  width: 100%;
  top: 30px;
}

.mk-nav-steps li:last-child a::before {
  border: 2px dashed #ff3030;
  border-style: dashed solid;
  content: '';
  position: absolute;
  width: 60%;
  top: 30px;
}

.mk-nav-steps li a.active::after {
  border: 2px dashed #4caf50;
}

.mk-nav-steps li a.active span.icon-nav:before {
  border: 2px dashed #f5ef34;
}

.mk-nav-steps li a.active span.icon-nav {
  background-color: #fff;
  color: #fff;
}

.mk-nav-steps li a span.icon-nav:before {
  content: '';
  border: 2px dashed #ff3030;
  width: 48px;
  height: 48px;
  display: inline-block;
  right: -3px;
  top: -3px;
  position: absolute;
  border-radius: 50%;
}

.mk-nav-steps li a span.icon-nav {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  color: #7f7f7f;
  position: relative;
  line-height: 44px;
}

.mk-nav-steps li a span.text-nav {
  width: 100%;
  display: block;
  color: #7f7f7f;
  margin-top: 10px;
}

.mk-nav-steps li a.activated span.mk-step-span {
  background-repeat: no-repeat;
  background-color: #4caf50;
  color: #fff;
  line-height: 44px;
  background-position: center;
  background-image: url("../img/tick.png");
  border: 0px;
}

.mk-nav-steps li a.activated::before {
  border: 1px solid #4caf50;
}

.mk-nav-steps li a.activated span.icon-nav:before {
  border: 2px dashed #4caf50;
}

.mk-nav-steps li a.activated::after {
  border: 2px dashed #4caf50;
}

.mk-nav-steps li:last-child a.activated::before {
  border: 2px dashed #4caf50;
}

.mk-nav-steps li a.active span.text-nav, .mk-nav-steps li a.activated span.text-nav {
  color: #4caf50;
}

.owl-sliderOrder {
  direction: ltr;
  padding: 0px;
  box-shadow: inset 6px 0px 3px -3px #d6d6d6;
}
/* .nav-owl-true .owl.nave .disabled{
display: block !important;
} */
.mk-owl-order .owl-stage {
  padding-right: 0px !important;
}

.owl-sliderOrder .checkbox {
  direction: rtl;
  box-shadow: 0px 0px 4px 1px #e8e8e8;
  margin: 7px;
  border-radius: 12px;
  width: 370px;
}
.owl-sliderOrder  .checkbox label{
  width: 370px;
  padding: 0px;
  margin-bottom: 0px;
}
.owl-sliderOrder .checkbox label::before{
  position: absolute;
  bottom: 11px;
  right: 27%;
}
.owl-sliderOrder .checkbox input[type=checkbox]:checked+label,.owl-sliderOrder .checkbox input[type=radio]:checked+label{
  background: #f8f9fa;
  border-radius: 12px;
}
.mk-order-header {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 12px 12px 0px 0px;
  text-align: right;
}

.mk-order-header button img {
  width: 10px !important;
  margin-top: 5px !important;
  margin-left: 10px !important;
  height: auto !important;
}

.mk-order-header button {
  float: left;
  float: left;
  border: 0px;
  cursor: pointer;
  background: transparent;
}

.mk-order-header button span {
  font-size: 16px;
  color: red;
}

.mk-city-info {
  justify-content: space-between;
  padding: 10px 24px;
}

.mk-city-info p {
  margin-bottom: 1px;
}

.mk-address-info {
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}

.mk-address-info p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

.mk-address-info a {
  background: #fffadc;
  color: #7b755e;
  padding: 5px 10px;
  font-size: 10px;
}

.mk-phone-info {
  justify-content: space-between;
  padding: 10px 24px;
  border-top: 1px solid #e8e8e8;
}

.mk-order-footer {
  box-shadow: 0px -1px 2px -1px #a5a5a5;
  background: #f8f9fa;
  padding: 10px;
  text-align: center;
  border-radius: 0px 0px 12px 12px;
}

.mk-new-address {
  position: relative;
  display: block;
  width: 193px;
  height: 275px;
}

.mk-new-address-p {
  transform: rotate(-90deg);
  width: 261px;
  position: absolute;
  top: 93px;
  right: -81px;
  border: 3px dashed #b7b8b8;
  color: #b7b8b8;
  padding: 7px 20px 0px;
  font-size: 21px;
  height: 101px;
}

.mk-new-address-p span {
  font-size: 46px;
  padding-left: 5px;
  position: relative;
  top: 8px;
}

.mk-order-notif {
  margin: 20px 0px;
  width: 100%;
  border: 2px solid #e4d336;
  background: #fefdf0;
  padding: 13px 20px 15px;
  border-radius: 16px;
}

.mk-order-notif p {
  margin-bottom: 1px;
  font-size: 10px;
  color: #90896c;
}

.mk-choose-adres {
  color: #969696;
  width: 100%;
  padding: 0px 15px;
  margin: 10px 0px 20px;
}

.mk-order-notif h6 {
  color: #90896c;
}

.mk-order-pay-ways {}

.mk-order-pay-ways h5 {
  color: #969696;
  width: 100%;
  padding: 0px 15px;
  margin: 10px 0px 20px;
}

.mk-order-way-image img {
  width: 100%;
  border-radius: 8px 9px 0px 0px;
}

.mk-order-pay-ways .checkbox {
  box-shadow: 0px 0px 4px 1px #e8e8e8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.mk-order-way-radio-head {
  height: 25px;
  text-align: center;
}
.mk-order-pay-ways .checkbox label{
  padding:0px;
  margin: 0px;
  width: 100%;
}
.mk-order-pay-ways .checkbox input[type=checkbox]:checked+label,.mk-order-pay-ways .checkbox input[type=radio]:checked+label{
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 0px;
}
.mk-order-pay-ways .checkbox label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  position: absolute;
  right: 47%;
  border: 3px solid #e6e6e6;
  top: -23px;
}

.mk-order-post-detail {
  text-align: center;
  padding: 10px;
  font-weight: 500;
}

.mk-order-ul-pay {
  text-align: right;
}

.mk-order-hr {
  width: 80%;
  margin: 0px auto 13px;
}

.mk-order-post-detail span {
  font-size: 16px;
}

.mk-order-back-or-front {
  margin: 45px 0px 40px;
  padding: 0px;
}

.mk-order-span-design {
  background: #852677;
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 12px;
  margin-right: 15px;
}
/* offer */
.promotion__header {
  background: url("../img/patern.png") 50% 42% #fb3449;
  /* position: relative; */
  /* top: 0; */
  height: 60px;
}
.cssload-clock{
  border-radius: 33px;
  top: 9px;
  border: 2px solid rgb(255,255,255);
  height: 44px;
  width: 44px;
  position: relative;
  left: 35%;
  left: calc(50% - 24px);
  left: -o-calc(50% - 24px);
  left: -ms-calc(50% - 24px);
  left: -webkit-calc(50% - 24px);
  left: -moz-calc(50% - 24px);
  margin: auto;
  float: left;
}
.cssload-clock:after{
  content: "";
  position: absolute;
  background-color: rgb(255,255,255);
  top:1px;
  left: 48%;
  height: 21px;
  width: 2px;
  border-radius: 3px;
  transform-origin: 50% 97%;
  -o-transform-origin: 50% 97%;
  -ms-transform-origin: 50% 97%;
  -webkit-transform-origin: 50% 97%;
  -moz-transform-origin: 50% 97%;
  animation: grdAiguille 1.6s linear infinite;
  -o-animation: grdAiguille 1.6s linear infinite;
  -ms-animation: grdAiguille 1.6s linear infinite;
  -webkit-animation: grdAiguille 1.6s linear infinite;
  -moz-animation: grdAiguille 1.6s linear infinite;
}



.cssload-clock:before{
  content: "";
  position: absolute;
  background-color: rgb(255,255,255);
  top:3px;
  left: 48%;
  height: 19px;
  width: 2px;
  border-radius: 3px;
  transform-origin: 50% 94%;
  -o-transform-origin: 50% 94%;
  -ms-transform-origin: 50% 94%;
  -webkit-transform-origin: 50% 94%;
  -moz-transform-origin: 50% 94%;
  animation: ptAiguille 9.6s linear infinite;
  -o-animation: ptAiguille 9.6s linear infinite;
  -ms-animation: ptAiguille 9.6s linear infinite;
  -webkit-animation: ptAiguille 9.6s linear infinite;
  -moz-animation: ptAiguille 9.6s linear infinite;
}



@keyframes grdAiguille{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

@-o-keyframes grdAiguille{
  0%{-o-transform:rotate(0deg);}
  100%{-o-transform:rotate(360deg);}
}

@-ms-keyframes grdAiguille{
  0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}

@-webkit-keyframes grdAiguille{
  0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}

@-moz-keyframes grdAiguille{
  0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}

@keyframes ptAiguille{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

@-o-keyframes ptAiguille{
  0%{-o-transform:rotate(0deg);}
  100%{-o-transform:rotate(360deg);}
}

@-ms-keyframes ptAiguille{
  0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}

@-webkit-keyframes ptAiguille{
  0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}

@-moz-keyframes ptAiguille{
  0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}
.clock-offer-page{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  float: left;
}
.promotion__title{
  float: right;
}
.promotion__timer{
  float: left;
  background: #ff4c61;
  padding: 0 10px 0 15px;
  height: 60px;
}
.timer-offer-page{
  width: 145px;
}
.timer-offer-page h5{
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 10px;
  text-shadow: none;
}

.timer-offer-page .timer {
  padding: 10px;
  text-align: center;
  /* padding-top: 15px; */
}

.timer-offer-page .timer .timer-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  /* background: #3a3a3a; */
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-right: 2px;
  line-height: 30px;
}

.timer-offer-page .timer .timer-wrapper .time {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

.timer-offer-page .timer .timer-wrapper .text {
  font-size: 12px;
  color: red;
}
.timer__spacer2{
  margin-right: 2px;
  margin-left: 2px;
  font-size: 30px;
  /* margin-left: -4px; */
  color: #fff;
  vertical-align: 2px;
}
.mk-promotion-paraghraph{
  font-size: 21px;
  color: #fff;
  padding-top: 11px;
}
.box-offers{
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  background: #fff;
  border: 1px solid #ebeced;
}
.product-off-page{
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border-bottom: 1px solid #ededed;
  padding: 10px 10px 25px;
  min-height: 300px;
}
.product-off-page:nth-child(odd){
  border-left: 1px solid #ededed;
}
.products-link{
  display: block;
}
.products-link img{
  width: 100%;
}
.product__info{
  padding: 0 10px 0 25px;
}
.product-info_title{
  margin: 15px 0 0;
  color: #373737;
  font-size: 16px;
  font-size: 14px;
  line-height: 26px;
  min-height: 52px;
}
.product__attributes{
  background: #fafafa;
  padding: 10px;
  margin: 10px 0 15px;
  min-height: 100px;
  max-height: 132px;
overflow: hidden;
  color: #7a7a7a;
}
.product__attributes span{
  display: block;
  position: relative;
  padding-right: 14px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.product__attributes span::before{
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 5px;
  height: 5px;
  background: #d7d7d7;
  border-radius: 50%;
}
.product__price{
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  height: 50px;
  margin-bottom: 10px;
}
.price__old{
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #cecece;
}
.price__old::after{
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  width: 110%;
  transform: translate(-50%,-50%);
  height: 1px;
  background: #b6b4b4;
}
.price__final{
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #fa3348;
  padding-left: 55px;
}
.product__sell{
  display: inline-block;
  padding: 7px 26px;
  background-color: #4caf50;
  color: #fff!important;
  line-height: normal;
  cursor: pointer;
  font-size: 13px;
  font-size: .8125rem;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
  border-radius: 3px;
}
/*pay*/
.mk-table-price-and-pay{
  border: 1px solid #852677;
  margin: 30px 0px;
  text-align: center;
  justify-content: normal;
}
.mk-table-price-and-pay tbody tr td{
  padding: 10px;
  border-right: 1px solid #852677;
}
.mk-table-price-and-pay tbody tr td:first-child{
  text-align: right;
  border-right: 0px;
}
.mk-pay-choose {
  width: 100%;
  padding: 44px 4px;
  box-shadow: 0px 2px 4px 1px #e8e8e8;
  border-radius: 15px;
  margin-bottom: 15px;
}

.mk-pay-choose .checkbox label {
  font-size: 16px;
  font-weight: 500;
}

.mk-pay-code-takhfif {
  float: right;
}
.mk-hide-show{
  display: none;
}
.mk-show-show input[type=radio]:checked+label:before .mk-hide-show{
  display: block;
}
.mk-pay-code-input {
  width: 219px;
  border-radius: 0px 17px 17px 0px;
  padding: 5px 12px;
  border: 1px solid #852677;
}

.mk-pay-buttun-code {
  color: #fff;
  background: #852677;
  border: 1px solid #852677;
  border-radius: 17px;
  padding: 6px 14px;
  position: relative;
  right: -14px;
  cursor: pointer;
}

.owl-sliderpay .mk-flex-display {
  font-size: 10px;
  margin-top: 5px;
}

.owl-sliderpay .mk-flex-display .mk-price {
  order: 2;
  font-size: 10px;
}

.owl-sliderpay {
  box-shadow: inset 6px 0px 3px -3px #d6d6d6;
}

.owl-pay .mk-body-of-owl {
  padding: 19px 18px 5px 42px;
}

.owl-pay .owl-sliderpay .owl-nav {
  display: block;
}

.owl-sliderpay .owl-nav button.owl-next {
  position: absolute;
  left: -29px;
  top: 6vw;
}

.owl-sliderpay .owl-nav button.owl-prev {
  position: absolute;
  right: -9px;
  top: 6vw;
}

.owl-sliderpay .owl-nav button.owl-next, .owl-sliderpay .owl-nav button.owl-prev, .owl-sliderpaybutton.owl-dot {
  font-size: 55px;
  color: #869791;
}

.owl-sliderpay .owl-dots {
  display: none;
}

.owl-sliderpay .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #869791;
  text-decoration: none;
}

.mk-pay-way-choose {
  width: 100%;
}

.mk-pay-bank {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 1px #e8e8e8;
  margin-bottom: 15px;
}

.mk-pay-way-choose h5 {
  color: #969696;
  width: 100%;
  padding: 0px 15px;
  margin: 10px 0px 20px
}

.mk-pay-checkbox {
  background: #f8f9fa;
  border-radius: 0px 12px 12px 0px;
  border-left: 1px solid #e6e6e6;
  width: 40px;
}

.mk-pay-checkbox label:before {
  right: 9px;
  top: 61px;
}

.mk-bank-choose {
  width: 50%;
}

.mk-pay-dargah {
  width: 60%;
}

.mk-pay-dargah h5 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
  margin-bottom: 4px;
  color: #5d5d5d;
}

.mk-pay-dargah p {
  padding-right: 10px;
}

.mk-pay-dargah p span {
  color: #852677;
}

.mk-pay-tajrobe {
  width: 40%;
}

.mk-banks-pay {
  padding-right: 10px;
}

.mk-pay-tajrobe p {
  margin-top: 10px;
  float: left;
  padding-left: 30px;
}

.mk-pay-tajrobe p::after {
  content: "";
  background-image: url("../img/tick (2).png");
  float: right;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.mk-pay-hozuri {}

.mk-pay-hozuri h5 {
  padding-bottom: 14px;
  margin-bottom: 4px;
  color: #5d5d5d;
  padding-top: 20px;
}

.mk-pay-hozuri .checkbox {
  border-left: 1px solid #e6e6e6;
  padding: 35px 10px;
}

.mk-pay-hozuri label:before {
  right: 11px;
  bottom: -15px;
}

.mk-pay-footer-owl {
  padding: 15px 10px;
  border-radius: 0px 0px 12px 12px;
  background: #f8f9fa;
  font-size: 13px;
  font-weight: 500;
}

.mk-pay-price-span {
  color: #4caf50;
  float: left;
  font-size: 14px;
}

.mk-pay-header {
  padding: 10px 10px 28px;
}

.mk-pay-header h6 {
  width: 60%;
  float: right;
  color: #000;
}

.mk-pay-header span {
  float: right;
  width: 40%;
  text-align: left;
}

.mk-truck-pay img {
  width: 40px;
  margin-left: 16px;
}

.mk-truck-pay p {
  font-weight: 500;
  margin-top: 5px;
}

.mk-truck-pay p span {
  color: #4caf50;
}
.mk-bank-logo-pay{
  width: 22px;
  margin-left: 5px;
}
.mk-absolute-h5-check{
  position: absolute;
  width: 202px !important;
  right: 46px;
  top: -37px;
}
/*profile*/
.mk-select-sex select{
  font-size: 18px;
  padding: 20px 10px 3px 5px;
  display: block;
  width: 290px;
  border: none;
  border-bottom: 3px solid #c6c6c6;
  width: 90%;
  outline: none;
}
.mk-select-sex label{
  top: 0px;
}
.mk-prof-title-h5 {
  color: #828181;
  width: 100%;
  margin: 30px 0px 15px;
}

.mk-profile-form-edit .checkbox label {
  color: #999;
}
.mk-profile-form-edit .mk-login-group input:focus~label,.mk-profile-form-edit .mk-login-group input:valid~label{
  color: #13b721;
}
.mk-profile-form2 .mk-login-group input:focus~label,.mk-profile-form2 .mk-login-group input:valid~label{
  color: #13b721;
}
.mk-profile-form-edit .mk-login-group input:valid,.mk-profile-form2 .mk-login-group input:valid{
  border-bottom-color: #13b721;
}
.mk-prof-form {
  width: 100%;
}
.mk-span-red-value{
  color: red;
}
.mk-nav-profile {
  padding: 0px;
}

.steps-profile {
  padding: 35px 30px;
  margin-bottom: 48px;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
  border-radius: 14px;
}

.steps-profile .mk-nav-profile li:last-child a::after {
  border: 1px dashed #61ba64;
  content: '';
  position: absolute;
  width: 62%;
  top: 20px;
  right: -42px;
}

.steps-profile .mk-nav-profile li:first-child a::before {
  border: 1px dashed #7f7f7f;
  content: '';
  position: absolute;
  width: 62%;
  top: 20px;
  left: -31px;
}

.steps-profile .mk-nav-profile li {
  width: 32%;
  position: relative;
}

.steps-profile .mk-nav-profile li a span.icon-nav-prof:before {
  content: '';
  border: 2px solid #FF3030;
  width: 48px;
  height: 48px;
  display: inline-block;
  right: 30px;
  top: -3px;
  position: absolute;
  border-radius: 50%;
}

.steps-profile .mk-nav-profile li a span.text-nav-prof {
  width: 100%;
  display: block;
  color: #7f7f7f;
  margin-top: 15px;
  right: 10px;
  position: relative;
  font-weight: 500;
}

.steps-profile .mk-nav-profile li a span.icon-nav-prof img {
  position: relative;
  left: -26px;
  top: 2px;
}

.steps-profile .mk-nav-profile li a span.icon-nav-prof img.mk-step-image-profile-no {
  display: none;
}

.steps-profile .mk-nav-profile li a.activated span.icon-nav-prof img.mk-step-image-profile-no {
  display: block;
}

.steps-profile .mk-nav-profile li a.activated span.icon-nav-prof img.mk-step-image-profile {
  display: none;
}

.steps-profile .mk-nav-profile li a.activated span.icon-nav-prof:before {
  border: 2px solid #61ba64;
}

.steps-profile .mk-nav-profile li:last-child a.activated::after {
  border: 1px dashed #852677;
}

.steps-profile .mk-nav-profile li:first-child a.activated::before {
  border: 1px dashed #61ba64;
}

.mk-p-profile-sazman {
  padding: 0px 40px 0px 81px;
  color: #999;
  font-weight: 500;
}

.mk-text-okay {
  color: #d4d4d4;
}

.steps-profile .mk-nav-profile li a.activated span.mk-text-okay {
  font-weight: 600;
  color: #852677;
  width: 100%;
  margin-right: 15px;
}

.mk-nav-info {
  margin-left: 4px;
}

.mk-profile-check .checkbox label {
  color: #7f7f7f;
}

.mk-profile-page .mk-login-group input {
  width: 90%;
}

.mk-profile-page .mk-login-bar {
  width: 90%;
}

/*main product*/

.mk-empty-mp {
  width: 100%;
  height: 11px;
  background: #edeef1;
}

.mk-main-product-page {
  margin-bottom: 30px;
  margin-top: 50px;
}
.mk-design-better .mk-price{
  order: 2;
  font-size: 11px;
}
.mk-design-better .mk-price-Discount{
  font-size: 10px;
  order: 1;
}

.mk-mp-slider .mk-nav-tabs li {
  width: 25%;
  padding: 1px 5px 12px 5px;
  min-height: 48px;
}

.mk-mp-slider .mk-nav-tabs li.active:after {
  display: none;
}

.mk-mp-tile {
  padding: 0px 15px;
}

.mk-mp-tile .mk-caption-banner-top-2 {
  font-size: 13px;
}

.mk-mp-tile .mk-caption-banner-2 {
  bottom: 16px;
  font-size: 10px;
}

.mk-mp-box {
  box-shadow: 0px 0px 5px 0px #e8e8e8;
  border-radius: 12px;
}

.mk-mp-box-title {
  width: 100%;
  background: #f8f9fa;
  color: #852677;
  font-weight: 500;
  padding: 10px;
  border-radius: 12px 12px 0px 0px;
}

.mk-mp-box-detail {
  padding: 10px;
  line-height: 17px;
  text-align: justify;
}

.mk-mp-owls {
  padding: 0px 15px;
  margin-top: 20px;
}

.mk-mp-owls .owl-theme .owl-dots {
  display: none;
}

.mk-mp-owls .mk-pay-header .mk-mp-owl-title {
  color: #852677;
}

.mk-mp-owls .owl-nav button.owl-next {
  position: absolute;
  left: -9px;
  top: 6vw;
}

.mk-mp-owls .owl-nav button.owl-prev {
  position: absolute;
  right: -9px;
  top: 6vw;
}

.mk-mp-owls .owl-nav button.owl-next, .mk-mp-owls .owl-nav button.owl-prev {
  font-size: 55px;
  color: #869791;
}

.mk-mp-owls .mk-body-of-owl {
  padding: 19px;
}

.mk-mp-owls .owl-theme .owl-nav [class*='owl-']:hover {
  color: #869791;
  background: transparent;
}

.mk-mp-filter .checkbox input[type=checkbox]:checked+label, .mk-mp-filter .checkbox input[type=radio]:checked+label {
  color: #852677;
}

.mk-mp-filter {
  padding: 20px 15px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 3px #e8e8e8;
}

.mk-mp-filter-part-1 {
  margin: 10px 0px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.mk-mp-filter-part-2 {
  margin: 10px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.mk-mp-filter-ul-parent {
  list-style-type: none;
  padding-right: 0px;
}

.mk-mp-filter-span::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  top: 4px;
}

.mk-mp-filter-a {
  color: #656565;
  font-size: 13px;
  font-weight: 500;
  padding-right: 4px;
}

.mk-mp-filter-a:hover {
  color: #656565;
}

.mk-mp-filter-child-ul {
  list-style-type: none;
  padding-right: 0px;
  margin-right: 15px;
}

.mk-mp-span-child::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  top: 4px;
}

.mk-mp-a-child {
  color: #656565;
  font-size: 13px;
  font-weight: 500;
  padding-right: 4px;
}

.mk-mp-a-child:hover {
  color: #852677;
}

.mk-mp-filter-last-ul {
  list-style-type: none;
  margin-top: 10px;
}

.mk-mp-filter-last-li {
  margin-bottom: 5px;
  overflow: hidden;
  width: 90%;
}

.mk-mp-a-last-child {
  color: #656565;
  font-size: 13px;
  /*font-weight: 500;*/
  padding-right: 4px;
}

.mk-mp-a-last-child:hover {
  color: #852677;
}
.mk-mp-span-last-child{
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mk-mp-span-last-child a.active {
  color: #852677;
}

.mk-mp-filter-part-3 .checkbox label {
  width: 100%;
}
.mk-mp-filter-part-3 .mk-check-mar .checkbox input[type=checkbox]:checked+label:before,.mk-mp-filter-part-1 .mk-check-mar .checkbox input[type=checkbox]:checked+label:before{
  content: "\f00c" !important;
  font-family:FontAwesome;
  width: 20px;
  height: 20px;
  font-weight: 100;
  color: #852677;
  right: 2px;
  background: #fff;
  /*border-radius: 0px;*/
}
.center-block .checkbox label{
  width: 100%;
}
.mk-mp-filter-part-3 .checkbox label span {
  float: left;
}
.center-block .checkbox label span {
  float: left;
}
/*products or category*/
.mk-category-search-result{
  margin-bottom: 8px;
}
.mk-ads{
  margin-top: 30px;
}

.mk-category-page {
  background: #edeef1;
  width: 100%;
}

.mk-category-section-main {
  margin-top: 30px;
  padding-bottom: 30px;
}

.mk-category-filter {
  margin-bottom: 13px;
  padding: 20px 10px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 0px 5px 3px #e8e8e8;
}

.panel-heading {
  padding: 0;
  border: 0;
}

.panel-title>a, .panel-title>a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
}

.panel-heading a:before {
  content: "\f107";
  font-family: FontAwesome;
  float: left;
  transition: all 0.5s;
  font-size: 25px;
  font-weight: 600;
  margin-top: -7px;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mk-category-filter-part-2 .panel-default {
  border-bottom: 1px solid #e0e0e0;
}
.mk-category-filter-part-2 .panel-default:last-child{
  border-bottom: 0;
}

.mk-category-page .checkbox input[type=checkbox]:checked+label, .mk-category-page .checkbox input[type=radio]:checked+label {
  color: #852677;
}

.mk-category-page .checkbox label {
  width: 100%;
}

.mk-category-page .checkbox label::before {
  background: #fff;
}

.mk-category-page .checkbox label span {
  float: left;
  padding-left: 11px;
}

.mk-category-products {
  background: #fff;
  border-radius: 0;
  padding: 20px 20px 20px 20px;
}

.mk-category-nav {
  padding-right: 0px;
  list-style-type: none;
}

.mk-category-nav li {
  display: inline;
  padding-left: 10px;
}

.mk-category-nav li::after {
  content: "\f104";
  font-family: FontAwesome;
  padding-right: 5px;
  font-weight: 600;
  font-size: 13px;
  color: #5f5b5b;
}

.mk-category-nav li:last-child::after {
  content: "";
}

.mk-category-nav li a {
  font-weight: 500;
  color: #5f5b5b;
}

.mk-name-pr {
  color: #7b7b7b;
  padding-left: 20px;
}

.mk-name-pr::after {
  content: "|";
  padding-right: 13px;
  font-size: 25px;
  position: relative;
  top: 3px;
}

.mk-category-name-search {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.mk-category-form-search .mk-input-search input {
  width: 160px;
  background: #fff;
  border-radius: 0px;
  height: 30px;
  margin-top: 6px;
}
.mk-search-2{
  border-radius: 0px;
  height: 30px;
  margin-top: 6px;
}
.mk-category-sort-ul{
  padding-right: 0px;
  list-style-type: none;
  text-align: left;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4px;

}
.mk-category-sort-ul li{
  display: inline;
  padding-right: 30px;
  font-weight: 500;
}
.mk-category-sort-a{
  color: #a0a0a0;
}
.mk-category-sort-ul li a.active{
  color: #852677;
  border-bottom: 3px solid #852677;
}
.mk-category-sort-a:hover{
  color: #852677;
  border-bottom: 3px solid #852677;
  transition: 0.2s ease all;
}
.mk-category-list-products{
  margin: 20px 0px;
}
.mk-category-box{
  /* margin: 10px; */
}
.mk-box-cat-product{
  display: block;
  /* border-radius: 12px; */
  background: #fff;
  /* box-shadow: 0px 0px 4px 3px #e8e8e8; */
  margin: 10px;
  border: 1px solid #EEEFF1;
  height: 97%;
}
.mk-image-product-category-page{
  padding: 5px;
}
/* .mk-image-product-category-page img{
  border-radius: 12px 12px 0px 0px;
} */
.mk-box-cat{
  padding: 0px 10px;
}
.mk-box-cat .mk-price{
  order: 2;
  font-size: 11px;
}
.mk-box-cat .mk-price-Discount{
  font-size: 11px;
  order: 1;
}
.mk-pagination .page-link{
  color: #a0a0a0;
  background-color: transparent;
  border: 0px;
}
.mk-pagination .page-item.active .page-link{
  color: #852677;
  background-color: transparent;
}
.mk-category-part-1{
  border-bottom: 1px solid #e0e0e0;
}
.mk-clear-tag{
  font-weight: 500;
}
.mk-clear-tag button{
  float: left;
  border: 0px;
  background: transparent;
  color: #852677;
  font-weight: 500;
  cursor: pointer;
}
.mk-tag-ul{
  padding-right: 0px;
  list-style-type: none;
  margin-bottom: 6px;
}
.mk-tag-ul li{
  border: 1px solid #bfbfbf;
  display: inline-table;
  margin-bottom: 6px;
  background: white;
  padding: 3px 6px;
  border-radius: 17px;
  color: #777777;
}
.icon-delet-tas{
  width: 7px;
  cursor: pointer;
  margin-left: 8px;
}
.more-tags{
  width: 100%;
  font-size: 14px;
}
.icon-add-tags{
  width: 13px;
  cursor: pointer;
  margin-left: 3px;
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -9px;
  border-radius: 50%;
}
.noUi-handle-lower:before, .noUi-handle-lower:after {
  content: "\f104";
  font-family:FontAwesome;
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  background: transparent;
  left: 6px;
  top: -4px;
}
.noUi-handle-upper:before, .noUi-handle-upper:after {
  content: "\f105";
  font-family:FontAwesome;
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  background: transparent;
  left: 8px;
  top: -4px;

}
.noUi-connect {
  background: #6b6b6b;
}
.noUi-connects {
  background: #d0d0d0;
}
.noUi-horizontal .noUi-handle{
  background: #852677;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
}
.mk-range-prices{
  margin-top: 20px;
  color: #777777;
}
.mk-range-prices span{
  margin: 0px 11px;

}
.mk-input-price-range{
  border: 0px;
  background: #852677;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 24px;
  margin: 19px 0px;
  width: 100%;
}
.mk-example{
  text-align: center;
}
.mk-toggle-sidebar-menu{
  display: none;
}
.mk-toggle-sidebar-menu i{
  width: 100%;
  background: #f8f9fa;
  padding: 10px 11px;
  font-size: 20px;
  margin-bottom: 11px;
  border-radius: 12px;
}
.mk-menu-toggle-side{
  display: block;
}
/* seller */
.p-seller__detail, .s-info__link, .s-about__header, .s-rating li, .s-score li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.center-child-seller{
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.p-seller__detail{
  min-height: 370px;
  padding-top: 5px;
  margin-bottom: 15px;
  background: #fff;
}
.s-info{
  position: relative;
  padding-right: 110px;
  padding-left: 22px;
  padding-top: 15px;
  width: 35%;
}
.s-info__logo{
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  right: -30px;
  top: 15px;
  z-index: 1;
  width: 100px;
  height: 80px;
  margin-right: 15px;
  box-shadow: rgba(0,0,0,.1) 0 0 12px 0;
  margin-left: 10px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.s-info__logo img{
  width: 60px;
  margin-top: 10px;
}
.s-info__title{
  margin-bottom: 20px;
  padding-top: 10px;
}
.s-info__title span {
  display: block;
}
.s-info__title span:first-child{
  font-size: 17px;
  margin-bottom: 8px;
}
.s-info__title span:last-child {
  color: #b1b1b1;
}
.s-info__rate{
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 22px;
  font-size: 24px;
  color: #939393;
  text-align: center;
  padding: 5px 0;
}
.s-info__rate>span i {
  margin-left: 6px;
}
.percentage{
  border-left: 1px solid #f0f0f0;
  padding-left: 12px;
  margin-left: 12px;
}
.s-info__rate>span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.s-info__link{
  line-height: 48px;
  padding: 0 12px;
  border-top: 1px solid #f2f2f2;
  height: 50px;
  color: gray;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #fbfbfb;
  z-index: 2;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-info__link__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 15px;
}
.s-info__link a {
  color: #afafaf;
  color: #afafaf;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
.s-info__link i {
  vertical-align: -1px;
  margin-left: 6px;
}
.s-rate__rating{
  padding: 10px 17px 56px;
  background: #fff;
  position: relative;
  z-index: 1;
  height: inherit;
}
.s-rate__header{
  color: gray;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 10px 20px 10px 15px;
  margin-bottom: 45px;
}
.s-rate__header i {
  margin-left: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.s-rating li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  /* display: flex;
  justify-content: unset; */
  color: #b5b5b5;
}
.s-rating li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.s-rating li i {
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 28px;
}
.s-score__header {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
  color: #545454;
}
.s-score li{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fbfbfb;
  margin-bottom: 8px;
  border-radius: 3px;
  padding: 8px 18px 8px 8px;
  font-size: 11px;
  color: #5f5f5f;
}
.s-score ul{
  padding: 0px;
  list-style-type: none;
}
.s-score ul li i{
  font-size: 30px;
  margin-left: 12px;
}
.s-score ul li span{
  max-height: 50px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  overflow: hidden;
  padding-left: 5px;
}
.s-score ul li img{
  width: 50px;
  height: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-score {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 17px;
}
.red{
  color: red;
}
.green{
  color: green;
}
.s-rating__bar{
  width: 150px;
  border-radius: 5px;
  height: 11px;
  background: #f8f8f8;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.com-agree{
  background-color: #0eb40c;
}
.agree-almost{
  background-color: #86ed2c;
}
.no-idea{
  background-color: rgb(253, 195, 100);
}
.no-agree{
  background-color: rgb(245, 154, 5);
}
.com-no-agree{
  background-color: rgb(239, 86, 97);
}
.s-rating ul{
  padding: 0px;
  list-style-type: none;
}
.s-rating__title {
  width: 68px;
  color: #828282;
}
.s-rating__rate-wrapper {
  min-width: 56px;
  text-align: center;
}

.moment-offer-box {
  display: block;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
  background: #fff;
  text-align: center;
  margin-bottom: 9px;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-transition: all ease-out 200ms;
  -moz-transition: all ease-out 200ms;
  -o-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}

.header-offer-moment {
  background: #f8f9fa;
  color: #852677;
  line-height: 2;
  padding: 7px 0;
  font-weight: 500;
  border-top: 2px solid #852677;
  margin-bottom: 10px;
}

.header-offer-moment h6 {
  font-size: 14px;
}

.moment-offer-box img {
  width: 70%;
  margin: 5px;
}

.name-of-offers-moment {
  font-size: 13px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: rtl;
  padding: 0 19px;
  color: #000;
}

.footer-offer-moment {
  height: 70px;
  position: relative;
}

.button-moments {
  position: absolute;
  left: 16px;
  -webkit-transition: all ease-out 200ms;
  -moz-transition: all ease-out 200ms;
  -o-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  background: #852677;
  color: #f1f1f1;
  font-size: 12px;
  padding: 7px 23px 6px;
  margin-top: 17px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.moment-price-box {
  font-size: 20px;
  color: #f15b67 !important;
  direction: rtl;
  text-align: right;
  line-height: 22px;
}

.price-box-outer {
  margin-right: 16px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mk-progress-for-offer-moment {
  padding: 0 17px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
}

.mk-progress-for-offer-moment .progress {
  height: 2px;
  z-index: 1;
}

.moment-offer-box:hover .offer-moment {
  transition: 900ms !important;
}

.menu-design-share {
  box-sizing: border-box;
  width: 365px;
  height: auto;
  background: #eeeff1;
  border: 1px solid #e6e7e8;
  left: -116% !important;
  /* right: 0px !important; */
  position: absolute;
  padding: 20px 12px;
  top: 17px !important;
  z-index: 200;
  font-size: 12px;
  -webkit-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
  box-shadow: 0 2px 2px #cacaca;
  -moz-box-shadow: 0 2px 2px #cacaca;
  -webkit-box-shadow: 0 2px 2px #cacaca;
  -ms-box-shadow: 0 2px 2px #cacaca;
}

.menu-design-share::before {
  border-bottom: 9px solid #eeeff1;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  right: 102px;
  position: absolute;
  top: -9px;
  z-index: 5;
}

.innet-share-link-social {
  height: 30px;
  line-height: 28px;
}

.innet-share-link-social span {
  color: #666;
  float: right;
}

.innet-share-link-social ul {
  float: left;
}

.mk-dropdown-links-ul {
  padding: 0px;
}

.mk-dropdown-links-ul li {
  display: inline-block;
  padding: 0px;
  width: 37px;
  height: 24px;
  line-height: 24px;
}

.mk-dropdown-links-ul li a {
  color: #fff;
  padding-top: 5px;
  display: block;
  font-size: 16px;
  /* text-indent: -9999px; */
  margin-right: 6px;
  width: 30px;
  height: 30px;
}
.dropdown-menu.show{
  z-index: 99999;
}

.mk-dropdown-links-ul li a::after {
  content: "" !important;
}

.mk-sharing-shortlink {
  margin: 20px 0 13px;
  background: #f5f6f7;
  padding: 7px 25px !important;
}

.mk-sharing-shortlink label {
  color: #666;
  float: right;
}

.mk-sharing-shortlink input {
  color: #666;
  height: 24px;
  padding: 0 13px 0px 5px;
  text-align: center;
  width: 183px;
  border-color: #fff;
  direction: ltr;
  text-align: left;
  border: 0px;
  font-size: 9px;
}

.mk-sharing-friends {}

.mk-sharing-friends label {
  float: none;
  display: block;
  text-align: right;
  margin: 10px 0 0 0;
}

.mk-sharing-friends input {
  border-color: #c9d1d7;
  padding: 0 14px;
  height: 36px;
  color: #555;
  text-align: left;
  border: 0px;
  width: 100%;
  margin: 5px 0 10px;
  direction: ltr;
}

.mk-sharing-captcha {
  overflow: hidden;
}

.mk-sharing-captcha div {
  float: left;
}

.mk-sharing-captcha img {
  margin-top: 10px;
}

.mk-sharing-captcha .inputContainer {
  margin-top: 10px;
  margin-left: 3px;
}

.mk-sharing-captcha input {
  border-color: #c9d1d7;
  padding: 0 14px;
  height: 28px;
  color: #555;
  text-align: left;
  width: 50px;
  border: 0px;
}

.submit-form-share {
  margin-top: 12px;
}

.submit-form-share button {
  padding: 5px 20px;
  border: 0px;
  background: #852677;
  color: #fff;
  box-shadow: 0px 1px 1px 1px gainsboro;
}

.modal-design-inform .modal-header {
  background: #f0f1f2;
}

.modal-design-inform .modal-header h5 {
  width: 100%;
  font-size: 17px;
  margin-bottom: 13px;
}

.modal-design-inform .modal-content {
  border-radius: 6px;
}

.modal-design-inform .mk-modal-body-pad {
  padding: 0px 22px 0px 19px;
}

.modal-ways-inform {
  background: #f0f1f2;
  padding: 12px;
  margin-top: 35px;
  color: #737373;
  font-size: 15px;
}

.modal-favorite-design .modal-content {
  max-width: 100%;
}

.modal-favorite-design .modal-header {
  background: #f0f1f2;
}

.modal-favorite-design .modal-header h5 {
  width: 100%;
  font-size: 17px;
  margin-bottom: 13px;
}

.modal-favorite-design .modal-content {
  border-radius: 6px;
}

.modal-favorit-name-product {
  font-size: 16px;
}







/*orders*/
.mk-background-white{
  background: #fff;
  border-radius: 12px;
  padding: 25px;
}
.mk-orders-title-page{
  width: 100%;
  color: #909090;
  margin-top: 7px;
  margin-bottom: 11px;
}
.mk-div-tables{
  width:100%;
}
.mk-div-tables h5{
  width: 100%;
  color: #656565;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 11px;
}
.mk-div-tables table{
  width:100%;
}
.mk-table-titles{

}
.mk-table-values{
  color: #852677;
}
.mk-tabs-design-table{
  width: 100%;
}
.mk-tabs-design-nav {
  background: #f5f6f8;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 -6px 10px -5px rgba(0,0,0,.2) inset;
  border-radius: 4px 4px 0 0;
  text-align: right;
  height: inherit;
}
.mk-tabs-design-nav .nav-link{
  height: initial;
  width: initial;
  color: #3c3c3c;
  line-height: inherit;
  padding: 15px 10px;
  vertical-align: middle;
  display: inline-block;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid rgba(0,0,0,.2);
  margin: -1px -1px;
  box-sizing: border-box;
  position: relative;
}
.mk-tabs-design-nav .nav-link:focus,.mk-tabs-design-nav .nav-link:hover{
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: rgba(0,0,0,.2);
}
.mk-tabs-design-nav .nav-item.show .nav-link, .mk-tabs-design-nav .nav-link.active{
  border-top: 2px solid #852677;
  color: #852677;
  background-color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
  border-left: 1px solid rgba(0,0,0,.2);
  border-radius: 0px;
}
.mk-tab-part-1{
  margin-top: 35px;
  margin-bottom: 25px;
  padding: 0px 15px;
}
.mk-marju{
  background: #852677;
  padding: 8px 20px;
  display: inline-block;
  color: #fff !important;
  font-size: 13px;
  border: 1px solid #ebeced;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 15px;
  margin-top: -3px;
  position: relative;
  top: -5px;
}
.mk-tab-part-2 .table{
  text-align: center;

}
.table .thead-light th{
  background: #f8f9fa;
}
.mk-tab-part-2 .table td, .mk-tab-part-2 .table th{
  vertical-align: middle;
}
.mk-table-td-background{
  background: #e9ecef;
}
.mk-table-td-background a:before {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  right: 40%;
  position: relative;
  transition: all 0.5s;
  font-size: 25px;
  font-weight: 600;
}
.mk-table-td-background.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mk-tab-part-3 .page-item .page-link{
  margin: 2px;
  background: #f8f9fa;
  border: 0px;
  color: #3c3c3c;
}
.mk-pardakht-design{
  background: #e9ecef;
  padding: 5px 16px;
  border-radius: 22px;
  box-shadow: 0px 1px 5px 0px #7b8086;
  color: #3c3c3c;
}
.mk-code-design{
  color: #1f5f83;
  font-weight: 600;
}
.mk-message-table .thead-dark tr th{
  border-top: 0px;
}
.mk-message-table .thead-dark tr th:first-child{
  border-radius: 0px 12px 0px 0px;
  border-top: 0px;
  width: 25%;
}
.mk-message-table .thead-dark tr th:last-child{
  border-radius:12px 0px 0px 0px;
  border-top: 0px;
  width: 30%;
}
.mk-message-table tr th, .mk-message-table  tr td{
  vertical-align: middle;
}
.mk-item-of-flex-table{
  width: 30%;
  text-align: center;
  cursor: pointer;
}
.mk-read{
  color: #36d62d;
}
.mk-unread{
  color: #eb0f34;
}
.mk-span-icon-size{
  font-size: 18px;
}
.faal-sazi-cart-number{
  width: 247px;
  padding: 5px;
}
.mk-btn-edits button{
  font-size: 12px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid;
  color: #852677;
  cursor: pointer;
}
.mk-favorit-tab{
  background-color: #f0f0f0;
  padding: 15px 0;
  margin-bottom: 20px;
  border: 1px dotted #ccc;
}
.mk-favorit-tab ul{
  padding-right: 0px;
  list-style-type: none;
}
.mk-favorit-tab ul li{
  display: inline-block;
  position: relative;
  margin-right: 17px;
}
.mk-favorit-tab ul li:hover{
  outline: 1px solid #ccc;
  background-color: #fafafa
}
.mk-favorit-tab ul li:hover a{
  color: #ff5252 !important;
}
.mk-favorit-tab ul li.current-li{
  outline: 1px solid #ccc;
  background-color: #fafafa
}
.mk-favorit-tab ul li.current-li a{
  color: #ff5252;
}
.mk-favorit-tab ul li a{
  height: 50px;
  max-width: 280px;
  display: block;
}
.folder{
  padding-right: 38px;
  display: table-cell;
  height: 50px;
  text-align: right;
  vertical-align: middle;
  width: 243px;
  background: url("../img/folder.png") no-repeat 100% 50%;
}
.favoritewrapper{
  padding-bottom: 50px;
  position: relative;
  float: right;
  width: 100%;

}
.favoritewrapper .favoritesilhouette {
  float: right;
  background-color: #f0f0f0;
}
.favoritewrapper .favoritesilhouette .border1 {
  border: 1px solid #ccc;
}
.favoritewrapper .favoritesilhouette .border2 {
  border: 1px solid #fff;
}
.favoritewrapper .favoritesilhouette img {
  margin: 4px;
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle;
}
.favoritecontentwrapper{
  margin-right: 120px;
}
.favoritewrapper .favoritecontentwrapper h6 {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  float: right;
  line-height: 10px;
  font-size: 15px;
  padding: 13px 0 12px;
  width: 100%;
}
.favoritewrapper .favoritecontentwrapper h6 a{
  color: #ff5252 !important;
}
.mk-span-orange{
  color: #d27328;
}
.favoriteposition{
  color: #8a8a8a;
  font-size: 13px;
  font-style: italic;
  position: absolute;
  left: 5px;
  top: 9px;
}
.favoriteposition a {
  margin-right: 20px;
}
.favoriteposition a .first-icon{
  color: #9a9a82;
  font-size: 20px;
}
.favoriteposition a .secend-icon{
  color: red;
  font-size: 20px;
}
.inner-div-comment{
  background: #eeeff1;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 15px 15px 48px;
}
.mk-replay-div{
  margin-right: 30px;
}
.mk-gray{
  background: #f8f9fa;
}
.mk-resiv{
  color: #5fb927;
  font-size: 20px;
}
.loaderbody{
  height: 100vh;
  overflow-y: hidden;
}
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  background-image: url('../img/ajax_loading1.gif');
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 9999;
}
.paddin-for-factor-td{
  padding: 10px 12px 100px !important;
}
.hermes-rocecewrce{
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.hermes-rocecewrce p{
  color: #353535;
  font-size: 14px;
  line-height: 25px;
}
.hermes-rocecewrce ul{
  list-style-type: circle;
}
.hermes-rocecewrce ul li{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #353535;
}
.top-left-center-position-timer{
  left: 5%;
  top: 44%;
}
.top-left-center-position-timer .timer{
  width: 100%;
display: flex;
font-size: 20px;
direction: ltr;
}
.top-left-center-position-timer .timer .timer-wrapper .time{
background: #fff;
border: 1px solid #000;
padding: 5px 6px 0px;
border-radius: 4px;
}
.modal-large-custom .modal-content{
  max-width: 100%;
}

.modal-large-custom button.close{
  background: transparent;
  color: #6e6d6d;
  font-size: 26px;
}































@media screen and (max-width: 1199px) {
  .mk-menu-bottom li {
    padding-left: 10px;
  }
  .mk-form-subscribe input[type="email"] {
    margin-right: 19px;
    width: 288px;
  }
  .mk-footer-social-img li {
    margin-bottom: 3px;
  }
  .mk-ver-offer {
    padding: 1.1em 18.5px;
  }
  .mk-caption-banner {
    bottom: 11px;
    font-size: 11px;
  }
  .mk-cashi-caption {
    top: 4em;
    font-size: 11px;
  }
  .mk-caption-banner-top {
    font-size: 18px;
  }
  /* .mk-light-box img {
    width: 100%;
    height: 100%;
  } */
  .mk-sp-back-box-product {
    padding: 20px 0px;
  }
  .mk-sp-table-button button {
    padding: 3px 22px;
    font-size: 11px;
  }
  .mk-sp-table-price {
    font-size: 17px;
  }
  .steps-profile .mk-nav-profile li:last-child a::after{
    width: 52%;
    right: -17px;
  }
  .steps-profile .mk-nav-profile li:first-child a::before{
    width: 52%;
  }
  .mk-tabs-design-nav .nav-link{
    padding: 16px 8px;
    font-size: 11px;
  }
  .mk-tabs-design-nav .nav-item.show .nav-link, .mk-tabs-design-nav .nav-link.active{
    padding: 16px 8px;
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  .mk-ver-offer {
    padding: 1.1em 16.9px;
  }
  .mk-top-header-menu {
    font-size: 10px;
  }
  .mk-top-header-menu a, .mk-top-header-menu-2 a {
    font-size: 15px;
  }
  .mk-input-search input {
    width: 203px;
    font-size: 9px;
  }
  .mk-badge-cart {
    padding: 6px 12px;
  }
  .mk-logo-img {
    margin-top: 12px;
  }
  .mk-icon-search {
    padding: 4px 10px 2px 6px;
  }
  .mk-pishnahadat {
    font-size: 9px;
    padding: 13px 9px;
  }
  .mk-menu-bottom li {
    padding-left: 13px;
  }
  .mk-menu-bottom li a {
    font-size: 9px;
  }
  .mk-menu-bottom li::after {
    margin-right: 0px;
  }
  .mk-badge-cart {
    font-size: 10px;
    padding: 3px 8px;
  }
  .mk-icon-cart {
    padding: 4px 10px;
  }
  .mk-item-of-men .table {
    font-size: 11px;
  }
  .mk-cashi .mk-tiles-vertical {
    display: inline-block;
    max-width: 32.9%;
  }
  .mk-vertical-slider {
    padding-right: 15px;
  }
  .mk-form-subscribe input[type="email"] {
    margin-right: 1px;
    width: 241px;
    margin-bottom: 5px;
  }
  .mk-form-subscribe input[type="submit"] {
    padding: 8px 12px;
  }
  .owl-sliderOne .owl-nav button.owl-prev, .owl-sliderOne .owl-nav button.owl-next {
    top: 9vw;
  }
  .mk-footer-copyright-pr {
    font-size: 10px;
  }
  .mk-footer-email-icon, .mk-footer-pg, .mk-footer-question-icon {
    padding-right: 19px;
  }
  .mk-caption-banner-2 {
    bottom: 0px;
    padding: 6px;
    font-size: 10px;
  }
  .mk-2-absolute-banner .mk-caption-banner {
    bottom: 0px;
    padding: 6px;
    font-size: 10px;
  }
  .mk-caption-banner-top-2 {
    font-size: 13px;
  }
  .mk-caption-banner-top {
    font-size: 13px;
    top: 12px;
  }
  /*sign-up*/
  .mk-s-background {
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
  }
  .mk-s-form {
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
    padding: 0px 43px 31px;
  }
  .mk-sp-ul-box-product li a::after {
    padding-right: 88px;
  }
  .mk-image-product-page {
    width: 100%;
    height: 100%;
  }
  #lightgallery {
    justify-content: center;
  }
  /* .mk-light-box img {
    width: 100%;
    height: 100%;
  } */
  .mk-light-box {
    margin-bottom: 30px;
  }
  .mk-sp-salor-details {
    overflow-x: auto;
  }
  .mk-sp-salor-details .table {
    width: 900px;
  }
  /* .mk-sp-vertical-tabs .nav-tabs {
    width: 120px;
  }
  .mk-sp-vertical-tabs .nav-item {
    width: 120px;
  }
  .mk-sp-vertical-tabs .nav-tabs .nav-item.show .nav-link, .mk-sp-vertical-tabs .nav-tabs .nav-link.active {
    width: 118px;
    font-size: 10px;
    height: 134px;
  }
  .mk-sp-vertical-tabs .nav-item {
    font-size: 10px;
    line-height: 150px;
    overflow: hidden;
  }
  .mk-sp-vertical-tabs .nav-tabs .nav-item>a.active::after {
    top: 42px;
  } */
  .steps-profile .mk-nav-profile li:last-child a::after {
    width: 46%;
    right: -5px;
  }
  .steps-profile .mk-nav-profile li:first-child a::before {
    width: 44%;
  }
  .steps-profile .mk-nav-profile li a span.text-nav-prof{
    font-size:10px;
  }
  .steps-profile .mk-nav-profile li a.activated span.mk-text-okay{
    font-size:8px;
  }
  .mk-nav-info{
    width: 9px;
  }
  .mk-text-okay{
    font-size: 9px;
  }
  .mk-tabs-design-nav .nav-link{
    padding: 10px 6px;
    font-size: 9px;
  }
  .mk-tabs-design-nav .nav-item.show .nav-link, .mk-tabs-design-nav .nav-link.active{
    padding: 10px 6px;
    font-size: 9px;
  }
  .list-inline-item {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar-toggler {
    border: 0px;
    padding: 1px;
  }
  .mk-nav-tabs li a {
    font-size: 9px;
  }
  .mk-nav-tabs li.active::after {
    top: -61px;
  }
  .mk-caption-banner-top {
    font-size: 13px;
    top: 10px;
  }
  .mk-caption-banner {
    bottom: -5px;
    font-size: 10px;
  }
  .mk-cashi .mk-tiles-vertical:last-child {
    margin-bottom: 15px;
  }
  .mk-cashi .mk-tiles-vertical {
    max-width: 32.5%;
  }
  .mk-vertical-slider #myCarousel {
    flex-wrap: wrap;
    margin-bottom: 15px;
    /* height: 27.6em; */
  }
  .mk-vertical-slider #myCarousel .list-group .list-group-item:last-child {
    -webkit-border-radius: 0px 0px 0px 12px;
    -moz-border-radius: 0px 0px 0px 12px;
    border-radius: 0px 0px 0px 12px;
  }
  .mk-ver-offer {
    left: 33%;
    bottom: -5em;
    padding: 1.1em 3em;
    /* background: #852677; */
    color: #fff;
    border-radius: 12px 12px 12px 12px;
  }
  .mk-vertical-slider {
    max-width: 540px;
  }
  .mk-vertical-slider .list-group {
    flex-direction: row;
  }
  .mk-vertical-slider #myCarousel .list-group .active:after {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #eee;
    position: relative;
    top: -58px;
    right: -13px;
  }
  .mk-vertical-slider #myCarousel .list-group .list-group-item:first-child {
    border-radius: 0px 0px 12px 0px;
  }
  .mk-vertical-slider #myCarousel .carousel-inner {
    border-radius: 12px 12px 0px 0px;
  }
  .mk-vertical-slider #myCarousel .list-group-item {
    padding: 6px 12.1px;
    font-size: 10px;
  }
  .mk-vertical-slider #myCarousel .carousel-item img {
    height: auto;
  }
  .mk-footer-social-img {
    text-align: right;
    margin-top: 17px;
  }
  .mk-no-flex {
    flex-wrap: wrap;
  }
  .mk-footer-copyright-pr, .mk-footer-copyright-en {
    text-align: center;
    width: 100%;
  }
  .mk-footer-about {
    text-align: center;
  }
  .mk-top-footer {
    text-align: center;
  }
  .mk-footer-links-top {
    max-width: 100%;
    margin-top: 22px;
    text-align: center;
  }
  /*menu*/
  .mk-menu1:hover .mk-menu1-drop {
    display: none;
  }
  .mk-cart-information {
    flex-wrap: wrap;
  }
  .mk-cart-back .mk-right {
    margin-bottom: 10px;
  }
  .mk-span-cart-page {
    order: 1;
    margin-top: 10px;
  }
  .mk-cart-table .table {
    width: 625px;
  }
  .mk-cart-table {
    overflow-x: auto;
    margin-bottom: 25px;
  }
  .mk-order-pay-ways .checkbox {
    margin-bottom: 30px;
  }
  .mk-nav-steps li:first-child a::after {
    width: 35%;
  }
  .mk-nav-steps li a.activated::after {
    border: 1px dashed #4caf50;
  }
  .mk-nav-steps li:last-child a::before {
    border: 1px dashed #7f7f7f;
  }
  .mk-order-span-design {
    padding: 7px 15px;
    font-size: 8px;
  }
  .mk-order-back-or-front .mk-right {
    text-align: center;
    margin-bottom: 30px;
  }
  .mk-order-back-or-front .mk-left {
    float: none;
    text-align: center;
  }
  .mk-cart-a-design {
    float: none;
  }
  /* .mk-sp-vertical-tabs .d-flex {
    flex-wrap: wrap;
  }
  .mk-sp-vertical-tabs .nav-tabs {
    width: 100%;
  }
  .mk-sp-vertical-tabs .nav-tabs>.nav-item:last-child, .mk-sp-vertical-tabs .nav-tabs>.nav-item:last-child a.active {
    border-radius: 12px 0px 0px 0px;
  }
  .mk-sp-vertical-tabs .nav-tabs .nav-item>a.active::after {
    content: "";
    display: none;
  }
  .mk-sp-vertical-tabs .nav-item {
    width: 25%;
  } */
  .mk-toggle-sidebar-menu{
    display: block;
  }
  .mk-menu-toggle-side{
    display: none;
  }
  .steps-profile .mk-nav-profile li:last-child a::after {

    width: 64%;
    right: -57px;

  }
  .steps-profile .mk-nav-profile li:first-child a::before {

    width: 64%;

  }
  .steps-profile{
    display: none;
  }
  .mk-tabs-design-nav .nav-item.show .nav-link, .mk-tabs-design-nav .nav-link.active, .mk-tabs-design-nav .nav-link {
    padding: 10px 6px;
    font-size: 8px;
  }
  .mk-tabs-design-nav{
    overflow-x: auto;
  }
  .mk-tabs-design-nav .nav-tabs{
    width: 600px;
  }
  .mk-tab-part-2 , .mk-div-tables, .mk-message-table{
    overflow-x: auto;
  }
  .mk-tab-part-2 .table{
    width: 600px;
  }
  .mk-div-tables .table{
    width: 700px;
  }
  .mk-message-table .table{
    width: 620px;
  }

  /*.mk-message-table .thead-dark thead tr th ,.mk-message-table .thead-dark tr th:first-child , .mk-message-table .thead-dark tr th:last-child{*/
  /*display: list-item !important;*/
  /*width: 100% !important;*/
  /*border-radius: 0px !important;*/

  /*}*/
  /*.mk-message-table tr td{*/
  /*display: list-item;*/
  /*}*/
}

@media screen and (max-width: 575px) {
  .owl-sliderOne .owl-nav button.owl-prev, .owl-sliderOne .owl-nav button.owl-next {
    top: 31vw;
  }
  .mk-vertical-slider #myCarousel .carousel-item img {
    height: 100%;
  }
  .mk-vertical-slider #myCarousel .list-group-item {
    line-height: 12px;
    font-size: 9px;
  }
  .mk-vertical-slider #myCarousel .list-group .active::after {
    top: -58px;
  }
  .mk-vertical-slider #myCarousel {
    /* height: 22.6em; */
    margin-bottom: 14px;
  }
  .mk-cashi .mk-tiles-vertical {
    max-width: 100%;
  }
  .mk-ver-offer {
    left: -9999px;
    right: -9999px;
    margin: auto;
    text-align: center;
    width: 100%;
    bottom: -10.7em;
  }
  .mk-vertikal-slider-caption {
    font-size: 11px;
    left: 4px;
  }
  .mk-1-span {
    font-size: 14px;
    padding: 3px 11px 1px 7px;
  }
  .mk-2-span {
    font-size: 14px;
  }
  .mk-1-span::after {
    border-right: 14px solid #565a63;
    border-bottom: 11px solid transparent;
    border-top: 14px solid transparent;
    right: 69px;
  }
  .mk-pad-left-no-mobile {
    padding: 15px;
  }
  .mk-vertical-slider {
    max-width: 100%;
  }
  .mk-seen-before .col-3 {
    max-width: 50%;
  }
  .mk-footer-links-top li {
    display: block;
    float: none;
    margin-bottom: 21px;
    max-width: 100%;
  }
  .mk-caption-banner-top {
    font-size: 17px;
    top: 49px;
  }
  .mk-caption-banner {
    bottom: 29px;
    font-size: 13px;
  }
  .mk-caption-banner-top-2 {
    font-size: 17px;
  }
  .mk-nav-tabs {
    flex-wrap: wrap;
  }
  .mk-nav-tabs li {
    width: 100%;
    padding-bottom: 10px;
  }
  .mk-nav-tabs li.active::after {
    display: none;
  }
  .mk-nav-tabs li:first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .mk-nav-tabs li:last-child {
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
  }
  .mk-sp-ul-box-product li a::after {
    content: "";
  }
  /* .mk-sp-vertical-tabs .tab-content>.active {
    padding: 23px 10px;
  } */
  .mk-bank-choose {
    width: 100%;
  }
}
@media screen and (max-width: 520px){
  .mk-category-search-result{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .mk-s-margin {
    max-width: 100%;
    flex: 1;
  }
  #back-1, #back-2, #back-3, #back-4 {
    background-size: 30px;
  }
  /* .mk-sp-vertical-tabs .nav-item {
    height: 89px;
    line-height: 120px;
  }
  .mk-sp-vertical-tabs .nav-tabs .nav-item.show .nav-link, .mk-sp-vertical-tabs .nav-tabs .nav-link.active {
    height: 90px;
  }
  .mk-sp-vertical-tabs .nav-tabs .nav-item.show .nav-link, .mk-sp-vertical-tabs .nav-tabs .nav-link.active {
    line-height: 120px;
  } */
}

@media screen and (max-width: 390px) {
  .mk-input-search input {
    width: 118px;
    font-size: 8px;
  }
  .mk-vertical-slider #myCarousel {
    /* height: 23.6em; */
    margin-bottom: 17px;
  }
  .mk-vertical-slider #myCarousel .list-group .active {
    line-height: 11px;
  }
  .mk-vertical-slider #myCarousel .list-group .active::after {
    display: none;
  }
  .mk-pad-top-menu {
    order: 2;
    max-width: 100%;
    display: inline-table;
  }
  .mk-logo-mobile {
    max-width: 100%;
    display: contents;
    order: 1;
    flex: auto;
  }
  .mk-logo-mobile a {
    width: 87%;
    margin: auto;
  }
  .mk-vertical-slider #myCarousel .list-group {
    flex-wrap: wrap;
  }
  .mk-vertical-slider #myCarousel .list-group-item {
    width: 100%;
  }
  .mk-vertical-slider #myCarousel .list-group .list-group-item:first-child {
    border-radius: 0px;
  }
  .mk-vertical-slider #myCarousel .list-group .list-group-item:last-child {
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
  }
  .mk-1-span {
    font-size: 11px;
    padding: 3px 5px 2px 7px;
  }
  .mk-2-span {
    padding: 1px 12px 0px 13px;
    font-size: 11px;
  }
  .mk-1-span::after {
    border-right: 11px solid #565a63;
    border-bottom: 10px solid transparent;
    border-top: 12px solid transparent;
    right: 52px;
  }
  .mk-vertikal-slider-caption {
    font-size: 9px;
    left: 4px;
  }
  /* .mk-sp-vertical-tabs .nav-item {
    width: 50%;
    border-radius: 13px !important;
  }
  .mk-sp-vertical-tabs .nav-tabs .nav-item.show .nav-link, .mk-sp-vertical-tabs .nav-tabs .nav-link.active {
    width: 100%;
  } */
  .mk-category-sort-ul li{
    font-size: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 385px) {
  .mk-modal-login .modal-title {
    font-size: 20px;
  }
  .mk-login-group input {
    width: 200px;
    font-size: 14px;
  }
  .mk-modal-body-pad {
    padding: 0px 58px 0px 5px;
  }
  .mk-login-group label {
    font-size: 10px;
  }
  .mk-login-group input:focus~label, .mk-login-group input:valid~label {
    font-size: 12px;
  }
  .mk-login-bar {
    width: 200px;
  }
  .mk-modal-vorud input {
    width: 195px;
    padding: 7px 23px;
    font-size: 14px;
  }
  .mk-modal-google a {
    width: 195px;
    font-size: 12px;
    padding: 8px 10px 4px 0px;
  }
  .mk-s-image img {
    width: 143px;
  }
  .mk-s-ul-list li {
    font-size: 10px;
  }
  /* .mk-s-form-sing-up .mk-login-group input {
    width: 200px;
  }
  .mk-s-form-sing-up .mk-login-bar {
    width: 200px;
  } */
  .mk-s-form-sing-up .mk-login-group input:focus~label, .mk-s-form-sing-up .mk-login-group input:valid~label {
    font-size: 10px;
  }
  .mk-modal-vorud span img {
    width: 19px;
  }
  .mk-s-form-sing-up .mk-modal-vorud input {
    width: 164px;
    font-size: 12px;
  }
  .mk-sp-submit {
    padding: 8px;
    font-size: 10px;
    text-align: center;
    /* margin: 10px 70px 10px 0px; */
  }
}

@media screen and (max-width: 350px) {
  .mk-image-product-page{
    min-height:auto;
  }
  .mk-modal-body-pad {
    padding: 0px 17px 0px 22px;
  }
  .mk-light-box img {
    width: 44px;
  }
  .mk-sp-color {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 320px) {
  .mk-sp-ul-box-product li {
    width: 30%;
  }
}

.print-button{
  border: 0px;
  padding: 8px 21px;
  color: #fff;
  background: #1896e2;
  box-shadow: 0px 3px 2px -1px #c5c5c5;
}
.print{
  border: 1px solid !important;
  padding: 10px !important;
  page-break-after: always;
}
.no-border{
  border: 0px !important;
}
@media print {
  header{
    display: none;
  }
  footer{
    display: none;
  }
  .print-button{
    display: none;
  }
  body{
    background: #fff;
    background-color: #fff;
  }
}
@page {
  margin: 20px;
}





.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.remodal {
  height: 90vh;
  max-width: 76%;
  overflow: hidden;
}

.remodal-close:before{
  font-size: 55px;
}
.product-slider {
  height: 430px;
  box-shadow: 0 0 15px #ECECEC;
}

.product-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-thumbs {
  height: 430px;
}

/* Play around with this. Maybe your project does not use a vertical
thumbnail slider, but instead a horizontal one. You'd have to change the
margin-left values for this */
.product-thumbs .swiper-wrapper {
  margin-top: calc(-100% + 5px);
}

.product-thumbs .swiper-slide {
  width: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-thumbs .swiper-slide-active {
  border: solid 2px #ECECEC;
}
.product-thumbs .swiper-slide  img{
  width: 100%;
  height: 100%;
}
.product-slider .swiper-slide{
  overflow: hidden;
}
/* .swiper-button-next, .swiper-button-prev{
    background: #ffffff3d;
width: 50px;
height: 50px;
border-radius: 50%;
background-size: 50%;
box-shadow: 2px 2px 2px 2px #dadada;
background-repeat: no-repeat;
z-index: 90;
}
.swiper-button-prev{
    background-position: 10px;
}
.swiper-button-next{
    background-position: 16px;
} */

.mk-level-choose{
  -webkit-appearance: none;
  font-size: 12px !important;
  padding: 24px 10px 3px 5px !important;
}
.btn.focus, .btn:focus{
  outline: none;
  box-shadow: none;
}
.well .btn-group a span{
  font-size: 22px;
  color: #c3c3c3;
}
.grid-group-item{
  float: right;
}
.list-group-item{
  max-width: 100%;
}
.glyphicon { margin-right:5px; }
.thumbnail
{
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.item.list-group-item
{
  border:0px;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.item.list-group-item .mk-title-detail{
  text-align: center;
  margin-bottom: 12px;
}
.item.list-group-item .list-group-item-text{
  text-align: right !important;
}
.item.list-group-item .list-group-image
{
  float: left;
  width: 40%;
}
.item.list-group-item .thumbnail
{
  margin-bottom: 0px;
  width: 100%;
  display: inline-block;
}
.item.list-group-item .caption
{
  padding: 9px 9px 0px 9px;
  float: right;
  width: 60%;
}

.item.list-group-item:before, .item.list-group-item:after
{
  display: table;
  content: " ";
}

.item.list-group-item img
{
  float: left;
}
.item.list-group-item:after
{
  clear: both;
}
.list-group-item-text
{
  margin: 0 0 11px;
}
.send-comment-page p{
  color: gray;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 23px;
}
.comment-form-on-page-send-comment input{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #a2a2a2;
  padding: 6px;
}
.comment-form-on-page-send-comment label{
  font-size: 14px;
  color: gray;

}



/* Include the padding and border in an element's total width and height */
* {
  box-sizing: border-box;
}

/* Remove margins and padding from the list */
.checklist-ul-design {
  margin: 0;
  padding: 0;
}

/* Style the list items */
.checklist-ul-design li {
  cursor: pointer;
  position: relative;
  list-style-type: none;
  transition: 0.2s;
  border: 1px solid #2ba6f1;
  padding: 6px;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #2ba6f1;
  background: #f4fdff;
  /* make the list items unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.red .checklist-ul-design li{
  color: red;
  background: #fff2f2;
  border-color: red;
}


/* When clicked on, add a background color and strike out text */
.checklist-ul-design li.checked {
  background: #888;
  color: #fff;
  text-decoration: line-through;
}

/* Add a "checked" mark when clicked on */
.checklist-ul-design li.checked::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 10px;
  left: 16px;
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}

/* Style the close button */
.close {
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px;
}

/* Style the header */
.checklist-header-design {

}

/* Clear floats after the header */
.checklist-header-design:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the input */
/* .checklist-header-design input {
  margin: 0;
  border: none;
  border-radius: 0;
  width: 75%;
  padding: 10px;
  float: left;
  font-size: 16px;
} */

/* Style the "Add" button */
.addBtn {
  padding: 10px;
  width: 20%;
  color: #555;
  float: left;
  text-align: center;
  position: absolute;
  top: 0px;
  padding: 0px;
  left: 0px;
  background: transparent;
  /* border-right: 1px solid; */
  cursor: pointer;
  font-size: 25px;
  transition: 0.3s;
  border-radius: 0;
}
.comment-form-on-page-send-comment textarea{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #a2a2a2;
  padding: 6px;
  height: 10rem;
}
.offer-to-frnd-box{
  padding: 26px 36px;
  border-radius: 11px;
  background-color: #fbfbfb;
}
.offer-to-frnd-box label{
  font-size: 14px;
  color: gray;
}
.offer-to-frnd-box input{
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.mk-button-comment-page-send{
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  border-radius: 8px;
  background-color: #00bfd6;
  border: 1px solid #41a7b4;
  padding: 14px 31px;
  color: #fff;
}
.mk-link-for-back{
  color: #1ca2bd;
  padding: 0;
  line-height: 2;
}
.mk-link-for-back span:after {
  right: 13px;
  top: 40%;
  margin-top: 0px;
  content: "";
  width: 80px;
  position: absolute;
  border-bottom: 1px dashed #1ca2bd;
}
.rating-slider .noUi-connects{
  width: 100%;
  height: 3px;
}
.rating-slider{
  position: absolute;
  top: 0;
  width: 100%;
}
.c-slider.noUi-horizontal{
  position: relative;
}
.noUi-target{
  border: 0px;
}
/* .c-slider.noUi-horizontal .noUi-base{
  width: 345px;
} */
.rating-slider .noUi-handle-lower:before,.rating-slider .noUi-handle-lower:after
{
  content: "";
}

html:not([dir="rtl"]) .rating-slider  .noUi-horizontal .noUi-handle{
  right: -12px;
}
.c-slider.noUi-horizontal .noUi-base{
  /* z-index:  */
}
.noUi-horizontal .noUi-handle{
  background: #35ccde;
}
.c-slider__step{
  border: 0px;
}






.c-comments-product__attributes .c-rating, .c-comments-product__attributes .c-slider {
  margin-left: 40px;
}

.c-slider--one.noUi-target {
  background: #d5d5d5;
}
.c-slider--one.noUi-horizontal {
  height: 5px;
}
.c-slider.noUi-target {
  border: none;
  background: #c6c6c6;
  box-shadow: none;
}
.c-slider.noUi-horizontal {
    height: 3px;
        cursor: pointer;
}
.c-comments-product__attributes .c-slider {
  position: relative;
}
.rating-slider .noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.rating-slider .noUi-horizontal {
    height: 4px;
    top: -8px;
}
.rating-slider .noUi-target {
  position: relative;
  direction: ltr;
  border: 0px;
  width: 100%;
    display: inline-block;
}
.rating-slider .noUi-target,.rating-slider .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.c-slider[data-rate-title]:before {
  position: absolute;
  right: 100%;
  top: 50%;
  content: attr(data-rate-title);
  margin-right: 27px;
  color: #6f6f6f;
  font-size: 13px;
  font-size: .929rem;
  line-height: 1.692;
  transform: translateY(-50%);
  white-space: nowrap;
}
.c-slider__step.active {
  border: none;
  pointer-events: none;
}

.c-slider__step--two {
  right: calc(0% - 6px);
}
.c-slider__step {
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 2;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  /* border: 2px solid #fcfcfc; */
  background-color: #35ccde;
  /* cursor: pointer; */
}
.c-slider__step.active~span {
  background-color: silver;
}

.c-slider__step--three {
  right: calc(25% - 6px);
}
.c-slider__step.active~span {
  background-color: silver;
}

.c-slider__step--four {
  right: calc(50% - 6px);
}
.c-slider__step.active~span {
  background-color: silver;
}

.c-slider__step--five {
  right: calc(75% - 6px);
}
.c-slider__step.active~span {
  background-color: silver;
}

.c-slider__step--six {
  right: calc(100% - 6px);
}
.c-ui-hidden-input {
  position: relative;
  height: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}
.c-slider.noUi-horizontal .noUi-base {
  position: absolute;
  top: 0;
  z-index: 4;
}

.rating-slider .noUi-base, .noUi-handle {
  transform: translateZ(0);
}
.rating-slider .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.c-slider .noUi-connect {
  background-color: #35ccde;
  box-shadow: unset;
}

.rating-slider .noUi-connect {
  background: #35ccde;
  border-radius: 4px;
  transition: background .45s;
}
.rating-slider .noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
/* faq */
.faq-category-of-link{
  font-size: 15px;
  border: 2px dotted;
  padding: 4px 13px;
}
.list-inline-item {
  margin-left: .5rem;
  margin-right: 0px;
}







.list-inline-item__apps {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-right: 15px;

}

.list-inline-item__apps_fist::before{
  display: none !important;
}

.list-inline-item__apps a {
  color: #fff;
  font-size: 20px;
  line-height: 15px;
  padding-right: 13px;
  position: relative;
}

.list-inline-item__apps li a::before {
  content: attr(data-title);
  background: rgba(0, 0, 0, .6);
  color: #fff;
  position: absolute;
  top: 25px;
  right: -17px;
  padding: 2px;
  font-size: 8px;
  width: 79px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  text-align: center;
}

.list-inline-item__apps li:hover a::before {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: all .2s;
}




.footer__apps {
  text-align: left;
  list-style: none;
}

.footer__apps li a {
  font-size: 14px;
  color: #000;
}

.footer__apps li a:hover {
  color: #852677;

}

.footer__apps li a i {
  font-size: 17px;
  color: #852677;
  margin-right: 5px;
}

.list-inline-item__app-list li a {
  /* color: #000 !important; */
  padding: 5px;
  display: block;
  font-size: 15px;
  color: rgba(66,73,89,.8);
  padding: 5px ;
  display: block;
}

.list-inline-item__app-list li a:hover {
  color: #000;
}

.header-grid {
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
}

#accordion-faq .panel-head{
  padding: 10px 15px;
}
#accordion-faq .panel-head h5{
  font-size: 1rem;
}
#accordion-faq .panel-head h5 a{
  color: #2ba6f1;

  display: block;
}
#accordion-faq .panel-head h5 a.collapsed{
  color: gray;
}
#accordion-faq .panel-body{
  line-height: 27px;
  text-align: justify;
  padding: 15px;
  background-color: #f9f9f9;
  border-right:  1px solid #e0e0e0;
  border-left:  1px solid #e0e0e0;
  border-bottom:1px solid #e0e0e0;
}
#accordion-faq  .panel-head{
  position: relative;
  border:1px solid #e0e0e0;
  border-top:0;
  padding-right:  50px;
}
#accordion-faq  .panel:first-child .panel-head{
  border-top:1px solid #e0e0e0;
}
.submenu-trigger {
  position: absolute;
  width: 45px;
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  right: 0;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.submenu-trigger:after, .submenu-trigger:before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ccc;
}
.submenu-trigger:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
}
.collapsed .submenu-trigger:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.submenu-trigger:after {
  width: 2px;
  height: 10px;
  margin-top: -5px;
  margin-left: -1px;
  transition: all .4s;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-for-common-design{
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}
.dark-gray{
  color: #545454;
}
.faq-ul-no-style{
  list-style-type: none;
}
.faq-ul-no-style li {
  font-size: 14px;
  color: gray;
  line-height: 27px;
}
.faq-ul-no-style li span{
  font-size: 15px;
  margin-left: 4px;
}
.responsive-image{
  width: 100%;
}
.no-overflow{
  overflow: hidden;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 5px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "خیر";
  height: 16px;
  width: 34px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 13px;
  text-align: center;
}

input:checked + .slider {
  background-color: #28b73a;
}
input:checked + .slider:before{
  content: "بله";
      left: -4px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.bg-main{
  background-color: #fdfdfd;
}
.list-inline-item:not(:first-child) {
  margin-right: .5rem;
}
.top_header{
  background-color: #852677;
}
.list-menu-top > li > a {
  font-size: 13px;
  color: #fff!important;
  padding: 5px;
}
.list-menu-top li a i{
  margin-left: 3px;
}
.list-menu-top li a  span.phon{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 10px;
}

#diamond {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #852677;
  position: absolute;
  top: -20px;
  text-align: center;
  right: 0;
}
#diamond:after {
  content: '';
  position: absolute;
  left: -15px;
  top: 15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #852677;
}
#diamond i{
  position: absolute;
  top: 6px;
  z-index: 9;
  font-size: 18px;
  right: -7px;
  color: #fff;
}
#menu-mobile{
  display: none !important;
}
.link-reg{
  position: relative;
  padding-right: 40px;
}
a {
  color: #670659;
}
.change-pass-form .mk-login-group input{
  width: 100%;
}
.change-pass-form .mk-s-form-sing-up .mk-login-bar{
  width: 100%;
}

/*update 2*/

.compare-box{
  background: #f9f9f9;
  padding-top: 1px;
  padding-bottom: 14px;
  opacity: 0;
}
.mk-category-list-products .item:hover .compare-box{
  opacity: 1;
}

.compare-products-button{
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99999;
  opacity: 0;
}
.c-compare-footer__content {
  width: 235px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.16);
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 2;
  border-radius: 5px;
  display: none;
}
.c-compare-footer:hover .c-compare-footer__content {
  display: block;
}
.c-compare-footer__items {
  padding: 0 12px;
}
.c-compare-footer__button {
  position: fixed;
  bottom: 20px;
  left: 30px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  line-height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 10px 10px;
  width: 145px;
  height: 40px;
  cursor: pointer;
  z-index: 3;
}
.c-compare-footer__actions {
  height: 73px;
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px 20px 10px;
  border-top: 1px solid #ebebeb;
}
.c-compare-footer__cancel{
  font-size: 14px;
  font-size: 1rem;
  line-height: 25px;
  color: #fb3449;
  cursor: pointer;
}
.relative-mk{
  position: relative;
}
.absolute-mk{
  position: absolute;
}
.mk-close-compare{
  padding: 2px 7px 6px 0px;
  left: 0px;
  /* padding-bottom: 10px; */
  /* padding-right: 10px; */
  font-size: 12px;
  cursor: pointer;
  z-index: 4;
}
.mk-close-compare-page{
  padding: 2px 7px 6px 0px;
  left: 0px;
  /* padding-bottom: 10px; */
  /* padding-right: 10px; */
  font-size: 15px;
  cursor: pointer;
  z-index: 4;
}
.c-compare-footer__content .media-body {
  font-size: 9px;
  margin-top: 15px;
}
.mk-category-list-products .item input[type=checkbox]:checked~.compare-products-button{
  display: block !important;
}
.mk-compare-ittems{
  border: 1px solid #d2d2d2;
}
.c-compare__placement {
  border-radius: 19px;
  border: 5px dashed #d2d2d2;
  background: none;
  max-width: 270px;
  margin: auto;
  display: block;
  padding: 35px;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
  color: #b3b3b3;
  cursor: pointer;
}
.mk-cube-design{
  width: 100%;
  font-size: 70px;
  margin-bottom: 20px;
}
.compare-table-header{
  background: #eaeaea;
}
.mk-a-design-for-compare{
  background: #852677;
  color: #fff;
  padding: 5px 9px;
}
.modal-body-over-compare{
  overflow-y: auto;
  height: -webkit-fill-available;
}
.img-compare-small{
  width: 64px;
  height: inherit;

}
.menuitemshow{
  opacity: 1;
}
.transparent-background{
  background: transparent;
}
.mk-menu-user-dropdown .a-drop{
  width: 100%;
  display: block;
  margin-bottom: 12px;
  text-align: right;
  padding-right: 9px;
  font-size: 14px;
}
.mk-menu-user-dropdown .a-drop i{
  margin-left: 6px;
}
.brand-image-sp{
  width: 26px;
  height: 26px;
  object-fit: cover;
}
.back-express{
  background: url("../img/express.svg")100% 4px no-repeat;
  background-size: 53px;
  display: block;
  text-align: center;
  position: relative;
  /* padding-top: 80px; */
  font-size: 12px;
  color: #606060;
  letter-spacing: .2px;
  /* padding-bottom: 20px; */
  margin: auto;
  padding-right: 44px;
}
.back-hour24{
  background: url("../img/24hour.svg")100% 4px no-repeat;
  background-size: 32px;
  display: block;
  text-align: center;
  position: relative;
  /* padding-top: 80px; */
  font-size: 12px;
  color: #606060;
  letter-spacing: .2px;
  /* padding-bottom: 20px; */
  margin: auto;
  padding-right: 40px;
}
.back-payin{
  background: url("../img/payin.svg")100% 4px no-repeat;
  background-size: 32px;
  display: block;
  text-align: center;
  position: relative;
  /* padding-top: 80px; */
  font-size: 12px;
  color: #606060;
  letter-spacing: .2px;
  /* padding-bottom: 20px; */
  margin: auto;
  padding-right: 40px;
}
.back-sevenday{
  background: url("../img/sevenday.svg")100% 4px no-repeat;
  background-size: 32px;
  display: block;
  text-align: center;
  position: relative;
  /* padding-top: 80px; */
  font-size: 12px;
  color: #606060;
  letter-spacing: .2px;
  /* padding-bottom: 20px; */
  margin: auto;
  padding-right: 40px;
}
.back-nofake{
  background: url("../img/nofake.svg")100% 4px no-repeat;
  background-size: 32px;
  display: block;
  text-align: center;
  position: relative;
  /* padding-top: 80px; */
  font-size: 12px;
  color: #606060;
  letter-spacing: .2px;
  /* padding-bottom: 20px; */
  margin: auto;
  padding-right: 40px;
}
.list-of-icons-design li{
  width: 16.4%;
}
.list-of-icons-design{
  padding-bottom: 22px;
  margin-bottom: 0px;
  padding-top: 20px;
  border-radius: 22px;
}
.font-14{
  font-size: 14px;
}
.font-15{
  font-size: 15px;
}
.font-16{
  font-size: 16px;
}
.design-for-offer-type-2{
  background: #f1f1f1;
  padding: 10px 10px;
  position: relative;
}
.offer-to-other{
  position: absolute;
  left: 6px;
  color: #ff0045;
  top: 6px;
  font-size: 14px;
}
.i-have-gift{
  font-size: 30px;
  color: gray;
}
.i-have-gift-2{
  font-size: 20px;
}
.color-list-abs{
  list-style-type: none;
  left: 0px;
  top: 10px;
}
.color-list-abs li{
  display: grid;
  margin-bottom: 3px;
}
.dot-color-red{
  background: red;
  height: 10px;
  width: 10px;
  position: relative;
  /* padding: 2px; */
  border-radius: 50%;
}
.dot-color-black{
  background: black;
  height: 10px;
  width: 10px;
  position: relative;
  /* padding: 2px; */
  border-radius: 50%;
}
.dot-color-blue{
  background: blue;
  height: 10px;
  width: 10px;
  position: relative;
  /* padding: 2px; */
  border-radius: 50%;
}
.dot-color-yelow{
  background: yellow;
  height: 10px;
  width: 10px;
  position: relative;
  /* padding: 2px; */
  border-radius: 50%;
}
.input-promotion-page{
  width: 100%;
  padding: 4px;
  border-radius: 4px;
  /* border-style: solid; */
  border: 1px solid #cacaca;
}
.toggle_eye{
  cursor: pointer;
}
.toggle_eye .eyeClose{
  display: none;
}
.toggle_eye.active .eyeClose{
  display: block;
}
.toggle_eye.active .eye{
  display: none;
}
.mk-progress{
  width: 262px;
}
.panel-title{
  margin-bottom: 0;
}
.box-searsh{
  border: 1px solid #ced4da;
  margin-bottom: 10px;
}
.box-searsh i{
  padding-right: 5px;
  padding-left: 3px;
  display: inline-block;
  font-size: 14px;
  color: #ced4da;
}
.input-search{
  border: 0;
  font-size: 13px;
  border: none;
  width: calc(100% - 25px);
  display: inline-block;
  outline: 0;
  padding-left: 5px;
  padding-right: 2px;
}
.input-search:focus{
  box-shadow: none;
}



.cmn-toggle
{
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label
{
  padding: 2px;
  width: 45px;
  height: 20px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after
{
  display: block;
  position: absolute;
  content: "";
}

input.cmn-toggle-round-flat + label:before
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after
{
  top: 4px;
  left: 7px;
  bottom: 4px;
  width: 12px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label
{
  background-color: #852677;
}

input.cmn-toggle-round-flat:checked + label:after
{
  margin-left: 19px;
  background-color: #852677;
}
.custom-input{
  font-size: 12px;
}
.input-group-custom>.custom-select:not(:last-child), .input-group-custom>.form-control:not(:last-child) {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-custom>.custom-select:not(:first-child), .input-group-custom>.form-control:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.input-group-custom>.input-group-append>.btn
, .input-group-custom>.input-group-append>.input-group-text,
.input-group-custom>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group-custom>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group-custom>.input-group-prepend:not(:first-child)>.btn,
.input-group-custom>.input-group-prepend:not(:first-child)>.input-group-text
{
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12px;
  padding: 6px;
}
.count-sug{
  color: #852677;
  font-size: 14px;
  border-bottom: 2px solid;
}
.box-sug img{
    min-height: 200px;
    max-height: 200px;
}
.box-sug .promotion__timer{
  margin-bottom: 15px;
}

.box-sug .timer-offer-page .timer .timer-wrapper .time{
  color: #fb3449;
}
.box-sug .timer__spacer2{
  color: #fb3449;
}
.box-sug .countdown-timer-wrapper .timer .timer-wrapper{
  color: #fb3449
}
.box-sug {
  margin: 0;
  height: 100%;
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 45px;

}

.box-sug  .promotion__timer{
  position: absolute;
  margin-bottom: 0;
  bottom:0px;
  background: #fff;
  border-top: 1px solid #EEEFF1;

}
.box-sug  .promotion__timer{

}
.list-extra li{
  line-height: 45px;
  height: 45px;
}
.list-extra li .badge-sug{
  background-color: transparent;
  color: #7a7a7a!important;
  padding: 0px 5px;
  font-size: 14px;
  direction: ltr;
  border-radius: 0.5rem;
  border: 1px solid;
}
.list-extra li .badge-sug:hover i:before{
  content: "\f005";
}
.list-extra li .gift-icon{
  color: #7a7a7a!important;
  font-size: 20px;
  vertical-align: middle;
  top: 0;
  margin-right: 0;
}
.box-sug  .price__final{
  text-align: right!important;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 0;
}
.box-sug .box-color {
  position: absolute;
  top: 19px;
  right: 16px;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 12px;
  padding-right: 0;
}
.box-color .product-color{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.login-for-sellers label{
  width: 100%;
  color: gray;
}
.login-for-sellers input{
  width: 100%;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  margin-bottom: 7px;
}
.mk-go-seller-panel{
  background: #cccccc;
  padding: 13px 15px 0px;
  border-radius: 0px 0px 6px 6px;
}
.image-control-height{
    min-height: 200px;
    max-height: 200px;
}
.w-99{
    width: 99%;
}
.pick-color-design{
    position: relative;
    padding-right: 5px;
}
.pick-color-design-span{
    width: 10px;
        height: 13px;
        background: #ff0c0c;
        /* margin: 12px; */
        padding: 0px 7px;
        /* position: absolute; */
        /* right: 0px; */
        float: right;
        margin-left: 12px;
        margin-top: 2px;
}
.pick-color-design-input{
opacity: 0;
}
.pick-color-design input{
    width: 100%;
height: 100%;
position: absolute;
}
.label-custom-colory{
    width: 100%;
padding: 4px 8px;
border: 2px solid #e4e4e4;
border-radius: 3px;
}
.pick-color-design input:checked +label{
border:2px solid #2ba6f1;

}
.white-background{
    background: #fff;
}
.no-offer-today{
    height: 264px;
    background-repeat: no-repeat;
background-position: center;
    background-image: url('../img/aaa.png');
}
.no-offer-today p{
    font-size: 19px;
        color: #19a4e1;
}
.w-80{
    width: 70%;
}
.w-20{
    width: 20%;
}
.aa-dropdown-menu{
    z-index: 99999 !important;
    width: 100%;
padding: 10px 15px;
border-radius: 2px;
margin-top: 0px !important;
    background: #fafafa !important;
    border: 1px solid rgba(162, 162, 162, 0.71);
}
.aa-suggestions-category{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 11px;
margin-top: 8px;
}
.aa-suggestion{
    border: 1px solid #d8d8d8;
    margin-bottom: 5px;
    background: #ffffffc7;
    border-radius: 2px;
}
.suggeesss em{
    background: #eaeaea;
padding: 0px 2px;
}
.berand-suggess{
    color: red;
font-weight: 500;
}
.checked {
    color: orange;
}
.stars{
    padding-left: 20px;
font-size: 16px;
color: #545454;
margin-bottom: 15px;
position: relative;
top: -3px;
}
.star {
    font-size: 20px;
    width: 17px;
    display: inline-block;
    color: gray;
}
.star:last-child {
    margin-right: 0;
}
.star:before {
    content:'\2605';
}
.star.on {
    color: gold;
}
.star.half:after {
    content: '\2605';
        color: gold;
        position: absolute;
        margin-left: -17px;
        width: 9px;
        overflow: hidden;
}
.slick-slide img{
    width: 100%;
    height: 100%;
}
.slick-track,.slick-list{
    height: 100%;
}
.height-custom-slider{
    height: calc(100vh - 22vh);
}
.slider-nav.slick-list{
    height: 100% !important;
}

.swal-footer{
    text-align: center;
}
.message-info-pass{
    padding: 15px !important;
    background: #d1ecf1 !important;
    /* margin-left: 30px !important; */
}
.message-info-pass h3{
    font-size: 16px !important;
    padding: 0px !important;
}
.message-info-pass p{
    font-size: 14px !important;
    padding: 0px !important;
    margin-bottom: 5px !important;
}
.top-left-0{
    top: 0px;
    left: 0px;
}
.new-table-tr-style .im40{
  width: 40%;
}
.slider-nav .slick-track{
      top: 200px;
}
.tiles-new{
  overflow: hidden;
}
.box-new-design{
  overflow: hidden;
      border-top: 2px solid #852677;
      padding: 15px;
}

.image-brands-new{

}
.newsss-carousel .owl-dots{
position: absolute;
}
#lg-counter,.lg-actions .lg-next, .lg-actions .lg-prev,.lg-toolbar .lg-icon{
  color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f93644;
}
.font-8{
  font-size: 8px;
}
.line-through{
  text-decoration: line-through;
}
.add-to-cart-buttun{
  background: #852677;
  width: 100%;
  display: inline-block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 0px;
  font-size: 15px;
  /* margin: 0px 10px; */
  /* position: relative; */
  /* left: 6px; */
  margin-bottom: 12px;
}
.add-to-cart-buttun:hover{
  color: #fff;
}
.font-13{
  font-size: 13px;
}
.red-background{
  padding: 1px 3px;
  background: red;
  color: #fff;
  font-size: 11px;
}
.no-overflow{
      overflow: hidden;
}
.steps-orders-design{
    -webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.steps-orders-design img{
    transform: scale(.7);
    width: 100%;
}
.steps-orders-design-onprogress{
        -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.steps-orders-design-onprogress img{
        transform: scale(1);
    }
.steps-orders-design-active{
    -webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.steps-orders-design-active img{
        transform: scale(.7);
}
.steps-hr-design{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 66px;
    margin-left: 10px;
    margin-right: 10px;
    height: 5px;
    border-radius: 2px;
    position: relative;
    border: none;
    box-sizing: border-box;
    background-color: #d6d6d6;
}
.order-owl-step .owl-stage{
    display: flex;
    align-items: center;
}
.steps-hr-design:before,.steps-hr-design::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.steps-hr-design:before{
    width: 27px;
    height: 27px;
    background-color: #d6d6d6;
    border: 4px solid #fff;
    content: "";
    border-radius: 50%;
}
.steps-orders-design-active .steps-hr-design,.steps-orders-design-active .steps-hr-design::before{
    background-color: #00bfd6;
}
.steps-orders-design-active .steps-hr-design::after{
    content: "\f00c";
    font-size: 10px;
    color: #fff;
    display: block;
    font-family: Fontawesome;
}
.steps-order-design-span{
    white-space: nowrap;
    transform: translate(-50%);
    margin-top: 10px;
}
.table-layout{
    table-layout: fixed;
}
.mk-ver-offer .btn-primary{
  border-color: #852677
}
.tabs-how-pay{
  background: #852677;
  /* padding-top: 16px; */
  /* padding-bottom: 16px; */
  box-shadow: 0px 5px 8px 0px #eee;
}
.tab-how-pay{
  padding-bottom: 15px;
  padding-top: 15px;
  border-left: 2px solid #fdfdfd;
  text-align: center;
}
.tab-how-pay a{
  color: #fdfdfd;
  font-weight: 500;
  font-size: 14px;
}
.tabs-how-pay .active{
  border: 2px solid #852677;
  background: #fdfdfd;
}
.tabs-how-pay .active a{
  color: #852677;
}
.price-single-new{
  color: #852677;
}
.mk-caption-categories{
  bottom: 0px;
      right: 0;
      background: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
      line-height: 48px;
      padding-right: 10px;
      width: 100%;
      color: #fff;
      font-weight: 500;
      font-size: 15px;
}
.more-options-details{
  font-weight: 400;
  background: #f8f9fa;
  padding: 6px;
  color: #888888;
}
.mobile-not-show{
display: block;
}
.mobile-must-show{
display: none;
}
@media screen and  (max-width:768px){
  .mobile-not-show{
    display: none;
    }
    .mobile-must-show{
    display:block;
    }
}
.namad{
	/* width: 10%; */
    /* height: 160px; */
    /* margin-right: 60%; */
    /* position: absolute; */
    border-radius: 20px;
    background-color: rgba(255,255,255,0.9);
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.samandehi{
	/* width: 10%; */
    /* height: 160px; */
    /* margin-right: 71%; */
    /* position: absolute; */
    border-radius: 20px;
    background-color: rgba(255,255,255,0.9);
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.logos-part li{
  border-radius: 20px;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
}
.logos-part li img{
  max-width: 100px;
  width: auto;
}
.bill_back{
  background: url('../img/5555.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 236px 57px 156px 40px;
}

.modal-content--alireza{
  padding:  20px;
}
.modal-content--alireza .big_title{
  text-align: center;
}
.big_title{
  color: #852677;
  font-size: 1.1rem;
}
.list_style1 li{
  margin-bottom: 10px;
}
.simple_btn{
  border: solid 1px rgba(0,0,0,0.2);
  background-color: #852677;
  border-radius: 5px;
  color: #FFF;
  padding: 10px;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;


}


/* new style */

.top-nav {
  display: flex;
  justify-content: space-between;
}
.logo-style{
	display: flex;
	flex-direction: row-reverse;}
