.box-cart{
    position: fixed;
    left: 0%;
    top: 10%;
    right: 0%;
    z-index: 100;
    display: none;
    overflow: visible;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-radius: 5px;
    background-color: #fff;
}

.box-cart .fon-card{
  padding: 5px;
}

.box-cart .current-price{
  margin-top: -5px;
  font-size: 18px;
  text-align: center;
}

.w-form{
  position: relative;
}

.prod-item-sc {
    position: absolute;
    display: inline-block;
    top: 40%;
    right: 0;
}

.shtuk{
  max-width: 60px;
}


.w-layout-grid-shipping-info{
    display: -ms-grid;
    display: grid;

    /*grid-auto-columns: 0.32fr;*/
    -ms-grid-columns: 1fr 0.5fr 1fr;
    grid-template-columns: 1fr 0.5fr 1fr;

    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;

    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-layout-grid-shipping-nv-info{
    display: -ms-grid;
    display: grid;

    /*grid-auto-columns: 0.32fr;*/
    -ms-grid-columns: 1fr 1fr 0.5fr;
    grid-template-columns: 1fr 1fr 0.5fr;

    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;

    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-layout-grid .flex, .w-layout-grid-shipping-info .flex{
  display: flex;
}

.w-layout-grid .relative, .w-layout-grid-shipping-info .repalive{
  position: repalive;
}

.telcodes{
  width: 80px;
  max-width: 735px;
  min-height: 60px;
  margin-bottom: 15px;
  margin-left: 27px;
  padding-left: 0px;
  border: 1px solid transparent;
  box-shadow: inset 0 -3px 0 0 #e98723;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  font-size: 18px;
  background: inherit;
}

.shtuk{
  padding: inherit;
}


.sys-radio-select{
  position: relative;
  cursor: pointer;

}

.w-form-label{
  cursor: default;
}

.sys-radio-checked::after{
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #8cb994;
  display: block;
  border-radius: 100%;
  top: 4px;
  left: 4px;
  cursor: default;
  pointer-events: none;
}


#order_form_data .field_with_errors .w-input{
  background-color: #ffb5b5;

}

#order_form_data .field_with_errors .w-input::placeholder,
#order_form_data .field_with_errors .w-form-div{
  color: #9c0606;
}

#order_form_data .field_with_errors .radio{
  border-color: #9c0606;
}

#order_form_data .field_with_errors .sys-radio-checked::after{
  background-color: #9c0606;
}

#cart_empty_content, #cart_body_content,
#order_empty_content, #order_body_content{
  display: none;
}

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

@media screen and (max-width: 1140px) {
  .box-cart{
    top: 3%;
  }
}

@media screen and (max-width: 479px) {
  .box-cart{
    opacity: 1;
  }
}

@media screen and (max-width: 1140px){

  #viberCommunityBanner{
    margin-left: 50%;
    left: -250px;
  }
  
  ._123123{
    bottom: auto;
    top: 10px;
    right: 0;
    margin-right: 35px;
  }
}

@media screen and (max-width: 600px){

  #viberCommunityBanner{
    max-width: 100% !important;
    width: 100% !important;
    min-width: 300px !important;
    background: #902AE0 url(/v/v.png) center 15px no-repeat !important;
    background-size: 80px !important;
    padding-top: 60px !important;
    padding-left: 5px !important;
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center;
  }

  #viberCommunityBanner > p{
    text-align: center !important;
    min-width: auto !important;
  }

  #viberCommunityBanner > p img{
    display: none !important;
  }

  #viberCommunityBanner > p{
    text-align: center !important;
  }

}