.user-info {
  border-bottom: 1px solid #fbfbfb;
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-info .user-info__shop-logo .mkdf-logo-wrapper a {
  max-height: 200px;
}
.social-login h3 {
  text-align: center;
  font-size: 25px;
  margin: 30px 0;
}
.social-login .notice {
  text-align: center;
  max-width: 80%;
  margin: 20px auto;
}
.social-login .social-login__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-login .social-login__content .social-login__item {
  margin-right: 20px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.social-login .social-login__content .social-login__item:last-child {
  margin-right: 0;
}
.social-login .social-login__content .social-login__item:hover {
  background-color: #282828;
}
.social-login .social-login__content .social-login__item:hover a span {
  color: #fff;
}
.social-login .social-login__content .social-login__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.social-login .social-login__content .social-login__item a img {
  margin-right: 20px;
}
.social-login .social-login__content .social-login__item a span {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.login-title {
  text-align: center;
  font-size: 25px;
  margin: 50px 0;
}
.mkdf-sc-dropdown {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner {
  padding: 40px 30px;
  width: auto;
  max-width: 500px;
  position: relative;
  min-width: 300px;
  overflow-y: auto;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 30px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(244, 133, 128);
  margin: -4px 0 0 -4px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper.active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner #close-cart {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  padding: 8px;
  border: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner #close-cart img {
  width: 100%;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner #close-cart:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__title {
  text-align: left;
  font-size: 20px;
  margin: 10px 0 20px 0;
  font-weight: 500;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items {
  margin-bottom: 20px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item {
  padding: 10px 15px 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image {
  margin-right: 15px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image a {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 100%;
  overflow: hidden;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image a img {
  border-radius: 10px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content {
  position: relative;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content h5 {
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  padding-right: 15px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-price {
  font-weight: 500;
  color: rgb(40, 40, 40);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .remove {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .remove img {
  width: 100%;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .remove:hover {
  -webkit-box-shadow: 0 3px 4px rgba(255, 99, 71, 0.6);
          box-shadow: 0 3px 4px rgba(255, 99, 71, 0.6);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__title {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__button {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__button:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__input {
  max-width: 20px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 5px;
  margin: 0 10px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__input::-webkit-outer-spin-button, .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__remove-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__remove-items button {
  background-color: transparent;
  border: 0;
  font-family: Montserrat, sans-serif;
  border-bottom: 1px dashed #000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__remove-items button:hover {
  color: rgb(244, 133, 128);
  border-color: rgb(244, 133, 128);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder a {
  background-color: transparent;
  color: #000;
  letter-spacing: 0.5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder a:hover {
  border-color: rgb(244, 133, 128);
  color: rgb(244, 133, 128);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder.mkdf-checkout-button a {
  background-color: rgb(244, 133, 128);
  color: #fff;
  border-color: transparent;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder.mkdf-checkout-button a:hover {
  background-color: transparent;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: rgb(244, 133, 128) !important;
  border-color: rgb(244, 133, 128);
}

.mkdf-woocommerce-page table.cart td.actions .button[name=update_cart] {
  display: none !important;
}

.mkdf-sc-dropdown.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.p-add__blockUI {
  border-radius: 10px;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 7px solid #e9e9e9 !important;
  border-bottom: 7px solid #e9e9e9 !important;
}
.p-add__blockUI .p-add__popup {
  position: relative;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
}
.p-add__blockUI .p-add__popup .button.close {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 25px;
  height: 25px;
  padding: 4px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-add__blockUI .p-add__popup .button.close img {
  width: 20px;
  height: 20px;
}
.p-add__blockUI .p-add__popup .button.close:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.p-add__blockUI .p-add__popup .p-add__img-wrapper {
  padding: 20px 0;
}
.p-add__blockUI .p-add__popup .p-add__img-wrapper img {
  max-height: 150px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  padding: 10px;
}
.p-add__blockUI .p-add__popup .p-add__info p {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-add__blockUI .p-add__popup .p-add__buttons .button.button-to-cart {
  padding: 10px 20px;
  background-color: rgb(244, 133, 128);
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-add__blockUI .p-add__popup .p-add__buttons .button.button-to-cart:hover {
  background-color: transparent;
  border-color: rgb(244, 133, 128);
  color: rgb(244, 133, 128);
}
.product-cats__title {
  margin: 0 0 10px 0;
  font-size: 25px;
  letter-spacing: 0.98px;
}

.main-category {
  background-color: #fbfbfb;
}

.s_category__wrapper {
  margin: 40px 0;
}
.s_category__wrapper .s_category__main-title {
  margin-top: 0;
  letter-spacing: 0.98px;
  font-size: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s_category__wrapper .s_category__main-title::after {
  content: "";
  margin-left: 30px;
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 5px;
  background-color: #fbfbfb;
}

.s_category__img-wrapper {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
.s_category__img-wrapper img {
  border-radius: 100%;
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.s_category__content .owl-stage-outer {
  overflow-x: hidden;
}
.s_category__content .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.s_category__content .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.s_category__content .owl-nav button {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.s_category__content .owl-nav button:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.s_category__content .owl-nav button img {
  width: 21px;
  height: 21px;
}
.s_category__content .owl-nav .owl-prev {
  margin-right: 20px;
}
.s_category__content .owl-nav .owl-prev img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.s_category__item {
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.s_category__item .s_category__title {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.98px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 45px;
}
.s_category__item .s_category__list {
  margin-top: 0;
  width: 100%;
}
.s_category__item .s_category__list li {
  list-style: none;
  margin-bottom: 5px;
}
.s_category__item .s_category__list li a {
  background-color: transparent;
  padding: 0;
  color: rgb(67, 67, 67);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  text-decoration: underline;
  font-weight: 500;
  margin-top: 0;
}
.s_category__item .s_category__list li a:hover {
  color: rgb(244, 133, 128);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.s_category__item .s_category__link {
  font-family: Montserrat, sans-serif;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgb(67, 67, 67);
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 15px;
}
.s_category__item .s_category__link:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.product-cats__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 0px 5px;
  margin-top: 0;
  overflow-x: auto;
}
.product-cats__list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #e3e3e3;
}
.product-cats__list::-webkit-scrollbar-track {
  background-color: #999;
}
.product-cats__list::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.product-cats__list::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgb(231, 181, 181);
  border-radius: 3px;
}
.product-cats__list::-webkit-scrollbar-corner {
  background-color: #999;
}

.product-cats__item {
  margin-right: 15px;
  background-color: #fbfbfb;
  border-radius: 5px;
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 10px 40px 10px 20px;
  list-style: none;
}

.product-cats__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

.product-cats__thumb-wrapper {
  margin-right: 20px;
  width: 50px;
  min-width: 50px;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 100%;
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
}
.product-cats__thumb-wrapper img {
  height: 100%;
  width: 50px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-cats__name {
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}

.product-categories {
  font-family: Montserrat, sans-serif;
}

.cat-item.cat-parent {
  position: relative;
}
.cat-item.cat-parent a:first-child {
  padding-right: 15px;
}

.cat-item span.count {
  display: none;
}

.cat-item.current-cat.cat-parent > a {
  color: rgb(244, 133, 128);
}

.cat-item.cat-parent .children {
  overflow: hidden;
  max-height: 0;
}
.cat-item.cat-parent .current-cat > a {
  color: rgb(244, 133, 128);
}

.cat-item.open .children {
  max-height: inherit;
  overflow: visible;
}

.cat-item.current-cat-parent.cat-parent .children {
  overflow: visible;
  max-height: inherit;
}
.cat-item.current-cat-parent.cat-parent .button-toggle-cat {
  display: none;
}

.button-toggle-cat {
  position: absolute;
  right: 0;
  top: 12px;
  background-color: transparent;
  border: 0;
  background-color: #fbfbfb;
  border-radius: 10em;
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-toggle-cat:hover {
  background-color: rgb(244, 133, 128);
  color: #fff;
}
.button-toggle-cat span {
  font-size: 1.2em;
}
@charset "UTF-8";
.woocommerce-checkout .mkdf-page-content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce:last-child {
  margin-right: 20px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce:nth-child(2) {
  margin-left: 20px;
}
.woocommerce-checkout .mkdf-page-content-holder .ch__cart-title {
  margin-top: 0;
  font-size: 22px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form {
  font-family: Montserrat, sans-serif;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-item {
  position: relative;
  padding: 15px 25px;
  border: 1px solid #fbfbfb;
  margin-bottom: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-thumbnail {
  margin-bottom: 10px;
  width: 35%;
  height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 150px;
  padding: 10px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-thumbnail a img {
  border-radius: 10%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
  width: 150px !important;
  height: 150px !important;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-caption {
  width: 62%;
  margin-left: 30px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-remove a {
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  border-bottom: 1px dashed #000;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-remove a:hover {
  color: tomato;
  border-color: tomato;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-title {
  margin-bottom: 10px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-title a {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price {
  font-size: 18px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price span bdi {
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price.on-sale .price {
  text-decoration: line-through;
  margin-right: 10px;
  font-size: 15px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price.on-sale .price-sale span {
  color: tomato;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .title {
  margin-right: 10px;
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .quantity .mkdf-quantity-buttons.quantity span {
  display: none;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .quantity .mkdf-quantity-buttons.quantity input {
  border: 1px solid #e2e2e2;
  height: 30px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  margin: 0 10px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .ck__product-quantity-button {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 3px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .ck__product-quantity-button:hover {
  background-color: #ccab8c;
  color: #fff;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-total-price .title {
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-total-price .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .button.button-cart-submit {
  display: none;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon {
  margin-bottom: 20px;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .title {
  font-size: 18px;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .coupon label {
  display: none;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .coupon input {
  min-width: 300px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .coupon button {
  display: block;
}

.ch__clien-wrapper .woocommerce-billing-fields h3 {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 10px;
}

.ck__used-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.ck__used-coupon .coupon__title {
  margin-right: 10px;
  font-weight: 500;
}
.ck__used-coupon .coupon__html .woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  color: #000;
}
.ck__used-coupon .coupon__html .woocommerce-remove-coupon {
  color: rgb(244, 133, 128);
}
.ck__used-coupon .coupon__html .woocommerce-remove-coupon:hover {
  text-decoration: underline;
}

.ck__fee {
  color: #fff;
  font-family: Montserrat, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.ck__fee .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #ccab8c;
  padding: 10px 0;
  border-radius: 10px;
  width: 100%;
}
.ck__fee p {
  font-weight: 500;
  margin: 0;
}
.ck__fee .title {
  margin-right: 20px;
  padding-left: 15px;
}
.ck__fee .total {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 15px;
}

.ck__total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8b2af;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.ck__total-price .title {
  margin-right: 10px;
  font-weight: 500;
}
.ck__total-price .total {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ck__total-price .total del {
  margin-right: 10px;
}

#billing_country_field {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  font-family: Montserrat, sans-serif;
}
.woocommerce-billing-fields__field-wrapper p label {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

.checkout.woocommerce-checkout .required, .woocommerce-form.woocommerce-form-login.login .required, .lost_reset_password .required {
  color: tomato;
}
.checkout.woocommerce-checkout input:disabled + label, .woocommerce-form.woocommerce-form-login.login input:disabled + label, .lost_reset_password input:disabled + label {
  opacity: 0.5;
}
.checkout.woocommerce-checkout input[type=text], .checkout.woocommerce-checkout input[type=password], .checkout.woocommerce-checkout input[type=email], .checkout.woocommerce-checkout input[type=tel], .woocommerce-form.woocommerce-form-login.login input[type=text], .woocommerce-form.woocommerce-form-login.login input[type=password], .woocommerce-form.woocommerce-form-login.login input[type=email], .woocommerce-form.woocommerce-form-login.login input[type=tel], .lost_reset_password input[type=text], .lost_reset_password input[type=password], .lost_reset_password input[type=email], .lost_reset_password input[type=tel] {
  border-radius: 5px !important;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  color: #000 !important;
  font-family: Montserrat, sans-serif !important;
}
.checkout.woocommerce-checkout input[type=radio], .checkout.woocommerce-checkout input[type=checkbox], .woocommerce-form.woocommerce-form-login.login input[type=radio], .woocommerce-form.woocommerce-form-login.login input[type=checkbox], .lost_reset_password input[type=radio], .lost_reset_password input[type=checkbox] {
  line-height: 0;
  max-height: 0;
  overflow: hidden;
}
.checkout.woocommerce-checkout input[type=radio] + label, .checkout.woocommerce-checkout input[type=checkbox] + label, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label, .lost_reset_password input[type=radio] + label, .lost_reset_password input[type=checkbox] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.checkout.woocommerce-checkout input[type=radio] + label::before, .checkout.woocommerce-checkout input[type=checkbox] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::before, .lost_reset_password input[type=radio] + label::before, .lost_reset_password input[type=checkbox] + label::before {
  content: "";
  display: block;
  background-color: transparent;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #d5d5d5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkout.woocommerce-checkout input[type=radio] + label::after, .checkout.woocommerce-checkout input[type=checkbox] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::after, .lost_reset_password input[type=radio] + label::after, .lost_reset_password input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkout.woocommerce-checkout input[type=radio] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::before, .lost_reset_password input[type=radio] + label::before {
  border-radius: 100%;
}
.checkout.woocommerce-checkout input[type=radio] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::after, .lost_reset_password input[type=radio] + label::after {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #ccab8c;
}
.checkout.woocommerce-checkout input[type=checkbox] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::before, .lost_reset_password input[type=checkbox] + label::before {
  border-radius: 5px;
}
.checkout.woocommerce-checkout input[type=checkbox] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::after, .lost_reset_password input[type=checkbox] + label::after {
  content: "✓";
  font-size: 20px;
}
.checkout.woocommerce-checkout input[type=radio]:checked + label::after, .checkout.woocommerce-checkout input[type=checkbox]:checked + label::after, .woocommerce-form.woocommerce-form-login.login input[type=radio]:checked + label::after, .woocommerce-form.woocommerce-form-login.login input[type=checkbox]:checked + label::after, .lost_reset_password input[type=radio]:checked + label::after, .lost_reset_password input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.woocommerce-shipping-totals.shipping {
  margin-bottom: 47px;
}
.woocommerce-shipping-totals.shipping ul {
  margin-top: 0;
}
.woocommerce-shipping-totals.shipping ul li {
  list-style: none;
  line-height: 1;
}

.woocommerce-additional-fields #dhl24-parcel-address {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}
.woocommerce-additional-fields .btn-find-service-point {
  display: block;
  width: 100%;
  background-color: #ffcd00;
  border: 1px solid transparent;
  padding: 10px 0;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.woocommerce-additional-fields .btn-find-service-point:hover {
  border-color: #ffcd00;
  background-color: transparent;
}

.woocommerce-shipping-methods li .select-paczkomat-button {
  display: block;
  width: 100%;
  background-color: #ffcd00;
  border: 1px solid transparent;
  padding: 10px 0;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.woocommerce-shipping-methods li .select-paczkomat-button:hover {
  border-color: #ffcd00;
  background-color: transparent;
}
.woocommerce-shipping-methods li #selected-paczkomat {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.wc-ukr-shipping-np-fields h3 {
  margin-bottom: 20px !important;
}

.wc-urk-shipping-form-group {
  line-height: 1;
  padding-left: 0 !important;
}

body .select2-container--default .select2-selection--single {
  color: #000;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.woocommerce-checkout-payment h3,
.checkout.woocommerce-checkout h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.wc_payment_methods.payment_methods {
  padding-top: 10px !important;
}
.wc_payment_methods.payment_methods li {
  padding: 0 !important;
  padding-bottom: 10px !important;
  border-color: #fbfbfb !important;
  line-height: 1;
}
.wc_payment_methods.payment_methods li .payment__input-wrapper label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 1.3;
}
.wc_payment_methods.payment_methods li p {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.payment_box.payment_method_cheque {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.woocommerce-additional-fields {
  font-family: Montserrat, sans-serif;
}
.woocommerce-additional-fields .wooccm-additional-fields {
  display: none;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes span textarea {
  resize: none;
  min-height: 120px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  font-family: Montserrat, sans-serif;
  margin-top: 20px;
}
.woocommerce-terms-and-conditions-wrapper .form-row label span a {
  color: rgb(244, 133, 128);
  text-decoration: underline;
}

.woocommerce-account-fields {
  font-family: Montserrat, sans-serif;
}
.woocommerce-account-fields p label span {
  font-weight: 400;
}

.woocommerce-form.woocommerce-form-login.login {
  font-family: Montserrat, sans-serif;
}
.woocommerce-form.woocommerce-form-login.login p label {
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce-form.woocommerce-form-login.login .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-form.woocommerce-form-login.login .form-row button {
  max-width: 300px;
}
.woocommerce-form.woocommerce-form-login.login .lost_password a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce-form.woocommerce-form-login.login .lost_password a:hover {
  color: rgb(244, 133, 128);
}
.zIndex {
  z-index: 1 !important;
}

#faq {
  width: 100%;
  margin: 0;
}

.faq__header {
  font-family: Montserrat, sans-serif;
  margin-bottom: 40px;
}
.faq__header button {
  font-family: inherit;
}
.faq__header p {
  text-align: center;
  font-size: 18px;
}
.faq__header .faq__topline {
  margin: 20px 0;
}
.faq__header .faq__topline .faq__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__header .faq__topline .faq__sort .sort__item {
  margin-right: 20px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgb(244, 133, 128);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  -webkit-box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq__header .faq__topline .faq__sort .sort__item.active {
  background-color: rgb(244, 133, 128);
  color: #fff;
}

.faq__body {
  font-family: Montserrat, sans-serif;
}
.faq__body .faq__item {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.faq__body .faq__item .faq__question {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  position: relative;
  text-transform: inherit;
  letter-spacing: 0.8px;
}
.faq__body .faq__item .faq__question::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  font-weight: 400;
}
.faq__body .faq__item .faq__answer {
  padding: 0px 40px 0px 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__body .faq__item .faq__answer p {
  margin: 0;
  font-size: 18px;
}
.faq__body .faq__item .faq__answer.active {
  overflow: visible;
  padding: 20px 40px 20px 20px;
}

.faq__button {
  background-color: rgb(244, 133, 128);
  font-family: Montserrat, sans-serif;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}
.faq__button:hover {
  color: #000;
  background-color: transparent;
  border-color: rgb(244, 133, 128);
}

.faq__footer {
  margin-bottom: 50px;
}
.faq__footer .text {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 20px;
}
.faq__footer .faq__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.faq__footer .faq__popup .caldera-grid {
  height: 100%;
  position: relative;
  overflow-y: auto;
  padding: 10px;
}
.faq__footer .faq__popup form.active {
  padding: 0;
}
.faq__footer .faq__popup form {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 20px;
  font-family: Montserrat, sans-serif;
  border-radius: 7px;
  position: relative;
}
.faq__footer .faq__popup form h3 {
  margin-top: 0;
  text-align: center;
  text-transform: inherit;
  letter-spacing: 0.8px;
  font-size: 25px;
}
.faq__footer .faq__popup form textarea {
  resize: none;
}
.faq__footer .faq__popup form .form-group label {
  font-weight: 500;
}
.faq__footer .faq__popup form .form-group .help-block {
  text-decoration: underline;
}
.faq__footer .faq__popup form .form-control.cf2-field.cf2-file {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.faq__footer .faq__popup form .form-control.cf2-field.cf2-file .btn.btn-block {
  background-color: #eeeeee;
  border: 0;
  border-radius: 3px;
  padding: 10px 15px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__footer .faq__popup form .form-control.cf2-field.cf2-file .btn.btn-block:hover {
  background-color: #000;
  color: #fff;
}
.faq__footer .faq__popup form .button-submit-wrapper {
  text-align: center;
}
.faq__footer .faq__popup form .button-submit-wrapper input.btn.btn-default.faq__button {
  background-color: rgb(244, 133, 128);
  font-family: Montserrat, sans-serif;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}
.faq__footer .faq__popup form .button-submit-wrapper input.btn.btn-default.faq__button:hover {
  color: #000;
  background-color: transparent;
  border-color: rgb(244, 133, 128);
}
.faq__footer .faq__popup form .close-popup-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: auto;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup {
  border: 0;
  width: 18px;
  padding: 0;
  background-image: url("../img/close.png");
  background-position: cover;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup:hover, .faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup:focus, .faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup:active {
  background-color: transparent;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper:hover {
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.4);
}
.faq__footer .faq__popup .caldera-grid .row {
  margin: 0;
}
.faq__footer .faq__popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  pointer-events: all;
}

#caldera_notices_1 {
  background: #fff;
  width: 50%;
  margin: 0 auto;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
}
#caldera_notices_1 .alert-success {
  font-size: 16px !important;
}
.mkdf-page-footer .widget:last-child, .mkdf-side-menu .widget:last-child {
  display: none;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
}
.footer__wrapper .footer__item {
  width: calc(25% - 60px);
  margin-right: 20px;
}
.footer__wrapper .footer__item:last-child {
  margin-right: 0;
}
.footer__wrapper .footer__info .footer__logo {
  margin-bottom: 20px;
}
.footer__wrapper .footer__info .footer__logo .mkdf-logo-wrapper a {
  width: 90px;
  height: 90px !important;
  max-height: 120px;
  overflow: hidden;
  padding: 10px;
  background-color: #fbfbfb;
  border-radius: 10em;
  text-align: center;
}
.footer__wrapper .footer__info .footer__logo .mkdf-logo-wrapper a img {
  width: 60px;
  height: 100%;
}
.footer__wrapper .footer__info .footer_site-sert-zon {
  margin-bottom: 30px;
}
.footer__wrapper .footer__info .footer_site-sert-zon .footer__svg-size-control {
  width: 40px;
  margin-right: 1;
}

.footer__nav ul li {
  list-style: none;
  font-weight: 300;
}
.footer__nav ul li a {
  color: #fff;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.footer__nav ul li:hover a {
  color: rgb(244, 133, 128);
}

.footer__title {
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
  font-size: 18px;
}

.footer__contact .contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px !important;
  margin-right: 0 !important;
}
.footer__contact .contacts a .mkdf-icon-element {
  display: none;
}
.footer__contact .contacts a .mkdf-icon-text {
  font-size: 15px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer__contact .contacts a:hover .mkdf-icon-text {
  color: rgb(244, 133, 128);
}
.footer__contact .contacts .widget.mkdf-separator-widget {
  display: none;
}
.footer__contact .contacts .mkdf-image-gallery {
  display: none;
}
.footer__contact .footer__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.footer__contact .footer__payment .payment__item {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  padding: 10px;
  background-color: #fbfbfb;
  border-radius: 10em;
}
.footer__contact .footer__payment .payment__item img {
  height: 100%;
}
.footer__contact .footer__payment .payment__item:last-child {
  margin-right: 0;
}
.footer__contact .button.contacts__button {
  color: #fff;
  border-bottom: 1px dashed #fff;
  display: none;
}
.footer__contact .button.contacts__button:hover {
  color: rgb(244, 133, 128);
  border-color: rgb(244, 133, 128);
}

.footer__social .social {
  margin-bottom: 30px;
}
.footer__social .social li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-weight: 300;
}
.footer__social .social li .social__img-wrapper {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10em;
  text-align: center;
  padding: 7px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.footer__social .social li a {
  color: #fff;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.footer__social .social li:hover a {
  color: rgb(244, 133, 128);
}

.footer__tech .mheader__lang {
  margin-bottom: 20px;
}
.footer__tech .mheader__lang ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 7px;
}
.footer__tech .mheader__lang ul li {
  list-style: none;
  height: 20px;
  width: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__tech .m-header__account a {
  color: #fff;
}
.footer__tech .m-header__account a:hover {
  text-decoration: underline;
}
.footer__tech .m-header__account .client {
  color: rgb(244, 133, 128);
}
.footer__tech .m-header__account .client::after {
  color: #fff;
}

.footer .copyright {
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
@charset "UTF-8";
.header__top {
  padding: 5px 0 !important;
  height: auto !important;
}

.header__top-wrapper {
  background-color: #fbfbfb;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__top-wrapper ul > li, .header__top-wrapper ul > ol {
  list-style: none;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
}
.header__wrapper .mkdf-position-right {
  height: auto;
  margin-right: 15px;
}
.header__wrapper .mkdf-position-right .mkdf-shopping-cart-inner {
  background-color: #fbfbfb;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header__wrapper .mkdf-position-right .mkdf-shopping-cart-inner:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.menu-top-header-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.menu-top-header-container .menu li {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  margin-right: 20px;
}
.menu-top-header-container .menu li a:hover {
  text-decoration: underline;
}

.header__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-lang .language-chooser {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-family: Montserrat, sans-serif;
}
.header__top-lang .language-chooser li:not(:last-child) {
  margin-right: 10px;
}
.header__top-lang .language-chooser li:not(:last-child) a {
  font-size: 10px;
  line-height: 1;
  color: #000;
}
.header__top-lang .language-chooser li:not(:last-child) a:hover {
  color: #ddafaf;
}
.header__top-lang .language-chooser li.active {
  background-color: #ddafaf;
  border-radius: 10em;
  padding: 5px;
}
.header__top-lang .language-chooser li.active a {
  color: #fff;
  font-size: 10px;
}
.header__top-lang .language-chooser li.active a:hover {
  color: #fff;
}

.header__top-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top-account img {
  width: 20px;
  height: 20px;
  background-color: #fff;
  padding: 7px;
  border-radius: 10em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.header__top-account a {
  color: #000;
  font-family: Montserrat, sans-serif;
}
.header__top-account .client {
  color: rgb(244, 133, 128);
  position: relative;
  font-weight: 700;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
}
.header__top-account .client::after {
  content: "|";
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 400;
  color: #000;
}
.header__top-account .client:hover {
  text-decoration: underline;
}

.header__search, .m-header__search {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 70px;
}
.header__search .searchform, .m-header__search .searchform {
  font-family: Montserrat, sans-serif;
  width: 100%;
  position: relative;
}
.header__search .searchform .screen-reader-text, .m-header__search .searchform .screen-reader-text {
  display: none;
}
.header__search .searchform .input-holder, .m-header__search .searchform .input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.header__search .searchform .input-holder .search__info, .m-header__search .searchform .input-holder .search__info {
  color: #000;
  font-size: 14px;
  padding-right: 10px;
  position: relative;
}
.header__search .searchform .input-holder .search__info::after, .m-header__search .searchform .input-holder .search__info::after {
  content: "|";
  right: 0;
}
.header__search .searchform .input-holder .search__info button, .m-header__search .searchform .input-holder .search__info button {
  display: none !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 2px;
}
.header__search .searchform .input-holder .search__info button img, .m-header__search .searchform .input-holder .search__info button img {
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.header__search .searchform .input-holder .search-field, .m-header__search .searchform .input-holder .search-field {
  padding: 10px;
  font-family: Montserrat, sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0;
  outline: none;
}
.header__search .searchform .input-holder .search-field::-webkit-input-placeholder, .m-header__search .searchform .input-holder .search-field::-webkit-input-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field::-moz-placeholder, .m-header__search .searchform .input-holder .search-field::-moz-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field:-ms-input-placeholder, .m-header__search .searchform .input-holder .search-field:-ms-input-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field::-ms-input-placeholder, .m-header__search .searchform .input-holder .search-field::-ms-input-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field::placeholder, .m-header__search .searchform .input-holder .search-field::placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .mkdf-search-submit, .m-header__search .searchform .input-holder .mkdf-search-submit {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.header__search .searchform .input-holder .mkdf-search-submit img, .m-header__search .searchform .input-holder .mkdf-search-submit img {
  width: 20px;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone .header__phone-img-wrapper {
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.header__phone img {
  width: 22px;
  height: 22px;
}
.header__phone .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 20px 0;
}
.header__phone .phones .phone__value:hover {
  text-decoration: underline;
}
.header__phone .phones:hover .phone__dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.header__phone .phones .phone__dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  top: 50px;
  padding: 10px;
  border-radius: 5px;
}

.mkdf-shopping-cart-holder {
  margin-right: 0 !important;
}

.mkdf-sc-opener-icon svg {
  width: 25px;
  height: 25px;
}

.mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-sc-opener-count {
  right: -2px;
  top: 2px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 5px;
  color: rgb(244, 133, 128);
  font-family: Montserrat, sans-serif;
}

.header__nav {
  position: relative;
  top: -1px;
}
.header__nav .mkdf-main-menu {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .mkdf-main-menu #menu-glavnoe-menyu {
  padding: 10px 20px 20px 40px;
  background-color: #fff;
}
.header__nav .mkdf-main-menu ul {
  position: static;
}
.header__nav .mkdf-main-menu ul li {
  margin-right: 35px;
  position: static;
}
.header__nav .mkdf-main-menu ul li a {
  letter-spacing: 0.2px;
  font-weight: 700;
  position: relative;
  padding: 0;
}
.header__nav .mkdf-main-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: block;
  width: 0;
  height: 3px;
  border-radius: 5px;
  background-color: rgb(244, 133, 128);
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  display: none;
}
.header__nav .mkdf-main-menu ul li a:hover span {
  text-decoration: underline;
}
.header__nav .mkdf-main-menu ul li a:hover::before {
  width: 100%;
}
.header__nav .mkdf-main-menu ul li a:hover::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__nav .mkdf-main-menu ul li .second {
  width: 100%;
  left: 0;
  right: 0;
}
.header__nav .mkdf-main-menu ul li .second .inner {
  min-width: unset;
}
.header__nav .mkdf-main-menu ul li .second .inner ul {
  width: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li {
  padding: 0 40px;
  width: calc(25% - 60px);
}
.header__nav .mkdf-main-menu ul li .second .inner ul li a {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
  text-align: left;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li a::before {
  display: none;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer {
  padding-left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer::before, .header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer::after {
  display: none;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer:hover {
  color: rgb(244, 133, 128);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li ul, .header__nav .mkdf-main-menu ul li .second .inner ul li .right {
  position: relative;
  left: 0;
  top: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 10px 0 0 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  overflow: unset;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li ul li, .header__nav .mkdf-main-menu ul li .second .inner ul li .right li {
  padding: 0;
  width: auto;
  display: block;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li ul li a, .header__nav .mkdf-main-menu ul li .second .inner ul li .right li a {
  font-weight: 500;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li a::after {
  display: none;
}
.header__nav .mkdf-main-menu ul .menu-item-has-children a::after {
  content: "‹";
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -15px;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-8004 a {
  color: tomato;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-8219 a {
  color: tomato;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-3811 a {
  color: #f78e2a;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-6179 a {
  color: rgb(244, 133, 128);
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__contact .phones {
  padding: 0;
}
.header__contact .phones .phone__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contact .phones .phone__item img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.header__contact .phones .phone__item a {
  font-size: 14px;
}
.header__contact .phones .phone__item .arrow-down {
  position: absolute;
  right: -25px;
  top: 5px;
  margin-right: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__contact .phones .phone__dropdown {
  width: 120%;
}
.header__contact .phones .phone__dropdown div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contact .phones .phone__dropdown div img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.header__contact .phones .phone__dropdown div a {
  font-size: 14px;
  white-space: nowrap;
}
.header__contact .phones:hover .phone__dropdown {
  top: 25px;
}
.header__contact .phones:hover .phone__item .arrow-down {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__contact .contact_title {
  color: rgb(10, 10, 10);
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}

.cookies {
  background-color: #333;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat, sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.cookies p {
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  margin: 0 10px 0 0;
}
.cookies p a {
  margin: 0 5px;
  text-decoration: none;
  color: rgb(244, 133, 128);
}
.cookies p a:hover {
  text-decoration: underline;
}
.cookies button {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  border: 0;
  background-color: #fff;
  color: #333;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
.cookies button:hover {
  background-color: rgb(244, 133, 128);
  color: #fff;
}

.cookies.hidden {
  display: none;
}
#customer_login .password-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 18px;
  cursor: pointer;
}
#customer_login h2 {
  font-size: 25px;
  letter-spacing: 0.98px;
}
#customer_login .password-icon.password-icon--hide {
  display: none;
}
#customer_login .woocommerce-form-row.form-row {
  position: relative;
  margin-bottom: 25px;
}
#customer_login .woocommerce-form-row.form-row input[type=password] {
  padding-right: 30px;
}
#customer_login .woocommerce-form-row.form-row label {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 1;
  color: gray;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 7px;
}
#customer_login .woocommerce-form-row.form-row label.active {
  top: -18px;
  color: #000;
  background-color: rgba(251, 251, 251, 0.9);
  border-radius: 5px;
}
#customer_login .woocommerce-form-row.form-row .password-input {
  font-family: Montserrat, sans-serif;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.short, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.bad, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.good, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.strong {
  font-weight: 500;
}
#customer_login .woocommerce-form-row.form-row .password-input small {
  font-weight: 400;
  color: #000;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.short {
  color: tomato;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.bad {
  color: orange;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.good, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.strong {
  color: green;
}
#customer_login .woocommerce-button {
  margin-top: 15px;
}
#customer_login input {
  font-weight: 400;
}

.lost_reset_password p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
.lost_reset_password input[type=text] {
  font-weight: 500 !important;
}
.lost_reset_password input[type=text]::-webkit-input-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]::-moz-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]:-ms-input-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]::-ms-input-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]::placeholder {
  color: gray !important;
  font-weight: 500;
}
.m-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 40px !important;
  position: relative;
}
.m-header .mkdf-position-left, .m-header .mkdf-position-right-inner {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mkdf-mobile-header {
  border-bottom: 2px solid #eee;
}

.mkdf-mobile-header .mkdf-mobile-header-inner {
  height: auto;
}

.mkdf-mobile-header .mkdf-vertical-align-containers .mkdf-position-right {
  height: auto;
}
.mkdf-mobile-header .mkdf-vertical-align-containers .mkdf-position-right .mkdf-position-right-inner {
  position: relative;
  top: -8px;
}

.menu-mobile {
  margin-right: 20px;
  position: relative;
  padding-right: 10px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.menu-mobile span {
  width: 30px;
  height: 3.2px;
  position: relative;
  display: block;
  background-color: #494949;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear, opacity 0.15s linear;
  transition: transform 0.2s linear, opacity 0.15s linear;
  transition: transform 0.2s linear, opacity 0.15s linear, -webkit-transform 0.2s linear;
}
.menu-mobile span:nth-child(1) {
  top: -4px;
}
.menu-mobile span:nth-child(3) {
  bottom: -4px;
}
.menu-mobile::after {
  content: "";
  display: block;
  width: 2px;
  top: 0px;
  height: 100%;
  min-height: 30px;
  background-color: #e9e9e9;
  position: absolute;
  right: -10px;
}

.menu-mobile.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.menu-mobile.active span:nth-child(2) {
  opacity: 0;
}
.menu-mobile.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 6px;
}

.m-header__logo-wrapper .mkdf-mobile-logo-wrapper a {
  height: auto !important;
}
.m-header__logo-wrapper .mkdf-mobile-logo-wrapper a img {
  width: 50px;
  height: 70px;
}

.m-header__search-wrapper {
  margin-right: 20px;
}
.m-header__search-wrapper .m-search {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
}
.m-header__search-wrapper .m-search img {
  width: 100%;
}
.m-header__search-wrapper .m-search:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.m-header__search {
  display: none;
}

.m-header__search.active {
  display: block;
  position: absolute;
  padding-left: 0 !important;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header__search.active .mkdf-searchform.searchform {
  width: 90%;
  margin: 0 auto;
}
.m-header__search.active .mkdf-searchform.searchform .input-holder .search-field {
  min-width: 70%;
}

.mkdf-icon-element.lnr.lnr-user {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
.mkdf-icon-element.lnr.lnr-user:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.m-header .mkdf-shopping-cart-holder {
  margin-left: 0;
}
.m-header .mkdf-shopping-cart-holder .mkdf-shopping-cart-inner {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.m-header .mkdf-shopping-cart-holder .mkdf-shopping-cart-inner:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.m-header .mkdf-shopping-cart-holder .mkdf-sc-opener-count {
  top: -5px;
  right: -13px;
}

.mkdf-mobile-header .mkdf-mobile-header-inner {
  position: relative;
}

.m-header__nav-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-family: Montserrat, sans-serif;
}
.m-header__nav-wrapper ol, .m-header__nav-wrapper pre, .m-header__nav-wrapper ul {
  margin: 0;
}
.m-header__nav-wrapper .m-header__nav {
  max-width: 320px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  left: -999px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

.m-header__info {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  background-color: #fff;
}

#nav-menu-item-9094 a {
  color: tomato;
}

.m-header__nav-wrapper.active {
  height: 100%;
  top: 90px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.m-header__nav-wrapper.active .m-header__nav {
  left: 0;
  opacity: 1;
  visibility: visible;
  height: initial;
  padding: 20px 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav {
  height: auto;
  padding: 0 20px;
  padding-bottom: 20px;
  width: calc(100% - 30px);
}
.m-header__nav-wrapper.active .mkdf-default-nav ul {
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul #nav-menu-item-6179 a {
  color: rgb(244, 133, 128);
}
.m-header__nav-wrapper.active .mkdf-default-nav ul #nav-menu-item-3811 a {
  color: #f78e2a;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul #nav-menu-item-8004 a {
  color: tomato;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li {
  height: auto;
  width: calc(100% - 30px);
  padding-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li a {
  color: #000;
  letter-spacing: 0.5px;
  display: inline-block;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second {
  position: relative;
  top: 0;
  max-height: 0;
  width: 100%;
  display: none;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 300px;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  display: block !important;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul {
  padding: 10px 10px 10px 10px;
  max-height: 250px;
  overflow-y: auto;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  padding: 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a span::before, .m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a span::after {
  display: none;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a .item_outer {
  padding-right: 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a .item_outer span {
  display: inline-block;
  text-transform: lowercase;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a .item_outer span::first-letter {
  text-transform: uppercase !important;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: gray;
  border-radius: 10em;
  position: absolute;
  left: 0px;
  top: 10px;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li ul {
  position: relative;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li ul li {
  padding-right: 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul .menu-item-has-children::before {
  top: 15px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul .menu-item.menu-item-has-children::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: -5px;
}
.m-header__nav-wrapper.active .mkdf-default-nav #menu-glavnoe-menyu-1 {
  padding: 0;
}
.m-header__nav-wrapper.active .m-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px 0 15px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang {
  padding-bottom: 15px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang ul {
  border-radius: 7px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang ul li a {
  font-size: 12px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-account.m-header__account {
  padding-bottom: 15px;
}

.m-header__phones {
  padding: 15px 20px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
.m-header__phones .contact_title {
  display: none;
}
.m-header__phones .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header__phones .phones img {
  display: none;
}
.m-header__phones .phones .phone__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header__phones .phones a {
  font-size: 14px;
}

.m-header__dop-nav {
  padding: 15px 20px;
  padding-bottom: 180px;
  background-color: #fbfbfb;
}
.m-header__dop-nav .menu-top-header-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-wrapper.m-slider__content-wrapper {
  padding-bottom: 30px;
  position: relative;
}

.m-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.m-slider__items {
  width: 40%;
  padding: 10px;
  background-color: #ddafaf;
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.tabs__arrow {
  position: absolute;
  background: rgba(227, 227, 227, 0.5);
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.tabs__arrow svg {
  fill: rgb(51, 51, 51);
  width: 30px;
  height: 15px;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.tabs__arrow:hover {
  background-color: #d59d9d;
}
.tabs__arrow:hover svg {
  fill: #fff;
}

.tabs__arrow.tabs__arrow--next {
  right: 30px;
}

.tabs__arrow.tabs__arrow--prev {
  left: 30px;
}

.m-slider__preview {
  width: 60%;
}

.m-slider__info--hidden, .m-slider__link--hidden {
  overflow: hidden;
  max-height: 0;
  width: 0;
}

.m-slider__item.active {
  background-color: #333333;
}
.m-slider__item.active .m-slider__title.m-slider__title--small {
  color: #fff;
}
.m-slider__item.active .m-slider__img.m-slider__img--small {
  -webkit-box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
          box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
}

.m-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbfbfb;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 45%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m-slider__item:hover {
  background-color: #333333;
}
.m-slider__item:hover .m-slider__title.m-slider__title--small {
  color: #fff;
}
.m-slider__item:hover .m-slider__img.m-slider__img--small {
  -webkit-box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
          box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
}
.m-slider__item:last-child {
  height: 30px;
}

.m-slider__item:last-child {
  margin-bottom: 0;
}

.m-slider__img-wrapper.m-slider__img-wrapper--small {
  height: 100%;
  margin-right: 20px;
  padding-left: 10px;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-slider__img-wrapper.m-slider__img-wrapper--small::after {
  display: none;
}

.m-slider__img.m-slider__img--small {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  -webkit-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.m-slider__title.m-slider__title--small {
  margin: 0;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
}

.m-slider__img-wrapper {
  height: 450px;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-slider__preview .m-slider__img-wrapper {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-slider__preview .m-slider__img-wrapper.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.m-slider__img.m-slider__img--full {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.m-slider__img video.m-slider__img--full {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-slider__preview {
  position: relative;
}

.m-slider__preview-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px 10px 30px;
  background-color: rgba(251, 251, 251, 0.85);
}
.m-slider__preview-content .m-slider__preview-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}
.m-slider__preview-content .m-slider__button {
  background-color: #ddafaf;
  border: 0;
  color: #fff;
  font-size: 18px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1.5px;
}
.m-slider__preview-content .m-slider__button:hover {
  background-color: transparent;
  border-color: #ddafaf;
  color: #ddafaf;
}

.more-info__wrapper.more-info__wrapper--m-slider {
  margin-top: 0;
  padding-right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-info__wrapper.more-info__wrapper--m-slider .more-info {
  text-decoration: none;
  letter-spacing: inherit;
}

.m-slider__item-content {
  display: none;
}

.m-slider__item-content.active {
  display: block;
}

.slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10px;
}

.m-slider__items .m-slider__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-slider__content {
  font-family: Montserrat, sans-serif;
  padding-right: 20px;
}
.m-slider__content p {
  margin: 0;
  color: #fff;
  margin-bottom: 15px;
  padding-right: 30px;
}
.m-slider__content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  padding-right: 40px;
}
.m-slider__content ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.m-slider__content ul li {
  list-style: circle;
  margin-bottom: 10px;
}
.m-slider__content ul li a {
  color: #fff;
  text-decoration: underline;
  position: relative;
}
.m-slider__content ul li::marker {
  color: #fff;
}
.m-slider__content .more {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px dashed #fff;
}
.m-slider__content a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-slider__content a:hover {
  text-decoration: none;
  border: 0;
  color: rgb(51, 51, 51);
}

.m-slider__item-content.dark .m-slider__content {
  padding-right: 10px;
}
.m-slider__item-content.dark .m-slider__content a:hover {
  color: #ddafaf;
}

.slider-sticker {
  background-color: #fff;
  padding: 6px 10px 2px;
  border-radius: 5px 5px 20px 0;
  line-height: 2;
  font-size: 20px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #000;
}
@charset "UTF-8";
.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.timer .countdown-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 7px;
  margin-right: 30px;
  min-width: 60px;
}
.timer .countdown-number .countdown-time {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-size: 20px;
  color: rgb(244, 133, 128);
  font-weight: 500;
  margin-right: 5px;
}
.timer .countdown-number .countdown-text {
  color: #272727;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}
.timer .countdown-number:last-child {
  margin-right: 0;
}

.timer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.timer__wrapper .timer__descr {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

.content-wrapper.m-slider__content-wrapper {
  padding-bottom: 30px;
  position: relative;
}

.m-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.m-slider__items {
  width: 40%;
  padding: 10px;
  background-color: #ddafaf;
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.tabs__arrow {
  position: absolute;
  background: rgba(227, 227, 227, 0.5);
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.tabs__arrow svg {
  fill: rgb(51, 51, 51);
  width: 30px;
  height: 15px;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.tabs__arrow:hover {
  background-color: #d59d9d;
}
.tabs__arrow:hover svg {
  fill: #fff;
}

.tabs__arrow.tabs__arrow--next {
  right: 30px;
}

.tabs__arrow.tabs__arrow--prev {
  left: 30px;
}

.m-slider__preview {
  width: 60%;
}

.m-slider__info--hidden, .m-slider__link--hidden {
  overflow: hidden;
  max-height: 0;
  width: 0;
}

.m-slider__item.active {
  background-color: #333333;
}
.m-slider__item.active .m-slider__title.m-slider__title--small {
  color: #fff;
}
.m-slider__item.active .m-slider__img.m-slider__img--small {
  -webkit-box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
          box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
}

.m-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbfbfb;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 45%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m-slider__item:hover {
  background-color: #333333;
}
.m-slider__item:hover .m-slider__title.m-slider__title--small {
  color: #fff;
}
.m-slider__item:hover .m-slider__img.m-slider__img--small {
  -webkit-box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
          box-shadow: -2px 2px 3px rgba(255, 255, 255, 0.2);
}
.m-slider__item:last-child {
  height: 30px;
}

.m-slider__item:last-child {
  margin-bottom: 0;
}

.m-slider__img-wrapper.m-slider__img-wrapper--small {
  height: 100%;
  margin-right: 20px;
  padding-left: 10px;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-slider__img-wrapper.m-slider__img-wrapper--small::after {
  display: none;
}

.m-slider__img.m-slider__img--small {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  -webkit-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.m-slider__title.m-slider__title--small {
  margin: 0;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
}

.m-slider__img-wrapper {
  height: 450px;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-slider__preview .m-slider__img-wrapper {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-slider__preview .m-slider__img-wrapper.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.m-slider__img.m-slider__img--full {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.m-slider__img video.m-slider__img--full {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-slider__preview {
  position: relative;
}

.m-slider__preview-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px 10px 30px;
  background-color: rgba(251, 251, 251, 0.85);
}
.m-slider__preview-content .m-slider__preview-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}
.m-slider__preview-content .m-slider__button {
  background-color: #ddafaf;
  border: 0;
  color: #fff;
  font-size: 18px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1.5px;
}
.m-slider__preview-content .m-slider__button:hover {
  background-color: transparent;
  border-color: #ddafaf;
  color: #ddafaf;
}

.more-info__wrapper.more-info__wrapper--m-slider {
  margin-top: 0;
  padding-right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-info__wrapper.more-info__wrapper--m-slider .more-info {
  text-decoration: none;
  letter-spacing: inherit;
}

.m-slider__item-content {
  display: none;
}

.m-slider__item-content.active {
  display: block;
}

.slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10px;
}

.m-slider__items .m-slider__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-slider__content {
  font-family: Montserrat, sans-serif;
  padding-right: 20px;
}
.m-slider__content p {
  margin: 0;
  color: #fff;
  margin-bottom: 15px;
  padding-right: 30px;
}
.m-slider__content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  padding-right: 40px;
}
.m-slider__content ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.m-slider__content ul li {
  list-style: circle;
  margin-bottom: 10px;
}
.m-slider__content ul li a {
  color: #fff;
  text-decoration: underline;
  position: relative;
}
.m-slider__content ul li::marker {
  color: #fff;
}
.m-slider__content .more {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px dashed #fff;
}
.m-slider__content a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-slider__content a:hover {
  text-decoration: none;
  border: 0;
  color: rgb(51, 51, 51);
}

.m-slider__item-content.dark .m-slider__content {
  padding-right: 10px;
}
.m-slider__item-content.dark .m-slider__content a:hover {
  color: #ddafaf;
}

.slider-sticker {
  background-color: #fff;
  padding: 6px 10px 2px;
  border-radius: 5px 5px 20px 0;
  line-height: 2;
  font-size: 20px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #000;
}

.header__top {
  padding: 5px 0 !important;
  height: auto !important;
}

.header__top-wrapper {
  background-color: #fbfbfb;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__top-wrapper ul > li, .header__top-wrapper ul > ol {
  list-style: none;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
}
.header__wrapper .mkdf-position-right {
  height: auto;
  margin-right: 15px;
}
.header__wrapper .mkdf-position-right .mkdf-shopping-cart-inner {
  background-color: #fbfbfb;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header__wrapper .mkdf-position-right .mkdf-shopping-cart-inner:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.menu-top-header-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.menu-top-header-container .menu li {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  margin-right: 20px;
}
.menu-top-header-container .menu li a:hover {
  text-decoration: underline;
}

.header__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-lang .language-chooser {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-family: Montserrat, sans-serif;
}
.header__top-lang .language-chooser li:not(:last-child) {
  margin-right: 10px;
}
.header__top-lang .language-chooser li:not(:last-child) a {
  font-size: 10px;
  line-height: 1;
  color: #000;
}
.header__top-lang .language-chooser li:not(:last-child) a:hover {
  color: #ddafaf;
}
.header__top-lang .language-chooser li.active {
  background-color: #ddafaf;
  border-radius: 10em;
  padding: 5px;
}
.header__top-lang .language-chooser li.active a {
  color: #fff;
  font-size: 10px;
}
.header__top-lang .language-chooser li.active a:hover {
  color: #fff;
}

.header__top-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top-account img {
  width: 20px;
  height: 20px;
  background-color: #fff;
  padding: 7px;
  border-radius: 10em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.header__top-account a {
  color: #000;
  font-family: Montserrat, sans-serif;
}
.header__top-account .client {
  color: rgb(244, 133, 128);
  position: relative;
  font-weight: 700;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
}
.header__top-account .client::after {
  content: "|";
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 400;
  color: #000;
}
.header__top-account .client:hover {
  text-decoration: underline;
}

.header__search, .m-header__search {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 70px;
}
.header__search .searchform, .m-header__search .searchform {
  font-family: Montserrat, sans-serif;
  width: 100%;
  position: relative;
}
.header__search .searchform .screen-reader-text, .m-header__search .searchform .screen-reader-text {
  display: none;
}
.header__search .searchform .input-holder, .m-header__search .searchform .input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.header__search .searchform .input-holder .search__info, .m-header__search .searchform .input-holder .search__info {
  color: #000;
  font-size: 14px;
  padding-right: 10px;
  position: relative;
}
.header__search .searchform .input-holder .search__info::after, .m-header__search .searchform .input-holder .search__info::after {
  content: "|";
  right: 0;
}
.header__search .searchform .input-holder .search__info button, .m-header__search .searchform .input-holder .search__info button {
  display: none !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 2px;
}
.header__search .searchform .input-holder .search__info button img, .m-header__search .searchform .input-holder .search__info button img {
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.header__search .searchform .input-holder .search-field, .m-header__search .searchform .input-holder .search-field {
  padding: 10px;
  font-family: Montserrat, sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0;
  outline: none;
}
.header__search .searchform .input-holder .search-field::-webkit-input-placeholder, .m-header__search .searchform .input-holder .search-field::-webkit-input-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field::-moz-placeholder, .m-header__search .searchform .input-holder .search-field::-moz-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field:-ms-input-placeholder, .m-header__search .searchform .input-holder .search-field:-ms-input-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field::-ms-input-placeholder, .m-header__search .searchform .input-holder .search-field::-ms-input-placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .search-field::placeholder, .m-header__search .searchform .input-holder .search-field::placeholder {
  color: rgb(244, 133, 128);
}
.header__search .searchform .input-holder .mkdf-search-submit, .m-header__search .searchform .input-holder .mkdf-search-submit {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.header__search .searchform .input-holder .mkdf-search-submit img, .m-header__search .searchform .input-holder .mkdf-search-submit img {
  width: 20px;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone .header__phone-img-wrapper {
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.header__phone img {
  width: 22px;
  height: 22px;
}
.header__phone .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 20px 0;
}
.header__phone .phones .phone__value:hover {
  text-decoration: underline;
}
.header__phone .phones:hover .phone__dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.header__phone .phones .phone__dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  top: 50px;
  padding: 10px;
  border-radius: 5px;
}

.mkdf-shopping-cart-holder {
  margin-right: 0 !important;
}

.mkdf-sc-opener-icon svg {
  width: 25px;
  height: 25px;
}

.mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-sc-opener-count {
  right: -2px;
  top: 2px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 5px;
  color: rgb(244, 133, 128);
  font-family: Montserrat, sans-serif;
}

.header__nav {
  position: relative;
  top: -1px;
}
.header__nav .mkdf-main-menu {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .mkdf-main-menu #menu-glavnoe-menyu {
  padding: 10px 20px 20px 40px;
  background-color: #fff;
}
.header__nav .mkdf-main-menu ul {
  position: static;
}
.header__nav .mkdf-main-menu ul li {
  margin-right: 35px;
  position: static;
}
.header__nav .mkdf-main-menu ul li a {
  letter-spacing: 0.2px;
  font-weight: 700;
  position: relative;
  padding: 0;
}
.header__nav .mkdf-main-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: block;
  width: 0;
  height: 3px;
  border-radius: 5px;
  background-color: rgb(244, 133, 128);
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  display: none;
}
.header__nav .mkdf-main-menu ul li a:hover span {
  text-decoration: underline;
}
.header__nav .mkdf-main-menu ul li a:hover::before {
  width: 100%;
}
.header__nav .mkdf-main-menu ul li a:hover::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__nav .mkdf-main-menu ul li .second {
  width: 100%;
  left: 0;
  right: 0;
}
.header__nav .mkdf-main-menu ul li .second .inner {
  min-width: unset;
}
.header__nav .mkdf-main-menu ul li .second .inner ul {
  width: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li {
  padding: 0 40px;
  width: calc(25% - 60px);
}
.header__nav .mkdf-main-menu ul li .second .inner ul li a {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
  text-align: left;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li a::before {
  display: none;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer {
  padding-left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer::before, .header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer::after {
  display: none;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li .item_outer:hover {
  color: rgb(244, 133, 128);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li ul, .header__nav .mkdf-main-menu ul li .second .inner ul li .right {
  position: relative;
  left: 0;
  top: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 10px 0 0 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  overflow: unset;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li ul li, .header__nav .mkdf-main-menu ul li .second .inner ul li .right li {
  padding: 0;
  width: auto;
  display: block;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li ul li a, .header__nav .mkdf-main-menu ul li .second .inner ul li .right li a {
  font-weight: 500;
}
.header__nav .mkdf-main-menu ul li .second .inner ul li a::after {
  display: none;
}
.header__nav .mkdf-main-menu ul .menu-item-has-children a::after {
  content: "‹";
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -15px;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-8004 a {
  color: tomato;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-8219 a {
  color: tomato;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-3811 a {
  color: #f78e2a;
}
.header__nav .mkdf-main-menu ul #nav-menu-item-6179 a {
  color: rgb(244, 133, 128);
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__contact .phones {
  padding: 0;
}
.header__contact .phones .phone__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contact .phones .phone__item img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.header__contact .phones .phone__item a {
  font-size: 14px;
}
.header__contact .phones .phone__item .arrow-down {
  position: absolute;
  right: -25px;
  top: 5px;
  margin-right: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__contact .phones .phone__dropdown {
  width: 120%;
}
.header__contact .phones .phone__dropdown div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contact .phones .phone__dropdown div img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.header__contact .phones .phone__dropdown div a {
  font-size: 14px;
  white-space: nowrap;
}
.header__contact .phones:hover .phone__dropdown {
  top: 25px;
}
.header__contact .phones:hover .phone__item .arrow-down {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__contact .contact_title {
  color: rgb(10, 10, 10);
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}

.cookies {
  background-color: #333;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat, sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.cookies p {
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  margin: 0 10px 0 0;
}
.cookies p a {
  margin: 0 5px;
  text-decoration: none;
  color: rgb(244, 133, 128);
}
.cookies p a:hover {
  text-decoration: underline;
}
.cookies button {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  border: 0;
  background-color: #fff;
  color: #333;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
.cookies button:hover {
  background-color: rgb(244, 133, 128);
  color: #fff;
}

.cookies.hidden {
  display: none;
}

.m-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 40px !important;
  position: relative;
}
.m-header .mkdf-position-left, .m-header .mkdf-position-right-inner {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mkdf-mobile-header {
  border-bottom: 2px solid #eee;
}

.mkdf-mobile-header .mkdf-mobile-header-inner {
  height: auto;
}

.mkdf-mobile-header .mkdf-vertical-align-containers .mkdf-position-right {
  height: auto;
}
.mkdf-mobile-header .mkdf-vertical-align-containers .mkdf-position-right .mkdf-position-right-inner {
  position: relative;
  top: -8px;
}

.menu-mobile {
  margin-right: 20px;
  position: relative;
  padding-right: 10px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.menu-mobile span {
  width: 30px;
  height: 3.2px;
  position: relative;
  display: block;
  background-color: #494949;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear, opacity 0.15s linear;
  transition: transform 0.2s linear, opacity 0.15s linear;
  transition: transform 0.2s linear, opacity 0.15s linear, -webkit-transform 0.2s linear;
}
.menu-mobile span:nth-child(1) {
  top: -4px;
}
.menu-mobile span:nth-child(3) {
  bottom: -4px;
}
.menu-mobile::after {
  content: "";
  display: block;
  width: 2px;
  top: 0px;
  height: 100%;
  min-height: 30px;
  background-color: #e9e9e9;
  position: absolute;
  right: -10px;
}

.menu-mobile.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.menu-mobile.active span:nth-child(2) {
  opacity: 0;
}
.menu-mobile.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 6px;
}

.m-header__logo-wrapper .mkdf-mobile-logo-wrapper a {
  height: auto !important;
}
.m-header__logo-wrapper .mkdf-mobile-logo-wrapper a img {
  width: 50px;
  height: 70px;
}

.m-header__search-wrapper {
  margin-right: 20px;
}
.m-header__search-wrapper .m-search {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
}
.m-header__search-wrapper .m-search img {
  width: 100%;
}
.m-header__search-wrapper .m-search:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.m-header__search {
  display: none;
}

.m-header__search.active {
  display: block;
  position: absolute;
  padding-left: 0 !important;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header__search.active .mkdf-searchform.searchform {
  width: 90%;
  margin: 0 auto;
}
.m-header__search.active .mkdf-searchform.searchform .input-holder .search-field {
  min-width: 70%;
}

.mkdf-icon-element.lnr.lnr-user {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
.mkdf-icon-element.lnr.lnr-user:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.m-header .mkdf-shopping-cart-holder {
  margin-left: 0;
}
.m-header .mkdf-shopping-cart-holder .mkdf-shopping-cart-inner {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.m-header .mkdf-shopping-cart-holder .mkdf-shopping-cart-inner:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.m-header .mkdf-shopping-cart-holder .mkdf-sc-opener-count {
  top: -5px;
  right: -13px;
}

.mkdf-mobile-header .mkdf-mobile-header-inner {
  position: relative;
}

.m-header__nav-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-family: Montserrat, sans-serif;
}
.m-header__nav-wrapper ol, .m-header__nav-wrapper pre, .m-header__nav-wrapper ul {
  margin: 0;
}
.m-header__nav-wrapper .m-header__nav {
  max-width: 320px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  left: -999px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

.m-header__info {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  background-color: #fff;
}

#nav-menu-item-9094 a {
  color: tomato;
}

.m-header__nav-wrapper.active {
  height: 100%;
  top: 90px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.m-header__nav-wrapper.active .m-header__nav {
  left: 0;
  opacity: 1;
  visibility: visible;
  height: initial;
  padding: 20px 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav {
  height: auto;
  padding: 0 20px;
  padding-bottom: 20px;
  width: calc(100% - 30px);
}
.m-header__nav-wrapper.active .mkdf-default-nav ul {
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul #nav-menu-item-6179 a {
  color: rgb(244, 133, 128);
}
.m-header__nav-wrapper.active .mkdf-default-nav ul #nav-menu-item-3811 a {
  color: #f78e2a;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul #nav-menu-item-8004 a {
  color: tomato;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li {
  height: auto;
  width: calc(100% - 30px);
  padding-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li a {
  color: #000;
  letter-spacing: 0.5px;
  display: inline-block;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second {
  position: relative;
  top: 0;
  max-height: 0;
  width: 100%;
  display: none;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 300px;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  display: block !important;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul {
  padding: 10px 10px 10px 10px;
  max-height: 250px;
  overflow-y: auto;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  padding: 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a span::before, .m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a span::after {
  display: none;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a .item_outer {
  padding-right: 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a .item_outer span {
  display: inline-block;
  text-transform: lowercase;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li a .item_outer span::first-letter {
  text-transform: uppercase !important;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: gray;
  border-radius: 10em;
  position: absolute;
  left: 0px;
  top: 10px;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li ul {
  position: relative;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul li ul li {
  padding-right: 0;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul li .second.active .inner ul .menu-item-has-children::before {
  top: 15px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.m-header__nav-wrapper.active .mkdf-default-nav ul .menu-item.menu-item-has-children::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: -5px;
}
.m-header__nav-wrapper.active .mkdf-default-nav #menu-glavnoe-menyu-1 {
  padding: 0;
}
.m-header__nav-wrapper.active .m-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px 0 15px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang {
  padding-bottom: 15px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang ul {
  border-radius: 7px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-lang.mheader__lang ul li a {
  font-size: 12px;
}
.m-header__nav-wrapper.active .m-header__info .header__top-account.m-header__account {
  padding-bottom: 15px;
}

.m-header__phones {
  padding: 15px 20px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
.m-header__phones .contact_title {
  display: none;
}
.m-header__phones .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header__phones .phones img {
  display: none;
}
.m-header__phones .phones .phone__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header__phones .phones a {
  font-size: 14px;
}

.m-header__dop-nav {
  padding: 15px 20px;
  padding-bottom: 180px;
  background-color: #fbfbfb;
}
.m-header__dop-nav .menu-top-header-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mkdf-page-footer .widget:last-child, .mkdf-side-menu .widget:last-child {
  display: none;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
}
.footer__wrapper .footer__item {
  width: calc(25% - 60px);
  margin-right: 20px;
}
.footer__wrapper .footer__item:last-child {
  margin-right: 0;
}
.footer__wrapper .footer__info .footer__logo {
  margin-bottom: 20px;
}
.footer__wrapper .footer__info .footer__logo .mkdf-logo-wrapper a {
  width: 90px;
  height: 90px !important;
  max-height: 120px;
  overflow: hidden;
  padding: 10px;
  background-color: #fbfbfb;
  border-radius: 10em;
  text-align: center;
}
.footer__wrapper .footer__info .footer__logo .mkdf-logo-wrapper a img {
  width: 60px;
  height: 100%;
}
.footer__wrapper .footer__info .footer_site-sert-zon {
  margin-bottom: 30px;
}
.footer__wrapper .footer__info .footer_site-sert-zon .footer__svg-size-control {
  width: 40px;
  margin-right: 1;
}

.footer__nav ul li {
  list-style: none;
  font-weight: 300;
}
.footer__nav ul li a {
  color: #fff;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.footer__nav ul li:hover a {
  color: rgb(244, 133, 128);
}

.footer__title {
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
  font-size: 18px;
}

.footer__contact .contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px !important;
  margin-right: 0 !important;
}
.footer__contact .contacts a .mkdf-icon-element {
  display: none;
}
.footer__contact .contacts a .mkdf-icon-text {
  font-size: 15px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer__contact .contacts a:hover .mkdf-icon-text {
  color: rgb(244, 133, 128);
}
.footer__contact .contacts .widget.mkdf-separator-widget {
  display: none;
}
.footer__contact .contacts .mkdf-image-gallery {
  display: none;
}
.footer__contact .footer__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.footer__contact .footer__payment .payment__item {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  padding: 10px;
  background-color: #fbfbfb;
  border-radius: 10em;
}
.footer__contact .footer__payment .payment__item img {
  height: 100%;
}
.footer__contact .footer__payment .payment__item:last-child {
  margin-right: 0;
}
.footer__contact .button.contacts__button {
  color: #fff;
  border-bottom: 1px dashed #fff;
  display: none;
}
.footer__contact .button.contacts__button:hover {
  color: rgb(244, 133, 128);
  border-color: rgb(244, 133, 128);
}

.footer__social .social {
  margin-bottom: 30px;
}
.footer__social .social li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-weight: 300;
}
.footer__social .social li .social__img-wrapper {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10em;
  text-align: center;
  padding: 7px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.footer__social .social li a {
  color: #fff;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.footer__social .social li:hover a {
  color: rgb(244, 133, 128);
}

.footer__tech .mheader__lang {
  margin-bottom: 20px;
}
.footer__tech .mheader__lang ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 7px;
}
.footer__tech .mheader__lang ul li {
  list-style: none;
  height: 20px;
  width: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__tech .m-header__account a {
  color: #fff;
}
.footer__tech .m-header__account a:hover {
  text-decoration: underline;
}
.footer__tech .m-header__account .client {
  color: rgb(244, 133, 128);
}
.footer__tech .m-header__account .client::after {
  color: #fff;
}

.footer .copyright {
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.codyshop-ajax-search {
  background-color: #fff;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 1000;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
.codyshop-ajax-search .search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.codyshop-ajax-search .search__item .search__product-img-wrapper {
  max-width: 50px;
  max-height: 50px;
  margin-right: 30px;
}
.codyshop-ajax-search .search__item .search__product-img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10em;
  padding: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.codyshop-ajax-search .search__item .search__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.codyshop-ajax-search .search__item .search__product-info .search__product-link {
  text-decoration: underline;
  margin-bottom: 15px;
}
.codyshop-ajax-search .search__item .search__product-info p {
  color: rgb(57, 57, 57);
  font-size: 12px;
  margin: 10px 0;
  display: none;
}
.codyshop-ajax-search .search__item .search__product-info .search__product-button-link {
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px 5px 0;
  color: rgb(244, 133, 128);
}
.codyshop-ajax-search .search__item .search__product-info .search__product-button-link:hover {
  text-decoration: underline;
}

.mkdf-sc-dropdown {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner {
  padding: 40px 30px;
  width: auto;
  max-width: 500px;
  position: relative;
  min-width: 300px;
  overflow-y: auto;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 30px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(244, 133, 128);
  margin: -4px 0 0 -4px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .preloader__wrapper.active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner #close-cart {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  padding: 8px;
  border: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner #close-cart img {
  width: 100%;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner #close-cart:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__title {
  text-align: left;
  font-size: 20px;
  margin: 10px 0 20px 0;
  font-weight: 500;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items {
  margin-bottom: 20px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item {
  padding: 10px 15px 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image {
  margin-right: 15px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image a {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 100%;
  overflow: hidden;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image a img {
  border-radius: 10px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content {
  position: relative;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content h5 {
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  padding-right: 15px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-price {
  font-weight: 500;
  color: rgb(40, 40, 40);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .remove {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .remove img {
  width: 100%;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .remove:hover {
  -webkit-box-shadow: 0 3px 4px rgba(255, 99, 71, 0.6);
          box-shadow: 0 3px 4px rgba(255, 99, 71, 0.6);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__title {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__button {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__button:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__input {
  max-width: 20px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 5px;
  margin: 0 10px;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__input::-webkit-outer-spin-button, .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content .mkdf-sc-dropdown-item-quantity.quantity .quantity__wrapper .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__remove-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__remove-items button {
  background-color: transparent;
  border: 0;
  font-family: Montserrat, sans-serif;
  border-bottom: 1px dashed #000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .cart__remove-items button:hover {
  color: rgb(244, 133, 128);
  border-color: rgb(244, 133, 128);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder a {
  background-color: transparent;
  color: #000;
  letter-spacing: 0.5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder a:hover {
  border-color: rgb(244, 133, 128);
  color: rgb(244, 133, 128);
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder.mkdf-checkout-button a {
  background-color: rgb(244, 133, 128);
  color: #fff;
  border-color: transparent;
}
.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-button-holder.mkdf-checkout-button a:hover {
  background-color: transparent;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: rgb(244, 133, 128) !important;
  border-color: rgb(244, 133, 128);
}

.mkdf-woocommerce-page table.cart td.actions .button[name=update_cart] {
  display: none !important;
}

.mkdf-sc-dropdown.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.p-add__blockUI {
  border-radius: 10px;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 7px solid #e9e9e9 !important;
  border-bottom: 7px solid #e9e9e9 !important;
}
.p-add__blockUI .p-add__popup {
  position: relative;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
}
.p-add__blockUI .p-add__popup .button.close {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 25px;
  height: 25px;
  padding: 4px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-add__blockUI .p-add__popup .button.close img {
  width: 20px;
  height: 20px;
}
.p-add__blockUI .p-add__popup .button.close:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.p-add__blockUI .p-add__popup .p-add__img-wrapper {
  padding: 20px 0;
}
.p-add__blockUI .p-add__popup .p-add__img-wrapper img {
  max-height: 150px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  padding: 10px;
}
.p-add__blockUI .p-add__popup .p-add__info p {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-add__blockUI .p-add__popup .p-add__buttons .button.button-to-cart {
  padding: 10px 20px;
  background-color: rgb(244, 133, 128);
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-add__blockUI .p-add__popup .p-add__buttons .button.button-to-cart:hover {
  background-color: transparent;
  border-color: rgb(244, 133, 128);
  color: rgb(244, 133, 128);
}

body.category-sertifikaty .category-sertifikaty .mkdf-post-content {
  display: block !important;
}
body.category-sertifikaty .category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main {
  border-bottom: 0;
}
body.category-sertifikaty .mkdf-container {
  padding: 60px 0;
}
body.category-sertifikaty .mkdf-container .mkdf-blog-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article {
  width: calc(33.3333333333% - 40px);
  margin-right: 20px;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-heading .mkdf-post-image {
  max-width: 250px;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text {
  display: none;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-info-top {
  display: none;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner h3 {
  font-size: 20px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner h3:hover {
  color: rgb(244, 133, 128);
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-excerpt {
  font-family: Montserrat, sans-serif;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a {
  letter-spacing: 0.5px;
  font-size: 16px;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a span {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a:hover {
  text-decoration: underline;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a:hover span {
  color: rgb(244, 133, 128);
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a, body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a {
  position: relative;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a::after, body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a::after {
  content: "";
  background-image: url("../img/e-union.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

#post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image, #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image {
  position: relative;
}
#post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image::after, #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image::after {
  content: "";
  background-image: url("../img/e-union.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

article.category-sertifikaty {
  margin: 20px 0 20px 0 !important;
}
article.category-sertifikaty .mkdf-post-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-image {
  margin-right: 30px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-image img {
  max-height: 900px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text {
  display: none;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main .button-download {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background-color: rgb(244, 133, 128);
  color: #fff;
  border-radius: 7px;
  text-transform: uppercase;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main .button-download:hover {
  background-color: transparent;
  border-color: rgb(244, 133, 128);
  color: rgb(244, 133, 128);
}

.mkdf-blog-single-navigation .mkdf-blog-single-next,
.mkdf-blog-single-navigation .mkdf-blog-single-prev {
  letter-spacing: 0.5px !important;
  font-style: normal;
  font-family: Montserrat, sans-serif;
}

.p-add__blockUI.p-add__blockUI--sertificate {
  width: 80% !important;
}
.p-add__blockUI.p-add__blockUI--sertificate .p-add__img-wrapper {
  max-height: 700px;
  overflow: auto;
}
.p-add__blockUI.p-add__blockUI--sertificate .p-add__img-wrapper img {
  max-height: unset;
  border-radius: 0;
}

.downloadBlock .extra_files-download {
  display: none;
}
.downloadBlock h3 {
  margin-bottom: 10px;
}

.downloadBlock.visible {
  display: block;
}
.downloadBlock.visible .text.text-before-visible {
  display: none;
}
.downloadBlock.visible .extra_files-download {
  display: block;
}

.woocommerce .products li.product .mkdf-pl-image img {
  border-radius: 10%;
}

ul.products > .product .mkdf-pl-text-wrapper {
  margin-bottom: 10px !important;
}

.mkdf-woo-single-page .mkdf-single-product-content .images figure span.onsale {
  right: 20px;
  left: inherit;
  font-size: 16px;
  padding: 10px 20px;
}

.shop__topline .woocommerce-ordering {
  float: none !important;
}

body .select2-container--default {
  width: 300px !important;
}
body .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border-color: #e2e2e2;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat, sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  color: rgb(244, 133, 128);
}
body .select2-container--default .select2-dropdown {
  border-radius: 5px;
}
body .select2-container--default .select2-results .select2-results__options .select2-results__option {
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .select2-container--default .select2-results .select2-results__options .select2-results__option:hover {
  color: rgb(244, 133, 128);
}

.mkdf-woo-normal-space ul.products > .product.outofstock .mkdf-pl-inner,
.mkdf-woo-normal-space ul.products > .product.waitfordelivery .mkdf-pl-inner {
  position: relative;
}
.mkdf-woo-normal-space ul.products > .product.outofstock .mkdf-pl-inner::after,
.mkdf-woo-normal-space ul.products > .product.waitfordelivery .mkdf-pl-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.7);
  border-radius: 20px;
  display: block;
}

.woocommerce .mkdf-new-product, .woocommerce .mkdf-onsale, .woocommerce .mkdf-out-of-stock, .sticker__item--delivery {
  width: auto !important;
  height: auto !important;
  padding: 5px !important;
  font-family: Montserrat, sans-serif;
}

.woocommerce .mkdf-out-of-stock,
.sticker__item--delivery {
  background-color: rgb(67, 67, 67) !important;
  font-weight: 700 !important;
  letter-spacing: 0.58px !important;
  border-radius: 5px;
  line-height: 1 !important;
  font-size: 12px !important;
}

.mkdf-woocommerce-page .mkdf-content .variations th.label {
  display: block;
  text-align: left;
}

.mkdf-woo-single-page .mkdf-single-product-summary button[type=submit]:not(.mkdf-search-submit) {
  min-height: 54px;
}

.product.waitfordelivery .sticker__wrapper.sticker__wrapper--bottom {
  display: none;
}
.product.waitfordelivery .mkdf-out-of-stock {
  right: 10px !important;
}

.product.waitfordelivery .mkdf-pl-image .mkdf-out-of-stock.waitfordelivery {
  display: none;
}

.summary.entry-summary form .added_to_cart.wc-forward {
  display: none !important;
}
.summary.entry-summary form .single_add_to_cart_button.button.alt {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.summary.entry-summary form .single_add_to_cart_button.button.alt.loading {
  background-color: #ccab8c;
}

.single-product .product.product-type-variable .mkdf-out-of-stock {
  display: none;
}
.single-product .product.product-type-variable .woocommerce-variation {
  margin: 10px 0 !important;
}
.single-product .product.product-type-variable .woocommerce-variation-availability {
  margin: 15px 0 !important;
}
.single-product .product.product-type-variable .woocommerce-variation-availability p {
  display: inline-block;
  background-color: rgb(67, 67, 67);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.58px;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  padding: 5px 10px;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.single-product .product.product-type-variable .woocommerce-variation-availability .stock.out-of-stock {
  color: #fff !important;
}

.product.product-type-variable .mkdf-pl-inner::after {
  display: none !important;
}
.product.product-type-variable .mkdf-out-of-stock {
  display: none;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap {
  margin-top: 0 !important;
}

.blockUI.p-product__blockUI.blockPage .p-add__popup {
  padding: 7px 14px;
  background-color: green;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.blockUI.p-product__blockUI.blockPage .p-add__popup .p-add__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockUI.p-product__blockUI.blockPage .p-add__popup .p-add__info img {
  width: 35px;
  height: 30px;
  margin-right: 10px;
}
.blockUI.p-product__blockUI.blockPage .p-add__popup .p-add__info .p-add__title {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.blockUI.p-product__blockUI.blockPage .p-add__popup .p-add__info .p-add__title span {
  text-decoration: underline;
}

body.single.single-product .mkdf-container-inner {
  width: 68% !important;
}
body.single.single-product .mkdf-title-holder.mkdf-standard-with-breadcrumbs-type {
  margin-bottom: 20px !important;
  max-height: 50px !important;
}
body.single.single-product .mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-title-info {
  display: none;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 18px;
  margin-top: 0;
}
.mkdf-woo-single-page .mkdf-single-product-summary .price p strong {
  margin-top: 0;
}
.mkdf-woo-single-page .mkdf-single-product-summary .price p > span {
  font-weight: 600;
  margin-right: 10px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
  margin-bottom: 40px !important;
}

.woocommerce-checkout .mkdf-page-content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce:last-child {
  margin-right: 20px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce:nth-child(2) {
  margin-left: 20px;
}
.woocommerce-checkout .mkdf-page-content-holder .ch__cart-title {
  margin-top: 0;
  font-size: 22px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form {
  font-family: Montserrat, sans-serif;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-item {
  position: relative;
  padding: 15px 25px;
  border: 1px solid #fbfbfb;
  margin-bottom: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-thumbnail {
  margin-bottom: 10px;
  width: 35%;
  height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 150px;
  padding: 10px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-thumbnail a img {
  border-radius: 10%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
  width: 150px !important;
  height: 150px !important;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-caption {
  width: 62%;
  margin-left: 30px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-remove a {
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  border-bottom: 1px dashed #000;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-remove a:hover {
  color: tomato;
  border-color: tomato;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-title {
  margin-bottom: 10px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-title a {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price {
  font-size: 18px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price span bdi {
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price.on-sale .price {
  text-decoration: line-through;
  margin-right: 10px;
  font-size: 15px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-price.on-sale .price-sale span {
  color: tomato;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .title {
  margin-right: 10px;
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .quantity .mkdf-quantity-buttons.quantity span {
  display: none;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .quantity .mkdf-quantity-buttons.quantity input {
  border: 1px solid #e2e2e2;
  height: 30px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  margin: 0 10px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .ck__product-quantity-button {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 3px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-quantity .ck__product-quantity-button:hover {
  background-color: #ccab8c;
  color: #fff;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-total-price .title {
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-total-price .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .button.button-cart-submit {
  display: none;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon {
  margin-bottom: 20px;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .title {
  font-size: 18px;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .coupon label {
  display: none;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .coupon input {
  min-width: 300px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
}
.woocommerce-checkout .mkdf-page-content-holder .ck__product-buttons .ck__coupon .coupon button {
  display: block;
}

.ch__clien-wrapper .woocommerce-billing-fields h3 {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 10px;
}

.ck__used-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.ck__used-coupon .coupon__title {
  margin-right: 10px;
  font-weight: 500;
}
.ck__used-coupon .coupon__html .woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  color: #000;
}
.ck__used-coupon .coupon__html .woocommerce-remove-coupon {
  color: rgb(244, 133, 128);
}
.ck__used-coupon .coupon__html .woocommerce-remove-coupon:hover {
  text-decoration: underline;
}

.ck__fee {
  color: #fff;
  font-family: Montserrat, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.ck__fee .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #ccab8c;
  padding: 10px 0;
  border-radius: 10px;
  width: 100%;
}
.ck__fee p {
  font-weight: 500;
  margin: 0;
}
.ck__fee .title {
  margin-right: 20px;
  padding-left: 15px;
}
.ck__fee .total {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 15px;
}

.ck__total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8b2af;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.ck__total-price .title {
  margin-right: 10px;
  font-weight: 500;
}
.ck__total-price .total {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ck__total-price .total del {
  margin-right: 10px;
}

#billing_country_field {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  font-family: Montserrat, sans-serif;
}
.woocommerce-billing-fields__field-wrapper p label {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

.checkout.woocommerce-checkout .required, .woocommerce-form.woocommerce-form-login.login .required, .lost_reset_password .required {
  color: tomato;
}
.checkout.woocommerce-checkout input:disabled + label, .woocommerce-form.woocommerce-form-login.login input:disabled + label, .lost_reset_password input:disabled + label {
  opacity: 0.5;
}
.checkout.woocommerce-checkout input[type=text], .checkout.woocommerce-checkout input[type=password], .checkout.woocommerce-checkout input[type=email], .checkout.woocommerce-checkout input[type=tel], .woocommerce-form.woocommerce-form-login.login input[type=text], .woocommerce-form.woocommerce-form-login.login input[type=password], .woocommerce-form.woocommerce-form-login.login input[type=email], .woocommerce-form.woocommerce-form-login.login input[type=tel], .lost_reset_password input[type=text], .lost_reset_password input[type=password], .lost_reset_password input[type=email], .lost_reset_password input[type=tel] {
  border-radius: 5px !important;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  color: #000 !important;
  font-family: Montserrat, sans-serif !important;
}
.checkout.woocommerce-checkout input[type=radio], .checkout.woocommerce-checkout input[type=checkbox], .woocommerce-form.woocommerce-form-login.login input[type=radio], .woocommerce-form.woocommerce-form-login.login input[type=checkbox], .lost_reset_password input[type=radio], .lost_reset_password input[type=checkbox] {
  line-height: 0;
  max-height: 0;
  overflow: hidden;
}
.checkout.woocommerce-checkout input[type=radio] + label, .checkout.woocommerce-checkout input[type=checkbox] + label, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label, .lost_reset_password input[type=radio] + label, .lost_reset_password input[type=checkbox] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.checkout.woocommerce-checkout input[type=radio] + label::before, .checkout.woocommerce-checkout input[type=checkbox] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::before, .lost_reset_password input[type=radio] + label::before, .lost_reset_password input[type=checkbox] + label::before {
  content: "";
  display: block;
  background-color: transparent;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #d5d5d5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkout.woocommerce-checkout input[type=radio] + label::after, .checkout.woocommerce-checkout input[type=checkbox] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::after, .lost_reset_password input[type=radio] + label::after, .lost_reset_password input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkout.woocommerce-checkout input[type=radio] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::before, .lost_reset_password input[type=radio] + label::before {
  border-radius: 100%;
}
.checkout.woocommerce-checkout input[type=radio] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=radio] + label::after, .lost_reset_password input[type=radio] + label::after {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #ccab8c;
}
.checkout.woocommerce-checkout input[type=checkbox] + label::before, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::before, .lost_reset_password input[type=checkbox] + label::before {
  border-radius: 5px;
}
.checkout.woocommerce-checkout input[type=checkbox] + label::after, .woocommerce-form.woocommerce-form-login.login input[type=checkbox] + label::after, .lost_reset_password input[type=checkbox] + label::after {
  content: "✓";
  font-size: 20px;
}
.checkout.woocommerce-checkout input[type=radio]:checked + label::after, .checkout.woocommerce-checkout input[type=checkbox]:checked + label::after, .woocommerce-form.woocommerce-form-login.login input[type=radio]:checked + label::after, .woocommerce-form.woocommerce-form-login.login input[type=checkbox]:checked + label::after, .lost_reset_password input[type=radio]:checked + label::after, .lost_reset_password input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.woocommerce-shipping-totals.shipping {
  margin-bottom: 47px;
}
.woocommerce-shipping-totals.shipping ul {
  margin-top: 0;
}
.woocommerce-shipping-totals.shipping ul li {
  list-style: none;
  line-height: 1;
}

.woocommerce-additional-fields #dhl24-parcel-address {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}
.woocommerce-additional-fields .btn-find-service-point {
  display: block;
  width: 100%;
  background-color: #ffcd00;
  border: 1px solid transparent;
  padding: 10px 0;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.woocommerce-additional-fields .btn-find-service-point:hover {
  border-color: #ffcd00;
  background-color: transparent;
}

.woocommerce-shipping-methods li .select-paczkomat-button {
  display: block;
  width: 100%;
  background-color: #ffcd00;
  border: 1px solid transparent;
  padding: 10px 0;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.woocommerce-shipping-methods li .select-paczkomat-button:hover {
  border-color: #ffcd00;
  background-color: transparent;
}
.woocommerce-shipping-methods li #selected-paczkomat {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.wc-ukr-shipping-np-fields h3 {
  margin-bottom: 20px !important;
}

.wc-urk-shipping-form-group {
  line-height: 1;
  padding-left: 0 !important;
}

body .select2-container--default .select2-selection--single {
  color: #000;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.woocommerce-checkout-payment h3,
.checkout.woocommerce-checkout h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.wc_payment_methods.payment_methods {
  padding-top: 10px !important;
}
.wc_payment_methods.payment_methods li {
  padding: 0 !important;
  padding-bottom: 10px !important;
  border-color: #fbfbfb !important;
  line-height: 1;
}
.wc_payment_methods.payment_methods li .payment__input-wrapper label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 1.3;
}
.wc_payment_methods.payment_methods li p {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.payment_box.payment_method_cheque {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.woocommerce-additional-fields {
  font-family: Montserrat, sans-serif;
}
.woocommerce-additional-fields .wooccm-additional-fields {
  display: none;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes span textarea {
  resize: none;
  min-height: 120px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  font-family: Montserrat, sans-serif;
  margin-top: 20px;
}
.woocommerce-terms-and-conditions-wrapper .form-row label span a {
  color: rgb(244, 133, 128);
  text-decoration: underline;
}

.woocommerce-account-fields {
  font-family: Montserrat, sans-serif;
}
.woocommerce-account-fields p label span {
  font-weight: 400;
}

.woocommerce-form.woocommerce-form-login.login {
  font-family: Montserrat, sans-serif;
}
.woocommerce-form.woocommerce-form-login.login p label {
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce-form.woocommerce-form-login.login .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-form.woocommerce-form-login.login .form-row button {
  max-width: 300px;
}
.woocommerce-form.woocommerce-form-login.login .lost_password a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce-form.woocommerce-form-login.login .lost_password a:hover {
  color: rgb(244, 133, 128);
}

.zIndex {
  z-index: 1 !important;
}

#faq {
  width: 100%;
  margin: 0;
}

.faq__header {
  font-family: Montserrat, sans-serif;
  margin-bottom: 40px;
}
.faq__header button {
  font-family: inherit;
}
.faq__header p {
  text-align: center;
  font-size: 18px;
}
.faq__header .faq__topline {
  margin: 20px 0;
}
.faq__header .faq__topline .faq__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__header .faq__topline .faq__sort .sort__item {
  margin-right: 20px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgb(244, 133, 128);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  -webkit-box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq__header .faq__topline .faq__sort .sort__item.active {
  background-color: rgb(244, 133, 128);
  color: #fff;
}

.faq__body {
  font-family: Montserrat, sans-serif;
}
.faq__body .faq__item {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.faq__body .faq__item .faq__question {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  position: relative;
  text-transform: inherit;
  letter-spacing: 0.8px;
}
.faq__body .faq__item .faq__question::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  font-weight: 400;
}
.faq__body .faq__item .faq__answer {
  padding: 0px 40px 0px 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__body .faq__item .faq__answer p {
  margin: 0;
  font-size: 18px;
}
.faq__body .faq__item .faq__answer.active {
  overflow: visible;
  padding: 20px 40px 20px 20px;
}

.faq__button {
  background-color: rgb(244, 133, 128);
  font-family: Montserrat, sans-serif;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}
.faq__button:hover {
  color: #000;
  background-color: transparent;
  border-color: rgb(244, 133, 128);
}

.faq__footer {
  margin-bottom: 50px;
}
.faq__footer .text {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 20px;
}
.faq__footer .faq__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.faq__footer .faq__popup .caldera-grid {
  height: 100%;
  position: relative;
  overflow-y: auto;
  padding: 10px;
}
.faq__footer .faq__popup form.active {
  padding: 0;
}
.faq__footer .faq__popup form {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 20px;
  font-family: Montserrat, sans-serif;
  border-radius: 7px;
  position: relative;
}
.faq__footer .faq__popup form h3 {
  margin-top: 0;
  text-align: center;
  text-transform: inherit;
  letter-spacing: 0.8px;
  font-size: 25px;
}
.faq__footer .faq__popup form textarea {
  resize: none;
}
.faq__footer .faq__popup form .form-group label {
  font-weight: 500;
}
.faq__footer .faq__popup form .form-group .help-block {
  text-decoration: underline;
}
.faq__footer .faq__popup form .form-control.cf2-field.cf2-file {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.faq__footer .faq__popup form .form-control.cf2-field.cf2-file .btn.btn-block {
  background-color: #eeeeee;
  border: 0;
  border-radius: 3px;
  padding: 10px 15px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__footer .faq__popup form .form-control.cf2-field.cf2-file .btn.btn-block:hover {
  background-color: #000;
  color: #fff;
}
.faq__footer .faq__popup form .button-submit-wrapper {
  text-align: center;
}
.faq__footer .faq__popup form .button-submit-wrapper input.btn.btn-default.faq__button {
  background-color: rgb(244, 133, 128);
  font-family: Montserrat, sans-serif;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}
.faq__footer .faq__popup form .button-submit-wrapper input.btn.btn-default.faq__button:hover {
  color: #000;
  background-color: transparent;
  border-color: rgb(244, 133, 128);
}
.faq__footer .faq__popup form .close-popup-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: auto;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup {
  border: 0;
  width: 18px;
  padding: 0;
  background-image: url("../img/close.png");
  background-position: cover;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup:hover, .faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup:focus, .faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper .btn-close-popup:active {
  background-color: transparent;
}
.faq__footer .faq__popup form .close-popup-wrapper .form-group.button-close-wrapper:hover {
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.4);
}
.faq__footer .faq__popup .caldera-grid .row {
  margin: 0;
}
.faq__footer .faq__popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  pointer-events: all;
}

#caldera_notices_1 {
  background: #fff;
  width: 50%;
  margin: 0 auto;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
}
#caldera_notices_1 .alert-success {
  font-size: 16px !important;
}

.shema-dn {
  display: none;
}

#product_review {
  background-color: #fbfbfb;
}

.product_review-wrapper h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.review__item-img-wrapper {
  width: 30%;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review__item-img-wrapper .img-wrapper {
  background-color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}
.review__item-img-wrapper img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}

.review__item-contet {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.review__item-client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.review__item-author {
  margin-right: 30px;
}

.review__item-title {
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 0.98px;
}

.review__item-review {
  margin-bottom: 15px;
  max-width: 80%;
}

.review__item-star {
  position: relative;
  margin-bottom: 15px;
}
.review__item-star img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.raiting-full {
  position: absolute;
  top: 0;
  left: 0;
}
.raiting-full img {
  margin-right: 9.2px;
}

.review__item-more.button {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: rgb(244, 133, 128);
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review__item-more.button:hover {
  background-color: transparent;
  color: rgb(244, 133, 128);
  border-color: rgb(244, 133, 128);
}

.review__wrapper .review__items .owl-stage-outer {
  overflow: hidden;
}
.review__wrapper .review__items .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_review-wrapper .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.product_review-wrapper .owl-nav button {
  background-color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.product_review-wrapper .owl-nav button:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product_review-wrapper .owl-nav .owl-prev {
  margin-right: 10px;
}
.product_review-wrapper .owl-nav .owl-prev img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.product-cats__title {
  margin: 0 0 10px 0;
  font-size: 25px;
  letter-spacing: 0.98px;
}

.main-category {
  background-color: #fbfbfb;
}

.s_category__wrapper {
  margin: 40px 0;
}
.s_category__wrapper .s_category__main-title {
  margin-top: 0;
  letter-spacing: 0.98px;
  font-size: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s_category__wrapper .s_category__main-title::after {
  content: "";
  margin-left: 30px;
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 5px;
  background-color: #fbfbfb;
}

.s_category__img-wrapper {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
.s_category__img-wrapper img {
  border-radius: 100%;
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.s_category__content .owl-stage-outer {
  overflow-x: hidden;
}
.s_category__content .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.s_category__content .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.s_category__content .owl-nav button {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.s_category__content .owl-nav button:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.s_category__content .owl-nav button img {
  width: 21px;
  height: 21px;
}
.s_category__content .owl-nav .owl-prev {
  margin-right: 20px;
}
.s_category__content .owl-nav .owl-prev img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.s_category__item {
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.s_category__item .s_category__title {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.98px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 45px;
}
.s_category__item .s_category__list {
  margin-top: 0;
  width: 100%;
}
.s_category__item .s_category__list li {
  list-style: none;
  margin-bottom: 5px;
}
.s_category__item .s_category__list li a {
  background-color: transparent;
  padding: 0;
  color: rgb(67, 67, 67);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  text-decoration: underline;
  font-weight: 500;
  margin-top: 0;
}
.s_category__item .s_category__list li a:hover {
  color: rgb(244, 133, 128);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.s_category__item .s_category__link {
  font-family: Montserrat, sans-serif;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgb(67, 67, 67);
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 15px;
}
.s_category__item .s_category__link:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.product-cats__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 0px 5px;
  margin-top: 0;
  overflow-x: auto;
}
.product-cats__list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #e3e3e3;
}
.product-cats__list::-webkit-scrollbar-track {
  background-color: #999;
}
.product-cats__list::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.product-cats__list::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgb(231, 181, 181);
  border-radius: 3px;
}
.product-cats__list::-webkit-scrollbar-corner {
  background-color: #999;
}

.product-cats__item {
  margin-right: 15px;
  background-color: #fbfbfb;
  border-radius: 5px;
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 10px 40px 10px 20px;
  list-style: none;
}

.product-cats__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

.product-cats__thumb-wrapper {
  margin-right: 20px;
  width: 50px;
  min-width: 50px;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 100%;
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
}
.product-cats__thumb-wrapper img {
  height: 100%;
  width: 50px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-cats__name {
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}

.product-categories {
  font-family: Montserrat, sans-serif;
}

.cat-item.cat-parent {
  position: relative;
}
.cat-item.cat-parent a:first-child {
  padding-right: 15px;
}

.cat-item span.count {
  display: none;
}

.cat-item.current-cat.cat-parent > a {
  color: rgb(244, 133, 128);
}

.cat-item.cat-parent .children {
  overflow: hidden;
  max-height: 0;
}
.cat-item.cat-parent .current-cat > a {
  color: rgb(244, 133, 128);
}

.cat-item.open .children {
  max-height: inherit;
  overflow: visible;
}

.cat-item.current-cat-parent.cat-parent .children {
  overflow: visible;
  max-height: inherit;
}
.cat-item.current-cat-parent.cat-parent .button-toggle-cat {
  display: none;
}

.button-toggle-cat {
  position: absolute;
  right: 0;
  top: 12px;
  background-color: transparent;
  border: 0;
  background-color: #fbfbfb;
  border-radius: 10em;
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-toggle-cat:hover {
  background-color: rgb(244, 133, 128);
  color: #fff;
}
.button-toggle-cat span {
  font-size: 1.2em;
}

#customer_login .password-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 18px;
  cursor: pointer;
}
#customer_login h2 {
  font-size: 25px;
  letter-spacing: 0.98px;
}
#customer_login .password-icon.password-icon--hide {
  display: none;
}
#customer_login .woocommerce-form-row.form-row {
  position: relative;
  margin-bottom: 25px;
}
#customer_login .woocommerce-form-row.form-row input[type=password] {
  padding-right: 30px;
}
#customer_login .woocommerce-form-row.form-row label {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 1;
  color: gray;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 7px;
}
#customer_login .woocommerce-form-row.form-row label.active {
  top: -18px;
  color: #000;
  background-color: rgba(251, 251, 251, 0.9);
  border-radius: 5px;
}
#customer_login .woocommerce-form-row.form-row .password-input {
  font-family: Montserrat, sans-serif;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.short, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.bad, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.good, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.strong {
  font-weight: 500;
}
#customer_login .woocommerce-form-row.form-row .password-input small {
  font-weight: 400;
  color: #000;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.short {
  color: tomato;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.bad {
  color: orange;
}
#customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.good, #customer_login .woocommerce-form-row.form-row .password-input .woocommerce-password-strength.strong {
  color: green;
}
#customer_login .woocommerce-button {
  margin-top: 15px;
}
#customer_login input {
  font-weight: 400;
}

.lost_reset_password p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
.lost_reset_password input[type=text] {
  font-weight: 500 !important;
}
.lost_reset_password input[type=text]::-webkit-input-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]::-moz-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]:-ms-input-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]::-ms-input-placeholder {
  color: gray !important;
  font-weight: 500;
}
.lost_reset_password input[type=text]::placeholder {
  color: gray !important;
  font-weight: 500;
}

.main-slider__wrapper {
  padding: 20px 0;
  position: relative;
}
.main-slider__wrapper .owl-stage-outer {
  overflow-x: hidden;
}
.main-slider__wrapper .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-slider__wrapper .owl-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
.main-slider__wrapper .owl-nav button {
  border: 0;
  background-color: #fff;
  padding: 7px 15px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.main-slider__wrapper .owl-nav button img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider__wrapper .owl-nav button:hover img {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.main-slider__wrapper .owl-nav .owl-prev {
  position: relative;
  left: 5px;
  border-right: 1px solid #eeeeee;
  -webkit-box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.15);
}
.main-slider__wrapper .owl-nav .owl-prev img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.main-slider__wrapper .owl-nav .owl-prev:hover img {
  -webkit-transform: rotate(-180deg) translateX(4px);
      -ms-transform: rotate(-180deg) translateX(4px);
          transform: rotate(-180deg) translateX(4px);
}
.main-slider__wrapper .owl-nav .owl-next {
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
}

.main-slider__component {
  width: 50%;
}

.main-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider__item.main-slider__item--img-slider {
    height: 100%;
}

.main-slider__item.main-slider__item--img-slider picture {
    height: 100%;
}

.main-slider__info {
  background-color: #d7bca4;
  color: #fff;
  position: relative;
  padding: 20px 0;
}

.main-slider__img-wrapper {
  max-height: 600px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbfbfb;
  padding: 20px 0;
}
.main-slider__img-wrapper::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  background-image: url("https://jznailsgroup.com/wp-content/uploads/2020/01/IMG_9532.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  bottom: 40px;
  right: 40px;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.main-slider__img-wrapper img {
  height: 100%;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.main-slider__info-wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat, sans-serif;
}

.main-slider__info-header .bage {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  background-color: rgb(244, 133, 128);
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
  max-height: 75px;
}
.main-slider__info-header .bage img {
  width: 20px;
  position: relative;
  top: 2px;
}

.main-slider__item picture {
    width: 100%;
    overflow: hidden;
}

.main-slider__item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider__info-body {
  margin-bottom: 15px;
}

.main-slider__body-content ul {
  max-width: 90%;
  list-style: none;
}
.main-slider__body-content ul li {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  width: 80%;
  line-height: 1.5;
  padding-left: 35px;
  position: relative;
}
.main-slider__body-content ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 12px;
}
.main-slider__body-content p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  width: 80%;
  line-height: 1.8;
}
.main-slider__body-content p.accent {
  color: #333333;
  font-weight: 600;
  text-decoration: underline;
}

.main-slider__title {
  color: #333333;
  letter-spacing: 0.98px;
  font-weight: 700;
  font-size: 40px;
}

.main-slider__info-footer .price {
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 0.98px;
  font-weight: 700;
  font-size: 25px;
  color: #333333;
  margin-bottom: 32px;
}
.main-slider__info-footer .price span.woocommerce-Price-amount {
  margin-left: 5px;
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
  background-color: rgb(244, 133, 128);
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}

.main-slider__info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider__button {
  font-size: 22px;
  display: inline;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  color: #333333;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.main-slider__button svg {
  margin-right: 5px;
  position: relative;
  top: 3.5px;
}
.main-slider__button:hover {
  color: #333333;
  -webkit-box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.35);
          box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(2px, 3px);
      -ms-transform: translate(2px, 3px);
          transform: translate(2px, 3px);
}

.user-info {
  border-bottom: 1px solid #fbfbfb;
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-info .user-info__shop-logo .mkdf-logo-wrapper a {
  max-height: 200px;
}
.social-login h3 {
  text-align: center;
  font-size: 25px;
  margin: 30px 0;
}
.social-login .notice {
  text-align: center;
  max-width: 80%;
  margin: 20px auto;
}
.social-login .social-login__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-login .social-login__content .social-login__item {
  margin-right: 20px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.social-login .social-login__content .social-login__item:last-child {
  margin-right: 0;
}
.social-login .social-login__content .social-login__item:hover {
  background-color: #282828;
}
.social-login .social-login__content .social-login__item:hover a span {
  color: #fff;
}
.social-login .social-login__content .social-login__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.social-login .social-login__content .social-login__item a img {
  margin-right: 20px;
}
.social-login .social-login__content .social-login__item a span {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.login-title {
  text-align: center;
  font-size: 25px;
  margin: 50px 0;
}

.ul, .ol {
  list-style: none;
}

.li {
  margin-bottom: 15px;
}

.no-scroll {
  overflow: hidden !important;
}

h1.mkdf-page-title.entry-title {
  letter-spacing: 0.98px;
  font-weight: 500;
}

#mkdf-back-to-top span {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  border: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#mkdf-back-to-top:hover span {
  -webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6);
          box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6);
  background-color: #f48580;
  border: 0;
}

.li--sertificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: serif;
  font-family: Montserrat, sans-serif;
}
.li--sertificates img {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}
.li--sertificates span {
  font-size: 14px;
}

.jz-brands .mkdf-cg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.products > .product .mkdf-pl-text-wrapper {
  font-family: Montserrat, sans-serif;
}

.qtranxs-available-languages-message.qtranxs-available-languages-message-ru {
  display: none;
}

.tabs {
  padding: 40px 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  position: relative;
  font-family: Montserrat, sans-serif;
}
.tabs .tabs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs .tabs__list .tabs__item:not(:last-child) {
  margin-right: 10px;
}
.tabs .tabs__list .tabs__item {
  margin-bottom: 10px;
}
.tabs .tabs__list .tabs__item .tabs__btn {
  padding: 15px 62px;
  border: none;
  background-color: #fff;
  color: rgb(244, 133, 128);
  background-color: #fbfbfb;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: inherit;
}
.tabs .tabs__list .tabs__item .tabs__btn:hover {
  background-color: rgb(244, 133, 128);
  color: #fff;
}
.tabs .tabs__list .tabs__item .tabs__btn--active {
  background-color: rgb(244, 133, 128);
  color: #fff;
  point-events: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tabs .tabs__content {
  display: none;
  background-color: #fff;
  width: 100%;
}
.tabs .tabs__content .tabs__wrapper {
  padding: 20px;
}
.tabs .tabs__content .tabs__wrapper .tabs__title {
  font-size: 30px;
  position: relative;
}
.tabs .tabs__content .tabs__wrapper .tabs__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background-color: rgb(244, 133, 128);
  position: absolute;
  left: 0;
  bottom: -10px;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-left: 10px;
  padding-top: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
  width: calc(22.2222222222% - 25px);
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fefefe;
  padding: 10px 5px 5px 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.09);
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product .mkdf-product-list-title {
  font-weight: 500;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product .price bdi, .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product .price span {
  font-weight: 600;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product:last-child {
  margin-right: 0;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #e3e3e3;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products::-webkit-scrollbar-track {
  background-color: #999;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgb(231, 181, 181);
  border-radius: 3px;
}
.tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products::-webkit-scrollbar-corner {
  background-color: #999;
}
.tabs .tabs__content--active {
  display: block;
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-new-product,
.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-out-of-stock {
  left: inherit;
}

.sticker__wrapper {
  position: absolute;
  z-index: 99;
  left: 3px;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticker__wrapper.sticker__wrapper--bottom {
  bottom: -4px;
  left: inherit;
  right: 20px;
  padding: 3px;
  top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sticker__wrapper.sticker__wrapper--bottom .sticker__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
.sticker__wrapper.sticker__wrapper--bottom .sticker__item-wrapper {
  position: relative;
}
.sticker__wrapper.sticker__wrapper--bottom .sticker__item-wrapper .toolbar {
  opacity: 0;
  point-events: none;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 40px;
  background: #fff;
  color: #000;
  font-size: 10px;
  font-family: Montserrat, sans-serif;
  min-width: 150px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px;
}
.sticker__wrapper.sticker__wrapper--bottom .sticker__item-wrapper:hover .toolbar {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.sticker__item {
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.sticker__item--sale {
  background-color: tomato;
}

.sticker__item--delivery {
  position: relative;
  top: 5px;
  left: 5px;
}

.woocommerce-product-gallery__wrapper .sticker__wrapper.sticker__wrapper--bottom {
  right: 3px;
  top: 30px;
}
.woocommerce-product-gallery__wrapper .sticker__wrapper.sticker__wrapper--bottom .sticker__item-wrapper .toolbar {
  min-width: inherit;
  white-space: nowrap;
  right: 100%;
}
.woocommerce-product-gallery__wrapper .sticker__wrapper {
  left: inherit;
  right: 3px;
}

.woocommerce .products li.product {
  text-align: center;
}
.woocommerce .products li.product .price * {
  font-weight: 400;
}
.woocommerce .products li.product .mkdf-pl-image {
  position: relative;
  border-radius: 5px;
}
.woocommerce .products li.product .mkdf-pl-text {
  display: none !important;
}
.woocommerce .products li.product .mkdf-pl-text-wrapper .mkdf-product-list-title {
  letter-spacing: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .products li.product .mkdf-pl-text-wrapper .mkdf-product-list-title:hover {
  text-decoration: underline;
}
.woocommerce .products li.product .added_to_cart.wc-forward {
  display: none;
}
.woocommerce .products li.product .button {
  text-align: center;
  letter-spacing: unset;
  padding: 5px 30px;
  font-size: 16px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.woocommerce .products li.product .button:hover {
  background-color: #fff;
  border: 1px solid #f48580;
  color: #f48580;
}
.woocommerce .products li.product:hover .button {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

ul.products > .product .button.added {
  display: inline-block !important;
}

.mkdf-woo-normal-space ul.products > .product.outofstock .sticker__wrapper.sticker__wrapper--bottom {
  display: none;
}

.mkdf-woo-normal-space ul.products > .product.waitfordelivery .sticker__wrapper.sticker__wrapper--bottom {
  display: none;
}

.mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
  padding-top: 0;
}

.s-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cat__item {
  width: calc(50% - 40px);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.cat__item:nth-child(2n) {
  margin-right: 0;
}
.cat__item:hover {
  color: unset;
}
.cat__item:hover .cat__img-wrapper .cat__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.cat__item:hover .cat__info {
  background-color: rgba(255, 255, 255, 0.95);
}
.cat__item:hover .cat__img-logo-wrapper {
  background-color: white;
}
.cat__item:hover .cat__button::after {
  width: 100%;
}

.cat__img-wrapper {
  max-height: 400px;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cat__img-wrapper::after {
  content: "";
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.cat__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cat__img-logo-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 10em;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat__img-logo {
  width: 50px;
  height: 80px;
}

.cat__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  min-width: 70%;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat__title {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}

.cat__descr {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 0px;
}

.cat__button {
  background-color: transparent;
  border: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(85, 85, 85);
  position: relative;
  cursor: pointer;
}
.cat__button::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  border-radius: 10px;
  left: 0;
  bottom: -5px;
  display: block;
  background-color: rgb(85, 85, 85);
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type {
  margin-bottom: 40px;
}

body.post-type-archive-product .woocommerce-ordering {
  margin-right: 30px;
  width: 45%;
}

.webinar {
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.webinar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.webinar__content iframe {
  border-radius: 10px;
}

.webinar__video {
  min-width: 60%;
  margin-right: 40px;
}

.webinar__video.full {
  min-width: 100%;
}

.webinar.webinar--account {
  margin-bottom: 20px;
  padding: 0 20px;
}

.webinar__more {
  width: 38%;
  padding-right: 40px;
}
.webinar__more h3 {
  font-size: 22px;
  margin-top: 32px;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-decoration: underline;
}
.webinar__more .webinar {
  padding: 0;
  padding-right: 20px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.webinar__more .webinar .webinar__img {
  background-color: #fbfbfb;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}
.webinar__more .webinar .webinar__title {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.webinar__more .webinar .webinar__link {
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: rgb(57, 57, 57);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
.webinar__more .webinar .webinar__link:hover {
  color: #f48580;
}

.webinar__product h3 {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}

.webinar__product-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.webinar__product-item {
  margin-right: 40px;
  margin-bottom: 20px;
}

.webinar__product-img-wrapper {
  width: 170px;
  height: 170px;
  background-color: #fbfbfb;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.webinar__product-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: unset;
  margin: 10px 0;
}

.webinar__product-price {
  font-weight: 400;
  color: rgb(57, 57, 57);
  font-family: Montserrat, sans-serif;
}

.webinar__product-link {
  display: inline-block;
  color: #fff;
  background-color: #f48580;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
}
.webinar__product-link:hover {
  background-color: transparent;
  border-color: #f48580;
  color: #f48580;
}

.webinar__sertificate {
  background-color: #fbfbfb;
  padding: 20px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 20px;
}
.webinar__sertificate h2 {
  font-size: 35px;
  letter-spacing: 0.4px;
}

.extra_files p {
  max-width: 70%;
}
.extra_files .text.text--download-extra-files {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.extra_files .webinar__sertificate-button.webinar__sertificate-button--download {
  background-color: rgb(244, 133, 128);
}
.extra_files .webinar__sertificate-button.webinar__sertificate-button--download:hover {
  background-color: #fff;
  color: rgb(244, 133, 128);
  border-color: rgb(244, 133, 128);
}

.webinar__sertificate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.webinar__sertificate-img-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.webinar__sertificate-img-content .wrapper {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 400px;
}
.webinar__sertificate-img-content .wrapper img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.webinar__small-img {
  width: 20px;
  height: 20px;
}

.webinar__sertificate-form.d-none {
  display: none;
}

.dop-sert .dop-sert__text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  width: 90%;
}

.webinar__sertificate-button {
  background-color: rgb(57, 57, 57);
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.webinar__sertificate-button:hover {
  color: rgb(57, 57, 57);
  border-color: rgb(57, 57, 57);
  background-color: transparent;
  cursor: pointer;
}

.webinar__sertificate-form {
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 50%;
}
.webinar__sertificate-form label {
  margin-bottom: 20px;
  display: block;
}
.webinar__sertificate-form label strong {
  font-weight: 700;
}
.webinar__sertificate-form input {
  background-color: #fff;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  color: rgb(57, 57, 57);
  font-weight: 500;
}

.webinar__sertificate-notification {
  margin-left: 5px;
  cursor: pointer;
}

.webinar__sertificate-popup {
  position: absolute;
  top: 30px;
  right: 70px;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}
.webinar__sertificate-popup p {
  font-weight: 500;
  font-size: 14px;
}
.webinar__sertificate-popup img {
  max-width: 200px;
  border-radius: 5px;
}

.webinar__sertificate-popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.download-message {
  background-color: #fff;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.download-message img {
  margin-right: 10px;
}
.download-message p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.download-message.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button), .woocommerce-page .mkdf-content a.added_to_cart, .woocommerce-page .mkdf-content a.button, .woocommerce-page .mkdf-content button[type=submit]:not(.mkdf-search-submit), .woocommerce-page .mkdf-content input[type=submit], div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button), div.woocommerce a.added_to_cart, div.woocommerce a.button, div.woocommerce button[type=submit]:not(.mkdf-search-submit), div.woocommerce input[type=submit] {
  font-weight: 500;
  letter-spacing: 0.4px !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px !important;
  padding: 7px 14px !important;
  text-transform: inherit !important;
}

.mkdf-woocommerce-page table.cart td.actions .coupon input[name=coupon_code] {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-notices-wrapper {
  margin: 20px 0;
}

.mkdf-woocommerce-page .woocommerce-error, .mkdf-woocommerce-page .woocommerce-info, .mkdf-woocommerce-page .woocommerce-message {
  border: none !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  max-width: 500px;
  margin: 0px 0 20px !important;
  padding-right: 15px !important;
  line-height: 1.3 !important;
}

.mkdf-woocommerce-page .woocommerce-message {
  background-color: rgb(21, 177, 21) !important;
}

.mkdf-woocommerce-page .woocommerce-message a.wc-forward:not(.added_to_cart):not(.checkout-button) {
  display: none !important;
}

.mkdf-woocommerce-page .woocommerce-error {
  background-color: tomato !important;
}
.mkdf-woocommerce-page .woocommerce-error li {
  color: #fff;
  text-transform: initial;
}

.mkdf-woocommerce-page .woocommerce-info {
  background-color: rgb(244, 133, 128) !important;
}
.mkdf-woocommerce-page .woocommerce-info a {
  color: #fff !important;
  text-decoration: underline;
}

.cart-empty.woocommerce-info {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-form-coupon-toggle {
  max-width: 600px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #dcc5af !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-form-coupon-toggle .woocommerce-info .small-img {
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.2);
          box-shadow: 0 1px 4px rgba(255, 255, 255, 0.2);
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.woocommerce-form-coupon-toggle .woocommerce-info span {
  margin-right: 10px;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: #fff !important;
  text-decoration: underline;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
  display: none;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first input {
  background-color: #fbfbfb !important;
  border: 0 !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px !important;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 17px;
  max-width: 500px;
}

.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type {
  background-color: transparent !important;
  margin-bottom: 50px !important;
  height: auto !important;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-title-wrapper {
  border-top: 1px solid #eeeeee;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info {
  text-align: left !important;
  padding: 10px 0;
  margin-bottom: 30px !important;
  font-family: Montserrat, sans-serif;
  font-style: inherit;
  letter-spacing: 0.1px;
  font-size: 16px;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info .mkdf-breadcrumbs a:hover {
  color: rgb(244, 133, 128);
  text-decoration: underline;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info .mkdf-breadcrumbs .mkdf-current {
  opacity: 0.8;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-title-info h1 {
  font-size: 40px;
  padding-bottom: 40px;
}

.error404 .mkdf-page-not-found .mkdf-btn.mkdf-btn-light-style {
  -webkit-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
.error404 .mkdf-page-not-found .mkdf-btn.mkdf-btn-light-style:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.ip-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 10px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}
.ip-notice .ip-notice__img-wrap {
  margin-right: 30px;
}
.ip-notice .ip-notice__img-wrap img {
  max-height: 300px;
}
.ip-notice .ip-notice__text-wrapper {
  font-family: Montserrat, sans-serif;
}
.ip-notice .ip-notice__text-wrapper p {
  margin: 0 0 10px;
}
.ip-notice .ip-notice__text-wrapper p:last-child {
  font-weight: 500;
}
.ip-notice .ip-notice__text-wrapper .warning {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  background-color: tomato;
  color: #fff;
  font-weight: 500;
}
.ip-notice .ip-notice__text-wrapper ul {
  margin-top: 0;
  padding-left: 30px;
  margin-bottom: 0;
}
.ip-notice .ip-notice__text-wrapper ul li {
  list-style: circle;
}
.ip-notice .ip-notice__text-wrapper ul li a {
  color: rgb(244, 133, 128);
}
.ip-notice .ip-notice__text-wrapper ul li a:hover {
  text-decoration: underline;
}

.main-seo-block {
  font-family: Montserrat, sans-serif;
}
.main-seo-block h1 {
  font-size: 40px;
  font-weight: 700;
}
.main-seo-block h1, .main-seo-block h2, .main-seo-block h3, .main-seo-block h4 {
  letter-spacing: 0.98px;
}
.main-seo-block h2, .main-seo-block h3, .main-seo-block h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.main-seo-block p {
  font-weight: 400;
  font-size: 15px;
}
.main-seo-block ul > li {
  list-style: circle;
  font-size: 15px;
}
.main-seo-block ul {
  padding-left: 40px;
}
.main-seo-block .seo__wrapper {
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.main-seo-block .seo__wrapper.active {
  overflow: visible;
}
.main-seo-block .link.js-more {
  display: inline-block;
  margin-top: 20px;
  color: rgb(244, 133, 128);
  cursor: pointer;
}

.main-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-family: Montserrat, sans-serif;
}
.main-faq .vc_column-inner {
  padding: 0 !important;
}
.main-faq .vc_column-inner h2 {
  margin-bottom: 50px;
  font-weight: 700;
}
.main-faq h2 {
  margin-top: 0;
  font-size: 30px;
  letter-spacing: 0.98px;
}
.main-faq .faq__items {
  margin-bottom: 20px;
}
.main-faq .faq__items h2 {
  pointer-events: none;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.main-faq .faq__answer p {
  font-weight: 400;
  line-height: 2;
}

.s-content--sert-zone {
  padding: 0 15px;
}
.s-content--sert-zone .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.s-content--sert-zone .container .row .item {
  margin-right: 50px;
  max-width: 150px;
}
.s-content--sert-zone .container .row .item img {
  width: 100%;
}
.s-content--sert-zone .container .row .item:last-child {
  margin-right: 0;
}

.сontact-form-retail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7-not-valid-tip, .dnd-upload-status .dnd-upload-details span.has-error {
  color: tomato;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.form-title {
  font-size: 25px;
  text-align: center;
  margin: 10px 0;
}

input#input-user-tel::-webkit-outer-spin-button,
input#input-user-tel::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input__wrapper {
  position: relative;
}
.input__wrapper label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  top: 35px;
  left: 10px;
  z-index: 10;
  -webkit-transition: top 0.3s ease, left 0.3s ease;
  -o-transition: top 0.3s ease, left 0.3s ease;
  transition: top 0.3s ease, left 0.3s ease;
}
.input__wrapper label .required {
  font-weight: 600;
  color: tomato;
}
.input__wrapper label.active {
  top: 0;
  left: 0;
}
.input__wrapper input, .input__wrapper select {
  padding: 10px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px !important;
  border: 0 !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}

.input__wrapper.input__wrapper-fixed-label label {
  top: 0;
  left: 0;
}

.dnd-upload-status .dnd-upload-details .name {
  color: rgb(244, 133, 128);
  font-family: "Montserrat", sans-serif;
}
.dnd-upload-status .dnd-upload-details .name span {
  font-weight: 600;
  text-decoration: underline;
}

.codedropz-upload-inner h3 {
  font-size: 20px;
}

.dnd-upload-counter {
  font-weight: 400;
}

.codedropz-upload-inner, .dnd-upload-counter {
  font-family: "Montserrat", sans-serif;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: rgb(244, 133, 128);
  font-weight: 500;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: green;
  font-family: "Montserrat", sans-serif;
}

.сontact-form-retail.active {
  max-height: inherit;
  overflow: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.4);
}
.сontact-form-retail.active form {
  width: 80%;
  height: 90%;
  overflow-y: auto;
  background-color: #fff;
  margin: 20px auto 40px;
  max-width: 600px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.сontact-form-retail.active form .content {
  padding-bottom: 20px;
}

#opt_form_button {
  margin: 0 auto;
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
}
#opt_form_button span {
  letter-spacing: 0.98px;
}

.input__wrapper.input__wrapper-fixed-label.input__wrapper--files.hidden {
  display: none;
}

.buttons-wrapper .btn-cnt {
  font-family: "Montserrat", sans-serif;
  background-color: rgb(244, 133, 128);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.buttons-wrapper .btn-cnt img {
  margin-right: 10px;
}
.buttons-wrapper .btn-cnt span {
  color: #fff;
}
.buttons-wrapper .btn-cnt:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.buttons-wrapper.buttons-wrapper--mobile-header {
  padding: 15px 20px 0 15px;
}

#contact-form-retail-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  border-radius: 100%;
  border: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 -2px 4px rgba(244, 133, 128, 0.4);
          box-shadow: 0 -2px 4px rgba(244, 133, 128, 0.4);
  cursor: pointer;
  z-index: 10;
}
#contact-form-retail-close img {
  padding: 5px;
}

@media only screen and (max-width: 1500px) {
  .header__nav .mkdf-main-menu ul li a::before {
    display: none;
  }
  .header__nav .mkdf-main-menu ul li a span:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1300px) {
  .m-slider__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-slider__preview {
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .m-slider__items {
    width: 100%;
    padding: 20px;
  }
  .m-slider__img-wrapper {
    height: auto;
  }
  .tabs__arrow {
    top: 150px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .m-slider__items {
    position: relative;
    top: -9px;
  }
  .mkdf-drop-down .second {
    top: 68%;
  }
  .header__nav .mkdf-main-menu ul li .second .inner ul li {
    width: calc(33.3333333333% - 40px);
  }
  .main-slider__img-wrapper, .main-slider__info {
    max-height: 650px !important;
  }
  .main-slider__title {
    margin: 15px 0;
  }
  .main-slider__info-body {
    margin-bottom: 5px !important;
  }
  .main-slider__info-wrapper {
    width: 85% !important;
  }
  .header__top-nav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__wrapper .footer__item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article {
    width: calc(50% - 20px) !important;
  }
  .faq__footer .faq__popup form, #caldera_notices_1 {
    width: 75%;
  }
  .product-cats__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .main-slider__img-wrapper img {
    max-height: 400px;
  }
  .main-slider__img-wrapper::after {
    width: 400px !important;
    height: 400px !important;
  }
  .main-slider__title {
    font-size: 30px !important;
  }
  .main-slider__body-content ul {
    max-width: 98% !important;
  }
  .main-slider__body-content ul li {
    font-size: 16px !important;
  }
  .main-slider__item {
    height: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-header__search .searchform .input-holder .search__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-header__search .searchform .input-holder .search__info span {
    display: none;
  }
  .m-header__search .searchform .input-holder .search__info button {
    display: block !important;
  }
  .webinar__sertificate-img-content .wrapper {
    width: 300px;
    height: 300px;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-item {
    padding: 10px 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 992px) {
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: calc(33.3333333333% - 20px);
    margin-right: 5px;
  }
  .woocommerce .products li.product .button {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .cat__info {
    background-color: rgba(255, 255, 255, 0.9);
    min-width: 85%;
  }
  .webinar__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webinar__video {
    min-width: 95%;
    margin-left: 0;
    margin-right: 0;
  }
  .webinar__more {
    width: 100%;
    padding-right: 0;
  }
  .webinar__sertificate-img-content {
    display: none;
  }
  .webinar__sertificate-form {
    width: 100%;
  }
  .webinar__sertificate-popup {
    left: 70px;
    right: unset;
    top: 50px;
  }
  .mkdf-sc-dropdown, .m-header__nav-wrapper.active {
    min-height: 100vh;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-thumbnail {
    margin-bottom: 25px;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-caption {
    width: 100%;
    margin-left: 0;
  }
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 450px;
    overflow-x: auto;
  }
  .review__item-img-wrapper .img-wrapper {
    width: 200px !important;
    height: 200px !important;
  }
  .product_review-wrapper .owl-nav {
    padding-right: 30px;
  }
  .main-slider__img-wrapper img {
    max-height: 300px;
  }
  .main-slider__img-wrapper::after {
    display: none !important;
  }
  .main-slider__wrapper {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .social-login__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-login .notice {
    max-width: 100%;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce:nth-child(2) {
    margin-left: 0;
  }
  .ck__total-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ck__total-price p:first-child, .ck__total-price p:last-child {
    display: none;
  }
  #customer_login .woocommerce-form-row.form-row label {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    color: #000;
    font-size: 14px;
    background-color: transparent !important;
  }
  #customer_login .password-icon {
    top: 48px;
  }
  #customer_login .woocommerce-form-row.form-row input {
    padding: 10px;
    margin-bottom: 0;
  }
  .social-login .social-login__content .social-login__item {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: 300px;
  }
  .social-login .social-login__content .social-login__item a span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tabs .tabs__list .tabs__item .tabs__btn {
    padding: 15px;
    font-size: 14px;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: calc(50% - 20px);
  }
  .slider__link {
    display: none;
  }
  .m-slider__items {
    min-height: inherit;
  }
  .cat__item {
    width: 90%;
    margin-right: 0;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: 70%;
  }
  .timer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .timer__wrapper .timer__descr {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .timer .countdown-number {
    margin-right: 15px !important;
  }
  .m-slider__preview-content {
    display: none;
  }
  .tabs__arrow {
    top: 90px;
  }
  .footer__wrapper .footer__item {
    width: 100%;
    margin-bottom: 30px;
  }
  body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article {
    width: 100% !important;
  }
  .category-sertifikaty .mkdf-post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-add__blockUI {
    width: 80% !important;
  }
  .p-add__blockUI .p-add__popup .button.close {
    top: 0;
  }
  .webinar {
    padding: 0;
  }
  .webinar__more .webinar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webinar__more .webinar .webinar__img {
    margin-bottom: 15px;
  }
  .webinar__sertificate h2 {
    font-size: 25px;
  }
  .webinar__sertificate-popup {
    left: 10px;
    top: 60px;
  }
  .woocommerce-checkout .mkdf-page-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .extra_files p {
    max-width: 100%;
  }
  .ip-notice .ip-notice__img-wrap {
    display: none;
  }
  .faq__footer .faq__popup form, #caldera_notices_1 {
    width: 90%;
  }
  .faq__footer .faq__popup form {
    padding: 30px 10px;
  }
  .faq__footer .faq__popup form h3 {
    font-size: 20px;
  }
  .review__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review__item .review__item-img-wrapper {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .review__item .review__item-review {
    max-width: 100%;
  }
  .main-seo-block h1 {
    font-size: 30px;
  }
  .main-seo-block h2, .main-seo-block h3 {
    font-size: 20px;
  }
  .mkdf-woocommerce-columns-3 .cross-sells > .products > .product, .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3 .related.products > .products > .product, .mkdf-woocommerce-columns-3 .upsells.products > .products > .product, .mkdf-woocommerce-columns-4 .cross-sells > .products > .product, .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4 .related.products > .products > .product, .mkdf-woocommerce-columns-4 .upsells.products > .products > .product, .woocommerce.columns-2 > .products > .product, .woocommerce.columns-3 > .products > .product, .woocommerce.columns-4 > .products > .product, .woocommerce.columns-5 > .products > .product, .woocommerce.columns-6 > .products > .product {
    width: 50% !important;
  }
  .woocommerce-pagination ul {
    text-align: left !important;
  }
  .woocommerce-pagination ul li {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .widget.woocommerce.widget_product_categories, .widget.woocommerce.widget_product_tag_cloud {
    display: none !important;
  }
  aside.mkdf-sidebar {
    margin-bottom: 20px !important;
  }
  .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav {
    margin-bottom: 10px !important;
  }
  .main-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .main-slider__component {
    width: 100% !important;
  }
  .main-slider__wrapper .owl-nav {
    left: inherit !important;
    right: 15px;
    bottom: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .main-slider__title {
    font-size: 25px !important;
  }
  .main-slider__info-footer .price {
    font-size: 20px !important;
  }
  .main-slider__info-header .bage {
    font-size: 18px !important;
  }
  .woocommerce .products li.product .button {
    font-size: 11.5px;
    padding: 5px !important;
  }
}
@media only screen and (max-width: 480px) {
  .social-login .social-login__content .social-login__item {
    min-width: 80%;
  }
  .сontact-form-retail.active form {
    padding: 15px;
    width: 90%;
  }
  .social-login h3, .login-title {
    font-size: 20px;
  }
  .cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies p {
    text-align: center;
    margin-bottom: 15px;
  }
  .social-login .social-login__content .social-login__item a span {
    font-size: 14px;
  }
  .social-login .notice {
    font-size: 14px;
  }
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .input__wrapper label {
    font-size: 13px;
  }
  .s_category__item {
    min-width: 240px;
  }
  .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
    width: 90% !important;
  }
  .tabs {
    padding: 20px 10px;
  }
  .tabs .tabs__content .tabs__wrapper {
    padding: 10px;
    overflow: hidden;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__title {
    font-size: 22px;
    font-weight: 600;
  }
  .tabs .tabs__list .tabs__item .tabs__btn {
    font-size: 10px;
    text-align: left;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: 50%;
  }
  ul.products > .product .mkdf-pl-text-wrapper {
    line-height: 1.5;
  }
  ul.products > .product .price {
    margin-top: 18px !important;
  }
  ul.products > .product .price * {
    font-weight: 500 !important;
  }
  .cat__img-wrapper {
    max-height: 250px;
    min-height: 250px;
  }
  .cat__img-logo-wrapper {
    width: 60px;
    height: 60px;
  }
  .cat__img-logo-wrapper .cat__img-logo {
    width: 30px;
    height: 50px;
  }
  .cat__title {
    font-size: 18px;
  }
  .cat__descr {
    font-size: 14px;
  }
  .cat__button {
    font-weight: 500;
  }
  .woocommerce .products li.product .mkdf-pl-text-wrapper .mkdf-product-list-title {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }
  .timer .countdown-number {
    margin-right: 5px !important;
  }
  .timer .countdown-number:last-child {
    margin-right: 0 !important;
  }
  .timer .countdown-number {
    min-width: 40px !important;
  }
  .tabs__arrow {
    width: 40px;
    height: 40px;
  }
  .cat__info {
    min-width: 85%;
    padding: 15px 5px;
  }
  .m-slider__items {
    display: none;
  }
  .m-slider__preview .m-slider__img-wrapper {
    max-height: 200px;
  }
  .product-tabs {
    padding-top: 10px;
  }
  .tabs__arrow {
    top: 60px;
  }
  .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image {
    margin: 0 auto 20px;
  }
  .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content {
    position: static;
  }
  .m-header {
    padding: 0 10px !important;
  }
  .m-header__search.active .mkdf-searchform.searchform {
    width: 97%;
  }
  .m-header__nav-wrapper.active {
    top: 70px;
  }
  .mkdf-blog-single-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mkdf-blog-single-navigation .mkdf-blog-single-navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-add__blockUI {
    width: 75% !important;
    padding: 10px !important;
  }
  .p-add__blockUI .p-add__popup .p-add__buttons .button.button-to-cart {
    padding: 5px;
    font-size: 13px;
  }
  body.post-type-archive-product .woocommerce-ordering {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .review__item-client-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .review__item-client-info .review__item-author {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .review__item-title {
    font-size: 24px;
  }
  .main-seo-block h1 {
    font-size: 25px;
  }
  .main-faq h2 {
    font-size: 20px;
  }
  .main-slider__title {
    font-size: 22px !important;
  }
  .main-slider__body-content ul li {
    font-size: 14px !important;
    width: 90% !important;
  }
  .main-slider__info-header .bage {
    font-size: 14px !important;
    padding: 2px 5px !important;
  }
  .main-slider__info-header .bage img {
    top: 4px !important;
  }
  .main-slider__info-footer .price {
    font-size: 17px !important;
  }
  .main-slider__button {
    font-size: 18px !important;
  }
  .main-slider__button svg {
    height: 20px;
  }
  .sticker__wrapper.sticker__wrapper--bottom .sticker__item img {
    width: 16px;
  }
  .woocommerce .mkdf-out-of-stock {
    font-size: 8px !important;
  }
  .wc_payment_methods.payment_methods li .payment__input-wrapper label img {
    display: none;
  }
  .s_category__wrapper .s_category__main-title::after {
    display: none;
  }
  .s-content--sert-zone .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-content--sert-zone .container .row .item {
    margin-right: 0;
  }
  .blockUI.p-product__blockUI.blockPage .p-add__popup .p-add__info .p-add__title {
    font-size: 12px;
  }
  .blockUI.p-product__blockUI.blockPage {
    left: 10px !important;
  }
}
@charset "UTF-8";
@media only screen and (max-width: 1500px) {
  .header__nav .mkdf-main-menu ul li a::before {
    display: none;
  }
  .header__nav .mkdf-main-menu ul li a span:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1300px) {
  .m-slider__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-slider__preview {
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .m-slider__items {
    width: 100%;
    padding: 20px;
  }
  .m-slider__img-wrapper {
    height: auto;
  }
  .tabs__arrow {
    top: 150px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .m-slider__items {
    position: relative;
    top: -9px;
  }
  .mkdf-drop-down .second {
    top: 68%;
  }
  .header__nav .mkdf-main-menu ul li .second .inner ul li {
    width: calc(33.3333333333% - 40px);
  }
  .main-slider__img-wrapper, .main-slider__info {
    max-height: 650px !important;
  }
  .main-slider__title {
    margin: 15px 0;
  }
  .main-slider__info-body {
    margin-bottom: 5px !important;
  }
  .main-slider__info-wrapper {
    width: 85% !important;
  }
  .header__top-nav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__wrapper .footer__item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article {
    width: calc(50% - 20px) !important;
  }
  .faq__footer .faq__popup form, #caldera_notices_1 {
    width: 75%;
  }
  .product-cats__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .main-slider__img-wrapper img {
    max-height: 400px;
  }
  .main-slider__img-wrapper::after {
    width: 400px !important;
    height: 400px !important;
  }
  .main-slider__title {
    font-size: 30px !important;
  }
  .main-slider__body-content ul {
    max-width: 98% !important;
  }
  .main-slider__body-content ul li {
    font-size: 16px !important;
  }
  .main-slider__item {
    height: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-header__search .searchform .input-holder .search__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-header__search .searchform .input-holder .search__info span {
    display: none;
  }
  .m-header__search .searchform .input-holder .search__info button {
    display: block !important;
  }
  .webinar__sertificate-img-content .wrapper {
    width: 300px;
    height: 300px;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-item {
    padding: 10px 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 992px) {
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: calc(33.3333333333% - 20px);
    margin-right: 5px;
  }
  .woocommerce .products li.product .button {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .cat__info {
    background-color: rgba(255, 255, 255, 0.9);
    min-width: 85%;
  }
  .webinar__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webinar__video {
    min-width: 95%;
    margin-left: 0;
    margin-right: 0;
  }
  .webinar__more {
    width: 100%;
    padding-right: 0;
  }
  .webinar__sertificate-img-content {
    display: none;
  }
  .webinar__sertificate-form {
    width: 100%;
  }
  .webinar__sertificate-popup {
    left: 70px;
    right: unset;
    top: 50px;
  }
  .mkdf-sc-dropdown, .m-header__nav-wrapper.active {
    min-height: 100vh;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-thumbnail {
    margin-bottom: 25px;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce-cart-form .ck__product-caption {
    width: 100%;
    margin-left: 0;
  }
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 450px;
    overflow-x: auto;
  }
  .review__item-img-wrapper .img-wrapper {
    width: 200px !important;
    height: 200px !important;
  }
  .product_review-wrapper .owl-nav {
    padding-right: 30px;
  }
  .main-slider__img-wrapper img {
    max-height: 300px;
  }
  .main-slider__img-wrapper::after {
    display: none !important;
  }
  .main-slider__wrapper {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .social-login__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-login .notice {
    max-width: 100%;
  }
  .woocommerce-checkout .mkdf-page-content-holder .woocommerce:nth-child(2) {
    margin-left: 0;
  }
  .ck__total-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ck__total-price p:first-child, .ck__total-price p:last-child {
    display: none;
  }
  #customer_login .woocommerce-form-row.form-row label {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    color: #000;
    font-size: 14px;
    background-color: transparent !important;
  }
  #customer_login .password-icon {
    top: 48px;
  }
  #customer_login .woocommerce-form-row.form-row input {
    padding: 10px;
    margin-bottom: 0;
  }
  .social-login .social-login__content .social-login__item {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: 300px;
  }
  .social-login .social-login__content .social-login__item a span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tabs .tabs__list .tabs__item .tabs__btn {
    padding: 15px;
    font-size: 14px;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: calc(50% - 20px);
  }
  .slider__link {
    display: none;
  }
  .m-slider__items {
    min-height: inherit;
  }
  .cat__item {
    width: 90%;
    margin-right: 0;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: 70%;
  }
  .timer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .timer__wrapper .timer__descr {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .timer .countdown-number {
    margin-right: 15px !important;
  }
  .m-slider__preview-content {
    display: none;
  }
  .tabs__arrow {
    top: 90px;
  }
  .footer__wrapper .footer__item {
    width: 100%;
    margin-bottom: 30px;
  }
  body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article {
    width: 100% !important;
  }
  .category-sertifikaty .mkdf-post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-add__blockUI {
    width: 80% !important;
  }
  .p-add__blockUI .p-add__popup .button.close {
    top: 0;
  }
  .webinar {
    padding: 0;
  }
  .webinar__more .webinar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webinar__more .webinar .webinar__img {
    margin-bottom: 15px;
  }
  .webinar__sertificate h2 {
    font-size: 25px;
  }
  .webinar__sertificate-popup {
    left: 10px;
    top: 60px;
  }
  .woocommerce-checkout .mkdf-page-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .extra_files p {
    max-width: 100%;
  }
  .ip-notice .ip-notice__img-wrap {
    display: none;
  }
  .faq__footer .faq__popup form, #caldera_notices_1 {
    width: 90%;
  }
  .faq__footer .faq__popup form {
    padding: 30px 10px;
  }
  .faq__footer .faq__popup form h3 {
    font-size: 20px;
  }
  .review__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review__item .review__item-img-wrapper {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .review__item .review__item-review {
    max-width: 100%;
  }
  .main-seo-block h1 {
    font-size: 30px;
  }
  .main-seo-block h2, .main-seo-block h3 {
    font-size: 20px;
  }
  .mkdf-woocommerce-columns-3 .cross-sells > .products > .product, .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3 .related.products > .products > .product, .mkdf-woocommerce-columns-3 .upsells.products > .products > .product, .mkdf-woocommerce-columns-4 .cross-sells > .products > .product, .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4 .related.products > .products > .product, .mkdf-woocommerce-columns-4 .upsells.products > .products > .product, .woocommerce.columns-2 > .products > .product, .woocommerce.columns-3 > .products > .product, .woocommerce.columns-4 > .products > .product, .woocommerce.columns-5 > .products > .product, .woocommerce.columns-6 > .products > .product {
    width: 50% !important;
  }
  .woocommerce-pagination ul {
    text-align: left !important;
  }
  .woocommerce-pagination ul li {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .widget.woocommerce.widget_product_categories, .widget.woocommerce.widget_product_tag_cloud {
    display: none !important;
  }
  aside.mkdf-sidebar {
    margin-bottom: 20px !important;
  }
  .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav {
    margin-bottom: 10px !important;
  }
  .main-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .main-slider__component {
    width: 100% !important;
  }
  .main-slider__wrapper .owl-nav {
    left: inherit !important;
    right: 15px;
    bottom: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .main-slider__title {
    font-size: 25px !important;
  }
  .main-slider__info-footer .price {
    font-size: 20px !important;
  }
  .main-slider__info-header .bage {
    font-size: 18px !important;
  }
  .woocommerce .products li.product .button {
    font-size: 11.5px;
    padding: 5px !important;
  }
}
@media only screen and (max-width: 480px) {
  .social-login .social-login__content .social-login__item {
    min-width: 80%;
  }
  .сontact-form-retail.active form {
    padding: 15px;
    width: 90%;
  }
  .social-login h3, .login-title {
    font-size: 20px;
  }
  .cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies p {
    text-align: center;
    margin-bottom: 15px;
  }
  .social-login .social-login__content .social-login__item a span {
    font-size: 14px;
  }
  .social-login .notice {
    font-size: 14px;
  }
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .input__wrapper label {
    font-size: 13px;
  }
  .s_category__item {
    min-width: 240px;
  }
  .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
    width: 90% !important;
  }
  .tabs {
    padding: 20px 10px;
  }
  .tabs .tabs__content .tabs__wrapper {
    padding: 10px;
    overflow: hidden;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__title {
    font-size: 22px;
    font-weight: 600;
  }
  .tabs .tabs__list .tabs__item .tabs__btn {
    font-size: 10px;
    text-align: left;
  }
  .tabs .tabs__content .tabs__wrapper .tabs__info .woocommerce .products li.product {
    width: 50%;
  }
  ul.products > .product .mkdf-pl-text-wrapper {
    line-height: 1.5;
  }
  ul.products > .product .price {
    margin-top: 18px !important;
  }
  ul.products > .product .price * {
    font-weight: 500 !important;
  }
  .cat__img-wrapper {
    max-height: 250px;
    min-height: 250px;
  }
  .cat__img-logo-wrapper {
    width: 60px;
    height: 60px;
  }
  .cat__img-logo-wrapper .cat__img-logo {
    width: 30px;
    height: 50px;
  }
  .cat__title {
    font-size: 18px;
  }
  .cat__descr {
    font-size: 14px;
  }
  .cat__button {
    font-weight: 500;
  }
  .woocommerce .products li.product .mkdf-pl-text-wrapper .mkdf-product-list-title {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }
  .timer .countdown-number {
    margin-right: 5px !important;
  }
  .timer .countdown-number:last-child {
    margin-right: 0 !important;
  }
  .timer .countdown-number {
    min-width: 40px !important;
  }
  .tabs__arrow {
    width: 40px;
    height: 40px;
  }
  .cat__info {
    min-width: 85%;
    padding: 15px 5px;
  }
  .m-slider__items {
    display: none;
  }
  .m-slider__preview .m-slider__img-wrapper {
    max-height: 200px;
  }
  .product-tabs {
    padding-top: 10px;
  }
  .tabs__arrow {
    top: 60px;
  }
  .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-image {
    margin: 0 auto 20px;
  }
  .mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-sc-dropdown-items .mkdf-sc-dropdown-item .mkdf-sc-dropdown-item-content {
    position: static;
  }
  .m-header {
    padding: 0 10px !important;
  }
  .m-header__search.active .mkdf-searchform.searchform {
    width: 97%;
  }
  .m-header__nav-wrapper.active {
    top: 70px;
  }
  .mkdf-blog-single-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mkdf-blog-single-navigation .mkdf-blog-single-navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-add__blockUI {
    width: 75% !important;
    padding: 10px !important;
  }
  .p-add__blockUI .p-add__popup .p-add__buttons .button.button-to-cart {
    padding: 5px;
    font-size: 13px;
  }
  body.post-type-archive-product .woocommerce-ordering {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .review__item-client-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .review__item-client-info .review__item-author {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .review__item-title {
    font-size: 24px;
  }
  .main-seo-block h1 {
    font-size: 25px;
  }
  .main-faq h2 {
    font-size: 20px;
  }
  .main-slider__title {
    font-size: 22px !important;
  }
  .main-slider__body-content ul li {
    font-size: 14px !important;
    width: 90% !important;
  }
  .main-slider__info-header .bage {
    font-size: 14px !important;
    padding: 2px 5px !important;
  }
  .main-slider__info-header .bage img {
    top: 4px !important;
  }
  .main-slider__info-footer .price {
    font-size: 17px !important;
  }
  .main-slider__button {
    font-size: 18px !important;
  }
  .main-slider__button svg {
    height: 20px;
  }
  .sticker__wrapper.sticker__wrapper--bottom .sticker__item img {
    width: 16px;
  }
  .woocommerce .mkdf-out-of-stock {
    font-size: 8px !important;
  }
  .wc_payment_methods.payment_methods li .payment__input-wrapper label img {
    display: none;
  }
  .s_category__wrapper .s_category__main-title::after {
    display: none;
  }
  .s-content--sert-zone .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-content--sert-zone .container .row .item {
    margin-right: 0;
  }
  .blockUI.p-product__blockUI.blockPage .p-add__popup .p-add__info .p-add__title {
    font-size: 12px;
  }
  .blockUI.p-product__blockUI.blockPage {
    left: 10px !important;
  }
}
.shema-dn {
  display: none;
}

#product_review {
  background-color: #fbfbfb;
}

.product_review-wrapper h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.review__item-img-wrapper {
  width: 30%;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review__item-img-wrapper .img-wrapper {
  background-color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}
.review__item-img-wrapper img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}

.review__item-contet {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.review__item-client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.review__item-author {
  margin-right: 30px;
}

.review__item-title {
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 0.98px;
}

.review__item-review {
  margin-bottom: 15px;
  max-width: 80%;
}

.review__item-star {
  position: relative;
  margin-bottom: 15px;
}
.review__item-star img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.raiting-full {
  position: absolute;
  top: 0;
  left: 0;
}
.raiting-full img {
  margin-right: 9.2px;
}

.review__item-more.button {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: rgb(244, 133, 128);
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review__item-more.button:hover {
  background-color: transparent;
  color: rgb(244, 133, 128);
  border-color: rgb(244, 133, 128);
}

.review__wrapper .review__items .owl-stage-outer {
  overflow: hidden;
}
.review__wrapper .review__items .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_review-wrapper .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.product_review-wrapper .owl-nav button {
  background-color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.product_review-wrapper .owl-nav button:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product_review-wrapper .owl-nav .owl-prev {
  margin-right: 10px;
}
.product_review-wrapper .owl-nav .owl-prev img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.codyshop-ajax-search {
  background-color: #fff;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 1000;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
.codyshop-ajax-search .search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.codyshop-ajax-search .search__item .search__product-img-wrapper {
  max-width: 50px;
  max-height: 50px;
  margin-right: 30px;
}
.codyshop-ajax-search .search__item .search__product-img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10em;
  padding: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.codyshop-ajax-search .search__item .search__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.codyshop-ajax-search .search__item .search__product-info .search__product-link {
  text-decoration: underline;
  margin-bottom: 15px;
}
.codyshop-ajax-search .search__item .search__product-info p {
  color: rgb(57, 57, 57);
  font-size: 12px;
  margin: 10px 0;
  display: none;
}
.codyshop-ajax-search .search__item .search__product-info .search__product-button-link {
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px 5px 0;
  color: rgb(244, 133, 128);
}
.codyshop-ajax-search .search__item .search__product-info .search__product-button-link:hover {
  text-decoration: underline;
}
body.category-sertifikaty .category-sertifikaty .mkdf-post-content {
  display: block !important;
}
body.category-sertifikaty .category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main {
  border-bottom: 0;
}
body.category-sertifikaty .mkdf-container {
  padding: 60px 0;
}
body.category-sertifikaty .mkdf-container .mkdf-blog-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article {
  width: calc(33.3333333333% - 40px);
  margin-right: 20px;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-heading .mkdf-post-image {
  max-width: 250px;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text {
  display: none;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-info-top {
  display: none;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner h3 {
  font-size: 20px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner h3:hover {
  color: rgb(244, 133, 128);
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-excerpt {
  font-family: Montserrat, sans-serif;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a {
  letter-spacing: 0.5px;
  font-size: 16px;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a span {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a:hover {
  text-decoration: underline;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard article .mkdf-post-text .mkdf-post-text-inner .mkdf-post-read-more-button a:hover span {
  color: rgb(244, 133, 128);
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a, body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a {
  position: relative;
}
body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a::after, body.category-sertifikaty .mkdf-blog-holder.mkdf-blog-standard #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image a::after {
  content: "";
  background-image: url("../img/e-union.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

#post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image, #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image {
  position: relative;
}
#post-8025 .mkdf-post-content .mkdf-post-heading .mkdf-post-image::after, #post-8201 .mkdf-post-content .mkdf-post-heading .mkdf-post-image::after {
  content: "";
  background-image: url("../img/e-union.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

article.category-sertifikaty {
  margin: 20px 0 20px 0 !important;
}
article.category-sertifikaty .mkdf-post-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-image {
  margin-right: 30px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-image img {
  max-height: 900px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text {
  display: none;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main .button-download {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background-color: rgb(244, 133, 128);
  color: #fff;
  border-radius: 7px;
  text-transform: uppercase;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.category-sertifikaty .mkdf-post-content .mkdf-post-text .mkdf-post-text-main .button-download:hover {
  background-color: transparent;
  border-color: rgb(244, 133, 128);
  color: rgb(244, 133, 128);
}

.mkdf-blog-single-navigation .mkdf-blog-single-next,
.mkdf-blog-single-navigation .mkdf-blog-single-prev {
  letter-spacing: 0.5px !important;
  font-style: normal;
  font-family: Montserrat, sans-serif;
}

.p-add__blockUI.p-add__blockUI--sertificate {
  width: 80% !important;
}
.p-add__blockUI.p-add__blockUI--sertificate .p-add__img-wrapper {
  max-height: 700px;
  overflow: auto;
}
.p-add__blockUI.p-add__blockUI--sertificate .p-add__img-wrapper img {
  max-height: unset;
  border-radius: 0;
}

.downloadBlock .extra_files-download {
  display: none;
}
.downloadBlock h3 {
  margin-bottom: 10px;
}

.downloadBlock.visible {
  display: block;
}
.downloadBlock.visible .text.text-before-visible {
  display: none;
}
.downloadBlock.visible .extra_files-download {
  display: block;
}
.main-slider__wrapper {
  padding: 20px 0;
  position: relative;
}
.main-slider__wrapper .owl-stage-outer {
  overflow-x: hidden;
}
.main-slider__wrapper .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-slider__wrapper .owl-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
.main-slider__wrapper .owl-nav button {
  border: 0;
  background-color: #fff;
  padding: 7px 15px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.main-slider__wrapper .owl-nav button img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider__wrapper .owl-nav button:hover img {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.main-slider__wrapper .owl-nav .owl-prev {
  position: relative;
  left: 5px;
  border-right: 1px solid #eeeeee;
  -webkit-box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.15);
}
.main-slider__wrapper .owl-nav .owl-prev img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.main-slider__wrapper .owl-nav .owl-prev:hover img {
  -webkit-transform: rotate(-180deg) translateX(4px);
      -ms-transform: rotate(-180deg) translateX(4px);
          transform: rotate(-180deg) translateX(4px);
}
.main-slider__wrapper .owl-nav .owl-next {
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
}

.main-slider__component {
  width: 50%;
}

.main-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider__info {
  background-color: #d7bca4;
  color: #fff;
  position: relative;
  padding: 20px 0;
}

.main-slider__img-wrapper {
  max-height: 600px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbfbfb;
  padding: 20px 0;
}
.main-slider__img-wrapper::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  background-image: url("https://jznailsgroup.com/wp-content/uploads/2020/01/IMG_9532.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  bottom: 40px;
  right: 40px;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.main-slider__img-wrapper img {
  height: 100%;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.main-slider__info-wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat, sans-serif;
}

.main-slider__info-header .bage {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  background-color: rgb(244, 133, 128);
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
  max-height: 75px;
}
.main-slider__info-header .bage img {
  width: 20px;
  position: relative;
  top: 2px;
}

.main-slider__info-body {
  margin-bottom: 15px;
}

.main-slider__body-content ul {
  max-width: 90%;
  list-style: none;
}
.main-slider__body-content ul li {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  width: 80%;
  line-height: 1.5;
  padding-left: 35px;
  position: relative;
}
.main-slider__body-content ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 12px;
}
.main-slider__body-content p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  width: 80%;
  line-height: 1.8;
}
.main-slider__body-content p.accent {
  color: #333333;
  font-weight: 600;
  text-decoration: underline;
}

.main-slider__title {
  color: #333333;
  letter-spacing: 0.98px;
  font-weight: 700;
  font-size: 40px;
}

.main-slider__info-footer .price {
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 0.98px;
  font-weight: 700;
  font-size: 25px;
  color: #333333;
  margin-bottom: 32px;
}
.main-slider__info-footer .price span.woocommerce-Price-amount {
  margin-left: 5px;
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
  background-color: rgb(244, 133, 128);
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}

.main-slider__info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider__button {
  font-size: 22px;
  display: inline;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  color: #333333;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.main-slider__button svg {
  margin-right: 5px;
  position: relative;
  top: 3.5px;
}
.main-slider__button:hover {
  color: #333333;
  -webkit-box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.35);
          box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(2px, 3px);
      -ms-transform: translate(2px, 3px);
          transform: translate(2px, 3px);
}
.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.timer .countdown-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 7px;
  margin-right: 30px;
  min-width: 60px;
}
.timer .countdown-number .countdown-time {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-size: 20px;
  color: rgb(244, 133, 128);
  font-weight: 500;
  margin-right: 5px;
}
.timer .countdown-number .countdown-text {
  color: #272727;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}
.timer .countdown-number:last-child {
  margin-right: 0;
}

.timer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.timer__wrapper .timer__descr {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}