.ordering{
  border-radius: 4px;
  counter-reset: list 0;
  margin-bottom: 60px;
}
@media (max-width: 990px){
  .ordering{
    margin-bottom: 40px;
  }
}
.ordering-block{
  background-color: #f8f4ef;
  padding: 30px 30px 30px 55px;
  color: #474243;
}

.ordering-block+.ordering-block{
  border-top: 1px solid #fff;
}
.ordering-block:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ordering-block:last-child{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ordering-block__title{
  font-family: p22_underground, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-left: -28px;
  margin-bottom: 10px;
}
.ordering-block__title:before{
  counter-increment: list;
  content: counter(list) ". ";
}
.ordering-block__help{
  display: inline-block;
  background: url(/img/svg/order/question.svg);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  position: relative;
  vertical-align: sub;
  top: 0px;
  margin-left: 5px;
  cursor: help;
}
@media (min-width: 991px) {
  .ordering-block .left-align-mess {
    margin-left: -30px;
  } 
}
@media (max-width: 990px) { 
  .ordering-block .left-align-mess {
    margin-left: -15px;
  } 
}

.standard{
  position: relative;
  display: block;
}
.standard>span{
  font-size: 13px;
  font-family: p22_underground, sans-serif;
  display: block;
}
.standard>span.twitter-typeahead{display: block !important;}
.ordering-block .error{
  color: #ef6b3e;
  font-size: 13px;
  margin-top: 5px;
}
.ordering-block label.error{
  color: #ef6b3e;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  margin-bottom: -12px;
}
.ordering-block .common-errors{
  margin: 0 0 10px;
}
.ordering-block .ajax-error {
  display: none;
}
.ordering-block .error .button--sign-in {
  background: transparent;
  border-bottom: 1px dotted;
}
.standard>.hint{
  font-size: 12px;
  margin-top: 5px;
  width: auto;
  background: inherit;
  padding: 0;
}
.standard>.hint>a{border-bottom: 1px dotted; color: #6f9d93;background: transparent;}
.standard>.hint>a:hover{border-bottom: none;}

.standard input[type=text],
.standard input[type=email],
.standard input[type=date],
.standard input[type=password],
.standard input[type=search],
.standard select,
.standard .address-region .selectboxit{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 8px;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  background: #fff;
  border: none;
  color: #474243;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 1px rgba(0,0,0,0.25);
  box-shadow: inset 0px 1px rgba(0,0,0,0.25);
}
.standard input[type=text]:disabled{
  background: #f8f4ef;
  border: 1px solid #c0c0c0;
  box-shadow: none;
  padding: 8px 10px;
}

.standard input[type=checkbox]{
  display: none;
}

.standard input[type=checkbox]+.pseudo-checkbox{
  display: inline-block;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #929b43;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 !important;
}
.standard input[type=checkbox]:checked+.pseudo-checkbox{
  background-image: url('/img/svg/order/check.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.standard input[type=checkbox]~label{
  margin-left: 28px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.standard input[type=radio]+.pseudo-radio{
  display: inline-block;
  left: 0;
  top: 1px;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #929b43;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 !important;
}
.standard input[type=radio]:checked+.pseudo-radio:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ef6b3e;
}

.standard input[type=radio]~label{
  margin-left: 28px;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.standard.disabled {
  pointer-events: none;
  opacity: .55;
}
.standard .tt-menu {
  width: 400px;
  max-width: 100%;
  margin: 8px 0;
}

.standard textarea{
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  background: #fff;
  border: none;
  color: #474243;
  height: 110px;
  resize: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 1px rgba(0,0,0,0.25);
  box-shadow: inset 0px 1px rgba(0,0,0,0.25);
}
.standard textarea.comment-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b7b7b5;
}
.standard textarea.comment-input::-moz-placeholder { /* Firefox 19+ */
  color: #b7b7b5;
}
.standard textarea.comment-input:-ms-input-placeholder { /* IE 10+ */
  color: #b7b7b5;
}
.standard textarea.comment-input:-moz-placeholder { /* Firefox 18- */
  color: #b7b7b5;
}
.standard .char-count{
  margin-top: 12px;
  font-size: 14px;
  color: #6c6c6b;
}


.ordering-delivery__item{
  display: block;
  margin-bottom: 10px;
  user-select: none;
}
.ordering-delivery__item input[type=radio]{
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.ordering-delivery__item input[type=radio]:checked + div{
  background-color: #f4eede;
  border: 2px solid #f2be3c;
  padding: 12px 21px 7px ;
}
.ordering-delivery__item input[type=radio]:checked + div strong{
  font-weight: bold;
}
.ordering-delivery__item input[type=radio]:checked + div .delivery-service__title{
  font-weight: bold;
}
.ordering-delivery__item>div{
  display: block;
  font-size: 16px;
  padding: 8px 22px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .ordering-delivery__item>div,
  .ordering-delivery__item input[type=radio]:checked + div{
    padding: 12px 12px 7px 16px;
  }
}
.ordering-delivery__item>div strong{
  font-weight: normal;
}

.ordering-delivery__save{
  margin-top: 20px;
}
a.ordering-block__add{
  margin-left: 50px;
  border-bottom: 1px dotted;
}

.ordering-block__payment--preview .col-xs-12 {
  float: none;
}
.ordering-block__payment--origin {
  display: none;
}

.ordering-payment{
  display: block;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px){
  .ordering-payment{
    margin-left: -5px;
    margin-right: -5px;
  }
}
.ordering-payment__preview{
  margin: 8px 0 0;
}
.ordering-payment__preview.disable{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ordering-payment__preview img,
.ordering-payment__preview svg{
  margin-right: 10px;
  max-height: 18px;
  max-width: 25px;
}

.ordering-payment .ordering-payment__img{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
}
.ordering-payment .ordering-payment__img img,
.ordering-payment .ordering-payment__img svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 40px;
  max-height: 40px;
}
.ordering-payment input[type=radio]{
  opacity: 0;
  position:   absolute;
  z-index:    -1;
}
.ordering-payment .ordering-payment__title{
  padding: 0 22px;
  color: #474243;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.ordering-payment .ordering-payment__img+.ordering-payment__title{
  padding: 0 22px 0 60px;
}
.ordering-payment input[type=radio]:checked + span .ordering-payment__title{ 
  padding: 0 21px;
}
.ordering-payment input[type=radio]:checked + span .ordering-payment__img + .ordering-payment__title{ 
  padding: 0 21px 0 59px;
}
.ordering-payment input[type=radio]:disabled + span,
.ordering-payment input[type=radio][disabled] + span {
    cursor: auto;
    border-color: #c0c0c099;
}
.ordering-payment input[type=radio]:disabled + span:after,
.ordering-payment input[type=radio][disabled] + span:after{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000001a;
}
.ordering-payment__title__main {
  display: block;
  font-weight: bold;
}
.ordering-payment__title__sub {
  font-size: 13px;
  color: #6c6c6b;
  display: block;
  line-height: 1.2;
}
.ordering-payment input[type=radio]:checked + span{
  background-color: #f4eede;
  border: 2px solid #f2be3c;
}
.ordering-payment>span{
  font-size: 16px;
  display: block;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  cursor: pointer;
}

.slide-link{
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle;
}
.slide-link:hover{
  border-bottom: dashed 1px #bab8b8;
}

.order-price{
  border-bottom: 1px solid #dddcd8;
  margin: 0 -30px;
  padding: 0 30px;
  color: #474243;
}
.order-price__title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.order-price__row{
  margin-bottom: 10px;
}
.order-price__row:last-child{
  margin-bottom: 20px;
}
.order-price__row-title{
  float: left;
}
.order-price__row-value{
  float: right;
  font-size: 15px;
  font-weight: bold;
}
.order-price__detail{
  display: none;
  margin-top: 10px;
  float: left;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
.order-price__detail .order-price__row-value{
  font-weight: normal;
}
.order-sum{
  border-top: 1px solid #fafaf8;
  margin: 0 -30px;
  padding: 20px 30px 14px;
  text-align: center;
  color: #474243;
}
.order-sum__title{
  font-size: 16px;
  margin-bottom: 5px;
}
.order-sum__val{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}
.order-sum__points{
  font-size: 15px;
  color: #6c6c6b;
}
.order-sum__policy{
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
}

#order-recivier-block {

}
/* head changes*/
.certificates{

}
@media (min-width: 990px){
  .certificates__wrapper{
    border-top: 1px solid #cbcbcb;
  }
}
.certificates__item {
  display: flex;
  width: 22.5%;
  padding: 25px 0;
  align-items: center;
  min-width: 180px;
}
.certificates__img svg {
  width: 100%;
  height: 100%;
}
.certificates__img {
  width:65px;
  height: 65px;
  flex-shrink: 0;
}
.certificates__text{
  font-size: 13px;
  line-height: 17px;
  margin-left: 15px;
}
@media (max-width: 1024px){
  .certificates__item {
    width: 24%;
  }
  .certificates__img {
    width: 60px;
    height: 60px; 
  }
}
@media (max-width: 768px){
  .certificates__item {
    width: 25%;
    padding: 15px 5px 15px 0;
  }
  .certificates__text {
    margin-left: 10px;
  }
}
@media (max-width: 450px){
  .certificates__item {
    padding: 10px 5px 10px 0;
  }
}

.title-page {
  margin-top: 38px;
}
.crumbs + .title-page {
  margin-top: 0;
}
.site-header__contact-manager {
  display: flex;
  align-items: center;
  float: right;
  margin-left: -40px;
  margin-top: 3px;
}
@media (max-width: 768px){
  .site-header__contact-manager {
    display: none;
  }
}
.site-header__contact-manager__image{
  width: 58px;
  height: 58px;
  margin-right: 20px;
}
.site-header__contact-manager__image img{
  width: 100%;
  border-radius: 50%;
}
.site-header__contact-manager__btn {
  background-color: #929b3d;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  line-height: 40px;
  padding: 0 17px;
  color: #fff!important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  background-image: url(../img/hover-button.png);
  background-position: -400px 0px;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
/**************************/
.js-price-detail-slide{
  cursor: pointer;
}
.js-price-detail-slide span{
  border-bottom: 1px dotted;
}
.order-price__detail .order-price__row{
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #6c6c6b;
}

.order-basket{
  margin-bottom: 30px;
}

.order-basket #basket_items{
  margin-bottom: 20px;
}



.delivery-service{
  padding-left: 21px;
  position: relative;
}
  .delivery-service__title>span{
    font-size: 13px;
    color: #6c6c6b;
    font-weight: normal;
    line-height: 21px;
  }
  .delivery-service__img{
    position: absolute;
    top: 0px;
    left: -10px;
    width: 24px;
    height: 24px;
    text-align: center;
  }
  .delivery-service__img img,
  .delivery-service__img svg{
    max-width: 100%;
    max-height: 100%;

  }
  .delivery-service__wrap{
    margin: 10px 0;
    display: none;
  }
  .delivery-service__wrap input.hidden {
    display: block!important;
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .delivery-service__wrap a.btn {
    float: none;
  }
  .delivery-service__wrap label.error {
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .courier-delivery__house label.error {
    white-space: nowrap;
  }
  input:checked+div .delivery-service__wrap{
    display: block;
  }


.padding-left{
  padding: 0 0 0 15px;
}
.padding-right{
  padding: 0 15px 0 0;
}

.ordering-zero{
  margin-top: 30px;
  position: relative;
  border-radius: 3px;
  background-color: rgb(235, 237, 217);
  padding: 24px 42px;

}
.ordering-zero__logo{
  position: absolute;
  left: 10px;
}
.ordering-zero__title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ordering-zero__count{
  font-size: 20px;
  line-height: 24px;
  color: #919a42;
  font-weight: bold;
}
.ordering-zero__count span{
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  vertical-align: bottom;
  color: #474243;
  font-weight: bold;
}
.ordering-zero .standard{
  margin-bottom: 15px;
}
.ordering-zero .standard a{
  border-bottom-style: dashed;
}
.ordering-zero .standard a:hover{
  border-bottom: none;
}
.without_manager{
  margin-top: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb10{
  margin-bottom: 10px;
}


.courier-delivery__zone{
  float: left;
  width: 280px;
}
.courier-delivery__zone:first-child{
  width: 205px;
  padding-right: 15px;
}
.courier-delivery__zone-mess {
  color: #6c6c6b;
}
.courier-delivery__street{
  float: left;
  width: 240px;
  padding-right: 10px;
}
.courier-delivery__house{
  float: left;
  width: 70px;
  padding-right: 10px;
}
.courier-delivery__housing{
  float: left;
  width: 75px;
  padding-right: 10px;
}
.courier-delivery__apartment{
  float: left;
  width: 95px;
}

.courier-delivery__date{
  float: left;
  width: 96px;
  padding-right: 8px;
}
.courier-delivery__time{
  float: left;
  padding:0 15px;
  width: 160px;
  margin-top: 10px;
}
.courier-delivery__index {
  width: 180px;
  margin-bottom: 10px;
}
.rupostPostal__label {
  font-size: 16px;
}
@media (max-width: 990px) {
  .courier-delivery__index {
    display: inline-block;
    margin: -10px 10px 5px 0!important;
  }
}
@media (max-width: 550px) {
  .courier-delivery__index {
    width: 100%;
    margin-bottom: 10px!important;
  }
  .rupostPostal__label {
    font-size: 14px;
    margin-top: 1em;
  }
}
.recipient_not_me{
  font-size: 16px !important;
}

.order-article{
  background-color: #f8f4ef;
  padding: 28px 30px;
}
.order-article:before,
.order-article:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0px;
  background: repeat-x -4px 50%;
  background-image: url("/img/svg/white-circle.svg");
  z-index: 1;
}
.order-article:before {
  background-position-y: bottom;
  top: 0;
}
.order-article:after {
  background-position-y: top;
  bottom: 0px;
}
@media (min-width: 990px){
  .sidebar.width-280.right-checkorder-block {
    margin-bottom:  10px;
  }
  .sidebar.width-280.right-checkorder-block > .order-article--fixed {
    position: fixed;
    left: initial;
    top: 10px;
    z-index: 20;
  }
  .sidebar.width-280.right-checkorder-block > .order-article--fixed-bottom {
    position: absolute;
  }
}

.ordering-left-block{

}
.ordering-right-block{

}
.order-sum__button{
  text-align: center;
}
.boxberry{
  max-width:81px;
  max-height:23px;
}
@media (max-width: 990px){
  #basket-list-switcher{
    position: relative;
    display: inline-block;
    padding-right: 44px;
    cursor: pointer;
  }
  #basket-list-switcher:after{
    content: "";
    width: 23px;
    height: 80%;
    background: url(/img/svg/order/angle-arrow-down.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #basket-list-switcher:hover:after{
    opacity: .7;
  }
  #basket-list-switcher.basket-list-switcher--active:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #basket_items_list {
    display: none;
  }
}
@media (min-width: 990px){
  #basket_items_list {
    display: block!important;
  }
}
@media (max-width: 768px){
  #basket-list-switcher{ 
    padding-right: 34px;
  }
  #basket-list-switcher:after{
    width: 16px;
  }
  .basket-items-title {
    text-align: center;
  }
}
@media (max-width: 500px){
  #basket-list-switcher{ 
    padding-right: 24px;
  }
  #basket-list-switcher:after{
    width: 12px;
  }
}


