/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
html {
  scroll-behavior: smooth;
}
#vp-header {
  position: sticky;
  height: max-content;
  margin-bottom: 32px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header {
    margin-bottom: 68px;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
  }
}
#vp-header .vp-search-box .vp-search-box-inner {
  margin-bottom: 0;
  box-shadow: unset;
  padding: 8px;
}
#vp-header .vp-top-nav {
  background: #f2f2f2;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-top-nav {
    display: none;
  }
}
#vp-header .vp-top-nav .vp-menu {
  padding: 13px 0;
  font-size: 13px;
}
#vp-header .vp-top-nav .vp-menu ul li {
  float: right;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
#vp-header .vp-top-nav .vp-menu ul li a {
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-top-nav .vp-menu ul li:hover a {
  color: #B20731;
}
#vp-header .vp-top-nav .vp-menu ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(114, 114, 114, 0.2);
}
#vp-header .vp-top-nav .vp-menu ul li:last-of-type:after {
  display: none;
}
#vp-header .vp-top-nav .vp-support-phone {
  position: relative;
  overflow: hidden;
  padding-left: 60px;
  height: 45px;
  padding-top: 10px;
  line-height: 1;
}
#vp-header .vp-top-nav .vp-support-phone .vp-value {
  font-size: 18px;
  direction: ltr;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #B20731;
}
#vp-header .vp-top-nav .vp-support-phone .vp-value span {
  font-weight: normal;
  color: #727272;
  font-size: 11px;
  letter-spacing: 0.5px;
}
#vp-header .vp-top-nav .vp-support-phone .vp-description {
  font-size: 11px;
}
#vp-header .vp-top-nav .vp-support-phone i {
  position: absolute;
  left: 0;
  top: 10px;
  width: 46px;
  height: 46px;
}
#vp-header .vp-middle-header {
  background: #fff;
  padding: 15px 0 10px;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header {
    padding: 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
}
#vp-header .vp-middle-header .vp-header-right {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right .vp-logo {
    display: none;
  }
}
#vp-header .vp-middle-header .vp-header-right .vp-logo img {
  max-height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right .vp-search-box {
    width: 100%;
  }
}
#vp-header .vp-middle-header .vp-header-left {
  position: relative;
}
#vp-header .vp-middle-header .vp-header-left .vp-login {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-login {
    display: none;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: unset;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  color: #4a5f73;
  font-size: 23px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner #vp-title-inner-login {
  font-size: 14px;
  cursor: pointer;
  margin-right: 3px;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner i {
  vertical-align: middle;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner:hover {
  border-color: #B20731;
  color: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer {
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  width: 185px;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header {
  position: relative;
  height: 60px;
  padding: 10px 60px 0 10px;
  background: #B20731;
  color: #fff;
  border-radius: 16px 16px 0 0;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-img {
  position: absolute;
  right: 10px;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-img img {
  width: 100%;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-name {
  font-size: 13px;
  font-weight: 300;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-mobile {
  font-size: 13px;
  display: inline-block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
  white-space: nowrap;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li {
  color: #000;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li:hover {
  color: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li:hover i {
  color: #fb3449;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li i {
  margin-left: 17px;
  font-size: 17px;
  vertical-align: middle;
  color: #cbcbcb;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout {
  color: #fb3449;
  border-top: 1px solid #f2f2f2;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout i {
  color: #fb3449;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout a:hover {
  color: #727272;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout a:hover i {
  color: #000;
}
#vp-header .vp-middle-header .vp-header-left .vp-login:hover .vp-outer {
  opacity: 1;
  visibility: visible;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart {
  position: relative;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner {
  position: relative;
  display: inline-block;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  padding: 0 16px 0 50px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  color: #4a5f73;
  overflow: hidden;
  margin-right: calc(20px / 2);
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner i {
  vertical-align: middle;
  font-size: 23px;
  margin-left: 10px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-title {
  font-weight: bold;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #B20731;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -8px;
  top: -5px;
  z-index: 1;
  background: #fa8ba6;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number > span {
  position: relative;
  z-index: 2;
  display: block;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number > span.vp-value {
  font-size: 22px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number > span.vp-title {
  font-size: 9px;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner {
    display: none;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer {
  position: absolute;
  top: 100%;
  display: none;
  margin-top: 10px;
  left: 0;
  background: #fff;
  width: 390px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  max-height: 630px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer {
    height: calc(100% - 50px) !important;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 17px;
  top: -11px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content {
  padding: 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content {
    overflow-y: auto;
    height: calc(100% - 60px);
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header,
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping,
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all {
    padding: 7px 0;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-price,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping .vp-price,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all .vp-price {
  color: #B20731;
  font-size: 14px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-price .vp-unit,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping .vp-price .vp-unit,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all .vp-price .vp-unit {
  font-size: 11px;
  margin-right: 1px;
  vertical-align: middle;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
  margin: 0 -15px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order .vp-min-order-progress {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c2edcd;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order .vp-title {
  position: relative;
  z-index: 2;
  font-size: 15px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order .vp-title span {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-title {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-title {
    margin-right: 30px;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-btn {
  font-size: 14px;
  padding: 5px 10px 3px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping .vp-progress {
  margin: 5px 0 3px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products {
  margin-top: 10px;
  scrollbar-color: #a9a9a9 #d1d1d1;
  scrollbar-width: thin !important;
}
@media only screen and (min-width: 960px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 66px;
  }
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-product-img {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products {
    max-height: unset !important;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products::-webkit-scrollbar {
  width: 5px;
  bottom: 70px;
  background: #f2f2f2;
  border-radius: 50px;
  box-shadow: unset !important;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-price-list {
  margin-top: 4px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-quantity-supermarket-theme {
  float: left;
  height: 30px;
  line-height: 30px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-quantity-supermarket-theme .vp-quantity-supermarket {
  line-height: 30px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-quantity-supermarket-theme .vp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures {
  margin-top: 8px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures .item {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures .item:last-of-type {
  margin-left: 0;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures .item span {
  font-weight: 700;
  margin-right: 3px;
  display: inline-block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 146px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-footer {
  line-height: 37px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background: #B20731;
  border-top: 1px solid #f2f2f2;
  padding: 10px 0;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-footer .vp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-footer .vp-btn .vp-title {
  display: flex;
  background: #B20731;
  color: #fff;
  border-radius: 32px 0 0 32px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-footer .vp-btn .vp-icon {
  display: flex;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-footer .vp-btn .vp-icon i {
  vertical-align: middle;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .delete-product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 8px;
  border: 1px solid #eb3a3a;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .delete-product:hover {
  background: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .delete-product:hover svg path {
  fill: #fff;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .delete-product svg path {
  fill: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme {
  background: transparent;
  box-shadow: none;
  border: 0;
  min-height: auto;
  padding: 16px 16px 4px !important;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-header {
  background: rgba(178, 7, 49, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 165px;
  margin: 8px 0;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-header svg {
  width: 193px;
  height: 193px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-header svg path,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-header svg rect {
  fill: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-title {
  text-align: center;
  font-size: 18px !important;
  font-weight: 700;
  color: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-description {
  font-size: 16px !important;
  color: #626262;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-btns .km-btn {
  display: flex;
  align-items: center;
  width: 49%;
  vertical-align: middle;
  border: 1px solid #E6E6E6;
  padding: 8px 16px;
  color: #5E5E5E;
  height: 48px;
  border-radius: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-btns .km-btn:first-of-type {
    display: none;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-btns .km-btn .icon {
  margin-left: 8px;
  display: flex;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme > .km-btns .km-btn .icon svg path {
  fill: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart:hover .vp-inner {
  border-color: #B20731;
  color: #B20731;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart:hover .vp-inner .vp-number {
  color: #727272;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart:hover .vp-inner .vp-number:before {
  background: #f2f2f2;
}
.cart-vp-logo img {
  max-width: 150px;
}
#vpFooter {
  width: 100%;
  background: #fff;
  padding: 24px 0 0;
  margin-top: 25px;
  box-shadow: 0px -2px 4px 0 #f8f8f8f8;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter {
    padding: 30px 0 40px 0;
    margin-top: 0 !important;
    box-shadow: none;
    padding-top: 0 !important;
  }
}
#vpFooter.plp-page {
  margin-top: unset;
}
.footerPdp {
  padding: 24px 0 40px !important;
}
header#km-header-main {
  padding: 10px 0;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header#km-header-main .km-logo {
  margin-left: 25px;
}
header#km-header-main .km-logo img {
  max-height: 50px;
}
header#km-header-main .km-search {
  position: relative;
}
header#km-header-main .km-search .km-form {
  position: relative;
  border-radius: 10px;
  background: #f0f0f1;
  height: 50px;
}
header#km-header-main .km-search .km-form input[type="text"] {
  background: transparent;
  line-height: 50px;
  position: relative;
  z-index: 1;
  padding: 0 25px;
  font-family: yekanbakhen, serif;
  display: block;
  width: 100%;
  border: 0 none;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-search .km-form button[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  font-size: 22px;
  background: #fa8ba6;
  color: #fff;
  border: 0;
  z-index: 2;
  line-height: 55px;
}
header#km-header-main .km-search .km-form button[type="submit"]:hover {
  background: #B20731;
}
header#km-header-main .km-helps-link {
  font-size: 14px;
  line-height: 50px;
  color: #616161;
  position: relative;
  margin-left: 25px;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-helps-link i {
  vertical-align: middle;
  margin-left: 7px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-helps-link:before,
header#km-header-main .km-helps-link:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 10px - 1.5px);
  height: 3px;
  background: #B20731;
  width: 0;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-helps-link a {
  display: block;
  line-height: 50px;
}
header#km-header-main .km-helps-link:before {
  left: 50%;
}
header#km-header-main .km-helps-link:after {
  right: 50%;
}
header#km-header-main .km-helps-link:hover {
  color: #000;
}
header#km-header-main .km-helps-link:hover i {
  color: #B20731;
  transform: rotate(40deg);
}
header#km-header-main .km-helps-link:hover:after,
header#km-header-main .km-helps-link:hover:before {
  width: 50%;
}
header#km-header-main .km-login {
  position: relative;
  margin-left: 20px;
}
header#km-header-main .km-login .km-inner {
  font-size: 14px;
  line-height: 50px;
  color: #616161;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e0e0e2;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-login .km-inner i {
  vertical-align: middle;
  margin-left: 7px;
  font-size: 20px;
  color: #e0e0e2;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-login .km-inner:hover {
  border-color: #B20731;
  color: #B20731;
}
header#km-header-main .km-login .km-inner:hover i {
  color: #B20731;
}
header#km-header-main .km-login .km-outer {
  position: absolute;
  top: 200%;
  margin-top: 15px;
  left: 0;
  border-top: 5px solid #fa8ba6;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 250px;
  border-radius: 5px;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-login .km-outer:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 100%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fa8ba6;
  margin-bottom: 5px;
}
header#km-header-main .km-login .km-outer > .km-btn {
  margin: 0 15px 15px 15px;
}
header#km-header-main .km-login .km-outer .km-register {
  margin: 0 15px 15px 15px;
  font-weight: 800;
}
header#km-header-main .km-login .km-outer .km-register a {
  color: #B20731;
  float: left;
  border-bottom: 1px dashed;
}
header#km-header-main .km-login .km-outer .km-register a:hover {
  color: #B20731;
}
header#km-header-main .km-login .km-outer .km-menu {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0 0;
}
header#km-header-main .km-login .km-outer .km-menu ul li {
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-login .km-outer .km-menu ul li.km-logout {
  background: #da4b45;
  color: #fff;
}
header#km-header-main .km-login .km-outer .km-menu ul li.km-logout:hover {
  color: #fb3449;
}
header#km-header-main .km-login .km-outer .km-menu ul li:hover {
  background: #eceff1;
}
header#km-header-main .km-login .km-outer .km-menu ul li:last-of-type {
  border-radius: 0 0 4px 4px;
}
header#km-header-main .km-login .km-outer .km-menu ul li i {
  margin-left: 10px;
  font-size: 17px;
  vertical-align: middle;
}
header#km-header-main .km-login .km-outer .km-menu ul li a {
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-login .km-outer .km-menu ul li a:hover {
  color: #000;
}
header#km-header-main .km-login:hover .km-outer {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
header#km-header-main .km-shopping-cart-mini {
  position: relative;
}
header#km-header-main .km-shopping-cart-mini:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  background: #d8d8d8;
}
header#km-header-main .km-shopping-cart-mini .km-inner {
  font-size: 14px;
  line-height: 50px;
  width: 50px;
  color: #616161;
  display: block;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e0e0e2;
  background: #fff;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-shopping-cart-mini .km-inner i {
  vertical-align: middle;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-shopping-cart-mini .km-inner .km-number {
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50px;
  background: #da4b45;
  font-family: yekanbakh, serif;
  width: 16px;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  height: 17px;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-shopping-cart-mini .km-inner:hover {
  border-color: #B20731;
  color: #B20731;
}
header#km-header-main .km-shopping-cart-mini .km-inner:hover .km-number {
  width: 26px;
  font-size: 17px;
  height: 26px;
  line-height: 26px;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
}
header#km-header-main .km-shopping-cart-mini .km-outer {
  position: absolute;
  top: 200%;
  margin-top: 15px;
  left: 0;
  border-top: 5px solid #fa8ba6;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 350px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-shopping-cart-mini .km-outer:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 100%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fa8ba6;
  margin-bottom: 5px;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-head {
  font-size: 12px;
  border-bottom: 1px solid #f0f0f1;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-head .km-total-price {
  line-height: 50px;
  padding-right: 15px;
  font-family: yekanbakh, serif;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-head .km-total-price .km-value {
  color: #fa8ba6;
  font-size: 14px;
  margin-right: 7px;
  font-weight: 800;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-head .km-total-price .km-value .km-unit {
  font-weight: 300;
  vertical-align: middle;
  font-size: 11px;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-head .km-go-cart {
  float: left;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-head .km-go-cart .km-btn {
  line-height: 50px;
  padding: 0 15px;
  display: block;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-head .km-go-cart .km-btn:hover {
  background: #eceff1;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-footer {
  border-radius: 0 0 10px 10px;
  background: #fa8ba6;
  color: #fff;
  text-align: center;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-footer a {
  display: block;
  line-height: 50px;
}
header#km-header-main .km-shopping-cart-mini .km-outer .km-footer:hover {
  background: #B20731;
}
header#km-header-main .km-shopping-cart-mini:hover .km-outer {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
nav#km-nav-main {
  background: #505050;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 32px;
  position: relative;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  nav#km-nav-main {
    position: fixed;
    left: 0;
    top: 72px;
    width: 100%;
    z-index: 90;
  }
}
nav#km-nav-main > .km-categories-bg {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1024px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
nav#km-nav-main .size {
  position: relative;
}
nav#km-nav-main .km-menu.km-categories > ul > li {
  padding: 13px 19px;
}
nav#km-nav-main .km-menu.km-categories > ul > li > h2 {
  position: relative;
}
nav#km-nav-main .km-menu.km-categories > ul > li:last-of-type > h2:after {
  display: none;
}
nav#km-nav-main .km-menu.km-categories > ul > li > h2:after {
  content: '';
  display: block;
  position: absolute;
  right: calc(100% + 19px);
  height: 100%;
  width: 1px;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  z-index: -1;
}
nav#km-nav-main .km-menu > ul > li {
  padding: 13px 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
nav#km-nav-main .km-menu > ul > li > a,
nav#km-nav-main .km-menu > ul > li > h2 > a {
  color: #fff;
  position: relative;
}
nav#km-nav-main .km-menu > ul > li > a:before,
nav#km-nav-main .km-menu > ul > li > h2 > a:before,
nav#km-nav-main .km-menu > ul > li > a:after,
nav#km-nav-main .km-menu > ul > li > h2 > a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 13px - 3px);
  height: 3px;
  background: #B20731;
  width: 0;
  transition: all 0.3s ease-in-out;
}
nav#km-nav-main .km-menu > ul > li > a:before,
nav#km-nav-main .km-menu > ul > li > h2 > a:before {
  left: 50%;
}
nav#km-nav-main .km-menu > ul > li > a:after,
nav#km-nav-main .km-menu > ul > li > h2 > a:after {
  right: 50%;
}
nav#km-nav-main .km-menu > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
nav#km-nav-main .km-menu > ul > li > ul {
  position: absolute;
  right: 0;
  width: 100%;
  padding: 19px 24px 60px 280px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: column;
  display: inline-flex;
  height: 420px;
  top: 150%;
  z-index: 9;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  background-size: 255px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
nav#km-nav-main .km-menu > ul > li > ul > li {
  padding-bottom: 3px;
}
nav#km-nav-main .km-menu > ul > li > ul > li.km-more {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
nav#km-nav-main .km-menu > ul > li > ul > li.km-more > a {
  color: #B20731;
}
nav#km-nav-main .km-menu > ul > li > ul > li.km-more > a:before {
  content: "\f067";
  font-size: 17px;
  margin-left: 7px;
}
nav#km-nav-main .km-menu > ul > li > ul > li > a {
  line-height: 1.833;
  font-weight: 500;
  color: #fa8ba6;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
nav#km-nav-main .km-menu > ul > li > ul > li > a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
nav#km-nav-main .km-menu > ul > li > ul > li > a:hover {
  color: #B20731;
}
nav#km-nav-main .km-menu > ul > li > ul > li > ul {
  padding-right: 15px;
}
nav#km-nav-main .km-menu > ul > li > ul > li > ul > li {
  padding-bottom: 3px;
}
nav#km-nav-main .km-menu > ul > li > ul > li > ul > li > a {
  color: #4a5f73;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
nav#km-nav-main .km-menu > ul > li > ul > li > ul > li > a:hover {
  font-weight: 800;
  color: #000;
}
nav#km-nav-main .km-menu > ul > li:hover,
nav#km-nav-main .km-menu > ul > li.km-active {
  background: rgba(0, 0, 0, 0.2);
}
nav#km-nav-main .km-menu > ul > li:hover > a:after,
nav#km-nav-main .km-menu > ul > li.km-active > a:after,
nav#km-nav-main .km-menu > ul > li:hover > h2 > a:after,
nav#km-nav-main .km-menu > ul > li.km-active > h2 > a:after,
nav#km-nav-main .km-menu > ul > li:hover > a:before,
nav#km-nav-main .km-menu > ul > li.km-active > a:before,
nav#km-nav-main .km-menu > ul > li:hover > h2 > a:before,
nav#km-nav-main .km-menu > ul > li.km-active > h2 > a:before {
  width: calc(50% + 10px);
}
@media only screen and (min-width: 960px) {
  .box-media {
    display: flex;
    align-items: center;
    justify-content: right;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .box-media {
    display: flex;
    align-items: center;
    justify-content: right;
  }
}
.box-media .instagram-image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa8ba6;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .box-media .instagram-image {
    max-width: 100px;
    width: 100px;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .box-media .instagram-image {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 719px) {
  .box-media .instagram-image {
    width: 100%;
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 719px) {
  .box-media .instagram-image svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 719px) {
  .box-media .instagram-image span {
    margin-right: 8px;
    font-size: 14px;
    color: #B20731;
  }
}
.box-media .post-items {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .box-media .post-items {
    margin-right: unset;
  }
}
@media only screen and (min-width: 0px) and (max-width: 719px) {
  .box-media .post-items {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -16px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .box-media .post-items {
    justify-content: space-around;
  }
}
.box-media .post-items .post-item {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .box-media .post-items .post-item {
    max-width: 100px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .box-media .post-items .post-item {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 719px) {
  .box-media .post-items .post-item {
    width: 33%;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .box-media .post-items .post-item + .post-item {
    margin-right: 16px;
  }
}
.box-media .post-items .post-item .container-item {
  position: relative;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .box-media .post-items .post-item .container-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.box-media .post-items .post-item .container-item .hover {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: all 0.3s ease-in-out;
}
.box-media .post-items .post-item .container-item img {
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.box-media .post-items .post-item .container-item:hover img {
  filter: brightness(0.6);
}
.box-media .post-items .post-item .container-item:hover .hover {
  transform: translate(-50%, -50%);
}
.box-media .post-items .post-item.see-all {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .box-media .post-items .post-item.see-all {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.box-media .post-items .post-item.see-all .container-item img {
  filter: brightness(0.6);
  opacity: 1;
}
.box-media .post-items .post-item.see-all .container-item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
footer#km-footer-main {
  margin-top: 50px;
  background: #eceff1;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  footer#km-footer-main {
    margin-top: 32px;
  }
}
footer#km-footer-main .km-widget {
  float: right;
  margin-left: 32px;
  min-height: 280px;
}
footer#km-footer-main .km-widget:last-of-type {
  margin-left: 0;
}
footer#km-footer-main .km-widget .km-title-style {
  font-weight: 800;
  color: #000;
  margin-bottom: 32px;
  padding-bottom: 32px;
  font-size: 15px;
  display: inline-block;
}
footer#km-footer-main .km-widget .km-title-style.km-no-margin-bottom {
  margin-bottom: 0;
}
footer#km-footer-main .km-widget .km-title-style i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 7px;
  color: #ccc;
}
footer#km-footer-main .km-widget.km-widget-support {
  width: calc(20% - 32px);
  padding-left: 32px;
  border-left: 1px solid #e2e2e2;
  text-align: center;
  font-family: yekanbakh, serif;
}
footer#km-footer-main .km-widget.km-widget-support > * {
  margin-bottom: 20px;
}
footer#km-footer-main .km-widget.km-widget-support .km-phone i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #000;
}
footer#km-footer-main .km-widget.km-widget-support .km-phone .km-description {
  font-size: 9px;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
footer#km-footer-main .km-widget.km-widget-support .km-phone .km-value {
  font-size: 25px;
  font-weight: 800;
  color: #fa8ba6;
  direction: ltr;
}
footer#km-footer-main .km-widget.km-widget-support .km-phone .km-value .km-prefix {
  font-size: 20px;
  font-weight: 600;
  color: #ccc;
}
footer#km-footer-main .km-widget.km-widget-support .km-email .km-value,
footer#km-footer-main .km-widget.km-widget-support .km-address .km-value {
  color: #000;
  font-weight: bold;
  font-family: yekanbakhen, serif;
}
footer#km-footer-main .km-widget.km-widget-support .km-address {
  margin: 0 30px;
  font-size: 12px;
  text-align: justify;
}
footer#km-footer-main .km-widget.km-widget-support .km-title {
  font-size: 11px;
  display: block;
  margin-bottom: 4px;
}
footer#km-footer-main .km-widget.km-widget-links {
  width: calc(30% - 32px);
  padding-left: 32px;
  border-left: 1px solid #e2e2e2;
}
footer#km-footer-main .km-widget.km-widget-links .km-content ul li {
  float: right;
  width: 50%;
  margin-bottom: 18px;
}
footer#km-footer-main .km-widget.km-widget-links .km-content ul li a {
  transition: all 0.3s ease-in-out;
}
footer#km-footer-main .km-widget.km-widget-links .km-content ul li a:before {
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 10px;
  background: #ccc;
  transition: all 0.3s ease-in-out;
}
footer#km-footer-main .km-widget.km-widget-links .km-content ul li a:hover {
  color: #fa8ba6;
}
footer#km-footer-main .km-widget.km-widget-links .km-content ul li a:hover:before {
  background: #fa8ba6;
}
footer#km-footer-main .km-widget.km-enamad {
  width: calc(15% - 32px);
  padding-left: 32px;
  border-left: 1px solid #e2e2e2;
}
footer#km-footer-main .km-widget.km-enamad > .km-content {
  text-align: center;
}
footer#km-footer-main .km-widget.km-enamad > .km-content img {
  height: 100px;
  width: auto;
  margin-bottom: 10px;
}
footer#km-footer-main .km-widget.km-enamad > .km-content img:last-of-type {
  margin-bottom: 0;
}
footer#km-footer-main .km-widget.km-description {
  width: 35%;
  margin-left: 0;
}
footer#km-footer-main .km-widget.km-description > .km-content {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 32px;
}
footer#km-footer-main .km-widget.km-description > .km-content img {
  float: left;
  margin-right: 32px;
}
footer#km-footer-main .km-footer-copyright {
  padding: 10px 0;
  background: #505050;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 50px;
  font-family: yekanbakhen, serif;
}
footer#km-footer-main .km-footer-copyright a {
  border-bottom: 1px dashed;
  font-weight: 800;
  margin: 0 3px;
  vertical-align: middle;
}
footer#km-footer-main .km-footer-copyright a:hover {
  color: #000;
}
footer#km-footer-main .km-footer-newsletter {
  padding: 20px 0;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.1);
}
footer#km-footer-main .km-footer-newsletter .km-header .km-title {
  font-size: 17px;
  font-weight: 800;
  color: #000;
}
footer#km-footer-main .km-footer-newsletter .km-header .km-description {
  text-align: justify;
  margin-top: 5px;
}
footer#km-footer-main .km-footer-newsletter .km-form {
  position: relative;
  border-radius: 70px;
  line-height: 50px;
  padding: 0 30px;
  border: 2px solid #B20731;
}
footer#km-footer-main .km-footer-newsletter .km-form input[type="text"],
footer#km-footer-main .km-footer-newsletter .km-form input[type="email"] {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
}
footer#km-footer-main .km-footer-newsletter .km-form button[type="submit"] {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  font-size: 20px;
  width: 40px;
  border: 2px solid #B20731;
  border-radius: 50px;
  cursor: pointer;
  color: #B20731;
  transition: all 0.3s ease-in-out;
}
footer#km-footer-main .km-footer-newsletter .km-form button[type="submit"]:hover {
  background: #B20731;
  color: #fff;
}
#vpFooter .possibilitiesStep {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 32px;
  margin-bottom: 56px;
}
#vpFooter .possibilitiesStep .item {
  display: flex;
  align-items: center;
}
#vpFooter .possibilitiesStep .item span {
  font-size: 16px;
  font-weight: 500;
  color: #4e4e4e;
  margin-right: 8px;
}
#vpFooter .mainSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto;
  margin-right: -8px;
  margin-left: -8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection {
    border-bottom: unset;
    padding: unset;
  }
}
#vpFooter .mainSection > div {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
}
#vpFooter .downSection .first .copyRight .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px;
}
#vpFooter .downSection .first .copyRight .logo img {
  max-width: 200px;
}
#vpFooter .mainSection .links {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #vpFooter .mainSection .links {
    width: 64%;
  }
}
#vpFooter .linkStepItem div {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
#vpFooter .linkStepItem ul li {
  display: flex;
  color: #5E5E5E;
  font-size: 14px;
  margin-bottom: 8px;
  max-width: 200px;
}
#vpFooter .linkStepItem ul li i {
  margin-left: 8px;
  color: #B20731;
  font-size: 17px;
}
#vpFooter .linkStepItem ul li:last-of-type {
  margin-bottom: 0;
}
#vpFooter .linkStepItem ul li img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
#vpFooter .mainSection .lastSection {
  width: 25%;
  margin-right: auto;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #vpFooter .mainSection .lastSection {
    width: 35%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection .lastSection {
    width: 100%;
  }
}
#vpFooter .mainSection .lastSection .newsLetter .title {
  font-weight: 500;
  font-size: 14px;
  color: #141414;
  margin-bottom: 15px;
}
#vpFooter .mainSection .lastSection .newsLetter .inputBox {
  position: relative;
  height: 48px;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  overflow: hidden;
}
#vpFooter .mainSection .lastSection .newsLetter .inputBox input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 16px;
}
#vpFooter .mainSection .lastSection .newsLetter .inputBox button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #B20731;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
  padding: 0 16px;
  cursor: pointer;
}
#vpFooter .mainSection .lastSection .socialMedia {
  display: flex;
  margin-top: 16px;
}
#vpFooter .mainSection .lastSection .socialMedia .item {
  width: 49%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5e5e5e;
  border-radius: 16px;
  padding: 0 8px;
  white-space: nowrap;
}
#vpFooter .mainSection .lastSection .socialMedia .item:nth-child(1) {
  margin-left: 8px;
}
#vpFooter .mainSection .lastSection .socialMedia .item img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#vpFooter .mainSection .lastSection .socialMedia .item span {
  font-weight: 500;
  font-size: 16px;
  color: #5e5e5e;
}
#vpFooter .container-background {
  padding: 50px 0;
  background: #F2F2F2;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .container-background {
    margin-top: 0;
  }
}
#vpFooter .downSection .first {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 719px) {
  #vpFooter .downSection .first {
    flex-direction: column;
  }
}
#vpFooter .downSection .first .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .logo {
    margin-top: 24px;
    margin-bottom: 32px;
    max-height: 55px;
  }
}
#vpFooter .downSection .first .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#vpFooter .downSection .first .logo img {
  height: 100%;
}
#vpFooter .downSection .first .copyRight {
  width: 45%;
  text-align: right;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #vpFooter .downSection .first .copyRight {
    width: 37%;
  }
}
#vpFooter .downSection .first .copyRight .title {
  font-size: 18px;
  font-weight: 700;
  color: #4e4e4e;
  margin-bottom: 8px;
}
#vpFooter .downSection .first .copyRight .content {
  color: #979797;
  font-size: 14px;
  text-align: right;
}
#vpFooter .downSection .first .namad {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .namad {
    width: unset;
  }
}
#vpFooter .downSection .first .namad .item {
  margin: 0 7px;
  display: flex;
  align-items: center;
  width: 110px;
  height: 110px;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
}
#vpFooter .downSection .first .namad .item img {
  max-height: 95px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .namad .item img {
    max-height: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .namad .item {
    max-width: 75px;
    margin: 0 15px;
  }
}
#vpFooter .downSection .second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .second {
    justify-content: center;
  }
}
#vpFooter .downSection .second .cp {
  font-size: 14px;
  color: #141414;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .second .cp {
    text-align: center;
  }
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial {
  display: flex;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection .lastSection .newsLetter .lastSocial {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  #vpFooter .mainSection .lastSection .newsLetter .lastSocial {
    justify-content: center;
  }
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item {
  padding: 7px 10px;
  border-radius: 16px;
  color: #B20731;
  background: #fa8ba6;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  margin: 3px;
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item--title {
  padding: 0 7px;
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item a {
  display: flex;
  align-items: center;
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item i {
  font-weight: 400;
  font-size: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection .lastSection .newsLetter .lastSocial .item .text {
    margin-right: 8px;
  }
}
#vpFooter .box-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#vpFooter #scrolling-top {
  border: 1px solid #CBCBCB;
  color: #5E5E5E;
  padding: 4px 16px;
  max-width: 140px;
  border-radius: 16px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}
#vpFooter #scrolling-top .scrolling-top-title {
  font-size: 14px;
  font-weight: 600;
}
#vpFooter #scrolling-top i {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .addressParent {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 0 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .addressParent .item {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
  }
  #vpFooter .downSection .addressParent .item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  #vpFooter .downSection .addressParent .item i {
    margin-left: 8px;
    font-size: 16px;
    margin-top: 2px;
  }
  #vpFooter .downSection .addressParent .item .text {
    font-size: 16px;
    font-weight: bold;
  }
  #vpFooter .downSection .addressParent .item .text span {
    font-weight: normal;
    color: #2f2f2f;
    margin-right: 8px;
  }
}
.footer-link-container a {
  color: white;
  text-decoration: none;
}
.footer-link-container {
  width: 100%;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-right: 10px;
}
.footer-link {
  gap: 9rem;
}
.footer-box-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-cl {
  margin-top: 1.2rem;
  margin-right: 0.4rem;
  font-weight: 100;
}
.footer-link-container ul {
  margin-top: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.9rem;
}
.footer-row .footer-social-media img {
  transform: translateY(0.25rem);
}
.footer-row {
  width: 6rem;
  height: 3rem;
  border-radius: 1.2rem;
  align-items: center;
  position: relative;
}
.shader {
  display: flex;
  content: "";
  width: 6rem;
  height: 3rem;
  background-color: rgba(134, 133, 153, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1.2rem;
  justify-content: space-around;
  align-items: center;
}
.gap {
  margin-right: 0.1rem;
}
.gap-image {
  transform: translateX(-0.2rem);
}
.footer-row-text {
  transform: translateX(-0.3rem);
  font-size: 0.8rem;
}
.up-to-down {
  display: none;
}
.border-none {
  border: none;
}
.arrow-up,
.arrow-down {
  display: none;
}
@media screen and (max-width: 600px) {
  .footer-link-container {
    background-color: white;
    flex-direction: column;
    width: 100%;
    margin-right: 0.2rem;
    margin-left: 0 !important;
    color: black;
  }
  .footer-link {
    flex-direction: column;
    width: 100%;
    gap: 1.25rem;
    background: #ffffff;
  }
  .footer-box-list {
    margin-right: 1rem;
    transition: all 0.5s ease-in-out;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    max-height: 0;
    overflow: hidden;
  }
  .footer-box-list-li a {
    color: #5e5e5e;
    font-size: 0.8rem;
    font-weight: 600;
  }
  #burger-menu:active .footer-box-title {
    border-bottom: 1px transparent solid;
  }
  .color-b {
    color: black;
  }
  .footer-box-title {
    color: white;
    display: flex;
    width: 90%;
    border-bottom: 1px solid #e6e1e1;
    margin-right: 1rem;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    transition: 1s all;
  }
  .up-to-down {
    display: inline-block;
    color: #aaa7a7;
  }
  .wrapper {
    transition: 1s all ease-in-out;
  }
  .border-none {
    border: none !important;
  }
  @keyframes transition {
    0% {
      height: 0rem;
    }
    100% {
      height: auto;
    }
  }
  .arrow-up {
    display: none;
  }
  .arrow-down {
    display: none;
  }
  .active-link {
    display: block;
  }
  .footer-box-title:active .active {
    display: none;
  }
  .footer-link-container-information {
    margin-top: 3rem;
    font-size: 1rem;
    display: flex;
    width: 72%;
    flex-direction: column;
    align-items: start;
  }
  .footer-link-container-information-item img {
    transform: translateY(-0.5rem);
  }
  .footer-link-container-information-item {
    margin-top: 0.5rem;
  }
}
/*# sourceMappingURL=layout.css.map */