.container {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 185px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-cart-empty-wrapper .s-image-wrapper img{
  width: 200px;
  margin: 20px auto;
}
.wa-order-dialog {
  z-index: 20000;
}
.s-checkbox {
  display: inline-block;
  cursor: pointer;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  line-height: 0;
}
.s-checkbox input {
  display: none;
}
.s-checkbox input + span {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.3);
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-checkbox input + span:hover {
  border-color: rgba(0,0,0,0.6);
}
.s-checkbox input + span .s-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: top;
  visibility: hidden;
  color: #fff;
  line-height: 0;
}
.s-checkbox input + span .s-icon svg {
  width: 100%;
  height: 100%;
}
.s-checkbox input:checked + span {
  border: 0;
  background: #3389e0;
}
.s-checkbox input:checked + span .s-icon {
  visibility: visible;
}
.s-checkbox input:disabled + span {
  background: #e0e0e0;
  cursor: default;
}
.s-checkbox input.wa-error + span {
  border-color: #f00;
  background: transparent;
}
.s-radio {
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
}
.s-radio input {
  display: none;
}
.s-radio input + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.3);
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-radio input + span:hover {
  border-color: rgba(0,0,0,0.6);
}
.s-radio input:checked + span {
  border-color: #39f;
  border-width: 0.3125em;
}
.s-radio input:disabled + span {
  background: #e0e0e0;
  cursor: default;
}
.s-radio input.wa-error + span {
  border-color: #f00;
}
.wa-field-wrapper .s-styled-select {
  display: block;
}
.wa-field-wrapper .s-styled-select select {
  width: 100%;
}
.s-styled-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 100%;
}
.s-styled-select:last-child {
  margin-right: 0;
}
.s-styled-select select {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  padding-left: 0.25em;
  margin: 0 !important;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  line-height: 1.5em;
  color: #1f2d3d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border-color 200ms linear;
  -moz-transition: border-color 200ms linear;
  -o-transition: border-color 200ms linear;
  -ms-transition: border-color 200ms linear;
  transition: border-color 200ms linear;
}
.s-styled-select select.wa-error {
  border-color: #f00;
  color: #f00;
}
.s-styled-select select.wa-error + .s-icon {
  border-color: #f00;
}
.s-styled-select select:not(:disabled):not(.wa-error):hover {
  z-index: 1;
  border-color: #888;
}
.s-styled-select select:not(:disabled):not(.wa-error):hover + .s-icon {
  border-color: #888;
}
.s-styled-select select:not(:disabled):not(.wa-error):focus {
  z-index: 1;
  border-color: #006bd8;
}
.s-styled-select select:not(:disabled):not(.wa-error):focus + .s-icon {
  border-color: #006bd8;
}
.s-styled-select select:disabled {
  cursor: default;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  display: none;
}
.s-styled-select select:disabled + .s-icon {
  content: '';
  display: none;
}
.s-styled-select select option {
  color: #333;
}
.s-styled-select select option:disabled {
  color: #888;
}
.s-styled-select select option.selected {
}
.s-styled-select .s-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.428571428571429rem;
  height: 0.428571428571429rem;
  -webkit-transform: translate(50%, -75%) rotate(45deg);
  -moz-transform: translate(50%, -75%) rotate(45deg);
  -o-transform: translate(50%, -75%) rotate(45deg);
  -ms-transform: translate(50%, -75%) rotate(45deg);
  transform: translate(50%, -75%) rotate(45deg);
  border: solid #aaa;
  border-width: 0 1px 1px 0;
  -webkit-transition: border-color 200ms linear;
  -moz-transition: border-color 200ms linear;
  -o-transition: border-color 200ms linear;
  -ms-transition: border-color 200ms linear;
  transition: border-color 200ms linear;
}
.shipping-pro .shipping-pro__map-wrapper {
  height: 300px !important;
}
.wa-step-shipping-section,
.wa-step-details-section,
.wa-step-payment-section {
  width: 50% !important;
}
.wa-step-shipping-section .wa-delivery-types-section,
.wa-step-shipping-section .wa-delivery-variants-section{
  padding-right: 1.428571428571429em;
  padding-top: 1.428571428571429em;
}
.wa-tooltip:not(.custom):before {
  display: none;
}
.wa-tooltip:not(.custom):after {
  display: none;
}
.wa-order-dialog {
  z-index: 200000;
  text-align: center;
}
.wa-order-dialog .wa-dialog-background {
  background: rgba(0,0,0,0.8);
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
  position: absolute;
  background: url(img/sprite/sprite.png) left -340px no-repeat;
  top: -44px !important;
  right: -44px !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}