@media all and (max-width: 990px){
  .ordering-left-block{
    width: 100%;
  }
  .ordering-right-block{
    float: left;
    width:100%;
  }
  .order-article{
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
  }
  .order-price{
    width: 50%;
    float: left;
    border-bottom: 1px solid #fafaf8;
  }
  .order-sum__policy{
    text-align: left;
  }
  .order-sum{
    border-top: 1px solid #dddcd8
  }
  .width-668 {
    width: 100%;
  }
}
@media all and (max-width: 990px){
  .delivery-service{
    padding: 0 18px;
  }
  .order-price{
    width: 100%;
  }
  .order-article{
    padding: 28px 15px;
  }
  .ordering-block{
    padding: 30px;
  }
  .ordering-block__title {
    margin-left: -15px;
  }
  .ordering-block__wrap .standard{
    margin-bottom: 20px;
  }
  .ordering-zero{
    margin-bottom: 20px;
  }
  .ordering-block__wrap .standard .without_manager {
    margin-bottom: 0;
  }
  .ordering-block__wrap .mb20{
    margin-bottom: 0;
  }
  .ordering-block__button{
    text-align: center;
  }
  .ordering-block__button a.btn{
    float: none;
    margin-top: 20px;
  }
  .ordering-block__wrap{
    margin: auto -15px;
  }
  a.ordering-block__add{
    margin-left: 0;
  }
  a.ordering-block__add:before { content: ' '; display: block; }

  .courier-delivery__street.standard{
    padding: 0;
    width: 100%;
  }
  .courier-delivery__house{
    width: 33%;
    box-sizing: border-box;
  }
  .courier-delivery__housing{
    width: 33%;
    box-sizing: border-box;
  }
  .courier-delivery__apartment{
    width: 34%;
    box-sizing: border-box;
  }
  .order-sum,
  .order-sum__button,
  .order-sum__policy{
    float: left;
    width: 100%;
  }
  .order-sum__policy{
    text-align: center;
  }
}
@media all and (max-width: 426px){
  .ordering-block__wrap .standard{
    margin-bottom: 10px;
  }
  .courier-delivery__zone{
    max-width: 300px;
    width: auto;
  }
  .courier-delivery__date{
    width: 50%;
    float: none;
  }
  .courier-delivery__time{
    padding: 0;
    float: none;
  }
  .ordering-block__help{
    margin-left: 0;
  }
  .delivery-service__wrap{
    margin: 20px -10px 0;
    padding: 0;
  }
}

