/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*00 - FONTS IMPORT*/
/*01 - LIBRARIES*/
/*02 - GLOBAL SETTINGS*/
/*03 - FOOTER*/
/*04 - ELEMENTS*/
/*05 - POPUPS*/
/*06 - ADDITIONAL STYLES CONNECTED TO STYLE-TOP.CSS*/
/*07 - OTHER*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto;
}
body {
  height: auto;
  overflow: visible;
}
body ::-moz-selection {
  color: #fff;
  background: #000;
}
body ::selection {
  color: #fff;
  background: #000;
}
body ::-moz-selection {
  color: #fff;
  background: #000;
}
.swiper-slide:not(:first-child) {
  display: block;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BOOTSTRAP CUSTOM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .col-xl-five {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER CUSTOM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry {
  position: relative;
}
.form-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  color: red;
  margin-top: 10px !important;
}
.form-message.invalid {
  color: red;
}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}
.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}
.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper {
  cursor: default;
}
.swiper-container {
  opacity: 0;
  transition: all 0.3s;
}
.swiper-container.swiper-container-initialized {
  opacity: 1;
}
.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 20px;
  bottom: 0;
}
.swiper-pagination {
  line-height: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  background-color: #b6b6b6;
  opacity: 1;
  transition: 0.3s;
}
.swiper-pagination-bullet:active {
  transform: translateY(2px);
}
.swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: #ec1e24;
}
.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background: #ffffff;
  margin-top: -22px;
  transition: 0.3s;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.swiper-button-prev.style-2,
.swiper-button-next.style-2 {
  width: 36px;
  height: 36px;
  margin-top: -15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 100%;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  border-radius: 0;
  margin-left: -100%;
  box-shadow: inset 0 0 0 60px #ec1e24;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  box-shadow: inset 0 0 0 0 #ec1e24;
}
/*.swiper-button-prev:active,*/
/*.swiper-button-next:active {*/
/*  -webkit-transform: translateY(3px);*/
/*  -ms-transform: translateY(3px);*/
/*  transform: translateY(3px);*/
/*}*/
.swiper-button-prev i,
.swiper-button-next i {
  width: 7.05px;
  height: 7.05px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 1.5px solid #231f20;
  border-top: 1.5px solid #231f20;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev i {
  margin-left: 1.5px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next i {
  margin-left: -1.5px;
}
.swiper-button-next i {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media (min-width: 1200px), (-ms-high-contrast: none) {
  .swiper-button-prev.swiper-button-disabled:hover::before,
  .swiper-button-next.swiper-button-disabled:hover::before {
    content: none;
  }
  .swiper-button-prev.swiper-button-disabled:hover,
  .swiper-button-next.swiper-button-disabled:hover {
    border-color: transparent;
  }
  .swiper-button-prev.swiper-button-disabled:hover i,
  .swiper-button-next.swiper-button-disabled:hover i {
    border-color: #231f20;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: #ec1e24;
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    margin-left: 0;
  }
  .swiper-button-prev:hover i,
  .swiper-button-next:hover i {
    border-color: #ffffff;
  }
  .swiper-pagination-bullet:hover {
    background: #ec1e24;
  }
}
@media (max-width: 575px) {
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1.14);
  }
  .swiper-pagination {
    height: 9px;
  }
  .swiper-pagination.swiper-pagination-relative {
    margin-top: 15px;
  }
}
/*----------------------------------------*/
/* 06 - SUMOSELECT CUSTOM */
/*----------------------------------------*/
.SumoSelect {
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 3;
}
.SumoSelect.open {
  z-index: 4 !important;
}
.SumoSelect:hover {
  z-index: 3;
}
.SumoSelect > .CaptionCont {
  cursor: pointer;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  transition: 0.25s;
}
.SumoSelect > .optWrapper {
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  overflow: auto;
  box-shadow: none;
  top: 100%;
  z-index: 2;
  display: block;
  transform-origin: top center;
  transform: scaleY(0);
  transition: 0.3s;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.SelectBox {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #231f20;
  padding: 12px 40px 12px 20px;
}
.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #231f20;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.SumoSelect.open > .CaptionCont > span.placeholder {
  opacity: 1;
}
.SumoSelect > .CaptionCont > span {
  padding-right: 0;
  cursor: pointer;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.48px;
}
.SumoSelect > .CaptionCont > label {
  cursor: pointer;
  width: 40px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  opacity: 1;
  width: 32px;
  height: 32px;
}
.SumoSelect > .CaptionCont > label > i:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-left: 1.5px solid #231f20;
  border-top: 1.5px solid #231f20;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.SumoSelect.open > .CaptionCont > label > i:before {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 1.5px;
}
.SumoSelect.open > .optWrapper {
  transform: scaleY(1);
  top: 98%;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  border-bottom: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li label {
  padding: 3px 15px;
  font-size: 15px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #231f20;
  transition: 0.25s;
}
.SumoSelect > .optWrapper > .options {
  max-height: 220px;
  border-radius: 0;
  padding: 10px 0;
}
.options > .opt.disabled:first-child {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li.opt label {
  padding-left: 25px;
}
.SumoSelect .select-all > label {
  padding-left: 25px;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
  width: 10px;
  margin-left: 0;
}
.CaptionCont img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: auto;
}
.CaptionCont img + span {
  padding-left: 25px;
}
.SumoSelect.disabled {
  opacity: 1;
}
.SumoSelect.disabled > .CaptionCont {
  border: 1px solid rgba(235, 235, 235, 0.15);
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont > span {
  cursor: not-allowed;
}
.SumoSelect > .optWrapper > .options li.opt.selected label {
  color: #ec1e24;
}
@media (min-width: 1200px), (-ms-high-contrast: none) {
  .SumoSelect > .CaptionCont:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .SumoSelect > .CaptionCont:hover > span.placeholder {
    opacity: 1;
  }
  .SumoSelect.disabled > .CaptionCont:hover {
    border: 1px solid rgba(235, 235, 235, 0.15);
  }
  .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: transparent;
  }
  .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #ec1e24;
  }
  .SumoSelect .select-all:hover {
    color: #ec1e24;
  }
}
@media (max-width: 767px) {
  .SelectBox {
    padding: 7px 40px 7px 20px;
  }
  .SumoSelect > .CaptionCont > span.placeholder {
    display: block;
  }
}
/*--------------------------------------------------------*/
/* ELEMENTS: */
/*--------------------------------------------------------*/
.breadcrumbs {
  margin: 12px 0;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  line-height: 1.5em;
}
.breadcrumbs li span {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s;
}
.breadcrumbs li.active span {
  color: #231f20;
}
.breadcrumbs li:after {
  content: "/";
  color: #231f20;
  font-size: 12px;
  margin: 0 10px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
@media (min-width: 1200px), (-ms-high-contrast: none) {
  .breadcrumbs li a:hover span {
    color: #231f20;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
  .not-banner {
    margin-top: 30px;
  }
}
/* custom_dropdown */
.custom_dropdown {
  position: relative;
}
.custom_dropdown-title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-right: 20px;
  cursor: pointer;
  transition: 0.25s;
}
.custom_dropdown-title:before {
  content: "";
  right: 0;
  top: 3px;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.25s;
}
.custom_dropdown-title:active {
  transform: translateY(3px);
}
.custom_dropdown-title.active {
  color: #599921;
}
.custom_dropdown-title.active:before {
  transform: translateY(3px) rotate(-135deg);
  border-color: #599921;
}
.custom_dropdown-toggle {
  display: none;
}
@media (min-width: 992px), (-ms-high-contrast: none) {
  .custom_dropdown-title:hover {
    color: #599921;
  }
  .custom_dropdown-title:hover:before {
    border-color: #599921;
  }
}
/* end of custom_dropdown */
/* link-icon */
.link-icon {
  display: inline-block;
  position: relative;
  color: #565656;
  cursor: pointer;
  transition: 0.25s;
}
.link-icon:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/icon-edit.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.link-icon:active {
  transform: translateY(3px);
}
@media (min-width: 992px), (-ms-high-contrast: none) {
  .link-icon:hover {
    opacity: 0.7;
  }
}
/* end of link-icon */
/* simple-link */
.simple-link {
  position: relative;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.25s;
}
.simple-link:active {
  transform: translateY(3px);
}
@media (min-width: 992px), (-ms-high-contrast: none) {
  .simple-link:hover {
    color: #ec1e24;
  }
}
/* end of simple-link */
/* back link */
.back-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 1;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.back-link:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #231f20;
  border-bottom: 2px solid #231f20;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s;
}
@media (min-width: 992px), (-ms-high-contrast: none) {
  .back-link:hover {
    color: #ec1e24;
  }
  .back-link:hover:before {
    border-color: #ec1e24;
  }
}
/* end of back link */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
  display: block;
}
.popup-wrapper.active {
  left: 0;
  transition-delay: 0s;
}
.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.popup-wrapper.active .bg-layer {
  opacity: 1;
}
.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}
.popup-content.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  left: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  position: relative;
}
.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
  opacity: 0.95;
}
.popup-container.size-1 {
  max-width: 784px;
}
.popup-container.size-2 {
  max-width: 835px;
  opacity: 1;
}
.popup-container.size-2 .popup-title {
  font-size: 40px;
}
.popup-container.size-2 .popup-align {
  padding: 80px 100px;
}
.cart-popup .popup-container {
  max-width: 760px;
}
.cart-popup .popup-container {
  max-width: 1124px;
  opacity: 1;
}
.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}
.popup-align {
  padding: 76.5px 135px;
  overflow: hidden;
}
.popup-align .popup__img {
  margin: 0 auto 30px;
  max-width: 178px;
}
.popup-align .popup-description {
  line-height: 1.33em;
}
.popup-align .popup-description b {
  font-weight: 600;
}
.popup-align .bottom__column {
  margin-top: 20px;
  align-items: center;
}
.popup-align .bottom__column .links {
  color: #ec1e24;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
}
.popup-align .bottom__column .links-back {
  padding-left: 15px;
}
.popup-align .bottom__column .links-back::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #ec1e24;
  border-left: 1.5px solid #ec1e24;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s;
}
.cart-popup .popup-container .popup-align {
  padding: 60px 135px 30px;
}
.popup-content .popup-container > .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup-content .popup-container > .btn-close::before,
.popup-content .popup-container > .btn-close::after {
  height: 26px;
  background: #231f20;
}
/* popup general inner styles */
.popup-title {
  margin-bottom: 18px;
  font-weight: 500;
}
.content-popup {
  max-width: 600px;
  margin: 0 auto;
}
.content-popup > * {
  margin-bottom: 15px;
}
.content-popup > *:last-child {
  margin-bottom: 0;
}
.popup-form {
  text-align: left;
}
.popup-form .checkbox-entry {
  margin-bottom: 20px;
}
.popup-form:not(:last-child) {
  margin-bottom: 20px;
}
.popup-form:not(:first-child) {
  margin-top: 36px;
}
@media (min-width: 1200px) {
  .popup-align .bottom__column .links:hover {
    color: #231f20;
  }
  .popup-align .bottom__column .links-back:hover::before {
    border-color: #231f20;
  }
  .popup-content .popup-container > .btn-close:hover::before,
  .popup-content .popup-container > .btn-close:hover::after {
    background: #ec1e24;
  }
}
@media (max-width: 991px) {
  .cart-popup .popup-container .popup-align {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .popup-align .popup__img {
    margin: 0 auto 20px;
    max-width: 150px;
  }
  .popup-container.size-2 .popup__img {
    margin: 0 auto 10px;
    max-width: 74px;
  }
  .popup-form:not(:first-child) {
    margin-top: 20px;
  }
  .popup-align .bottom__column {
    margin-top: 10px;
  }
  .popup-align .popup-description {
    font-size: 16px;
  }
  .popup-container.size-2 .popup-title {
    font-size: 24px;
  }
  .popup-container.size-2 .popup-align {
    padding: 30px 15px;
  }
  .popup-title {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .cart-popup .cart .prod_horiz-desc .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .popup-align,
  .cart-popup .popup-container .popup-align {
    padding: 15px;
  }
  .popup-align .bottom__column .links-back {
    padding-left: 12px;
  }
}
/* end of popup general inner styles */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CART */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.cart {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 680px;
  z-index: 110;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: 0.25s;
}
.cart .cart-close {
  position: absolute;
  right: 50px;
  top: 35px;
}
.cart_title {
  padding: 40px 90px 20px 50px;
}
.cart_title .title {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.cart_title .clear-cart {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cart_bottom {
  padding: 20px 50px;
  border-top: 2px solid #ec1e24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.cart_bottom .cart_price-wrap {
  font-size: 22px;
  font-weight: 400;
}
.cart_bottom .cart_price-wrap span {
  font-size: 16px;
  font-weight: 600;
}
.cart_bottom .card-total-price {
  font-size: 140%;
  font-weight: 600;
}
.cart_bottom .btn {
  margin-left: 10px;
  flex-shrink: 0;
}
.cart-popup-out {
  height: calc(100% - 88px);
}
.cart_items {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  max-height: 100%;
}
.cart-empty-message {
  display: none;
  padding: 15px 0;
  margin: auto 0;
  text-align: center;
}
.cart-empty-message .img {
  margin-bottom: 30px;
  width: 60%;
}
.cart-empty-message .title {
  margin-bottom: 15px;
}
.cart-empty-message:only-child {
  display: block;
}
@media (max-width: 767px) {
  .cart_bg-layer {
    display: none;
  }
  .cart {
    width: 100%;
  }
  .cart .cart-close {
    right: 5px;
    top: 15px;
  }
  .cart_title {
    padding: 20px 45px 15px 15px;
  }
  .cart-popup-out {
    height: calc(100% - 63px);
  }
  .cart_items {
    padding: 0 15px;
    height: calc(100% - 66px);
  }
  .cart_bottom {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .cart_title .clear-cart:hover {
    color: #ec1e24;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RANGE SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.range-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 28px 0;
}
.range-input {
  display: inherit;
  align-items: inherit;
  justify-content: space-between;
  width: 50%;
  height: 50px;
  position: relative;
}
.range-input .sub {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  text-transform: capitalize;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.range-input input {
  color: #231f20;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border-radius: 0;
  height: inherit;
  padding-left: 36px;
  border: 1px solid #e6e6e6; /* text-align: center; */
}
.filter-check-price .range-input input {
  padding-right: 10px;
}
.range-max {
  border-left: 0 !important;
}
.slider-range .irs--flat .irs-bar {
  top: 0;
  height: 3px;
  background-color: #ec1e24;
}
.slider-range .irs--flat .irs-handle {
  top: -7px;
  width: 17px;
  height: 17px;
}
.slider-range .irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 17px;
  height: 17px;
  margin-left: -7px;
  border-radius: 100%;
  background-color: #ec1e24;
  cursor: pointer;
}
.irs-from,
.irs-to,
.irs-single,
.irs-min,
.irs-max {
  display: none;
}
.slider-range .irs--flat .irs-line {
  top: 0;
  height: 2px;
  background-color: #f0f0f0;
  border-radius: 0;
}
.irs--flat {
  height: 0;
}
@media (max-width: 767px) {
  .range-input {
    height: 40px;
  }
  .range-input .sub {
    font-size: 16px;
  }
  .range-inputs {
    margin: 0 0 15px 0;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRODUCT DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.gallery-container {
  display: flex;
  justify-content: space-between;
}
.products_swiper .swiper-pagination {
  display: none;
}
.product__title {
  font-weight: 400;
}
.view__all {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 20px;
  display: none;
  text-align: right;
  position: relative;
}
.view__all::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #231f20;
  border-right: 1.5px solid #231f20;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.swiper-thumbs-bottom .swiper-slide-thumb-active .prod_swiper_img {
  border: 2px solid #ec1e24;
}
.swiper-thumbs-bottom {
  margin: 10px 0 0 0;
}
.swiper-thumbs-bottom .prod_swiper_img {
  max-width: 65px;
  transition: all 0.3s;
}
.product__detail-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product__specification {
  display: flex;
  align-items: stretch;
  margin: 0 -1px 40px;
}
.product__specification .desc {
  line-height: 1.2em;
  word-break: break-word;
}
.product__specification .specification-item {
  background: #f5f5f5;
  width: calc(25% - 2px);
  margin: 0 1px;
  padding: 20px 15px 15px;
  text-align: center;
}
.product__specification .specification-icons {
  max-width: 30px;
  margin: 0 auto 5px;
}
.product__detail-top .product__desc {
  margin: 0;
}
.product__detail-top .product__availability,
.product__detail-top .product__code,
.product__dont_availability {
  margin-right: 40px;
}
.product_detail .product_price-wrap {
  align-self: center;
  min-width: 126px;
  display: flex;
  flex-direction: column;
}
.product_detail-img {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.product_detail-img .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_detail-swiper .fav-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.product_detail-swiper .product_labels {
  z-index: 2;
}
.product_detail .title {
  margin: 20px 0 20px;
}
.product_detail .description {
  margin-bottom: 24px;
}

.product_detail .availability__wrapp {
  margin-top: 0;
  margin-bottom: 20px;
}


.product_detail .product_calories-wrapp {
  margin-bottom: 20px;
}

.product__detail-storage-list {font-size: 14px;color: #6b6b6b;line-height: 1.5em;font-weight: 400;margin-bottom: 30px;padding: 1px;gap: 1px;display: -ms-grid;display: grid;-ms-grid-rows: 1fr;grid-template-rows: 1fr;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;}
.product__detail-storage-list li {gap: 1px;display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr 1fr;grid-template-columns: 1fr 1fr 1fr;-ms-grid-rows: subgrid;grid-template-rows: subgrid;position: relative;}
.product__detail-storage-list li > * {padding: 0.3rem 0.5rem;-webkit-box-shadow: 0px 0px 0px 1px #e8e8e8;box-shadow: 0px 0px 0px 1px #e8e8e8;}
.product__detail-storage-title {color: #231f20;font-weight: 500;}
.product__detail-storage-info {gap: 0.5rem; 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;}
.product__detail-storage-info b {color: #231f20;font-weight: 500;}

.product__detail-storage-header {background-color:#f5f5f5; gap: 0.5rem; 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;}


.product_calories-wrapp .calories-text {
  margin-bottom: 5px;
}
.product_calories-wrapp .calories-table {
  border: 1px solid #ccc;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0;
}
.product_calories-wrapp .calories-table .calories-item {
  width: 25%;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.2;
}
.product_calories-wrapp .calories-table .calories-item:last-child {
  border-right: 0;
}
.calories-table .calories-item .calories-caption {
  margin-bottom: 5px;
}
.calories-table .calories-item .calories-value {
  font-weight: 700;
}
.quick-popup .product_calories-wrapp .calories-table {
  max-width: 100%;
}
.quick-popup .ingredient {
  width: calc(25% - 10px);
}
.product_detail-controls {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.product_detail-controls .product_top-right {
  margin-left: 30px;
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
}
.product_detail-controls .product_top-right .product__icon {
  width: 24px;
  height: 24px;
}
.product_detail-controls .product_top-right .product__icon:first-child {
  margin-left: 30px;
  cursor: pointer;
}
.product__detail-availability {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.product__detail-availability-column + .product__detail-availability-column {
  margin-left: 40px;
}
.product__detail-availability-item {
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.75em;
}
.product__detail-availability-item + .product__detail-availability-item {
  margin-top: 4px;
}
.product__detail-availability-item b {
  color: #231f20;
  font-weight: 500;
}
.product__detail-warning {
  margin-bottom: 30px;
}
.product__detail-warning b {
  font-weight: 400;
}
.product__detail-link {
  background: #f5f5f5;
  margin-bottom: 30px;
  display: block;
}
.product__detail-link .img__wrapp {
  padding-bottom: 21.5%;
}
.product__detail-link .desc {
  padding: 10px 0;
  background: #f5f5f5;
  text-align: center;
  transition: all 0.3s;
}
table.features {
  width: 100%;
  border-collapse: collapse;
}
table.features thead td {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  padding: 11px 5px 11px 0;
}
table.features tbody td {
  font-weight: 400;
  width: 50%;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  padding: 11px 5px 11px 0;
}
table.features tbody td:first-child {
  color: #6b6b6b;
}
.product_detail-controls .thumb-input-number {
  margin: 0 30px;
}
.product_detail-controls .btn {
  color: #fff;
  line-height: 27px;
}
.product_detail .product_plus,
.product_detail .product_variations,
.product_detail .modify-product {
  margin-bottom: 20px;
}
.product_detail .product_size {
  display: inline-block;
  margin-bottom: 10px;
}
.product_detail .product_price {
  display: inline-block;
  vertical-align: middle;
}
.product_detail .product_price-old {
  position: relative;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  table.features tbody td a:hover {
    color: #231f20;
  }
  .product_detail-controls .btn:hover {
    color: #ec1e24;
  }
  .product__detail-link:hover img {
    transform: scale(1.05);
  }
  .product__detail-link:hover .desc {
    color: #ec1e24;
  }
  .view__all:hover {
    color: #ec1e24;
  }
  .view__all:hover::after {
    border-color: #ec1e24;
  }
}
@media (max-width: 1500px) {
  .product_detail-controls .thumb-input-number input {
    width: 70px;
  }
}
@media (max-width: 1320px) {
  .product__detail-availability-column + .product__detail-availability-column {
    margin-left: 12px;
  }
  .product_detail-controls {
    flex-wrap: wrap;
  }
  .product_detail-controls .thumb-input-number {
    margin: 0 30px 15px 30px;
  }
  .product_detail-controls .btn {
    margin-bottom: 15px;
  }
  .product_detail .product_price-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product_detail-controls .btn {
    margin-bottom: 0;
  }
  .products_swiper .swiper-pagination {
    display: block;
  }
  .swiper-thumbs-bottom {
    margin-bottom: 30px;
  }
  .product_detail-controls .thumb-input-number {
    margin: 0 30px 0 30px;
  }
  .product_detail .product_price-wrap {
    margin-bottom: 0;
  }
  .product_calories-wrapp .calories-table .calories-item {
    font-size: 12px;
  }
  .product_detail .ing_row .ingredient {
    width: calc(33.33% - 10px);
  }
  .quick-popup .popup-align {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product_detail {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .product_detail .title {
    margin: 10px 0;
  }
  .product__detail-availability-item + .product__detail-availability-item {
    margin-top: 0;
  }
  .product_detail .product_price-wrap {
    margin-bottom: 15px;
  }
  .product_detail-controls .thumb-input-number {
    margin: 0 30px 15px 30px;
  }
  .product__detail-availability-column + .product__detail-availability-column {
    margin-left: 0;
  }
  .product__detail-availability-column {
    width: 50%;
  }
  .product__detail-availability,
  .product__detail-warning,
  .product_detail .description,
  .product__detail-link {
    margin-bottom: 20px;
  }
  .product__specification {
    margin: 0 -1px 20px;
  }
}
@media (max-width: 575px) {
  .product_detail-controls .order-btn {
    padding-right: 20px;
  }
  .product_detail-controls .order-btn svg {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transform: translateY(0);
  }
  .product_detail-controls .thumb-input-number input {
    width: 105px;
  }
  .swiper-thumbs-bottom {
    overflow: hidden !important;
  }
  .product_detail-controls .btn {
    width: 75%;
  }
  .product__detail-availability-column {
    width: 100%;
  }
  .quick-popup .popup-align {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product__detail-top .product__availability,
  .product__detail-top .product__code,
  .product__dont_availability {
    margin-right: 20px;
  }
  .product__detail-top {
    flex-wrap: wrap;
  }
  .product__detail-top .product__desc {
    width: 100%;
  }
  .product__detail-top .product__dont_availability {
    margin-bottom: 10px;
  }
  .product__specification .specification-item {
    width: calc(100% / 2 - 2px);
    margin-bottom: 2px;
  }
  .product__specification {
    flex-wrap: wrap;
  }
  .product_detail-controls .thumb-input-number {
    margin: 0 0 15px auto;
  }
  .product_detail-controls .product_top-right {
    margin-left: auto;
  }
  .product_detail-controls .product_top-right .product__icon:first-child {
    margin-left: 12px;
  }
}
/* products_swiper */
.products_swiper .swiper-button-next,
.products_swiper .swiper-button-prev,
.collection-slider .swiper-button-next,
.collection-slider .swiper-button-prev {
  top: calc(50% - 21px);
}
.products_swiper .swiper-button-next,
.collection-slider .swiper-button-next {
  right: -72px;
}
.products_swiper .swiper-button-prev,
.collection-slider .swiper-button-prev {
  left: -72px;
}
.products_swiper .product {
  height: auto;
  padding: 0;
}
.products_swiper .swiper-slide {
  height: 100%;
}
@media (min-width: 992px), (-ms-high-contrast: none) {
  .products_swiper .product {
    margin-bottom: 15px;
    height: calc(100% - 15px);
  }
}
@media (max-width: 1860px) {
  .products_swiper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .products_swiper .swiper-button-next,
  .collection-slider .swiper-button-next {
    right: 0;
  }
  .products_swiper .swiper-button-prev,
  .collection-slider .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .products_swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .products_swiper .swiper-button-prev,
  .products_swiper .swiper-button-next,
  .collection-slider .swiper-button-next,
  .collection-slider .swiper-button-prev {
    display: none;
  }
}
/* end of products_swiper */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLARY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.lg-outer .lg-img-wrap {
  background: rgba(0, 0, 0, 0.4);
}
.lg-backdrop {
  background-color: #fff;
}
.lg-toolbar {
  background-color: transparent;
}
#lg-counter {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #777;
}
.lg-toolbar .lg-icon {
  color: #777;
}
.lg-toolbar .lg-icon:hover,
.lg-outer .lg-toogle-thumb:hover {
  color: #252525;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent !important;
  opacity: 1;
}
.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
  content: none !important;
}
.lg-actions .lg-prev .swiper-button-prev,
.lg-actions .lg-next .swiper-button-next {
  left: 80px;
  margin-top: -22px;
  z-index: 1080;
}
.lg-actions .lg-next .swiper-button-next {
  left: auto;
  right: 80px;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
}
.lg-outer .lg-thumb-outer {
  background-color: #fff;
  box-shadow: 0px 0 16px rgb(0 0 0 / 4%);
}
.lg-outer .lg-toogle-thumb {
  background-color: #fff;
  color: #777;
  box-shadow: 0px 0 16px rgb(0 0 0 / 4%);
}
.lg-outer .lg-toogle-thumb::before {
  position: absolute;
  content: "";
  top: 100%;
  left: -15%;
  display: block;
  width: 70px;
  height: 10px;
  background-color: #fff;
}
.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-thumb-item {
  border-radius: 0 !important;
  border-color: transparent;
}
.lg-outer .lg-thumb-item img {
  padding: 2px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border: 2px solid #00aeef !important;
}
/*media*/
@media (max-width: 1640px) {
  .lg-actions .lg-prev .swiper-button-prev,
  .lg-actions .lg-next .swiper-button-next {
    left: 60px;
  }
  .lg-actions .lg-next .swiper-button-next {
    left: auto;
    right: 60px;
  }
}
@media (max-width: 1440px) {
  .lg-actions .lg-prev .swiper-button-prev,
  .lg-actions .lg-next .swiper-button-next {
    display: flex;
  }
}
@media (max-width: 1366px) {
  .lg-actions .lg-prev .swiper-button-prev,
  .lg-actions .lg-next .swiper-button-next {
    left: 0px;
  }
  .lg-actions .lg-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
}
/* ============================ */
/* Thank you */
/* ============================ */
.thank {
  margin-top: 32px;
  border-top: 2px solid #e6e6e6;
}
.thank__back {
  margin-bottom: 30px;
}
.history-detail-top {
  margin-top: 20px;
}
.history-detail .history-table td:nth-child(4) {
  width: 18%;
}
.history-detail .history-table td:nth-child(5) {
  width: 14%;
}
.history-detail .history-table td:nth-child(6) {
  padding-right: 0;
}
.history-detail .history-table td:nth-child(7) {
  display: none;
}
.content-title {
  margin-bottom: 20px;
}
.thank_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.thank_head .time span + span {
  margin-left: 30px;
}
.thank_total_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #ec1e24;
  padding: 20px 0 0;
}
.thank_total-title {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 400;
}
.thank_total {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  color: #ec1e24;
}
.thank_total b {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.6em;
}
.thank_total_wrapp .reply_order {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s;
}
.thank_info {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 14px;
}
.thank_items {
  margin-bottom: 32px;
}
.thank_info td {
  padding-bottom: 18px;
  vertical-align: top;
  font-size: 15px;
  font-weight: 400;
}
.thank_info td b {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.thank_info td:first-child {
  width: 18%;
  padding-right: 10px;
}
.thank_info tr:first-child td {
  border-top: 0;
}
.thank_items .prod_horiz {
  padding: 15px 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
.thank_items .prod_horiz + .prod_horiz {
  margin-top: -1px;
}
.thank_items .prod_horiz-img {
  width: 90px;
  height: 90px;
}
.thank_items .product__desc {
  margin: 0 0 10px;
  justify-content: flex-start;
}
.thank_items .product__desc .product__code {
  margin-right: 30px;
}
.thank_items .product__desc .product__code.product__desc-item span {
  background: transparent;
  padding: 0;
}
.thank_items .prod_horiz-desc {
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.thank_items .prod_horiz-desc .product_size {
  margin: 5px 0;
}
.thank_items .prod_horiz-desc .title {
  margin-bottom: 0;
  padding-right: 5px;
}
.thank_items .prod_horiz-info {
  padding-left: 10px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
  -ms-flex-negative: 0;
  width: 40%;
}
.thank_items .prod_horiz-details {
  width: 47%;
}
.thank_items .prod_horiz-amount {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
}
.thank_items .prod_horiz .price-wrap {
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.64em;
  flex-shrink: 0;
}
.thank_items .prod_horiz .price-wrap b {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.27em;
}
.thank .btn-block {
  margin-top: 34px;
}
@media (min-width: 1200px) {
  .thank_total_wrapp .reply_order:hover {
    color: #ec1e24;
  }
}
@media (max-width: 1500px) {
  .thank_items .prod_horiz-info {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .thank__back {
    margin-bottom: 10px;
  }
  .history-detail-top {
    margin-top: 0;
  }
  .content-title {
    margin-bottom: 10px;
  }
  .thank_items .prod_horiz-details {
    width: 100%;
  }
  .thank_info td,
  .thank_info td b {
    font-size: 15px;
  }
  .thank_total-title {
    font-size: 18px;
  }
  .thank {
    margin-top: 20px;
  }
  .thank_head .time span + span {
    margin-left: 15px;
  }
  .thank .prod_horiz {
    padding: 15px 0;
  }
  .thank .prod_horiz-img {
    width: 80px;
    height: 80px;
  }
  .thank .prod_horiz-desc {
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .thank .prod_horiz-desc .title {
    margin-bottom: 5px;
  }
  .thank .prod_horiz-info {
    width: 100%;
    padding-left: 0;
  }
  .thank_total_wrapp {
    padding: 15px 0;
  }
  .thank_items .prod_horiz .price-wrap b {
    font-size: 16px;
  }
  .thank_items .prod_horiz-amount {
    font-size: 15px;
  }
  .thank_items .product__desc .product__code {
    margin-right: 10px;
  }
}
/* thank type2 (history-detail) */
.thank.history-detail {
  position: relative;
  padding: 0;
  border: none;
  margin-top: 0 !important;
}
.thank.history-detail .arr-link {
  display: none;
}
.thank.history-detail .thank_head {
  justify-content: flex-start;
}
.thank.history-detail .thank_head .time {
  margin: 0 30px;
}
.thank.history-detail .thank_head .history-status {
  margin-left: auto;
}
.thank.history-detail .back-link {
  position: absolute;
  top: 5px;
  right: 100%;
  margin-right: 80px;
}
.thank.history-detail .checkbox-entry-wrap {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .thank.history-detail .back-link {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .thank.history-detail .thank_head .time {
    margin: 0 15px;
  }
}
@media (max-width: 575px) {
  .thank_items .prod_horiz .price-wrap {
    margin: 5px 0 0 5px;
  }
  .thank_items .prod_horiz-img {
    width: 70px;
    height: 70px;
  }
  .thank_items .prod_horiz-amount {
    margin-top: 5px;
  }
}
@media (max-width: 370px) {
  .thank_items .prod_horiz-info {
    flex-direction: column !important;
  }
}
/* end of thank type2 (history-detail) */
/* ============================ */
/* cabinet */
/* ============================ */
.history-table {
  border-collapse: collapse;
  width: 100%;
}
.history-table td {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
  font-weight: 500;
  font-size: 15px;
}
.history-table thead td {
  border-width: 0 0 2px 0;
}
.history-table .arr-link {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
}
.history-table .arr-link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #231f20;
  border-right: 1.5px solid #231f20;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
.history-table td:first-child {
  width: 8%;
  padding-left: 0;
}
.history-table td:nth-child(2) {
  width: 15%;
}
.history-table td:nth-child(3) {
  width: 34%;
}
.history-table td:nth-child(4) {
  width: 15%;
}
.history-table td:nth-child(5) {
  width: 12%;
}
.history-table td:nth-child(6) {
  width: 16%;
}
.history-table td:nth-child(7) {
  padding-right: 0;
}
.history-table tbody td {
  height: 70px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}
.history-table tbody td:nth-child(2) {
  color: #6b6b6b;
}
.history-table tbody td:nth-child(5) {
  font-weight: 600;
}
.history-table tbody td:nth-child(5) b {
  font-weight: 600;
}
.history-status {
  font-size: 15px;
  font-weight: 400;
  padding-left: 13px;
  position: relative;
  text-transform: capitalize;
}
.history-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #26b723;
  position: absolute;
  margin-top: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.history-status.done {
  color: #26b723;
}
.history-status.canceled {
  color: #ec1e24;
}
.history-status.canceled::before {
  background: #ec1e24;
}
.history-status.processing {
  color: #ffa800;
}
.history-status.processing::before {
  background: #ffa800;
}
.history-table-wrap {
  overflow-x: auto;
}
.history-table-wrap .history-table {
  min-width: 680px;
}
.address-map-wrap {
  position: relative;
}
.address-map-wrap #map {
  margin-top: 30px;
  height: 290px;
}
.empty-history {
  text-align: center;
  padding: 35px 20px 0 20px;
}
.empty-history .btn {
  margin-top: 20px;
}
/* cabinet_address table */
.cabinet_address-wrap {
  margin-bottom: 30px;
}
.cabinet_address {
  width: 100%;
  border-collapse: collapse;
}
.cabinet_address td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 66px;
  padding: 10px 5px;
  vertical-align: middle;
}
.cabinet_address td:first-child {
  padding-left: 0;
  width: 25%;
}
.cabinet_address td:nth-child(2) {
  width: 40%;
}
.cabinet_address td:nth-child(3) {
  width: 30%;
}
.cabinet_address td:last-child {
  padding-right: 0;
  text-align: right;
  width: 10%;
}
.cabinet_address td .btn-close {
  display: inline-block;
}
.cabinet_address tr.active .cabinet_address-detail {
  color: #599921;
}
.cabinet_address-buttons {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .history-table .arr-link:hover::after {
    border-color: #ec1e24;
  }
}
@media (max-width: 1500px) {
  .history-table td:nth-child(3) {
    width: 25%;
  }
  .history-table td:nth-child(4) {
    width: 17%;
  }
  .history-table td:nth-child(5) {
    width: 13%;
  }
  .history-table td:nth-child(6) {
    width: 18%;
  }
  .history-column {
    margin-left: 8.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (max-width: 1199px) {
  .history-column {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .empty-history {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .cabinet_address-wrap {
    overflow-x: auto;
  }
  .cabinet_address {
    min-width: 510px;
  }
  .cabinet_address-buttons {
    flex-direction: column;
  }
  .cabinet_address-buttons .btn {
    width: 100%;
  }
  .cabinet_address-buttons .btn + .btn {
    margin-top: 20px;
  }
}
/* end of cabinet_address table */
/* bonuses */
.bonuses {
  max-width: 680px;
  margin: 0 auto;
}
.bonuses_head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #599921;
  display: flex;
  justify-content: space-between;
}
.bonuses_list {
  list-style: circle;
  list-style-position: inside;
}
@media (max-width: 991px) {
  .history-table-wrap .history-table {
    min-width: unset;
  }
  .history-table thead {
    display: none;
  }
  .history-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .history-table tr:last-child {
    margin-bottom: 0;
  }
  .history-table tbody td {
    position: relative;
    display: flex;
    width: 100% !important;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .history-table tbody td:before {
    content: attr(data-mobile-title);
    position: relative;
    display: inline-block;
    width: 40%;
    padding-right: 10px;
    flex-shrink: 0;
  }
  .history-table tbody td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 565px) {
  .bonuses_head {
    flex-direction: column;
  }
}
/* end of bonuses */
/* other in cabinet */
@media (max-width: 991px) {
  .save-address {
    margin-top: 20px;
  }
}
/* page title */
/*.content-title {*/
/*  margin-bottom: 20px;*/
/*}*/
/*@media (max-width: 1199px) {*/
/*  .content-title {*/
/*    margin-bottom: 0;*/
/*  }*/
/*}*/
/* end of other in cabinet */
/*--------------------------------------------------------*/
/* Ckeckout: */
/*--------------------------------------------------------*/
.checkout-section.type-2 .delivery-form .checkbox-entry-wrap {
  display: inline-block;
  vertical-align: middle;
}
.checkout-section.type-2 .checkbox-entry-wrap {
  margin-right: 30px;
}
.checkout-section.type-2 .main-order-wrapp .price-wrapp .all-product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-section .form-group {
  margin-bottom: 24px;
}
.checkout-section .content-title {
  text-transform: uppercase;
}
.checkout-title {
  margin-bottom: 40px;
  text-transform: unset !important;
}
.form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.delivery-form .checkbox-entry-wrap {
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.delivery-form hr {
  margin: 25px 0 40px;
  height: 1px;
  background: #e6e6e6;
}
.delivery-form hr.type-2 {
  height: 2px;
  background: #e6e6e6;
  margin: 25px 0 18px;
}
.delivery-form .input-button {
  margin-bottom: 10px;
}
.search-mobile-button {
  display: none;
}
.checkout-map {
  position: relative;
}
.checkout-map .map-block {
  height: 470px;
}
.checkout-map .marker {
  display: none;
}
.not-delivery {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #f05b5b;
  padding: 20px;
}
.toggle-block {
  display: none;
}
.toggle-block textarea {
  margin-bottom: 0 !important;
}
.checkout-products {
  padding-bottom: 0px;
}
.checkout-products .thumb-input-number input {
  width: 82px;
  height: 40px;
}
.checkout-products .thumb-input-number button {
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.checkout-products .prod_horiz .btn-close {
  position: relative;
  top: 0;
  right: 0;
}
.checkout-products .prod_horiz-info {
  width: 56%;
  align-items: center;
}
.checkout-products .prod_horiz:first-child {
  border-top: 2px solid #e6e6e6;
}
.moneychange-input {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
}
.moneychange-input .input {
  flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: 0;
  width: 190px;
}
.moneychange-input .checkbox-entry {
  margin-left: 20px;
  margin-bottom: 0;
}
.errorMsg {
  display: none;
  padding: 10px;
  background-color: #f05b5b;
  color: #fff;
}
.main-order-wrapp {
  display: flex;
  flex-direction: column;
}
.main-order-wrapp .price-wrapp {
  margin-bottom: 34px;
}
.main-order-wrapp .price-wrapp span {
  font-size: 15px;
  font-weight: 600;
  color: #ec1e24;
}
.main-order-wrapp .price-wrapp .all-product-price-el {
  font-size: 20px;
  font-weight: 600;
}
.price-wrapp .price-delivery,
.price-wrapp .price-discount {
  display: none;
  margin-bottom: 10px;
}
.cart-empty-section {
  display: none;
}
.alert {
  padding: 20px 30px;
}
.alert-success {
  background-color: #f5f5f5;
  border-top: 2px solid #599921;
  color: #000;
  text-align: center;
  font-size: 13px;
}
.lowOrder.alert-success + .lowOrderDelivery.alert-success {
  border-top: none;
  padding-top: 0;
}
.order-wrap .deliveryWarning {
  margin: 30px 0;
}
.all-product-price {
  font-size: 22px;
}
.checkout-section .box__select label {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding: 0 50px 0 20px;
  transition: all 0.3s ease;
  color: #6b6b6b;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.checkout-section .box__select .text {
  font-size: 16px;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.checkout-section .box__select .dot::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.box__select .radiobox-item.active .dot::after {
  border-color: #ec1e24;
  background: url("../img/icons/checbox-icon.svg");
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-position: center;
  color: #ec1e24;
}
.checkout-section .box__select input[type="radio"] {
  display: none;
}
.box__select .radiobox-item.active .text {
  color: #231f20;
}
.delivery__counter {
  position: relative;
}
.btn-close.type-delivery {
  position: absolute;
  right: 0;
  top: -40px;
}
.product .swiper-slide:only-child .product_image-wrap::before {
  display: none;
}
@media (max-width: 1600px) {
  .checkout-products .thumb-input-number input {
    width: 55px;
  }
  .checkout-products .prod_horiz-info {
    flex-direction: column-reverse;
    width: auto;
    margin: 0 40px 0 10px;
  }
  .checkout-products .thumb-input-number {
    margin-top: 5px;
  }
  .checkout-products .prod_horiz .btn-close {
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-order-wrapp .price-wrapp .all-product-price-el {
    margin-left: 0;
  }
  .main-order-wrapp .price-wrapp {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .all-product-price,
  .main-order-wrapp .price-wrapp .all-product-price-el {
    font-size: 18px;
  }
  .checkout-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-title {
    margin-bottom: 10px;
  }
  .search-mobile-button {
    display: block;
    margin-bottom: 30px;
  }
  .moneychange-input .input {
    width: 100px;
  }
  .checkout-section .form-group {
    margin-bottom: 20px;
  }
  .delivery-form hr.type-2 {
    margin: 5px 0 20px;
  }
  .main-order-wrapp .price-wrapp {
    margin-bottom: 20px;
  }
  .delivery-form hr {
    margin: 5px 0 20px;
  }
  .checkout-section .box__select label {
    height: 40px;
  }
  .delivery-form .content-title {
    margin-bottom: 10px;
  }
  .thank_items .prod_horiz-desc .title {
    margin-bottom: 5px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .thank_items .prod_horiz {
    align-items: flex-start;
  }
  .checkout-products .prod_horiz-desc {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .checkout-products .prod_horiz-info {
    width: 100%;
    flex-direction: row;
    margin: 0;
    padding-left: 0;
  }
  .checkout-products .prod_horiz .btn-close {
    top: 6px;
    background: transparent;
    transform: translateY(0);
  }
  .thank .prod_horiz-img {
    width: 70px;
    height: 70px;
  }
  .checkout-products .thumb-input-number button {
    width: 30px;
    height: 30px;
  }
  .checkout-products .thumb-input-number input {
    height: 30px;
    width: 100px;
  }
}
/*change style autocomplete*/
.pac-container {
  background: #fff;
  border-radius: 0;
}
.pac-container .pac-item {
  margin: 0;
  padding: 0 15px;
  border-top: 0;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  font-weight: 300;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pac-container .pac-item:nth-child(1) {
  border-top: none;
}
.pac-icon-marker {
  display: none !important;
}
.pac-item-query {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.pac-container.pac-logo:after {
  content: none;
}
/* infobox */
/* .infoBox {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.infoBox > img {
  z-index: 1;
  width: 14px;
  margin: 10px !important;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.info-box {
  padding: 10px 10px 15px;
  position: relative;
  text-align: center;
}

@media (min-width: 992px), (-ms-high-contrast: none) {
  .infoBox > img:hover {
    opacity: 0.7;
  }
} */
/*------------------------------------------*/
/* - Info box */
/*------------------------------------------*/
.infoBox > img {
  position: absolute !important;
  z-index: 20;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.info-box-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #fff;
}
.info-box-wrapper i {
  display: block;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  transition: var(--transition);
}
.info-box-wrapper i::before,
.info-box-wrapper i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 1px;
  width: 100%;
  background: #ec1e24;
}
.info-box-wrapper i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.info-box-img {
  position: relative;
  margin-bottom: -1px;
}
.info-box-item {
  display: flex;
  align-items: flex-start;
}
.info-box-img:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(243.89deg, rgba(0, 0, 0, 0.8) 0.78%, rgba(0, 0, 0, 0) 26.52%);
}
.info-box-img:after {
  padding-bottom: 55%;
  content: "";
  display: block;
}
.info-box-img > img {
  display: block;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.info-box-text {
  padding: 15px 25px 15px 15px;
  border: 1px solid rgba(66, 66, 66, 0.2);
}
.info-box-text .title {
  font-size: 20px;
  font-weight: 300;
  color: #1c1c1c;
}
.info-box-text > * {
  margin-bottom: 15px;
}
.info-box-text > *:last-child {
  margin-bottom: 0;
}
.info-box-text .contact-img {
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin-right: 15px;
}
.info-box-text .contact-img img {
  max-width: 100%;
  max-height: 100%;
}
.info-box-text .contact-img:before {
  display: none;
}
.info-box-text .contact-info {
  font-weight: 300;
  font-size: 16px;
  color: #1c1c1c;
}
.info-box-text .contact-info > * {
  line-height: 1.3em;
}
@media (min-width: 1200px) {
  .infoBox > img:hover + .info-box-wrapper i {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .info-box-img {
    position: relative;
    margin-bottom: -1px;
  }
  .info-box-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(243.89deg, rgba(0, 0, 0, 0.8) 0.78%, rgba(0, 0, 0, 0) 26.52%);
  }
  .info-box-img > img {
    width: 100%;
    display: block;
  }
  .info-box-text {
    padding: 10px 20px 10px 10px;
  }
  .info-box-text .title {
    font-size: 16px;
  }
  .info-box-text > * {
    margin-bottom: 10px;
  }
  .info-box-text .contact-img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .info-box-text .contact-info {
    font-size: 14px;
  }
}
/* end of infobox */
/*cart-informer*/
.cart-informer {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  z-index: 500;
  max-width: 895px;
  height: 100px;
  width: 90%;
  left: 50%;
  background: #231f20;
  transform: translate(-50%, 120px);
  visibility: hidden;
  opacity: 0;
  padding: 25px;
  transition: all 0.4s ease-in-out;
}
.cart-informer .cart-informer-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cart-informer .cart-informer-inner .text {
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.cart-informer .btn {
  flex-shrink: 0;
}
.cart-informer .cart-informer-inner .text span {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}
.cart-informer.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -15px);
}
@media (max-width: 575px) {
  .cart-informer {
    height: auto;
    max-width: 100%;
    display: block;
  }
  .cart-informer .cart-informer-inner {
    display: block;
    text-align: center;
  }
  .cart-informer .cart-informer-inner .text {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/*--------------------------------------------------------*/
/* CART POPUP */
/*--------------------------------------------------------*/
.cart-popup .cart {
  position: relative;
  right: auto;
  top: auto;
  display: block;
  transform: none;
  width: 100%;
  transition: none;
  font-size: 16px;
}
.cart-popup .cart .cart_items {
  padding: 0 5px 0 0;
  max-height: calc(100vh - 334px);
  margin-bottom: 0;
  border-top: 2px solid #e6e6e6;
}
.cart-popup .cart .cart_items .prod_horiz:first-child {
  border-top: 0;
}
.cart-popup .cart .prod_horiz-desc .title {
  color: #000;
  text-decoration: none;
}
.cart-popup .cart .cart_bottom {
  padding: 30px 0 0 0;
}
.cart-popup .product__desc .product__code {
  margin-right: 16px;
}
.cart-popup .prod_horiz-info {
  width: 62%;
}
@media (min-width: 1200px) {
  .cart-popup .cart .prod_horiz-desc .title:hover {
    color: #ec1e24;
  }
}
@media (max-width: 1600px) {
  .cart-popup .prod_horiz-info {
    flex-direction: row;
  }
}
@media (max-width: 1500px) {
  .cart-popup .prod_horiz-info {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .cart-popup .cart .cart_bottom {
    padding: 20px 0 0;
  }
  .cart-popup .cart .cart_items {
    padding: 0 10px 0 0;
  }
  .cart_bottom .cart_price-wrap {
    font-size: 18px;
  }
  .cart_bottom .card-total-price {
    font-size: 120%;
  }
}
@media (max-width: 575px) {
  .cart-popup .prod_horiz-img {
    width: 70px;
    height: 70px;
  }
  .cart-popup .prod_horiz-desc {
    margin-top: 0;
  }
  .cart-popup .cart .cart_items {
    max-height: calc(100vh - 200px);
    padding: 0 15px;
  }
  .cart-popup .cart .cart_bottom {
    flex-direction: column;
  }
  .cart-popup .cart_bottom .btn {
    margin: 10px 0 0;
  }
}
@media (max-width: 420px) {
  .cart-popup .prod_horiz-info {
    width: 100%;
    flex-direction: column;
  }
  .cart-popup .prod_horiz-info .price-wrap {
    margin: 4px 0 0;
  }
}
/*--------------------------------------------------------*/
/* Contact page */
/*--------------------------------------------------------*/
.contact__page .container-fluid {
  padding: 0;
}
.column-wrapp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-item + .contact-item {
  margin-top: 44px;
}
.contact-item .h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-item li {
  position: relative;
  padding-left: 53px;
}
.contact-item li b {
  font-weight: 500;
}
.contact-item li + li {
  margin-top: 24px;
}
.contact-item li span,
.contact-item li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
}
.contact-item li span {
  font-weight: 300;
}
.contact-item li .contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-20%);
}
.contact-item li .contact-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 24px;
  max-height: 24px;
}
.contact-social ul {
  margin-left: 0;
}
.contact-social li {
  padding-left: 0;
}
.contact-social li a {
  width: 50px;
  height: 50px;
}
.contact-social li a::before,
.contact-social li a::after {
  width: 50px;
  height: 50px;
}
.contact-social li + li {
  margin-top: 0;
}
.contact-social .h5 {
  margin-bottom: 10px;
}
.contact__page {
  position: relative;
}
.contact__page::after {
  content: "";
  display: block;
  clear: both;
}
.contact__form .h2 {
  margin-bottom: 20px;
}
.contact__form .btn {
  margin-top: 0px;
}
.contact__page .contact-column {
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-item li a:hover {
    color: #ec1e24;
  }
}
@media (max-width: 1600px) {
  .column-wrapp .contact-column:first-child {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .column-wrapp {
    margin-top: 40px;
    padding: 0 15px;
  }
  .column-wrapp {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contact__page {
    margin-top: -15px;
  }
}
@media (max-width: 575px) {
  .column-wrapp {
    flex-direction: column;
  }
  .column-wrapp .contact-column:first-child {
    margin-bottom: 40px;
  }
  .contact-item + .contact-item {
    margin: 24px 0 0;
  }
  .contact-social ul {
    text-align: left;
  }
}
/*map*/
.map {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 63.1%;
  min-height: 100%;
}
/* .infoBox>img {
  width: auto;
} */
/* .info-box {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px 30px;
} */
/* .info-box h5 {
  color: #232a2e;
  font-size: 14px;
  margin-bottom: 5px;
}

.info-box p {
  font-size: 13px;
  color: #232a2e;
} */
@media (max-width: 1199px) {
  .map {
    padding-bottom: 39%;
  }
}
@media (max-width: 991px) {
  .map {
    padding-bottom: 63.1%;
  }
}
/*--------------------------------------------------------*/
/* ABOUT SECTION */
/*--------------------------------------------------------*/
.benefits__wrapp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -40px;
}
.benefits__item {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 40px 15px;
  border: 1px solid #e6e6e6;
}
.benefits__item .img__wrapp {
  padding-bottom: 55.55%;
}
.benefits__item-desc {
  padding: 22px 30px;
}
.benefits__item-desc .h3 {
  margin-top: 2px;
}
.swiper-mobile {
  display: none;
}
.benefits__section.type-2 .benefits__item {
  padding-top: 30px;
}
.benefits__section.type-2 .benefits__item-img {
  max-width: 90px;
  margin: 0 auto;
}
/* left - right block */
.section.left__right .img__wrapp {
  padding-bottom: 72.35%;
}
.section.left__right.left .content__column {
  padding-left: 70px;
}
.section.left__right.right .content__column {
  padding-right: 70px;
}
.section.left__right.right .content__column .btn {
  margin-top: 24px;
}
.collection-slider .img__wrapp {
  padding-bottom: 44.94%;
}
@media (max-width: 1500px) {
  .section.left__right.left .content__column {
    padding-left: 0;
  }
  .section.left__right.right .content__column {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .benefits__wrapp .benefits__item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
  }
  .benefits__wrapp {
    margin: 0 -15px -30px;
  }
  .section.left__right .content__column {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .benefits__item-desc {
    padding: 15px;
  }
  .benefits__section.type-2 .benefits__item {
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .benefits__wrapp .benefits__item {
    width: calc(100% / 1 - 30px);
  }
  .swiper-mobile {
    display: block;
  }
  .swiper-desctop {
    display: none;
  }
  .benefits__item {
    width: 100%;
    margin: 0;
  }
}
/*--------------------------------------------------------*/
/* COLLECTION SLIDER */
/*--------------------------------------------------------*/
.collection__slider-top {
  text-align: center;
}
.collection__slider-info {
  background-color: #f5f5f5;
  padding: 12px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  max-width: 784px;
}
.slider__info-item {
  margin: 0 15px;
}
.slider__info-item a {
  color: #ec1e24;
  font-weight: 400;
}
.slider__info-item b {
  font-weight: 400;
}
.collection-slider .swiper-pagination {
  display: block;
}
.collection-slider {
  margin-bottom: 30px;
}
.collection-slider .swiper-slide {
  height: auto;
}
@media (min-width: 1200px) {
  .slider__info-item a:hover {
    color: #4a4a4a;
  }
  .collection-slider .img__wrapp:hover img {
    transform: scale(1.05);
  }
  .mt-40 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .collection__slider-info {
    margin: 0 auto 20px;
  }
  .collection-slider {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .collection__slider-info {
    padding: 10px;
  }
}
/*--------------------------------------------------------*/
/* COMPARISON */
/*--------------------------------------------------------*/
.comparison__table-wrap {
  font-size: 0;
}
.comparison__table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table {
  display: inline-block;
  width: 24%;
  text-align: left;
  background: #fff;
  vertical-align: top;
  margin-right: 10px;
}
.comparison-table tr .inner-cell {
  color: #6b6b6b;
}
.comparison__table-wrap tr:nth-child(even) {
  background-color: #f5f5f5;
}
.comparison__swiper-wrap {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.comparison__swiper-wrap .swiper-button-next,
.comparison__swiper-wrap .swiper-button-prev {
  top: 22%;
}
.comparison__swiper-wrap .swiper-button-next {
  right: -74px;
}
.comparison__swiper-wrap .swiper-button-prev {
  left: -74px;
}
.inner-cell {
  color: #231f20;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  padding: 11px 0 14px 20px;
}
.comparison__table-wrap tr:first-child .inner-cell {
  padding: 0 0 15px;
}
.comparison__swiper-wrap table tr:nth-child(2) a {
  color: #ec1e24;
}
.comparison__swiper-wrap .swiper-button-disabled + .swiper-button-disabled + .swiper-container {
  padding-bottom: 0;
}
.comparison-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .comparison__swiper-wrap table tr:nth-child(2) a:hover {
    color: #231f20;
  }
}
@media (max-width: 1850px) {
  .comparison__swiper-wrap .swiper-button-next {
    right: -50px;
  }
  .comparison__swiper-wrap .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .comparison__swiper-wrap {
    width: 74%;
  }
  .inner-cell {
    padding: 10px 5px;
  }
  .comparison__swiper-wrap .product {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comparison-table {
    display: none;
  }
  .comparison__swiper-wrap .comparison-table {
    display: block;
    width: 100%;
  }
  .comparison__swiper-wrap .swiper-button-next,
  .comparison__swiper-wrap .swiper-button-prev {
    display: none;
  }
  .comparison-mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  .comparison__swiper-wrap .swiper-container {
    margin-left: -84px;
  }
  .comparison__swiper-wrap {
    width: 73%;
  }
  .inner-cell {
    font-size: 12px;
  }
  .comparison__slide-item .order-btn {
    font-size: 0;
  }
}
@media (max-width: 359px) {
  .comparison__swiper-wrap {
    width: 70%;
  }
  .comparison__swiper-wrap .swiper-container {
    margin-left: -60px;
  }
}
/*--------------------------------------------------------*/
/* CHECKOUT */
/*--------------------------------------------------------*/
.cost-lines-informer {
  position: relative;
  border: 1px solid #000;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.cost-lines-informer .content-title {
  margin-bottom: 10px;
}
.cost-lines-informer .cost-lines {
  position: relative;
  height: 42px;
  width: 100%;
}
.cost-lines-informer .cost-lines .item {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  height: 4px;
}
.cost-lines-informer .cost-lines .total-line {
  width: 100%;
  background-color: #f5f5f5;
}
.cost-lines-informer .cost-lines .total-cost {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 14px;
  color: #000;
  line-height: 1;
}
.cost-lines-informer .cost-lines .current-line {
  max-width: 100% !important;
  background-color: #ffde1a;
  transition: width 0.4s linear;
}
.cost-lines-informer .cost-lines .current-line.green {
  background-color: #ec1e24;
}
.cost-lines-informer .cost-lines .current-cost {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 14px;
  color: #000;
  line-height: 1;
}
.cost-lines-informer .remains-cost-wrap {
  font-size: 14px;
  color: #000;
}
.cost-lines-informer .remains-cost-wrap .remains-cost {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cost-lines-informer {
    display: none;
  }
}
/*--------------------------------------------------------*/
/* Banner Other */
/*--------------------------------------------------------*/
.simple-title {
  margin: 10px 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}
.simple-title > * {
  color: #ffffff;
}
.banner__other .banner-align {
  height: 170px;
}
.banner__other .banner-content {
  bottom: 40px;
  top: auto;
  transform: translate(-50%, 0);
  width: 75%;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner .breadcrumbs {
  /* padding: 0 15px; */
}
.banner .breadcrumbs li {
  color: #fff;
  text-transform: uppercase;
}
.banner .breadcrumbs li::after {
  color: #fff;
}
.banner .breadcrumbs li span {
  color: #fff;
}
@media (min-width: 1200px) {
  .banner .breadcrumbs li a:hover {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
  }
}
@media (max-width: 767px) {
  .banner__other .spacer-sm {
    display: none;
  }
  .banner__other .banner-content {
    width: 100%;
    bottom: 15px;
  }
  .banner__other .opacity:before {
    content: none;
  }
  .simple-title {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
  .simple-title > * {
    color: #231f20;
  }
}
/*pagination*/
.custom-pagination {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 40px;
}
.custom-pagination ul {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.custom-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.custom-pagination ul li.dott {
  display: inline-block;
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  width: 40px;
  pointer-events: none;
}
.custom-pagination ul li:last-child {
  margin-right: 0;
}
.custom-pagination ul li a {
  display: inline-block;
  vertical-align: top;
  color: #202020;
  font-size: 13px;
  line-height: 34px;
  font-weight: 400;
  padding: 0 4px;
  height: 34px;
  width: 34px;
  z-index: 2;
  position: relative;
}
.custom-pagination ul li.active a {
  color: #fff;
  background: #ec1e24;
}
.custom-pagination .pag-arrow a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 1.5px solid #231f20;
  border-bottom: 1.5px solid #231f20;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transition: 0.25s;
}
.custom-pagination .pag-arrow.arr-left {
  transform: rotate(180deg);
}
/*media*/
@media (min-width: 1200px) {
  .news-wrapp > div[class^="col"] > .news-item:hover .img-link img {
    transform: scale(1.05);
  }
  .news-wrapp > div[class^="col"] > .news-item:hover .title {
    color: #ec1e24;
  }
  .custom-pagination ul li a:hover {
    color: #ec1e24;
  }
  .custom-pagination ul li.active a:hover {
    color: #fff;
  }
  .custom-pagination .pag-arrow:hover a:before {
    border-color: #ec1e24;
  }
}
@media (max-width: 767px) {
  .custom-pagination {
    margin-top: 10px;
  }
  .news-item .news-content {
    padding: 10px 15px;
  }
  .news-wrapp {
    margin-top: 0;
    margin-bottom: -30px;
  }
  .custom-pagination ul li a,
  .custom-pagination ul li.dott {
    font-size: 16px;
  }
  .custom-pagination ul li {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .custom-pagination ul li a,
  .custom-pagination ul li.dott {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .custom-pagination ul li {
    margin-right: 5px;
  }
  .custom-pagination .pag-arrow a,
  .custom-pagination ul li.dott {
    width: 20px;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/* SIMPLE PAGE */
/*-----------------------------------------------------------------------------------------------------------------------*/
.simple-page {
  position: relative;
  padding-top: 0;
}
.simple-page b {
  font-weight: 500;
}
.simple-page p,
.simple-page a {
  position: relative;
  font-size: 17px;
  line-height: 1.44em;
  color: #4e4e4e;
  font-weight: 300;
  margin-bottom: 20px;
}
.simple-page p {
  margin-bottom: 20px;
}
.simple-page a {
  color: #ec1e24;
  font-weight: 400;
  white-space: nowrap;
}
.simple-page a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  height: 1px;
  width: 100%;
  background: #ec1e24;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.simple-page ul li,
.simple-page ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.44em;
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 300;
}
.simple-page ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  margin-top: -4px;
  width: 15px;
  height: 2px;
  background: #ec1e24;
}
.simple-page ol {
  counter-reset: number;
}
.simple-page ol li {
  padding-left: 27px;
}
.simple-page ol li:before {
  color: #ec1e24;
  font-weight: 500;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 1.5em;
}
.simple-page ul li:last-child,
.simple-page ol li:last-child {
  margin-bottom: 0;
}
.simple-page ul li span,
.simple-page ol li span {
  color: #4e4e4e;
  font-weight: 500;
}
.simple-page span {
  color: #4e4e4e;
  font-weight: 500;
}
.simple-page blockquote {
  position: relative;
  margin-top: 30px;
  border-top: 3px solid#ec1e24;
}
.simple-page blockquote p {
  position: relative;
  display: block;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 0;
  font-size: 17px;
  line-height: 1.66em;
  color: #231f20;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}
.simple-page blockquote p::after {
  content: "";
  width: 30px;
  height: 26px;
  background: url("../img/icons/blockquote.svg") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.simple-page blockquote p::before {
  content: "";
  width: 100px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
  padding: 10px 0;
  font-weight: 500;
}
.simple-page > ul,
.simple-page > ol {
  padding: 0 0 20px;
}
.simple-page > figure {
  margin-bottom: 20px;
}
.simple-page > figure:last-child {
  margin-bottom: 0;
}
.simple-page > figure.aligncenter {
  text-align: center;
}
.simple-page > figure.alignright {
  text-align: right;
}
.simple-page > figure img {
  margin: 0;
  width: auto;
}
.simple-page p img {
  max-width: 100%;
  height: auto;
}
.simple-page > img {
  vertical-align: top;
  padding: 20px 0;
}
.simple-page p iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 628px;
  max-height: calc(56.3vw - 30px);
  border: 0;
}
.simple-page .photo-block {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 55.87%;
  margin: 0;
}
.simple-page .photo-block::before {
  content: none;
}
.simple-page .swiper-entry {
  margin: 0 0 20px;
}
.simple-page iframe:first-child,
.simple-page .swiper-entry:first-child {
  margin-top: 0;
}
.simple-page iframe:last-child,
.simple-page .swiper-entry:last-child {
  margin-bottom: 0;
}
.simple-page > *:first-child {
  margin-top: 0;
}
.simple-page > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.simple-page td {
  padding: 10px 10px 15px;
}
.simple-page td p {
  display: none;
}
.simple-page td p:first-child {
  display: block;
  margin-bottom: 0;
}
/*media*/
@media (min-width: 1200px) {
  .simple-page a:hover:before {
    width: 0;
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .simple-page td {
    padding: 5px 5px 15px;
  }
  .simple-page p,
  .simple-page a,
  .simple-page ul li,
  .simple-page ol li {
    font-size: 16px;
  }
  .simple-page ol li:before {
    font-size: 15px;
  }
  .simple-page ul li,
  .simple-page ol li {
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .simple-page ol li {
    padding-left: 20px;
  }
  .simple-page ul li:before {
    margin-top: -6px;
  }
  .simple-page > figure {
    margin-bottom: 20px;
  }
  .simple-page blockquote p {
    padding: 25px 0 0;
    font-size: 16px;
  }
  .section.banner.banner__other {
    margin-top: -15px;
  }
}
/*--------------------------------------------------------*/
/* login section */
/*--------------------------------------------------------*/
.login__section .banner {
  height: 100vh;
}
.login__section .popup-content .layer-close {
  pointer-events: none;
}
/*--------------------------------------------------------*/
/* DELIVERY SECTION */
/*--------------------------------------------------------*/
.delivery-section {
  margin-bottom: -20px;
}
.delivery__column {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.delivery-section hr {
  background: #e6e6e6;
  height: 1px;
  width: 100%;
  margin: 45px 0 35px;
}
.delivery-title {
  margin-bottom: 10px;
}
.delivery-title h2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.delivery-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.delivery-section .section {
  margin-bottom: 80px;
  position: relative;
}
.delivery-section .section:last-child {
  margin-bottom: 0;
}
.delivery-section .section::after {
  content: "";
  background: #e6e6e6;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.delivery-section .section:last-child::after {
  content: none;
}
.delivery-section .simple-page {
  margin-bottom: 20px;
}
.delivery__item {
  border: 1px solid #e6e6e6;
  padding: 30px;
  text-align: center;
}
.delivery__item .desc {
  margin-top: 2px;
}
.delivery__column [class*="col"] {
  margin-bottom: 20px;
}
.delivery-icon {
  max-width: 90px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .delivery__item {
    padding: 15px;
    margin-bottom: 0;
  }
  .delivery-icon {
    max-width: 70px;
    margin: 0 auto 10px;
  }
  .delivery-section hr {
    margin: 10px 0 20px;
  }
  .delivery-section h2::before {
    top: 12px;
  }
  .delivery-section .last-block h2::before {
    top: 7px;
  }
}
/*--------------------------------------------------------*/
/* 404 */
/*--------------------------------------------------------*/
.not-found {
  height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found .not-found-content {
  padding-left: 60px;
}
.not-found-content > * {
  margin-bottom: 24px;
}
.not-found-content .text {
  color: #4e4e4e;
}
.not-found-content > *:last-child {
  margin-bottom: 0;
}
.not-found .title {
  margin-bottom: 8px;
}
.not-found .not-found-img {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
.not-found .not-found-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-left: auto;
}
/*media*/
@media (max-width: 1500px) {
  .not-found .not-found-text {
    font-size: 160px;
  }
  .not-found .not-found-img {
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  .not-found {
    height: calc(100vh - 118px);
  }
}
@media (max-width: 991px) {
  .not-found .not-found-content {
    padding-left: 0;
  }
  .not-found {
    text-align: center;
  }
  .not-found .not-found-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .not-found {
    height: calc(100vh - 98px);
  }
}
@media (max-width: 575px) {
  .not-found .not-found-text {
    font-size: 110px;
    margin-bottom: 30px;
  }
  .not-found .title {
    font-size: 22px;
  }
  .not-found .text br {
    display: none;
  }
}
/*header offset*/
.header__offset {
  height: 180px;
}
.header__offset.sm {
  height: 132px;
}
/*spacer top*/
.spacer-top {
  margin-top: 40px;
}
.spacer-top.home-page-top {
  margin-top: 30px;
}
@media (max-width: 1500px) {
  .header__offset {
    height: 179px;
  }
  .header__offset.sm {
    height: 131px;
  }
}
@media (max-width: 1199px) {
  .header__offset {
    height: 118px;
  }
  .header__offset.sm {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .spacer-top.home-page-top {
    margin-top: 0;
  }
  .header__offset {
    height: 98px;
    margin-bottom: 15px;
  }
  .spacer-top {
    margin-top: 0;
  }
  .header__offset.sm {
    height: 58px;
  }
}
/* categories-menu */
.categories-menu {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.categories-list {
  display: inline-flex;
  flex-wrap: wrap;
  background: #ffffff;
}
.categories-list-item a {
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  transition: 0.3s;
  border: 1px solid #e6e6e6;
  color: #231f20;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.92em;
  text-transform: uppercase;
}
.categories-list li + li a {
  border-left: 0;
}
.categories-list-item a:active {
  transform: translateY(3px);
}
.categories-list-item.active a {
  border-color: #ec1e24;
  color: #ec1e24;
  border-left: 1px solid #ec1e24;
}
.category-title {
  display: none;
}
@media (min-width: 1200px), (-ms-high-contrast: none) {
  .categories-list-item a:hover {
    background-color: #ec1e24;
    color: #fff;
    border-color: #ec1e24;
  }
}
@media (max-width: 991px) {
  .categories-list-item a {
    font-weight: 400;
  }
  .categories-menu {
    text-align: left;
    margin-bottom: 30px;
  }
  .category-title {
    display: block;
    border: 1px solid #e6e6e6;
    color: #6b6b6b;
    padding: 6.5px 35px 6.5px 20px;
    font-size: 14px;
    font-weight: 400;
  }
  .category-title:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border: solid #231f20;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -2px;
    transition: 0.25s;
  }
  .category-title.active:before {
    margin-top: 2px;
    transform: translateY(-50%) rotate(-135deg);
  }
  .categories-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    transition: 0.3s;
    transform-origin: top center;
    transform: scaleY(0);
    z-index: 5;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
  }
  .categories-list-item {
    width: 100%;
  }
  .categories-list-item a {
    padding: 6.5px 11px 6.5px 20px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    color: #6b6b6b;
  }
  .categories-list-item.active a {
    border-color: #e6e6e6;
    border-left: 0;
  }
  .categories-list li:first-child a {
    border-top: 0;
  }
  .categories-list li:last-child a {
    border-bottom: 0;
  }
  .categories-menu.active .categories-list {
    transform: scaleY(1);
  }
}
/* end of categories-menu */
/* content-title */
.content-title.small {
  margin-bottom: 20px;
}
/* personal data */
.form__group .btn {
  margin-top: 20px;
}
.form__group-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 60%;
}
@media (max-width: 991px) {
  .form__group-title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .category-title {
    padding: 6.5px 35px 6.5px 10px;
  }
  .form__group .btn {
    margin-top: 10px;
  }
  .form__group-title {
    margin-bottom: 10px;
  }
}
/* favourites */
.favourites__container {
  max-width: 1380px;
}
.favourites__container .content-title {
  margin-bottom: 10px;
}
.icon__visible .product_top-right {
  opacity: 1;
  pointer-events: unset;
}
.favourites__container .product__icon {
  display: none;
}
@media (max-width: 767px) {
  .favourites__container .content-title {
    margin-bottom: 5px;
  }
}
/* search result */
.search__result-section .h1 {
  margin-bottom: 20px;
}
.search__result-section .s__results {
  font-size: 14px;
  line-height: 1.28em;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 16px;
}
.search__result-section .s__results .amount {
  color: #231f20;
}
.search__result-section .search__result-form {
  padding-top: 25px;
}
.search__result-section .search-form {
  position: relative;
}
.search__result-section .search-form img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.search__result-section .search-form .input {
  padding-left: 52px;
}
.search__result-section .search-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  cursor: pointer;
  opacity: 0;
  transition: 0.25s ease-in;
  width: 15px;
  height: 15px;
}
.search__result-section .search-close::before,
.search__result-section .search-close::after {
  content: "";
  width: 2px;
  height: 18px;
  background: #231f20;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease-in;
}
.search__result-section .search-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search__result-section .search-form.active .search-close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 1200px) {
  .search-close:hover::before,
  .search-close:hover::after {
    background: #ec1e24;
  }
}
@media (max-width: 1199px) {
  .search__result-section .search-form {
    margin-top: 0;
  }
  .search__result-section .s__results {
    margin-top: 10px;
  }
  .search__result-section .search__result-form {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .search__result-section .search-form img {
    transform: translateY(-50%) scale(0.8);
  }
  .search__result-section .h1 {
    margin-bottom: 10px;
  }
}
/*footer*/
.footer {
  border-top: 1px solid #e6e6e6;
  padding: 60px 0 40px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__top-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 500px;
  flex-shrink: 0;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.33em;
  color: #231f20;
}
.footer__top-navigation .navigation {
  font-size: 0;
}
.footer__top-navigation li {
  display: inline-block;
  vertical-align: top;
}
.footer__top-navigation li + li {
  margin-left: 50px;
}
.footer__top-navigation li a {
  font-size: 15px;
  line-height: 1.23em;
  font-weight: 400;
  color: #231f20;
}
.footer__top-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__top-info .contact__info {
  display: flex;
  align-items: center;
}
.footer__top-info .contact__info + .contact__info {
  margin-left: 70px;
}
.footer__top-info .contact__info .img__block {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}
.footer__top-info .contact__info .img__block img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer__top-info .phone__numbers .links__wrapp a {
  font-weight: 500;
  line-height: 1.5em;
  font-size: 15px;
  color: #231f20;
  display: block;
}
.footer__top-info .work__schedule-wrapp {
  font-size: 15px;
  color: #231f20;
}
.footer__top-info .work__schedule-title,
.footer__top-info work__schedule-main {
  line-height: 1.5em;
}
.footer__top-info .work__schedule-wrapp b {
  font-weight: 500;
}
.footer__social {
  font-size: 0;
  margin-left: 100px;
}
.footer__social li {
  display: inline-block;
  vertical-align: middle;
}
.footer__social li + li {
  margin-left: 15px;
}
.footer__social a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer__social a::before,
.footer__social a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 60px;
  width: 60px;
  transition: all 0.6s;
  border-radius: 100%;
}
.footer__social a::before {
  transition-duration: 0.3s;
  box-shadow: inset 0 0 0 0 #ec1e24;
}
.footer__social a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.footer__bottom-right {
  display: flex;
  align-items: center;
}
.footer__bottom-item {
  font-size: 13px;
  line-height: 1;
  color: #231f20;
  display: block;
}
.footer__bottom-item + .footer__bottom-item {
  margin-left: 70px;
}
.footer__bottom-item.redstone > * {
  display: inline-block;
  vertical-align: middle;
}
.footer__bottom-item.redstone img {
  line-height: 1;
  margin-left: 10px;
  margin-top: 1px;
  min-width: 83px;
  width: 83px;
}
.footer__mobile {
  display: none;
}
/*media*/
@media (min-width: 1200px) {
  .footer__top-navigation li a:hover,
  .footer__top-info .phone__numbers .links__wrapp a:hover,
  a.footer__bottom-item:hover {
    color: #ec1e24;
  }
  .footer__social a:hover {
    border-color: #ec1e24;
  }
}
@media (max-width: 1750px) {
  .footer__top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__top-navigation .navigation {
    margin-bottom: 20px;
  }
}
@media (max-width: 1600px) {
  .footer__top-navigation li + li {
    margin-left: 30px;
  }
  .footer__top-desc {
    max-width: 400px;
    font-size: 24px;
  }
}
@media (max-width: 1500px) {
  .footer {
    padding: 30px 0;
  }
  .footer__bottom {
    margin-top: 30px;
  }
}
@media (max-width: 1300px) {
  .footer__top-desc {
    max-width: 300px;
    font-size: 18px;
  }
  .footer__top-navigation li + li {
    margin-left: 25px;
  }
}
@media (max-width: 1199px) {
  .footer__top-desc,
  .footer__top-navigation .navigation {
    margin-bottom: 20px;
  }
  .footer__top-info {
    justify-content: flex-start;
  }
  .footer__logo img {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .footer__top-info .work__schedule {
    margin: 0;
  }
  .footer__top-info {
    justify-content: space-between;
  }
  .footer__top-navigation .navigation {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .footer__top-navigation li {
    width: 100%;
  }
  .footer__top-navigation li + li {
    margin-left: 0;
    margin-top: 4px;
  }
  .footer__social a {
    width: 50px;
    height: 50px;
  }
  .footer__bottom .footer__logo {
    display: none;
  }
  .footer__bottom-item + .footer__bottom-item {
    margin-left: 0;
  }
  .footer__bottom {
    display: block;
  }
  .footer__bottom-right {
    justify-content: space-between;
  }
  .footer__mobile {
    display: block;
    margin-right: 15px;
  }
  .footer__top-desc {
    display: flex;
    align-items: center;
    max-width: 70%;
  }
  .footer__top-info .contact__info + .contact__info,
  .footer__social {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer__top-desc {
    max-width: 100%;
  }
  .footer__top-info {
    flex-wrap: wrap;
  }
  .footer__top-info .contact__info {
    margin-bottom: 15px;
  }
  .footer__social {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .footer__bottom-right {
    flex-direction: column;
  }
  .footer__bottom-item + .footer__bottom-item {
    margin-top: 10px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__bottom {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .footer__top-info .work__schedule {
    text-align: center;
  }
  .footer__top-info .contact__info .img__block {
    display: none;
  }
  .footer__top-navigation .navigation {
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer__top-navigation li {
    text-align: center;
  }
  .footer__top-info {
    flex-direction: column;
    align-items: center;
  }
  .footer__top-desc {
    font-size: 16px;
  }
  .footer__top-info .contact__info + .contact__info,
  .footer__social {
    margin-left: 0;
  }
  .footer__top {
    align-items: center;
  }
  .swiper-container {
    overflow: visible;
  }
}
/* comparison main */
.comparison_main .btn-block {
  margin-top: 30px;
}
.comparison_main .products_swiper {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .comparison_main .swiper-button-next {
    right: -30px;
  }
  .comparison_main .swiper-button-prev {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .comparison_main .btn-block {
    margin-top: 20px;
  }
}
.fw-400 {
  font-weight: 400;
}
.keram-page .home_thumbs .swiper-button-prev {
  left: -20px;
}
.keram-page .home_thumbs .swiper-button-next {
  right: -20px;
}
.keram-page .home_thumbs .swiper-pagination {
  display: none;
}
.keram-page .slider-links .catalog__title {
  margin-top: 10px;
  line-height: 1.33em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
.keram-page .slider-links .swiper-button-next,
.keram-page .slider-links .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
.keram-page .view__all {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .keram-page .swiper-slide {
    height: 100%;
  }
  .keram-page .slider-links .catalog__title:hover {
    color: #ec1e24;
  }
  .keram-page .slider-links .img__wrapp:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .keram-page .home_thumbs .swiper-button-next,
  .keram-page .home_thumbs .swiper-button-prev {
    display: none;
  }
  .keram-page .home_thumbs .swiper-pagination {
    display: block;
  }
}
@media (max-width: 575px) {
  .keram-page .product .swiper-container {
    overflow: hidden;
  }
}
/* fix */
.gallery-thumbs {
  height: 100%;
}
.swiper-thumbs-bottom {
  height: 576px;
  width: 73px;
}
.popup-container {
  opacity: 1;
}
.swiper-thumbs-top {
  padding-left: 82px;
}
.swiper-thumbs-bottom {
  margin: 0;
}
.gallery-thumbs {
  position: absolute;
  left: 15px;
  top: 0;
}
.swiper-thumbs.is_stuck .gallery-thumbs {
  left: 0;
}
.view__all {
  text-align: right;
  display: block;
}
.view__all.mobile {
  display: none;
}
.catalog__sort {
  margin-left: auto;
}
@media (max-width: 1366px) {
  .swiper-thumbs-bottom {
    height: 435px;
  }
}
@media (max-width: 1199px) {
  .gallery-thumbs {
    position: static;
    margin-top: 10px;
  }
  .swiper-thumbs-bottom {
    width: auto;
    height: auto;
  }
  .swiper-thumbs-top {
    padding-left: 0;
  }
  .keram-page .product .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .view__all {
    display: none;
  }
  .view__all.mobile {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
  }
}
/*fix 17.08*/
.sub-title {
  margin-left: 10px;
  font-weight: 500;
}
.product__detail-link .desc b {
  font-weight: 500;
}
.history-table .links {
  color: #ec1e24;
}
@media (min-width: 1200px) {
  .history-table .links:hover {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .history-table td:nth-child(7) {
    position: absolute;
    top: 0;
    right: 5px;
    width: auto !important;
  }
  .history-table td:nth-child(7)::before {
    content: none;
  }
  .history-table tr {
    position: relative;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 0 5px;
  }
}
.product__type-2 .product__main {
  min-width: 464px;
}
@media (max-width: 1600px) {
  .product__type-2 .product__main {
    min-width: 400px;
  }
}
.search-form-entry form {
  width: 100%;
}
/*fix 30.08*/
.product__type-2 .product__main {
  min-width: 464px;
}
@media (max-width: 1600px) {
  .product__type-2 .product__main {
    min-width: 400px;
  }
}
.search-form-entry form {
  width: 100%;
}
.delivery__item {
  height: 100%;
}
.product__type-2 .discount__block .discount__title {
  width: 54%;
}
.home__catalog-wrapp .select-item span {
  margin-left: 15px;
}
.click-hidden {
  pointer-events: none;
}
@media (max-width: 1399px) {
  .comparison__swiper-wrap {
    width: 73%;
  }
}
/*fix 10.11*/
.delivery-icon,
.delivery-icon img {
  max-height: 90px;
}
.footer__top-navigation li + li {
  margin-left: 0;
}
.footer__top-navigation li {
  margin-right: 50px;
}
.footer__top-navigation li:last-child {
  margin-right: 0;
}
.footer__social {
  margin-left: 40px;
}
.swiper-thumbs-bottom .prod_swiper_img {
  max-width: 60px;
  width: 100%;
  height: 100%;
  max-height: 60px;
  overflow: hidden;
}
.swiper-thumbs-bottom .prod_swiper_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product_detail .description {
  word-break: break-word;
}
.products_swiper .swiper-slide {
  height: 100%;
}
.product__detail-warning b {
  margin-right: 5px;
}
.product__desc .product__code.product__desc-item span {
  margin-left: 5px;
}
.product__desc .product__desc-item span {
  font-weight: 500;
}
.comparison__table-wrap tr:first-child {
  background-color: #ffffff;
}
.comparison__table-wrap tr:first-child .inner-cell {
  height: 100%;
}
.product_labels li {
  max-width: 150px;
  word-break: break-word;
}
.header__offset.type-2 {
  height: 131px;
}
header.type-2.header-hide {
  top: -51px;
}
.product__detail-link .desc b {
  margin-right: 5px;
}
.contact-item {
  display: inline-block;
  vertical-align: top;
}
.contact-item li {
  font-size: 15px;
}
.footer__social li + li {
  margin-left: 0;
}
.footer__social li {
  margin-right: 15px;
}
.footer__social li:last-child {
  margin-right: 0;
}
.swiper-thumbs-bottom .prod_swiper_img {
  border: 2px solid transparent;
}
.product_detail-img .img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content-block {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.contact-column {
  /* column-count: 2; */
  max-width: 100%;
}
.delivery-section h2::before {
  content: none;
}
.delivery-title {
  margin-bottom: 10px;
}
.delivery-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  max-width: 60px;
  max-height: 60px;
}
.delivery-title h2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}
.unlees-text {
  margin-top: 20px;
}
@media (max-width: 1860px) {
  .products_swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .products_swiper .swiper-button-next,
  .collection-slider .swiper-button-next {
    transform: translateX(50%);
  }
  .products_swiper .swiper-button-prev,
  .collection-slider .swiper-button-prev {
    transform: translateX(-50%);
  }
}
@media (max-width: 1600px) {
  .footer__top-navigation li {
    margin-right: 30px;
  }
}
@media (max-width: 1300px) {
  .footer__top-navigation li {
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  .header__offset.type-2 {
    height: 70px;
  }
  header.type-2.header-hide {
    top: 0;
  }
  .contact-column {
    max-width: 600px;
    margin: 20px auto 0;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .footer__top-navigation li {
    margin-right: 0;
  }
  .home__catalog-wrapp .select-item span {
    margin-left: 0;
  }
  header.type-2 .menu__toggle {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .products_swiper .swiper-slide {
    height: auto;
  }
  .delivery-icon,
  .delivery-icon img {
    max-height: 70px;
  }
  .footer__social {
    margin-left: 0;
  }
  .header__offset.type-2 {
    height: 58px;
  }
  .unlees-text {
    margin-top: 10px;
  }
  header.type-2 .menu__toggle {
    top: 58px;
  }
}
.disabled-checkbox {
  pointer-events: none;
}
.disabled-checkbox span {
  color: #ddd;
}
.disabled-checkbox span:before {
  opacity: 0.3;
}
@media (max-width: 575px) {
  .swiper-thumbs-bottom .prod_swiper_img {
    max-width: 44px;
    max-height: 44px;
  }
  .contact-column {
    max-width: 100%;
    margin: 20px 0 0 0; /* column-count: 1; */
  }
  .contact-item {
    display: block;
  }
  .products_swiper .swiper-slide {
    height: auto;
  }
}
.keram-page .contact-column {
  -moz-column-count: 1;
  column-count: 1;
}
.slide__toggle.active {
  display: block !important;
}
.box__select.invalid label {
  border-color: #ec1e24;
}
.box__select.invalid label {
  border-color: #ec1e24;
}
.btn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*fix 19.11*/
.user__cabinet {
  margin-right: 0;
}
.home__catalog-wrapp .select-item span {
  margin-left: 0;
}
.catalog__sort .SelectBox {
  padding: 12px 40px 12px 15px;
}
header.type-2 .dropdown__menu {
  top: 131px;
}
.product__dont_availability {
  background: #f5f5f5;
  color: #6b6b6b;
}
.product__detail-availability-column:empty {
  margin-right: 0;
  display: none;
}
.hidden {
  display: none;
}
.swiper-pagination-lock {
  display: none !important;
}
.swiper-thumbs-bottom .swiper-wrapper .swiper-slide:only-child {
  display: none;
}
.product__type-2 .product {
  justify-content: flex-start;
}
.product__type-2 .product__main {
  flex: 0 0 42%;
}
.product__type-2 .product__availability-block {
  flex: 0 0 14%;
}
.product__type-2 .product_price-wrap {
  flex: 0 0 20%;
  margin-right: 4%;
}
.product__type-2 .product_top-right {
  flex: 0 0 12%;
}
.product__type-2 .product-bottom {
  flex: 0 0 8%;
}
.sub__menu-inner {
  right: -40px;
  left: auto;
}
.comparison__swiper-wrap .swiper-container .swiper-slide:last-child {
  margin-right: -84px;
}
.toggle__block-wr.active {
  color: #ec1e24;
}
.pre__header {
  height: 48px;
}
.contact-item + .contact-item {
  margin-top: 0;
}
.contact-item {
  margin-bottom: 44px;
}
.contact-column {
  margin-bottom: -44px;
  padding-right: 40px;
}
.product_title-wrap {
  margin-bottom: 15px;
}
.contact__page .contact-item {
  width: 50%;
}
.contact__page .contact-column {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .column-wrapp .contact-column:first-child {
    margin-right: auto;
  }
}
@media (max-width: 1500px) {
  .product__type-2 .product__availability-block {
    flex: 0 0 16%;
  }
  .product__type-2 .product_top-right {
    flex: 0 0 10%;
  }
  .product__type-2 .product-bottom {
    flex: 0 0 8%;
  }
}
@media (max-width: 1199px) {
  header.type-2 .dropdown__menu {
    top: 70px;
    height: calc(100vh - 70px);
  }
  header.type-2 .menu__toggle {
    height: calc(100vh - 70px);
    top: 70px;
  }
}
@media (max-width: 767px) {
  header.type-2 .dropdown__menu {
    top: 58px;
    height: calc(100vh - 58px);
  }
  header.type-2 .menu__toggle {
    height: calc(100vh - 58px);
    top: 58px;
  }
  .pre__header {
    height: auto;
    padding: 3px 15px 5px;
  }
  .pre__header-sale {
    font-size: 14px;
    line-height: 1.4;
  }
  .catalog__sort .SelectBox {
    padding: 7px 40px 7px 20px;
  }
}
@media (max-width: 575px) {
  .comparison__swiper-wrap {
    width: 100%;
  }
  .comparison__swiper-wrap .swiper-container {
    margin-left: -110px;
  }
  .contact-item {
    margin: 0 0 30px;
    width: 100%;
  }
  .contact__page .contact-item {
    width: 100%;
  }
  .contact-column {
    margin-bottom: -30px;
    padding-right: 15px;
  }
  .contact-item + .contact-item {
    margin: 0 0 30px;
  }
  .column-wrapp .contact-column:first-child {
    margin: 0 0 -30px;
  }
}
@media (max-width: 359px) {
  .comparison__swiper-wrap .swiper-container {
    margin-left: -90px;
  }
}
/*fix 03.12*/
footer b,
footer strong,
.contact-item b,
.contact-item strong {
  font-weight: 500;
}
.left-sidebar .contact-item {
  margin-bottom: 0;
  display: block;
}
.overflow-product {
  overflow-x: hidden;
}
.swiper-button-lock + .swiper-button-lock + .swiper-thumbs-top {
  padding-left: 0;
}
.not_cabinet {
  padding-right: 0;
}
.contact-column b,
.contact-column strong {
  font-weight: 500;
}
.product__dont_availability {
  margin-right: 40px;
}
.product__dont_availability {
  background: #f5f5f5;
  color: #6b6b6b;
}
.footer__logo img {
  max-width: 250px;
}
/*fix 14.01*/
@media (max-width: 1500px) {
  .contact-column {
    margin-top: 30px;
  }
}
.discount__block {
  bottom: -10px;
}
/*calculator*/
.calculator-wrapper {
  border: 3px solid #e8e8e8;
  width: 100%;
  max-width: 930px;
  padding: 30px 85px;
}
.calculator-wrapper .btn {
  margin: 0 0 0 auto;
}
.calculator-wrapper .btn-primary {
  color: #fff;
  line-height: inherit;
}
.calculator-wrapper-toggle {
  display: none;
  margin-bottom: 20px;
}
.calculator-wrapper-toggle .btn {
  width: 100%;
}
.calculator-head {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.calculator-items {
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 20px;
}
.calculator-items > *:not(:last-child) {
  margin-right: 60px;
}
.calculator-item {
  display: block;
  width: calc(100% - 60px);
}
.calculator-item .title {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: #231f20;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 10px;
}
.calculator-item .title span {
  font-size: inherit;
  line-height: 1.5em;
  font-weight: 400;
  color: #6b6b6b;
}
.calculator-item .thumb-input-number {
  justify-content: center;
  width: 100%;
}
.calculator-item .thumb-input-number input {
  width: 61%;
}
.col-bottom,
.col-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dimension-info {
  position: relative;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #ec1e24;
  margin-bottom: 20px;
}
.dimension-img {
  position: relative;
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
}
.dimension-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.dimenstion-table {
  position: absolute;
  top: -130px;
  left: -50%;
  z-index: 10;
  width: 350px;
  transform: scale(0);
  transition: all 0.3s;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(134, 134, 134, 0.2);
  font-size: 14px;
  line-height: 1.71em;
  color: #6b6b6b;
  border: 1px solid #e6e6e6;
}
.dimenstion-table tbody > *:not(:last-child) td {
  border-bottom: 1px solid #e6e6e6;
}
.dimenstion-table tr > *:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.dimenstion-table td {
  padding: 5px 10px;
}
.dimenstion-table.active {
  transform: scale(1);
}
.calculator-weight {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.56em;
  font-weight: 500;
  color: #6b6b6b;
  margin-left: auto;
  margin-bottom: 20px;
}
.calculator-weight .text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
.calculator-weight-value {
  font-weight: 600;
  color: #231f20;
  margin-left: 15px;
  margin-right: 3px;
}
.calculator-total {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #6b6b6b;
}
.calculator-total > .text {
  font-size: inherit;
  color: #231f20;
  margin-right: 10px;
}
.calculator-total .sign {
  display: inline-block;
  margin: 0 10px;
  color: #231f20;
}
.calculator-total-value {
  margin-right: 3px;
}
.calculator-total-price {
  font-size: 18px;
  font-weight: 500;
  color: #6b6b6b;
}
.calculator-total-price-value {
  font-weight: 600;
  color: #231f20;
  margin-right: 3px;
}
@media (min-width: 1200px) {
  .dimension-info:hover .dimenstion-table {
    transform: scale(1);
  }
  .calculator-wrapper .btn-primary:hover {
    color: #ec1e24;
  }
}
@media (max-width: 1600px) {
  .calculator-wrapper {
    padding: 30px 50px;
    max-width: 100%;
  }
  .calculator-items > *:not(:last-child) {
    margin-right: 30px;
  }
  .calculator-item {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1400px) {
  .calculator-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .calculator-wrapper {
    padding: 20px;
  }
  .calculator-wrapper .btn {
    margin: 0 auto;
  }
  .calculator-items {
    margin-bottom: 20px;
  }
  .calculator-items > *:not(:last-child) {
    margin-right: 20px;
  }
  .calculator-item {
    width: calc(100% - 20px);
  }
  .calculator-item .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .dimension-info {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .dimension-img {
    margin-right: 5px;
  }
  .dimenstion-table {
    top: -115px;
    left: 0;
    width: 300px;
    font-size: 14px;
  }
  .dimenstion-table td {
    padding: 5px;
  }
  .calculator-weight {
    font-size: 16px;
  }
  .calculator-weight .text {
    font-size: 14px;
  }
  .calculator-weight-value {
    margin-left: 10px;
  }
  .calculator-total {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .calculator-total > .text {
    margin-right: 5px;
  }
  .calculator-total .sign {
    margin: 0 5px;
  }
  .calculator-total-price {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .calculator-wrapper {
    display: none;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 102;
    background: #fff;
  }
  .calculator-wrapper .btn {
    margin: 0 0 0 auto;
  }
  .calculator-wrapper-toggle {
    display: block;
    margin-bottom: 20px;
  }
  .calculator-head {
    display: flex;
  }
  .calculator-total {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .calculator-wrapper {
    padding: 15px;
  }
  .calculator-wrapper .btn {
    width: 100%;
    margin: 0 auto;
  }
  .calculator-wrapper-toggle {
    margin-bottom: 15px;
  }
  .calculator-head {
    margin-bottom: 15px;
  }
  .calculator-items {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .calculator-items > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .calculator-item {
    width: 100%;
  }
  .col-bottom,
  .col-center {
    justify-content: center;
  }
  .dimension-info {
    justify-content: center;
    margin-bottom: 15px;
  }
  .dimenstion-table {
    left: -70%;
  }
  .calculator-weight {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .calculator-total {
    margin-bottom: 15px;
  }
}
/*product specification*/
.product__specification {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -5px -5px 40px -5px;
}
.product__specification .specification-item {
  width: calc((100% / 5) - 10px);
  margin: 5px;
  padding: 0;
  background: none;
}
.product__specification .specification-icons {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-bottom: 50%;
  margin: 0;
  text-align: center;
}
.product__specification .specification-icons img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
}
.product__specification .desc {
  display: none;
}
@media (max-width: 767px) {
  .product__specification {
    flex-wrap: wrap;
  }
  .product__specification .specification-item {
    width: calc((100% / 3) - 10px);
  }
  .product__specification .specification-icons img {
    padding: 3px;
  }
}
/*tags*/
.product_tags-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: -25px;
}
.tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #231f20;
  padding: 12.5px 32px 12.5px 15px;
  border: 1px solid #e6e6e6;
  margin: 0 15px 15px 0;
  position: relative;
}
.tags_item:last-child {
  margin-right: 0;
}
.clear_tags {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #ec1e24;
  padding: 12.5px 15px;
  text-align: center;
}
.tags_close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.tags_close svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*media*/
@media (min-width: 1200px) {
  .tag:hover {
    cursor: pointer;
  }
  .tag:hover .tags_close path {
    stroke: #ec1e24;
  }
  .clear_tags:hover {
    color: #231f20;
  }
}
@media (max-width: 1199px) {
  .product_tags-inner {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .product_tags-inner {
    margin-bottom: 0;
  }
  .tag {
    padding: 8px 32px 8px 15px;
    margin: 0 5px 5px 0;
  }
  .clear_tags {
    padding: 8px 15px;
  }
}
/*fix 15.02 2022*/
.product .swiper-pagination {
  flex-wrap: wrap;
  margin-bottom: -8px;
}
.product .swiper-pagination-bullet {
  flex-shrink: 0;
  margin: 0 15px 8px !important;
}
.dropdown__submenu .dropdown-link-white {
  display: none;
}
.dropdown__submenu a:empty {
  display: none;
}
.disabled {
  pointer-events: none;
}
.product .swiper-slide {
  flex-basis: 100%;
}
.range-input input {
  padding-right: 38px;
}
.filter-check-price .range-input input {
  padding-right: 10px;
}
.range_after {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  text-transform: lowercase;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.col-xl-3.sidebar {
  flex: 0 0 20%;
  max-width: 20%;
}
.col-xl-3.sidebar + .col-xl-9 {
  flex: 0 0 80%;
  max-width: 80%;
}
/*media*/
@media (max-width: 1599px) {
  .range_btn {
    padding: 10.5px 14px;
  }
  .range-input .sub {
    left: 12px;
  }
  .range_after {
    right: 12px;
  }
  .range-input input {
    padding: 0 38px;
  }
  .filter-check-price .range-input input {
    padding-right: 10px;
  }
}
@media (max-width: 1399px) {
  .product .swiper-pagination-bullet {
    margin: 0 10px 8px !important;
  }
}
@media (max-width: 1199px) {
  .product .swiper-pagination-bullet {
    margin: 0 5px 8px !important;
  }
  .col-xl-3.sidebar + .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .range-input input {
    padding: 0 32px;
  }
  .filter-check-price .range-input input {
    padding-right: 10px;
  }
  .range_after {
    right: 8px;
  }
  .range_btn {
    padding: 5.5px 12px;
  }
  .range-input .sub {
    left: 8px;
  }
}
@media (max-width: 575px) {
  .product__detail-top .product__availability {
    margin-bottom: 10px;
  }
}
.gallery-wrapper.about-slider .photo-block {
  padding-bottom: 0;
}
.gallery-wrapper.about-slider .bg {
  position: relative;
  height: auto;
}
.contact-column b span,
.contact-column strong span {
  font-weight: 500;
  display: inline-block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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