.wa-order-dialog .wa-dialog-body .js-cancel {
  display: none;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header {
  text-align: center !important;
  margin-bottom: 7px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-header {
  font-family: 'Lato-Semibold' !important;
  font-size: 35px !important;
  font-weight: normal !important;
  color: #000000 !important;
  display: block;
  padding: 20px 0;
}
.wa-order-dialog .wa-dialog-body .js-confirm {
  display: block;
  position: relative;
  width: 278px !important;
  height: 68px;
  background: linear-gradient(to left, #ed413b, #f3722a);
  border-radius: 35px;
  border: #ffffff solid 10px;
  line-height: 40px;
  margin: auto !important;
  font-family: 'Lato-Black';
  box-sizing: border-box;
  font-size: 20px;
  color: #f2f4f8;
  white-space: nowrap;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
}
.wa-order-dialog .wa-dialog-body .js-confirm:after {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 30px;
  top: -10px;
  left: -10px;
  border: #dbdbdb solid 1px;
  box-sizing: border-box;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper i {
  display: none !important;
}
.wa-order-dialog .wa-dialog-body {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  width: 660px;
  max-width: calc(100% - 30px);
  border: 0px solid #efefef;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 760px) {
  .s-styled-select {
    display: block;
  }
  .s-styled-select select {
    width: 100%;
  }
  .wa-signup-form-wrapper .wa-field.wa-field-birthday .wa-value {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .wa-signup-form-wrapper .wa-field.wa-field-birthday .wa-value .s-styled-select {
    display: inline-block;
    margin-right: 0;
  }
  .wa-signup-form-wrapper .wa-field.wa-field-birthday .wa-value .s-styled-select select {
    margin-right: 0;
  }
}
.s-order-page {
  padding: 0;
}
.s-order-page .s-order-section > .s-section-header {
  padding: 18px 20px 17px 20px;
  background: #f3f3f3;
}
.s-order-page .s-order-section > .s-section-header > .s-header {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button {
  display: inline-block;
  color: #888;
  line-height: 17px;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button:hover {
  color: #f00;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button:hover .s-delete-icon {
  fill: #f00;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button .s-delete-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px 0 0;
  fill: #b8b8b8;
}
.s-order-page .wa-order-cart-wrapper {
  word-break: break-word;
}
.s-order-page .wa-order-cart-wrapper .wa-products {
  border: #f2f4f8 solid 5px;
}




.s-order-page .wa-order-cart-wrapper p:first-child,
.s-order-page .wa-order-form-wrapper p:first-child {
  margin-top: 0;
}
.s-order-page .wa-order-cart-wrapper p:last-child,
.s-order-page .wa-order-form-wrapper p:last-child {
  margin-bottom: 0;
}
.s-order-page .wa-order-cart-wrapper > .wa-cart-footer,
.s-order-page .wa-order-form-wrapper > .wa-cart-footer,
.s-order-page .wa-order-cart-wrapper > .wa-form-footer,
.s-order-page .wa-order-form-wrapper > .wa-form-footer {
  padding: 15px 20px;
  color: #aaa;
}
.s-order-page .wa-order-cart-wrapper > .wa-cart-footer a,
.s-order-page .wa-order-form-wrapper > .wa-cart-footer a,
.s-order-page .wa-order-cart-wrapper > .wa-form-footer a,
.s-order-page .wa-order-form-wrapper > .wa-form-footer a {
  color: #999;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
  font-size: 20px;
  text-decoration: none;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name:hover {
  text-decoration: none;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services .wa-service .wa-label {
  display: none;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product {
  position: relative;
  border-bottom: #f2f4f8 solid 1px;
  padding: 0;
  margin-bottom:0px;
  height: 115px;
  background: #ffffff;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product.wa-product-title {
  height: 50px;
  background: #f2f4f8;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product.wa-product-title .wa-product-body > * {
  height: 50px !important;
  line-height: normal !important;
  font-family: 'Lato-Regular' !important;
  font-size: 20px !important;
  color: #4c4c4c !important;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product.head,
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product.head .wa-product-body > * {
  height: auto !important;
  line-height: normal !important;
  background: none;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > * {
  vertical-align: middle;
  text-align: left;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image {
  width: 100px;
  padding-left: 15px;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image .wa-image-section {
  width: 80px;
  height: 80px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: #f2f4f8 solid 5px;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image .wa-image-section a,
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image .wa-image-section img {
  position: relative;
  display: block;
  max-width: 95%;
  max-height: 95%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-quantity {
  border-left: #f2f4f8 solid 1px;
  padding-left: 15px;
  width: 130px;
}
.s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-price {
  border-left: #f2f4f8 solid 1px;
  padding-left: 15px;
  height: 115px;
  width: 130px;
  line-height: 115px;
  font-family: 'Lato-Heavy' !important;
  font-size: 20px !important;
  color: #4c4c4c !important;
  padding-right: 15px;
  white-space: nowrap;
}
.s-order-page .wa-order-form-wrapper .wa-field-wrapper:not(.is-agreement-field) .s-checkbox {
  -webkit-transform: translate(0, 0.15em);
  -moz-transform: translate(0, 0.15em);
  -o-transform: translate(0, 0.15em);
  -ms-transform: translate(0, 0.15em);
  transform: translate(0, 0.15em);
}
.s-order-page .wa-order-form-wrapper .wa-field-wrapper.is-agreement-field .s-checkbox input:checked + span {
  background: #949494;
}
.s-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-submit-button {
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  white-space: nowrap;
  color: #ffffff;
  background: #333459;
  border: #333459 solid 1px;
  text-decoration: none;
  line-height: 36px;
  height: 36px;
  border-radius: 17px;
  padding: 0 20px;
  cursor: pointer;
  width: auto;
}
.s-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-submit-button:hover {
  background: #f4b76f;
  border: #f4b76f solid 1px;
}

@media screen and (max-width: 1200px) and (min-width: 840px) {
  .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 840px) {
  .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > * {
    display: table-cell;
    padding-right: 15px;
  }
}
.wa-order-cart-wrapper .wa-cart-details .wa-column-price {
  width: 210px !important;
  text-align: right !important;
}
.wa-fields-group.line {
  margin-right: 0;
}
.wa-order-cart-wrapper.with-adaptive .wa-cart-details > * {
  float: right;
}
.s-order-page > .s-order-column:last-of-type {
  clear: both;
  margin-bottom: 20px;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-price-section .wa-price-total {
  font-family: 'Lato-Heavy' !important;
  font-size: 20px !important;
  color: #4c4c4c !important;
}
.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total {
  font-family: 'Lato-Heavy' !important;
  font-size: 18px !important;
  color: #4c4c4c !important;
}
@media screen and (max-width: 1200px) and (min-width: 840px){
  .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-image {
    -webkit-flex-basis: 96px;
    flex-basis: 96px;
    margin: 0 1.071428571428571em 1.071428571428571em 0;
  }
}
@media screen and (min-width: 841px) {
  .s-order-page {
    text-align: left;
    display: block;
    width: 100%;
  }
  .s-order-page > .s-order-column {
    vertical-align: top;
    padding: 0;
  }
  .s-order-page > .s-order-column:first-of-type {
    padding-left: 0;
    margin-top: 43px;
  }
  .s-order-page > .s-order-column:last-of-type {
    padding-right: 0;
  }
  .wa-order-form-wrapper .wa-form-footer {
    font-size: 14px;
    line-height: 1.214285714285714em;
    text-align: right;
  }
}
@media screen and (max-width: 840px) {
  .s-order-page > .s-order-column {
    margin-top: 40px;
  }
  .s-order-page > .s-order-column:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-order-section > .s-section-header .s-delete-button {
    width: 43%;
    line-height: 14px;
    text-align: right;
  }
}
/*Версия для планшетов*/
@media screen and (min-width: 1000px) and (max-width: 1216px) {
  .container {
    padding-top: 200px !important;
  }
}
/*Версия для мобильных*/
@media screen and (max-width: 759px) {
  .s-order-page .wa-order-cart-wrapper .wa-products .wa-product {
    height: auto;
    padding: 10px;
    border: #f2f4f8 solid 5px;
    margin-bottom: 20px;
  }
  .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name {
    text-align: right;
  }
  .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value {
    text-align: left;
  }
  .container {
    padding-top: 88px;
  }
  .s-order-page > .s-order-column {
    margin-top: 20px;
  }
  .s-order-page .wa-order-cart-wrapper .wa-products {
    border: none;
  }
  .s-order-page .wa-order-cart-wrapper .wa-products .wa-product.wa-product-title {
    display: none;
  }
  .s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image {
    padding-left: 0px;
  }
  .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-quantity {
    border-left: none;
    padding-left: 0px;
    width: auto;
  }
  .s-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-price {
    height: auto;
    border-left: none;
    width: auto;
    padding-right: 0;
    margin-top: -5px;
  }
}
.wa-icon.minus {
  width: 0 !important;
  height: 0 !important;
}
.wa-icon.minus:before {
  content: "-";
}
.wa-icon.plus {
  width: 0 !important;
  height: 0 !important;
}
.wa-icon.plus:before {
  content: "+";
  margin-left: -10px;
}
.wa-quantity-box .wa-button:before {
  display: none !important;
}
.number {
  text-align: center;
}
.number span {
  padding: 0 5px;
  cursor: pointer;
}
.wa-quantity-box .wa-input,
.number input {
  background: none !important;
  border: none !important;
  height: 25px !important;
  width: 55px !important;
  text-align: center !important;
  padding: 0 !important;
  border: #e6e6e6 solid 1px !important;
  box-sizing: border-box !important;
  border-radius: 12.5px !important;
  font-family: 'Lato-Regular' !important;
  font-size: 16px !important;
  color: #999999 !important;
  margin: 0 5px !important;
}
.wa-order-cart-wrapper .wa-cart-details .wa-weight-section {
  display: none !important;
}
.wa-quantity-box .wa-button {
  display: block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #cccccc;
  font-family: 'Lato-Black';
  font-size: 19px;
  color: #ffffff !important;
  text-align: center;
  padding: 0 !important;
}
.wa-quantity-box .wa-button:hover {
  background: #f36f25;
}
.wa-quantity-box .wa-button span {
  display: none;
}
.wa-quantity-box .wa-button.js-decrease:after {
  content: '-';
}
.wa-quantity-box .wa-button.js-increase:after {
  content: '+';
}
.quickorder-button-cart {
  float: right;
  font-family: 'Lato-Semibold' !important;
  font-size: 18px !important;
  color: #008bcc !important;
  margin: auto !important;
  background: none !important;
  border-bottom: #008bcc dotted 1px !important;
  display: inline-block !important;
  line-height: 0.7 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 17px auto 20px auto !important;
  transition: all 0s;
  cursor: pointer;
}
.quickorder-button-cart:hover {
  border-bottom: transparent dotted 1px !important;
  color: #4c4c4c !important;
  transition: all 0s;
}
.wa-order-form-wrapper {
  font-size: inherit;
}