/* COUNTRY CODE SELECTOR STYLES UPD*/
.phone-with-code {

}
.phone-with-code:after{
  content: "";
  display: table;
  clear: both;
}
.phone-with-code input[type=text]{
  width: 65%;
  float: right;
  display: inline-block;
  margin-top: 0;
}
.phone-with-code .error {
  float: left;
}
.standard input.error {
  margin-top: 0;+
}
.ordering-block .error.error-under {
  margin: 0 0 5px;
  display: block;
}

.countryCodeWidget--new-order{
  width: 30%;
  max-width: 200px;
  display: inline-block;
  margin-top: -1px;
}
.countryCodeWidget--new-order .countryCodeSelectorList {
  width: 100%;
  position: relative; 
}
.countryCodeWidget--new-order .selectedFlagCont{
  height: 40px;
  box-sizing: border-box;
  padding: 13px 8px;
  background-position: 81% center;
  font-size: 16px;
  background: #fff;
  border: none;
  color: #474243;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 1px rgba(0,0,0,0.25);
  box-shadow: inset 0px 1px rgba(0,0,0,0.25);
}
.countryCodeWidget--new-order .countryCodeSelectorListDropdown .country-item,
.countryCodeWidget--new-order .countryCodeSelectorListDropdown .country-item:hover {
  padding: 8px 8px;   
  border:none;
}
.countryCodeWidget--new-order .countryCodeSelectorListDropdown .country-item:not(.selected):hover{
  background-color: #f1f1f1 !important;
}
.countryCodeWidget--new-order .countryCodeSelectorListDropdown .country-item:first-child {
  padding: 10px 8px;
  margin: 4px 0;
}
.countryCodeWidget--new-order .separator {
  margin: 0;
}
.countryCodeWidget--new-order .selectedFlagCont img {
  vertical-align: top;
  margin-right: 2px;
}
.countryCodeWidget .selectedFlagCont .country-symb-code { display: inline-block; }
.countryCodeWidget--new-order  .selectedFlagCont:after{
  content: "";
  width: 8px;
  height: 38px;
  background: url(/img/svg/order/arrow-point-to-down.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 14px;
  bottom: 0;
}
/************************************/


/* Country Select*/
.order-country-select__wrap {

}
.ordering-delivery--saved{
  margin-top: 18px;
}
.ordering-delivery__country{

  position: relative;
  margin-right: 24px;
  display: inline-block;
}
.ordering-delivery__country .selectboxit-container{
  vertical-align: middle;
}
.ordering-delivery__country .selectboxit-text {
  max-width: 100%!important;
  display: inline-block;
  text-decoration: dotted;
  cursor: pointer;
  color: #689a8f;
  border-bottom: 1px dotted;
  line-height: 1;
  vertical-align: middle;
}
.ordering-delivery__country .selectboxit-btn {
  width: auto!important;
}
.ordering-delivery__country .selectboxit-option-icon-container,
.ordering-delivery__country .order-country-selectSelectBoxItArrowContainer{
  display: none;
}
.ordering-delivery__country:after{
  content: "";
  width: 8px;
  height: 30px;
  background: url('/img/svg/order/arrow-point-to-down.svg') center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: -15px;
  bottom: 0;
}
.ordering-delivery__country .selectboxit-options {
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);

  font-size: 16px;
  font-weight: normal;
  color: #474243;
  margin: 0;
  outline: none;
  padding: 0 0 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ordering-delivery__country .selectboxit-option a {
  border:none;
  color: #474243;
}
.ordering-delivery__country .selectboxit-option a:hover {
   background-color: #f1f1f1;
}
/************************************/

/* Address region select*/
.address-region .selectboxit-container,
.address-region .selectboxit  {
  width: 100%;
}
.address-region .selectboxit  {
  padding: 9px 10px;
}
.address-region .selectboxit:after {
    content: "";
    width: 8px;
    height: 38px;
    background: url(/img/svg/order/arrow-point-to-down.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 14px;
    bottom: 0;
}

.address-region .selectboxit-container .selectboxit-options{
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 15px rgba(0,0,0,0.25);
    padding: 0;
    max-height: 250px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.address-region .selectboxit-option-icon-container {
  display: none;
}
.address-region .selectboxit-option{
    padding: 2px 10px;
    color: #646464;
    text-indent: 0;
}
.address-region  .selectboxit-container .selectboxit-options a {
  border: none;
  color: #646464!important;
  line-height: 28px;
  height: 28px;
}
.address-region .selectboxit-option:hover,
.address-region .selectboxit-option.selectboxit-selected {
  background: #f8f4ef;
}
/************************************/

/* SVG styles*/
#badge1 {
  width: 65px;
  height: 65px;
}
#badge1 .cls-1 {
  fill: #f2be3c;
}
#badge1 .cls-2 {
  fill: #919a42;
}
#badge1 .cls-3 {
  fill: #474243;
}
#badge1 .cls-3, #badge1 .cls-4 {
  fill-rule: evenodd;
}
#badge1 .cls-4 {
  fill: #fff;
}

