/*--------------------------------------------------------*/
/* 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 !important;
}

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;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER CUSTOM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry {
  position: relative;
}

.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-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 20px;
  bottom: auto !important;
}

.swiper-pagination {
  line-height: 0;
  z-index: 2;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #dde5ee;
  opacity: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-pagination-bullet:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.swiper-pagination-bullet-active {
  background-color: #599921;
}

.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  border: solid 2px #599921;
  background: none;
  margin-top: -24px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 50%;
}

.swiper-button-prev:active,
.swiper-button-next:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.swiper-button-prev .arr,
.swiper-button-next .arr {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .7;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev .arr {
  margin-left: 2px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next .arr {
  margin-left: -2px;
}

.swiper-button-next .arr {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: rgba(226, 240, 252, 0.5);
  }
  .swiper-button-prev.style2:hover,
  .swiper-button-next.style2:hover {
    border-color: #e6f2fc;
    background: #e6f2fc;
  }
  .swiper-pagination-bullet:hover {
    background: #599921;
  }
}

/*----------------------------------------*/
/* 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 #000;
  background: transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.SumoSelect > .optWrapper {
  background-color: #FFF;
  border-radius: 0;
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 100%;
  z-index: 2;
  display: block;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ededed;
  border-top-width: 0;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #599921;
}

.SelectBox {
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 13px 40px 12px 20px;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.48px;
  font-style: normal;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.SumoSelect.open > .CaptionCont > span.placeholder {
  opacity: 1;
}

.SumoSelect > .CaptionCont > span {
  padding-right: 0;
  cursor: pointer;
  line-height: 24px;
  font-weight: 300;
  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: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #000 transparent transparent transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.SumoSelect.open > .CaptionCont > label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.SumoSelect.open > .optWrapper {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  top: 100%;
}

.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: 12px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #000;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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;
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .SumoSelect > .CaptionCont:hover {
    border-color: #599921;
  }
  .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: #599921;
  }
  .SumoSelect .select-all:hover {
    color: #599921;
  }
}

@media (max-width: 767px) {
  .SelectBox {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #222;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #222;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}

input, textarea, select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

.input {
  font-size: 15px;
  height: 51px;
  border: 1px solid #222;
  line-height: 51px;
  padding: 0 15px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.input:focus {
  border-color: #599921;
}

textarea.input {
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px;
}

.invalid {
  border-color: red;
}

.form .input {
  margin-bottom: 20px;
}

.form .form-title {
  margin-bottom: 20px;
}

.checkbox-entry {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 30px;
  min-height: 20px;
}

.checkbox-entry a {
  color: #599921;
}

.checkbox-entry input {
  display: none;
}

.checkbox-entry span {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
  display: block;
  color: #5c5752;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.checkbox-entry span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px #e9e9e9 solid;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.checkbox-entry span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #599921;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.checkbox-entry input:checked + span:before {
  border-color: #599921;
}

.checkbox-entry input:checked + span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-button .input {
  margin-bottom: 0;
  width: 100%;
}

.input-button .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*--------------------------------------------------------*/
/* ELEMENTS: */
/*--------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 40px;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
}

.breadcrumbs li:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #599921;
  margin: 0 5px 0 8px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs li.active {
  text-decoration: underline;
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .breadcrumbs li a:hover {
    text-decoration: underline;
  }
}

/* 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;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.custom_dropdown-title:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.custom_dropdown-title.active {
  color: #599921;
}

.custom_dropdown-title.active:before {
  -webkit-transform: translateY(3px) rotate(-135deg);
  -ms-transform: translateY(3px) rotate(-135deg);
  transform: translateY(3px) rotate(-135deg);
  border-color: #599921;
}

.custom_dropdown-toggle {
  display: none;
}

@media (hover: hover) and (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;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  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 {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .link-icon:hover {
    opacity: .7;
  }
}

/* end of link-icon */
/* simple-link */
.simple-link {
  position: relative;
  color: #599921;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.simple-link:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .simple-link:hover {
    text-decoration: underline;
  }
}

/* end of simple-link */
/* back link */
.back-link {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 15px;
  color: #565656;
  line-height: 1;
  cursor: pointer;
}

.back-link:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #565656;
  border-bottom: 2px solid #565656;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .back-link:hover {
    colocr: #000;
  }
  .back-link:hover:before {
    border-color: #000;
  }
}

/* end of back link */
/* delivery */
.delivery-map-input {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  width: 50%;
  background-color: #fff;
}

/* end of delivery */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .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;
  -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}

.popup-content.active {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  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;
}