#badge2 {
  width: 65px;
  height: 65px;
}
#badge2 .cls-1 {
  fill: #f2be3c;
}
#badge2 .cls-2 {
  fill: #919a42;
}
#badge2 .cls-2, #badge2 .cls-3, #badge2 .cls-4 {
  fill-rule: evenodd;
}
#badge2 .cls-3 {
  fill: #474243;
}
#badge2 .cls-4 {
  fill: #fff;
}

#badge3 {
  width: 65px;
  height: 65px;
}
#badge3 .cls-1 {
  fill: #f2be3c;
}
#badge3 .cls-2 {
  fill: #919a42;
}
#badge3 .cls-3 {
  fill: #474243;
}
#badge3 .cls-3, #badge3 .cls-4 {
  fill-rule: evenodd;
}
#badge3 .cls-4 {
  fill: #fff;
}

#badge4 {
  width: 65px;
  height: 65px;
}
#badge4 .cls-1 {
  fill: #f2be3c;
}
#badge4 .cls-1, #badge4 .cls-3, #badge4 .cls-4 {
  fill-rule: evenodd;
}
#badge4 .cls-2 {
  fill: #919a42;
}
#badge4 .cls-3 {
  fill: #474243;
}
#badge4 .cls-4 {
  fill: #fff;
}