.popup-container.size-1 {
  max-width: 570px;
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.popup-align {
  padding: 60px 70px 70px 70px;
  overflow: hidden;
}

.popup-content .popup-container > .btn-close {
  position: absolute;
  right: 0;
  top: 0;
}

/* popup general inner styles */
.popup-align a:not(.btn) {
  color: #599921;
}

.popup-align a:not(.btn):hover {
  text-decoration: underline;
}

.popup-title {
  margin-bottom: 15px;
}

.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: 30px;
}

.popup-form .input {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .popup-align {
    padding: 40px 15px 25px 15px;
  }
}

/* end of popup general inner styles */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CART */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.cart_bg-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s, -webkit-backdrop-filter 0s;
  transition: all .25s, -webkit-backdrop-filter 0s;
  -o-transition: all .25s, backdrop-filter 0s;
  transition: all .25s, backdrop-filter 0s;
  transition: all .25s, backdrop-filter 0s, -webkit-backdrop-filter 0s;
  z-index: 109;
}

@-webkit-keyframes bgLayerBackdropFilter {
  0% {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  100% {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}

@keyframes bgLayerBackdropFilter {
  0% {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  100% {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}

.cart {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 680px;
  z-index: 110;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.cart.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cart.active + .cart_bg-layer {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: all .25s, -webkit-backdrop-filter .1s .25s;
  transition: all .25s, -webkit-backdrop-filter .1s .25s;
  -o-transition: all .25s, backdrop-filter .1s .25s;
  transition: all .25s, backdrop-filter .1s .25s;
  transition: all .25s, backdrop-filter .1s .25s, -webkit-backdrop-filter .1s .25s;
}

.cart .cart-close {
  position: absolute;
  right: 50px;
  top: 35px;
}

.cart_title {
  padding: 40px 90px 20px 50px;
}

.cart_bottom {
  padding: 20px 50px;
  border-top: 2px solid #599921;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.cart_bottom .card-total-price {
  font-size: 130%;
}

.cart_bottom .btn {
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-popup-out {
  height: calc(100% - 88px);
}

.cart_items {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  max-height: 100%;
  height: calc(100% - 86px);
}

.cart_items .prod_horiz {
  margin-bottom: 10px;
}

.cart-empty-message {
  display: none;
  padding: 15px 0;
  margin: auto 0;
}

.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;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRODUCT DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.product_detail-img {
  position: relative;
  padding-bottom: 100%;
  display: block;
}

.product_detail-img .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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-bottom: 20px;
}

.product_detail .description {
  margin-bottom: 20px;
}

.product_detail-controls {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_detail-controls .thumb-input-number {
  margin-right: 50px;
}

.product_detail .product_plus, .product_detail .product_variations {
  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;
}

.product_detail-buttons .btn {
  vertical-align: top;
}

.product_detail-buttons .btn:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .product_detail {
    margin-top: 30px;
  }
}

/* products_swiper */
.products_swiper {
  padding-left: 60px;
  padding-right: 60px;
}

.products_swiper .swiper-button-next, .products_swiper .swiper-button-prev {
  top: calc(50% - 15px);
}

.products_swiper .product {
  height: 100%;
}

.products_swiper .swiper-slide {
  height: 100%;
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .products_swiper .product {
    margin-bottom: 15px;
    height: calc(100% - 15px);
  }
}

@media (max-width: 991px) {
  .products_swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .products_swiper .swiper-button-prev,
  .products_swiper .swiper-button-next {
    display: none;
  }
}

/* end of products_swiper */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* INGREDIENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ingredient */
.ingredient {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(14.28% - 10px);
  border: 1px solid #ECECEC;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.ingredient:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 2px solid #ECECEC;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}

.ingredient.active:before {
  opacity: 1;
  visibility: visible;
  border-color: #599921;
}

.ingredient_img {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ingredient_title {
  line-height: 1.2em;
  margin-bottom: 5px;
}

.ingredient_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.ingredient_action {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.ingredient_action:before, .ingredient_action:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/icons/icon-ingredient-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}

.ingredient_action:after {
  background-image: url(../img/icons/icon-ingredient-close.svg);
}

.ingredient.active .ingredient_action:before {
  opacity: 1;
}

@media (max-width: 1499px) {
  .ingredient {
    width: calc(16.66% - 10px);
  }
}

@media (max-width: 1199px) {
  .ingredient {
    width: calc(20% - 10px);
  }
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .ingredient:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .ingredient.active:hover:before {
    border-color: #DB2526;
  }
  .ingredient.active:hover .ingredient_action:before {
    opacity: 0;
    visibility: hidden;
  }
  .ingredient.active:hover .ingredient_action:after {
    opacity: 1;
    visibility: visible;
  }
}

/* end of ingredient */
/* ing-popup */
.ing-popup .popup-container {
  max-width: 1470px;
  max-height: calc(100vh - 30px);
  height: 100vh;
}

.ing-popup .popup-align {
  padding: 0;
  height: 100%;
}

.ing-popup .ing_body {
  overflow: auto;
  max-height: calc(100% - 86px);
  height: 100%;
}

.ing_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 0;
}

.ing_body-left {
  padding-right: 100px;
  width: 34%;
}

.ing_body-left .product_image {
  margin-bottom: 20px;
}

.ing_body-left .product_image .product_size {
  position: absolute;
  top: 0;
  right: 0;
}

.ing_body-left .title {
  margin-bottom: 10px;
}

.ing_body-left .desc {
  margin-bottom: 20px;
}

.ing_body-right {
  width: 66%;
}

.ing_output {
  margin-bottom: 30px;
}

.ing_output .ing_control {
  margin-top: -1px;
}

.ing_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ECECEC;
  padding: 2px 0 2px 10px;
}

.ing_control-price {
  min-width: 65px;
  margin-left: 10px;
}

.ing_control .thumb-input-number {
  margin-left: auto;
}

.ing_group {
  margin-bottom: 10px;
}

.ing_group-title {
  margin-bottom: 20px;
}

.ing_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.ing_row .ingredient {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.ing_footer {
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #599921;
}

.ing_footer-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ing_footer-controls .thumb-input-number {
  margin: 0 15px;
}

.ing_footer-buttons .btn {
  margin-right: 30px;
}

.ing_footer-buttons .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1400px) {
  .ing_body-left {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .ing_body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ing_body-left {
    width: 370px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 991px) {
  .ing-popup .ing_body {
    max-height: calc(100% - 106px);
  }
  .ing_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ing_body-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
  .ing_body-left .product_image {
    width: 200px;
    height: 200px;
    padding-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .ing_body-left .ing-product_desc {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .ing_body-right {
    width: 100%;
  }
  .ing_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .ing_footer-controls {
    margin-bottom: 10px;
  }
  .ing_row .ingredient {
    width: calc(20% - 10px);
  }
}

@media (max-width: 767px) {
  .ing_body-left .product_image {
    width: 150px;
    height: 150px;
  }
  .ing_row .ingredient {
    width: calc(25% - 10px);
  }
}

@media (max-width: 565px) {
  .ing-popup {
    padding: 0;
  }
  .ing-popup .popup-container {
    max-height: unset;
    height: 100%;
  }
  .ing_body-left .product_image {
    display: none;
  }
  .ing-popup .ing_body {
    max-height: calc(100% - 135px);
  }
  .ing_footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .ing_footer-buttons .btn {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .ing_footer-buttons .btn:last-child {
    margin-bottom: 0;
  }
  .ing_row .ingredient {
    width: calc(33% - 10px);
  }
}

/* end of ingredients-popup */
/* ============================ */
/* simple lightbox */
/* ============================ */
.sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper .sl-navigation button.sl-next {
  width: 48px;
  height: 48px;
  color: #FFF;
}

.sl-wrapper .sl-navigation button.sl-prev .swiper-button-next, .sl-wrapper .sl-navigation button.sl-prev .swiper-button-prev, .sl-wrapper .sl-navigation button.sl-next .swiper-button-next, .sl-wrapper .sl-navigation button.sl-next .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: 0;
  top: 0;
}

.sl-wrapper .sl-counter {
  color: #000 !important;
}

.sl-wrapper .sl-counter .sl-current {
  font-size: 26px;
  letter-spacing: 1.56px;
  font-weight: 300;
  vertical-align: top;
  color: #599921 !important;
}

.sl-wrapper .sl-counter .sl-total {
  font-size: 13px;
  letter-spacing: 0.78px;
  font-weight: 300;
}

.sl-overlay {
  opacity: 0.5 !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 35px !important;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 35px !important;
}

.sl-wrapper button.sl-close {
  width: 40px !important;
  height: 40px !important;
  top: 35px !important;
  right: 35px !important;
}

.sl-wrapper button:hover {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 5px !important;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 5px !important;
  }
  .lightbox-title {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* end of simple lightbox */
/* ============================ */
/* Thank you */
/* ============================ */
.content-title {
  margin-bottom: 15px;
}

.thank {
  border: 2px solid #518B26;
  padding: 50px;
  margin-top: 30px;
}

.thank_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.thank_head .time span + span {
  margin-left: 30px;
}

.thank_total {
  padding: 25px 0;
  text-align: right;
  border-bottom: 1px solid #ECECEC;
}

.thank_info {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.thank_info td {
  height: 60px;
  padding: 10px 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  vertical-align: middle;
}

.thank_info td:first-child {
  width: 30%;
  padding-right: 10px;
}

.thank_info tr:first-child td {
  border-top: 0;
}

.thank_items .prod_horiz {
  padding: 30px 0;
  border-radius: 0;
  border-width: 1px 0;
}

.thank_items .prod_horiz + .prod_horiz {
  margin-top: -1px;
}

.thank_items .prod_horiz-img {
  width: 100px;
  height: 100px;
}

.thank_items .prod_horiz-desc {
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.thank_items .prod_horiz-desc .product_size {
  margin: 5px 0;
}

.thank_items .prod_horiz-desc .title {
  margin-bottom: 0;
}

.thank_items .prod_horiz-info {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32%;
}

.thank_items .prod_horiz .price-wrap {
  position: relative;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .thank {
    padding: 30px 15px;
  }
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thank .prod_horiz-desc .title {
    margin-bottom: 5px;
  }
  .thank .prod_horiz-info {
    width: 100%;
    padding-left: 0;
  }
  .thank_total {
    padding: 15px 0;
  }
}

/* thank type2 (history-detail) */
.thank.history-detail {
  position: relative;
  padding: 0;
  border: none;
  max-width: 680px;
  margin: 0 auto;
}

.thank.history-detail .thank_head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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;
}

@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;
  }
}

/* end of thank type2 (history-detail) */
/* ============================ */
/* cabinet */
/* ============================ */
.history-table {
  border-collapse: collapse;
  width: 100%;
}

.history-table td {
  padding: 10px;
  border-bottom: 1px solid #ECECEC;
  vertical-align: middle;
}

.history-table td:first-child {
  width: 15%;
  padding-left: 0;
}

.history-table td:nth-child(2) {
  width: 15%;
}

.history-table td:nth-child(3) {
  width: 30%;
}

.history-table td:nth-child(4) {
  width: 10%;
}

.history-table td:nth-child(5) {
  width: 15%;
}

.history-table td:nth-child(6) {
  width: 15%;
  padding-right: 0;
}

.history-table tbody td {
  height: 70px;
}

.history-status.done {
  color: #599921;
}

.history-status.canceled {
  color: #DB2526;
}

.history-status.processing {
  color: #FF951F;
}

.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: 20px;
  border-bottom: 1px solid #ECECEC;
}

/* cabinet_address table */
.cabinet_address-wrap {
  margin-bottom: 30px;
}

.cabinet_address {
  width: 100%;
  border-collapse: collapse;
}

.cabinet_address td {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .cabinet_address-wrap {
    overflow-x: auto;
  }
  .cabinet_address {
    min-width: 510px;
  }
  .cabinet_address-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bonuses_list {
  list-style: circle;
  list-style-position: inside;
}

@media (max-width: 767px) {
  .history-table-wrap .history-table {
    min-width: unset;
  }
  .history-table thead {
    display: none;
  }
  .history-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .history-table tr:last-child {
    margin-bottom: 0;
  }
  .history-table tbody td {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .history-table tbody td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 565px) {
  .bonuses_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* end of bonuses */
/* other in cabinet */
@media (max-width: 991px) {
  .save-address {
    margin-top: 20px;
  }
}

/* end of other in cabinet */
/*--------------------------------------------------------*/
/* Ckeckout: */
/*--------------------------------------------------------*/
.form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.form [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.delivery-form .checkbox-entry-wrap {
  margin-bottom: 15px;
}

.delivery-form hr {
  margin: 10px 0 15px;
  height: 1px;
  background-color: #565656;
}

.delivery-form .input-button {
  margin-bottom: 10px;
}

.search-mobile-button {
  display: none;
}

.checkout-map {
  position: relative;
}

.checkout-map .map-block {
  height: 470px;
}

.not-delivery {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #F05B5B;
  padding: 20px;
}

.toggle-block {
  display: none;
}

.checkout-products {
  margin-bottom: 30px;
}

.checkout-products .prod_horiz {
  margin-bottom: 10px;
}

.moneychange-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px;
}

.moneychange-input .input {
  -ms-flex-negative: 0;
  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;
  margin-bottom: 20px;
}

.main-order-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
}

.order-wrap .alert {
  margin: 30px 0;
}

@media (max-width: 991px) {
  .delivery-form {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .search-mobile-button {
    display: block;
    margin-bottom: 30px;
  }
}

/*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;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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 (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .infoBox > img:hover {
    opacity: .7;
  }
}

/* end of infobox */