#bank {
  width: 32px;
  height: 23px;
}
#bank .cls-1 {
  fill: #919a42;
  fill-rule: evenodd;
}

#boxberry {
  width: 81px;
  height: 23px;
}
#boxberry .cls-1 {
  fill: #ee1851;
}
#boxberry .cls-1, #boxberry .cls-2 {
  fill-rule: evenodd;
}
#boxberry .cls-2 {
  fill: #a7cf3b;
}

#cash {
  width: 34px;
  height: 21px;
}
#cash .cls-1 {
  fill: #9ac0b8;
  fill-rule: evenodd;
}


#check {
  width: 12px;
  height: 9px;
}
#check .cls-1 {
  fill: #ef6b3d;
  fill-rule: evenodd;
}

#courier {
  width: 17px;
  height: 21px;
}
#courier .cls-1 {
  fill: #2d3235;
  fill-rule: evenodd;
}

#pickpoint {
  width: 21px;
  height: 21px;
}
#pickpoint .cls-1 {
  fill: #4d555a;
}
#pickpoint .cls-1, #pickpoint .cls-2 {
  fill-rule: evenodd;
}
#pickpoint .cls-2 {
  fill: #ee5a2d;
}

#place {
  width: 16px;
  height: 21px;
}
#place .cls-1 {
  fill: #919a42;
  fill-rule: evenodd;
}

#qiwi {
  width: 30px;
  height: 31px;
}
#qiwi .cls-1 {
  fill: #ff8c00;
  fill-rule: evenodd;
}

#question {
  width: 25px;
  height: 25px;
}
#question .cls-1 {
  fill: #fff;
}
#question .cls-2 {
  fill: #6c6c6b;
  fill-rule: evenodd;
}

#visa_mc {
  width: 40px;
  height: 32px;
}
#visa_mc .cls-1 {
  fill: #c8242c;
}
#visa_mc .cls-1, #visa_mc .cls-2, #visa_mc .cls-3 {
  fill-rule: evenodd;
}
#visa_mc .cls-2 {
  fill: #f4982e;
}
#visa_mc .cls-3 {
  fill: #2d3786;
}

#webmoney {
  width: 30px;
  height: 29px;
}
#webmoney .cls-1 {
  fill: #006cb5;
  fill-rule: evenodd;
}

#yad {
  width: 30px;
  height: 29px;
}
#yad .cls-1 {
  fill: #f2be3c;
  fill-rule: evenodd;
}

/* SVG styles-end */

.order__checkout .main-menu-link-wrapper { display: none; }
.delivery-courier-time__icon { top:10px; right: 6px; }
.delivery-courier-time__date_wrap { width: 105px; }


div#success-order-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
#success-order-info-container {
  min-width: 320px;
  width: calc(50% - 30px);
  margin: 0 15px;
}
#user-favorite-product-container {
  width: calc(50% - 30px);
  margin: 0 15px;
  min-width: 320px;
}