﻿@import url(normalize.css);
@import url(reset.css);


.main-cart  .o-headline {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ececec;
}

.o-headline>h2,
.o-headline>span {
    font-size: 1.8em;
    line-height: 31px;
    font-weight: 500
}
.o-headline--checkout {
    padding-left: 0;
    align-items: flex-end;
    color: #858585;
    margin-top: 36px;
    margin-bottom: 10px;
    justify-content: space-between
}

.o-headline--checkout>span {
    color: inherit;
    font-weight: 400
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.o-headline--delivery {padding-right: 60px;}
.c-box-suppliers .o-headline--delivery {
    padding-right: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
}

.o-headline > h2, .o-headline > span {
    color: inherit;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 700;
}
.o-headline--delivery > span { font-weight: 400;}
.c-table-suppliers {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    color: #3c3c3c;
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    display: flex;
    align-items: center
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.main-cart .o-page__aside {
    flex: 0 0 24.5%;
    padding-left: 0
}

.main-cart .c-checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px
}

.top-head,
.top-head form {
    display: flex;
    position: relative;
}

.modal-checkout .container {
    min-width: unset;
    width: 100%;
    max-width: 100%!important;
    padding: 30px 30px 30px 140px!important
}

.c-form-checkout__headline {
    width: 100%;
    background-color: #f6f6f6;
    padding: 7px 15px 8px;
    line-height: 1.39;
    color: #858585;
    font-size: 1.4em;
    margin-bottom: 10px
}

.modal-checkout .group-input {
    margin-top: 12px
}

.modal-checkout .group-input span {
    letter-spacing: -.3px;
    margin-bottom: 2px;
    line-height: 1.67;
    color: #858585;
    font-size: 1.3em;
    padding: 5px 0 1px
}

.modal-checkout input:not([type=button]),
.modal-checkout select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-size: 1.1em
}

.modal-checkout select {
    cursor: pointer
}

.modal-checkout .group-input>div {
    flex-basis: 50%
}

.modal-checkout .textarea-area span {
    line-height: 1.67;
    padding-top: 10px;
    color: #858585;
    font-size: 1.3em;
    display: inline-block;
    font-weight: 400
}

.modal-checkout .foot {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: baseline;
    flex-wrap: wrap
}

.modal-checkout .foot button {
    flex: 0 0 67%
}

.incredible .right button,
.top-head .log-reg>a,
.top-head .user-modal .login {
    vertical-align: middle;
    text-align: center
}
.top-head .cart {
    padding: 3px;
    position: relative;
    user-select: none;
    cursor: pointer;
    color: #fff;
}

.top-head .cart i {
    padding: 9px;
    font-size: 1.4em
}

.top-head .count {
    position: absolute;
    right: -2px;
    top: 24px;
    font-size: .9em;
    font-weight: 500;
    background: #916e4b;
    color: #fff;
    border-radius: 3px;
    padding-right: 4px;
    padding-left: 4px;
}
/* mini cart */
.basket-dropdown {
    flex-direction: column;
    position: absolute;
    top: 80%;
    left: 0.9%;
    width: 375px;
    right: unset;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 10px 10px;
    display: flex;
    padding: 0 0 45px;
    line-height: 22px;
    background: #fff;
    z-index: 10;
}
.basket-header {
    background-color: hsla(0, 0%, 98%, .9);
    padding: 14px 10px 14px 15px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.basket-total {
    font-size: 1em;
    line-height: 20px;
    color: #fb3449;
    direction: rtl;
    text-align: right;
    flex-basis: 65%;
}
.basket-total span:first-of-type {
    color: #676767;
    font-size: 1.2em;
    line-height: 20px;
}
.basket-link {
    font-size: .786rem;
    line-height: 19px;
    color: #454545;
    margin-right: 0px;
}
.basket-item-remove i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #959595;
    font-size: 8px;
    font-size: .571rem;
    line-height: 8px;
}
.basket-list {
    max-height: 293px;
    overflow: auto;
    padding: 0 15px;
    list-style: none;
}
.basket-submit {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #916e4b;
    border-top: 1px solid #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.basket-item {
    padding: 10px 15px 10px 0;
    position: relative;
    min-height: 88px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
.basket-item:last-of-type {
    border-bottom: none;
}
.basket-item-remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 20px;
    height: 20px;
    border: none;
    z-index: 123;
    cursor: pointer;
}
.basket-item-content, .basket-item-image {
    display: inline-flex;
    align-items: center;
    margin-right: 2px; /*10px*/
}
.basket-item-image {
    width: 60px;
    height: 60px;
    justify-content: center;
    flex: 0 0 60px;
    max-width: 60px;
    position: relative;
}
.basket-item-image img {
    max-height: 100%;
    max-width: 100%;
}
.basket-item-image img {
    overflow: hidden;
}
.basket-item-details {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}
.basket-item-title {
    font-size: .9em;
    line-height: 2;
    text-align: right;
    direction: rtl;
    color: #454545;
    max-width: 100%;
    font-weight: 400;
}
.basket-item-params {
    /*display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;*/
    margin-top: 2px;
}
.basket-item-params span {font-size: .8em;display: inline-flex;}
.basket-item-params span:first-of-type {
    color: #666;
}
.basket-item-params span:last-of-type:not(:first-of-type) {
    display: inline-flex;
    color: #959595;
    padding-right: 5px;
    /*margin-right: 10px;*/
    border-right: 1px solid #e0e0e0;
}
.mini-cart-item {position: relative;}

#quantity-error:hover~.c-checkout__quantity-error {display: block !important;}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #505050e3;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 6px;
    left: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  
  
  
  
.c-checkout__tab--active {
    color: #916e4b !important;
    font-weight: 500;
}
.c-checkout__tab--active:before {
    background-color: #916e4b;
}
.c-checkout__tab--active:before, .c-checkout__tab--active .c-checkout__tab-counter {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 2px 2px 0 0;
}
.c-checkout__tab-counter {
    color: #f8f8f8;
    background-color: #916e4b/*#999*/;
    margin-right: -20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}
.main-cart .c-checkout-text {
    cursor: pointer;
    color: #818181;
    text-align: center;
    position: relative;
    min-width: 140px;
    padding: 8px 24px 10px;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.467;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-cart  .o-headline {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ececec;
}

.main-cart {
    display: flex;
    flex-wrap: wrap
}

.main-cart .o-page__content {
    flex: 0 0 74%;
    padding-right: 0;
    padding-left: 25px
}

.c-cart-item__stock-info span {
    font-size: .7rem;
    line-height: 19px;
    color: #916e4b;
    font-weight: 500;
}
.c-cart-item__stock-info {
    margin-top: 12px;
}
.c-checkout__to-shipping-sticky {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 66px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 4px 0 rgba(0,0,0,.06);
    box-shadow: 0 -3px 4px 0 rgba(0,0,0,.06);
    border-color: #e0e0e2;
    border-style: solid;
    border-width: 1px 0;
    padding: 10px 12px;
    z-index: 100;
}
.c-checkout__to-shipping-link {
    padding: 12px 16px;
    background-color: #916e4b;
    border-radius: 5px;
    min-width: 300px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    border: none;
    cursor: pointer;
}
.c-checkout__to-shipping-price-report {
    padding-left: 8px;
}
.c-checkout__to-shipping-price-report p {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    color: #777;
    text-align: left;
}
.c-checkout__to-shipping-price-report--price {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.222;
    font-weight: 600;
    text-align: left;
    margin-top: 2px;
}
.c-checkout__to-shipping-price-report--price span {
    font-size: .8rem;
    line-height: 1.833;
    font-weight: 400;
}
.c-checkout__header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 13px 0 10px 0;
    margin: 0 12px;
}
.c-checkout__header-title {
    color: #777;
    font-size: 15px;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 8px;
}
.c-checkout__header-extra-info {
    color: #777;
    font-weight: 400;
    font-size: 13px;
    font-size: .8rem;
    line-height: 1.5;
    margin-right: 8px;
}
.c-checkout__header-delivery-cost {
    position: absolute;
    left: 0;
    color: #777;
    font-size: 13px;
    font-size: .8rem;
    line-height: 1.692;
}
.o-headline>h2,
.o-headline>span {
    font-size: 1.8em;
    line-height: 31px;
    font-weight: 500
}

.c-checkout {
    margin: 0 0 10px;
    border: 1px solid #e7e7e7;
    background: #fff
}

.c-checkout__item:first-child {
    border-top: none
}

.c-checkout__item {
    border-top: 1px solid #eaeaea
}

.c-checkout__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #eaeaea;
}

.c-checkout__col {
    line-height: 22px;
    /*position: relative;
    width: 100%;*/
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.c-checkout__col--thumb {
    flex: 0 0 19%;
    padding-right: 40px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-checkout__col--thumb a {
    position: relative
}

.c-checkout__col--thumb img:not(.c-product-box__fmcg-symbol) {
    max-width: 90%;
    max-height: 100%;
    position: relative
}

.c-checkout__btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.c-checkout__btn-remove::before {
    content: "\f1f8";
    font-family: fontawesome;
    font-size: 12px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block
}

.c-checkout__col--desc {
    /*flex: 0 0 35%*/
    width: 80%;
}

.c-checkout__col--desc a {
    color: #000;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 400
}

.c-checkout__col--desc p {
    font-size: 1.2em
}

.c-checkout__title {
    font-size: 1.071rem;
    line-height: 1.88;
    margin-bottom: 15px
}

.c-checkout__dealer {
    font-size: .929rem;
    line-height: 1.692;
    margin: 7px 0
}

.c-checkout__guarantee,
.c-checkout__special-deal {
    font-size: .857rem;
    line-height: 1.833;
    margin: 7px 0
}

.c-checkout__variant {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin: 7px 0
}

.c-checkout__col--information,
.c-checkout__col--message {
    display: flex
}

.c-checkout__col--information {
    /*flex: 0 0 46%;*/
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.c-cart-item__save-for-later {
    font-size: .75rem !important;
    line-height: 1.833;
    color: #777 !important;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    padding-top: 8px;
}
.c-quantity-selector {
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #0fabc6;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-quantity-selector button ,.c-quantity-selector a {
    border: none;
    margin: 0;
    padding: 0;
    color: #0fabc6;
    background-color: #fff;
    cursor: pointer;
    width: 33%;
    text-align: center;
    height: 100%;
    border-radius: 5px;
}
.c-quantity-selector__add i {
    color: #e0e0e2;
    font-size: 1rem;
}
.c-quantity-selector__remove i {
    font-size: 1.1rem;
}
.c-cart-item__quantity-row {
    display: flex;
}
.c-checkout__row--inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.c-checkout__col--counter {
    /*flex: 0 0 52%;
    max-width: 52%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center*/
}

.c-checkout__quantity {
    position: relative;
    z-index: 12;
    user-select: none;
    line-height: 22px;
    font-size: 1.1em;
    text-align: center
}

.c-checkout__quantity select {
    border-radius: 8px;
    font-size: .8em;
    border: 1px solid rgba(0, 0, 0, .1)
}

.c-checkout__quantity-error {
    position: absolute;
    top: calc(100% + 10px);
    right: -5px;
    padding: 10px;
    color: #fff;
    background-color: #ef5661;
    white-space: nowrap;
    z-index: 9283;
    display: none;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571
}

.c-checkout__col--price {
    /* flex: 0 0 47%;
     max-width: 47%;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: right*/
}

.c-checkout__price:first-child,
.c-checkout__price:nth-child(3) {
    padding-right: 47px
}

.c-checkout__price {
    font-size: 1.7em;
    line-height: 1.294;
    margin: 2px 0;
    font-weight: 400
}

.main-cart .o-page__aside {
    flex: 0 0 24.5%;
    padding-left: 0
}

.c-checkout-aside {
    margin-bottom: 23px
}

.main-cart .c-checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px
}

.c-checkout__row.is-incredible {
    padding-bottom: 40px;
    position: relative
}

/*.c-checkout__row.is-incredible::after {
    content: "";
    position: absolute;
    border-radius: 8px;
    border: 1px solid #fccdd2;
    width: 137px;
    height: 27px;
    background: url(../images/9ddbb0ae.png) 50% no-repeat #fff8f8;
    background-size: auto 12px;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 10px;
    right: 20px
}*/

.c-checkout__price--del {
    font-size: .929rem;
    line-height: 1.692;
    text-decoration: line-through;
    color: #a0a0a0
}

.c-checkout-summary__discount .discount-price{
    line-height: 1.571;
    color: #916e4b
}

.c-checkout__price--discount {
    font-size: .857rem;
    line-height: 1.833;
    color: #a0a0a0
}

.c-checkout-summary__content div:last-of-type>span {
    font-size: .9em
}

.c-checkout-summary {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    line-height: 22px;
}
.c-checkout-summary span {
    color: #777;
    font-size: 1.3em;
}
.c-checkout-summary .has-devider {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
}
.c-checkout-summary .has-devider span{
    font-weight: 500;
    color: #2b2b2b;
}
.pd-10 { padding-top: 10px}
.pd-10 i {color: gold}
.c-checkout-summary__summary {
    list-style: none;
    padding: 15px 10px
}

.c-checkout-summary__summary li {
    padding-bottom: 5px;
    display: flex;
    margin: 5px 0;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1.1em
}

.c-checkout-summary__devider {
    padding: 0 10px
}

.c-checkout-summary__devider div {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 4px;
    border-right: none;
    border-left: none
}

.c-checkout-summary__content {
    padding: 15px;
    color: #a0a0a0;
    font-size: .786rem;
    line-height: 2;
    padding-top: 0;
}
.cart-sfl__links p{
    font-size: 1.5em;
    width: 30%;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}
#cart-sfl {
    width: 98%;
    display: none;
}
.c-checkout-summary__price-title {
    text-align: center;
    color: #676767;
    font-size: 1.286rem;
    line-height: normal
}

.c-checkout-summary__price-value {
    text-align: center;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449
}

.c-checkout-summary__price-value-amount {
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700
}

.btn-checkout:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden
}

.c-checkout-summary__content .btn-checkout {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
    position: relative
}

.btn-checkout {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 70px 15px 15px;
    border-radius: 8px;
    background-color: #916e4b;
    border: 1px solid #505050;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.6px
}

.btn-checkout::before {
    width: 85px;
    height: 85px;
    position: absolute;
    right: -20px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%
}

.btn-checkout::after {
    content: "\f053";
    font-family: fontawesome;
    position: absolute;
    right: 21px;
    top: 14px;
    font-size: 21px
}

.btn-checkout:not(.disabled):not(.is-inactive):not([disabled]):hover::before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset
}

.c-checkout-summary__content div:last-child {
    padding-right: 5px;
    line-height: 2;
    margin-top: 9px
}

.c-checkout-feature-aside {
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500
}

.c-checkout-feature-aside__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    line-height: 1.692;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 27px 0 20px
}

.c-checkout-steps,
.c-checkout-steps__item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.c-checkout-feature-aside__item--guarantee {
    background: url(../images/a8d65c7a.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.c-checkout-feature-aside__item--cash {
    background: url(../images/3e2ec4e5.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.c-checkout-feature-aside__item:last-child {
    margin-bottom: 0
}

.c-checkout-feature-aside__item--express {
    background: url(../images/0e30c4eb.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.c-checkout-feature-aside {
    font-size: 1em
}

header.shipping .logo {
    text-align: center;
    height: 75px;
    display: flex;
    justify-content: center
}

header.shipping .logo a {
    margin: 23px auto
}

header.shipping .logo img {
    width: 80px;
    height: auto;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #f0f0f0;
}

header.shipping {
    height: 110px;
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44%, .14);
    z-index: unset
}

.c-checkout-steps {
    display: flex;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    justify-content: space-between;
    width: 60%;
    line-height: 1.692;
    top: 100px;
    margin: 0;
    z-index: 1000
}

.c-checkout-steps li.is-active,
.c-checkout-steps li.is-completed {
    color: #916e4b
}

.c-checkout-steps li:first-of-type {
    margin-left: 0
}

.c-checkout-steps__item::before {
    top: -25px;
    content: attr(data-title);
    white-space: nowrap;
    font-size: 1.3em;
    font-weight: 400
}

.c-checkout-steps li.is-completed:before,
.c-checkout-steps:before {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3.5px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%)
}

.c-checkout-steps:before {
    width: 98%;
    background-color: #d0d0d0;
    left: 10px
}

.c-checkout-steps li.is-completed:before {
    width: 49%;
    background-color: #916e4b;
    right: 10px
}

.c-checkout-steps li.is-completed:last-of-type:before {
    left: 10px
}

.c-checkout-steps li.is-active .c-checkout-steps__item,
.c-checkout-steps li.is-active::before {
    background-color: #916e4b
}

.c-checkout-steps__item {
    position: relative;
    text-align: center;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #d0d0d0;
    z-index: 1
}

.o-headline--checkout {
    padding-left: 0;
    align-items: flex-end;
    color: #858585;
    margin-top: 36px;
    margin-bottom: 10px;
    justify-content: space-between
}

.o-headline--checkout>span {
    color: inherit;
    font-weight: 400
}

.c-checkout-contact.is-completed .c-checkout-contact__badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8dd4dd;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.c-checkout-contact,
.c-checkout-pack {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}

.c-checkout-contact.is-completed .c-checkout-contact__badge::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 17px;
    position: absolute;
    top: 10px;
    right: 11px;
    color: #916e4b
}

.c-checkout-contact {
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative
}

.c-checkout-contact__content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d
}

.c-checkout-contact__content::before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #8dd4dc;
    content: ""
}

.c-checkout-contact__item:first-child {
    margin-top: 0;
    margin-bottom: 5px
}

.c-checkout-contact__item--message,
.c-checkout-contact__item--mobile {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.571;
    font: 1.4em;
    font-weight: 400
}

.c-checkout-contact__item--location {
    margin: 15px 0
}

.c-checkout-contact__item--message {
    margin-right: 10px
}

.c-checkout-contact__item--username {
    font-weight: 500
}

.c-checkout-contact__btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    border: none;
    position: relative;
    color: #916e4b;
    border-bottom: 1px dashed #916e4b;
    background-color: transparent;
    font-weight: 700
}

.c-checkout-contact__location {
    padding: 3px 10px 4px;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d
}

.c-checkout-pack {
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    transition: all .3s ease-in-out;
}
.c-checkout-pack__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.c-checkout-pack__row:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}
.c-checkout-time-table {
    padding: 18px;
    width: 100%;
}
.c-checkout-time-table__title-bar {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585;
}
.c-checkout-time-table__subtitle-bar {
    line-height: 2;
    letter-spacing: -.2px;
    color: #535353;
    display: flex;
    font-size: 1.3em;
    background-color: rgba(245, 120, 0,.14);
    padding: 8px;
    font-weight: 400;
    margin-bottom: 5px;
    border: 1px solid rgba(245, 124, 0, .3);
    border-radius: 3px;
    cursor: pointer;
}
.c-checkout-time-table__subtitle-bar > :not(:last-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e0e0e0;
}
.c-checkout-time-table__subtitle-bar.selected {border: 1px solid #a58000;}

.c-checkout-shipment__invoice-type {
    background-color: #fff;
    padding: 24px 16px 32px;
    border-top: 7px solid #f5f7fa;
    position: relative;
}
.c-checkout-shipment__invoice-type-info {
    font-size: .9rem;
    line-height: 26px;
    color: #f57f17;
    position: relative;
    padding-right: 40px;
    font-weight: 400;
}
.c-checkout-shipment__invoice-type-info::before {
    content: "\f05a";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #f9a825;
    font-size: 24px;
}
span.full-address {
    font-size: 1.3em;
    margin-top: 10px;
    display: inline-block
}

.c-checkout__actions {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-top: 15px;
    width: 100%
}

.c-checkout__actions button {
    background: 0 0
}
  
  .c-checkout,
.c-checkout-summary,
.cart-empty,
.icon-wrapper {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}


.modal-checkout {
    display: none;
    position: fixed;
    top: 2%;
    right: 22%;
    width: 60%;
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
    max-height: 95vh;
    overflow: auto;
    z-index: 9992
}

.btn-checked,
.btn-order-traking,
.btn-order-traking:not(.disabled):not(.is-inactive):not([disabled]),
.btn-payment,
.btn-payment:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden
}

/*.main-cart-overlay:before {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9991
}*/

.modal-checkout .container {
    min-width: unset;
    width: 100%;
    max-width: 100%!important;
    padding: 30px 30px 30px 140px!important
}

.c-form-checkout__headline {
    width: 100%;
    background-color: #f6f6f6;
    padding: 7px 15px 8px;
    line-height: 1.39;
    color: #858585;
    font-size: 1.4em;
    margin-bottom: 10px
}

.modal-checkout .group-input {
    margin-top: 12px
}

.modal-checkout .group-input span {
    letter-spacing: -.3px;
    margin-bottom: 2px;
    line-height: 1.67;
    color: #858585;
    font-size: 1.3em;
    padding: 5px 0 1px
}

.modal-checkout input:not([type=button]),
.modal-checkout select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-size: 1.1em
}

.modal-checkout select {
    cursor: pointer
}

.modal-checkout .group-input>div {
    flex-basis: 50%
}

.modal-checkout .textarea-area span {
    line-height: 1.67;
    padding-top: 10px;
    color: #858585;
    font-size: 1.3em;
    display: inline-block;
    font-weight: 400
}

.modal-checkout .foot {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: baseline;
    flex-wrap: wrap
}

.modal-checkout .foot button {
    flex: 0 0 67%
}

.btn-checked {
    font-size: 1.3em;
    line-height: 1.222;
    padding: 20px 100px 20px 20px;
    border-radius: 8px;
    background-color: #916e4b;
    border: 1px solid #505050;
    color: #fff;
    text-align: center;
    letter-spacing: -.7px;
    position: relative
}

.btn-checked::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%
}

.btn-checked::after {
    position: absolute;
    right: 23px;
    top: 16px;
    font-size: 27px;
    content: "\f00c";
    font-family: fontawesome
}

.modal-checkout textarea {
    resize: none;
    height: 100px
}

.modal-checkout .close-modal {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 10px;
    left: 17px;
    text-decoration: none;
    color: #989898;
    font-size: 23px;
    line-height: 1;
    padding: 5px;
    z-index: 100;
    transform: rotate(45deg)
}

.c-checkout-paymethod {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0
}

.c-checkout-paymethod>li:first-child {
    border-top: none
}

.c-checkout-paymethod>li {
    border-top: 1px solid #efefef
}

.c-checkout-paymethod__item.is-select-mode {
    background-color: #fbffff
}

.c-checkout-paymethod__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 135px 33px 0
}

.c-checkout-paymethod__options {
    border-top: 1px solid #e2f2f4;
    padding: 18px 20px 24px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    position: relative;
    display: none
}

.c-checkout-paymethod__item.is-select-mode+.c-checkout-paymethod__options {
    display: block;
    background-color: #fbffff
}

.c-checkout-paymethod__item.is-select-mode::before {
    color: #916e4b
}

.c-checkout-paymethod__item--cc::before {
    content: "\f09d";
    font-family: fontawesome;
    position: absolute;
    top: 38px;
    right: 86px;
    color: #c6c6c6;
    font-size: 25px
}

.c-checkout-paymethod__item .c-ui-radio {
    position: absolute;
    top: 41px;
    right: 40px
}

.c-ui-radio--primary {
    width: 19px;
    height: 19px
}

.c-ui-radio {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative
}

.c-ui-radio input[type=radio] {
    visibility: hidden;
    position: absolute
}

.c-ui-radio--primary input[type=radio]:checked+.c-ui-radio__check::before {
    width: 15px;
    height: 15px
}

.c-ui-radio input[type=radio]:checked+.c-ui-radio__check::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #916e4b;
    border-radius: inherit
}

.c-checkout-paymethod__title {
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: -.7px
}

.c-checkout-paymethod__title span {
    font-size: .8em;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0
}

.c-checkout-paymethod__providers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -16px -16px 0 0;
    position: relative
}

.c-checkout-paymethod__item.is-select-mode+.c-checkout-paymethod__options .c-checkout-paymethod__providers-arrow {
    background-color: #fbffff
}

.c-checkout-paymethod__providers-arrow {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-left: 1px solid #cbf1f5;
    position: absolute;
    top: -10px;
    right: 100px;
    background-color: #fbffff
}

.c-checkout-paymethod__providers label.is-selected {
    border-color: #cbf1f5;
    background-color: #cbfdff
}

.c-checkout-paymethod__providers label {
    border-radius: 11px;
    background: #fff;
    border: 1px solid #cbf1f5;
    position: relative;
    display: flex;
    height: 64px;
    margin-top: 16px;
    cursor: pointer;
    padding: 10px 57px 10px 20px;
    align-items: center;
    margin-right: 16px
}

.c-checkout-paymethod__providers label .c-ui-radio {
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%)
}

.c-ui-radio__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc
}

.c-checkout-paymethod__source-title {
    display: block;
    font-size: .9em;
    font-weight: 400
}

.c-checkout-paymethod__providers label img {
    margin-right: auto;
    max-height: 50px;
    max-width: 80px
}

.c-checkout-order-summary {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    margin-bottom: 29px
}

.c-checkout-order-summary__item:first-child {
    margin-top: 0
}

.c-checkout-order-summary__item {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    margin-top: 20px
}

.c-checkout-order-summary__header {
    border-radius: 6px;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer
}

.c-checkout-order-summary__header .c-checkout-order-summary__row {
    align-items: baseline
}

.c-checkout-order-summary__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.c-checkout-order-summary__col--post-time {
    font-size: 1.1em;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.c-checkout-order-summary__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 20%;
    flex-grow: 1;
    max-width: unset
}

.c-checkout-order-summary__col span {
    font-size: 1.3em;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    font-weight: 400;
    color: #919191
}

.c-checkout-order-summary__header::after {
    content: "\f078";
    font-family: fontawesome;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #c6c6c6;
    font-size: 20px;
    cursor: pointer
}

.c-checkout-order-summary__content {
    border-radius: 0 0 6px 6px;
    padding: 30px 0;
    display: none
}

.c-checkout-order-summary__content .c-product-box {
    padding: 0 10px;
    width: 23%;
    border: 0
}

.c-checkout-order-summary__content .c-product-box h4 {
    font-size: 1.3em;
    font-weight: 500;
    padding: 10px 0
}

.c-checkout-price-options__container {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    padding: 15px;
    height: 100%;
    min-width: 50%
}

.c-checkout-price-options__header {
    padding-right: 5px;
    margin-bottom: 9px
}

.c-checkout-price-options__header>span:first-of-type {
    font-size: 1.6em;
    line-height: 31px;
    color: #777676;
    font-weight: 600
}

.c-checkout-price-options__row {
    margin-top: 10px
}

.c-checkout-price-options__row input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 60%;
    letter-spacing: -.8px
}

.c-checkout-price-options__content p {
    font-size: 1.4em
}

.c-checkout-price-options__messages {
    width: 100%;
    margin-top: 15px
}

.c-checkout-price-options__message {
    border-radius: 5px;
    padding: 10px 21px;
    position: relative;
    line-height: 22px;
    font-size: .9em;
    font-weight: 400
}

.c-checkout-price-options__message span {
    display: block;
    width: 100%
}

.c-checkout-price-options__message--error {
    background-color: snow;
    border: 1px solid #ffc1c6;
    color: #ef5662
}

.c-checkout-price-options__message--success {
    background-color: #eeffde;
    border: 1px solid #b7ebb7;
    color: #538f0d
}

.c-checkout-alert {
    margin: 20px auto;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 25px 0
}

.c-checkout-alert__icon.failed {
    background-color: rgba(251, 52, 73, .18);
    color: #ff637d
}

.c-checkout-alert__icon.success {
    background-color: #b3e17c;
    color: #4CAF50
}

.c-checkout-alert__icon {
    margin: 0 auto 6px;
    padding: 27px;
    border-radius: 50%;
    width: 95px;
    height: 95px
}

.c-checkout-alert__icon.failed i {
    font-size: 2.929rem;
    line-height: 1.073;
    transform: rotate(45deg)
}

.btn-order-traking::after,
.btn-payment::after {
    transform: translateY(-50%);
    font-family: fontawesome
}

.c-checkout-alert__icon.success i {
    font-size: 4em;
    line-height: 1.073
}

.c-checkout-alert__title h4 {
    color: #737373;
    font-size: 1.8em;
    line-height: 2;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 10px
}

.c-checkout-alert__content {
    text-align: center;
    font-weight: 400;
    line-height: 1.5
}

.c-checkout-alert__content p {
    font-size: 1.071rem;
    line-height: 1.67;
    color: #7d7d7d;
    text-align: center
}

.c-checkout-alert__content--failed {
    color: #fb3449
}

.c-checkout-alert__content--success {
    color: green
}

.c-checkout-alert__content--small {
    font-size: .857rem;
    line-height: 2.08
}

.c-checkout-alert__highlighted--success {
    color: #916e4b;
    background-color: #ebfdff
}

.c-checkout-alert__highlighted {
    border-radius: 8px;
    padding: 3px 5px 0;
    margin: 0 5px;
    font-weight: 700;
    font-size: 1.1em
}

.btn-container {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-top: 10px
}

.payment-methods {
    padding: 0
}

.btn-payment {
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 80px 15px 15px;
    border-radius: 8px;
    background-color: #916e4b;
    border: 1px solid #505050;
    color: #fff;
    text-align: right;
    letter-spacing: -.6px;
    position: relative
}

.btn-payment--large {
    padding: 15px 130px;
    text-align: center
}

.btn-payment::before {
    width: 85px;
    height: 85px;
    position: absolute;
    right: -20px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%
}

.btn-payment::after {
    content: "\f09d";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.048
}

.c-checkout-details {
    margin: 20px auto;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 40px 40px 40px 44px;
    background: #fff;
    overflow: hidden
}

.c-checkout-details__title {
    font-size: 1.5rem;
    line-height: 1.048;
    font-weight: 600;
    letter-spacing: -.7px
}

.c-checkout-details__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    justify-content: space-between
}

.c-checkout-details__col--text {
    flex: 0 0 70%;
    line-height: 1.5;
    font-weight: 400
}

.c-checkout-details__title p {
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 500;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0
}

.c-checkout-details .text-highlight--error {
    color: #fb3449;
    background-color: #fff1f2
}

.c-checkout-details .text-highlight--ok {
    background-color: #b3e17c;
    color: #4CAF50
}

.c-checkout-details .text-highlight {
    padding: 4px 6px;
    margin: 0 3px;
    border-radius: 8px;
    font-size: 1em
}

.c-checkout-details__col--text .btn-link-spoiler {
    font-size: 1em
}

.c-checkout-details__col--button {
    flex: 0 0 30%;
    text-align: left
}

.btn-order-traking {
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 130px 15px 100px;
    border-radius: 8px;
    background-color: #916e4b;
    border: 1px solid #505050;
    color: #fff;
    text-align: right;
    letter-spacing: -.6px;
    position: relative
}

.btn-order-traking--gray {
    background-color: #7a7a7a;
    border-color: #7a7a7a
}

.btn-order-traking::before {
    width: 85px;
    height: 85px;
    position: absolute;
    right: -20px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
    overflow: hidden
}

.c-checkout-orders-table,
.c-checkout-table {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05)
}

.btn-order-traking::after {
    content: "\f290";
    position: absolute;
    right: 17px;
    top: 50%;
    font-size: 28px;
    line-height: 22px
}

.c-checkout-details__col--table {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.c-checkout-table {
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.c-checkout-table__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1
}

.c-checkout-table__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    padding: 20px 30px
}

.c-checkout-table__col p {
    font-size: 1.6em;
    line-height: 1.222;
    letter-spacing: -.5px;
    color: #737373
}

.c-checkout-table__col span.red {
    color: #f63b4f;
    font-size: 1.1em
}

.c-checkout-table__col span.green {
    color: #4CAF50;
    font-size: 1.1em
}

.c-checkout-table__col span {
    font-size: 1.6em;
    font-weight: 400
}

.c-checkout-table__row:nth-of-type(2n+1) {
    background-color: #fafafa
}

.c-checkout-table__row:first-of-type {
    background-color: #ededed!important
}

.c-checkout-table__col.full-col {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.c-checkout-orders-table {
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.c-checkout-orders-table__row {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    padding: 10px
}

.c-checkout-orders-table__row:first-of-type {
    background-color: #ededed!important;
    font-weight: 400
}

.c-checkout-orders-table__row:nth-of-type(2n+1) {
    background-color: #fafafa
}

.c-checkout-orders-table__row>div {
    flex-basis: 8%;
    border-left: 1px solid #f1f1f1
}



#quantity-error:hover~.c-checkout__quantity-error {display: block !important;}



a:-webkit-any-link {
    /*color: unset;*/
    cursor: pointer;
    text-decoration: unset;
}

@media only screen and (max-width: 872px) {
    .main-cart .c-checkout-aside {
        margin: 0;
        width: max-content;
    }
    .c-checkout{
        width: max-content;
    }
}





.private-info--row,
.wishlit-item {
    border-bottom: 1px solid #f1f1f1;
    display: flex
}

.private-info--row {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.private-info--col:first-child {
    border-right: none
}

.private-info--col {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #f1f1f1;
    padding: 20px 30px
}

.private-info--col .col-title {
    font-size: 1.5em;
    line-height: 1.158;
    letter-spacing: -.5px;
    color: #aeabab;
    font-weight: 500;
    padding-bottom: 13px
}

.private-info--col .col-value {
    font-size: .929rem;
    line-height: 1.692;
    letter-spacing: -.3px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #7d7c7c;
    overflow: auto
}
.user-modal .order,
.user-modal .profile {
    color: #4a4a4a;
    font-size: 1.4em;
    line-height: 40px;
    display: block;
    margin-left: -15px;
    margin-right: -15px
}

.user-modal .order:hover,
.user-modal .profile:hover {
    background-color: #f4f4f4
}
.profile-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 17px
}

.profile-page .o-page__aside {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 19px;
    flex: 0 0 20%
}

.c-profile-aside {
    position: sticky;
    top: 10px
}

.c-profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede
}

.c-profile-box__header {
    position: relative;
    /*background-color: #916e4b;*/
    height: 47px
}

.c-profile-box__avatar {
    width: 54px;
    height: 54px;
    background: 50% no-repeat #fff;
    background-size: contain;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden
}

.c-profile-box__btn-edit {
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff
}

.c-profile-box__btn-edit::before {
    content: "\f044";
    font-family: fontawesome;
    font-size: 9px;
    color: #909090;
    position: absolute;
    left: 3px;
    top: 3px
}

.c-profile-box__username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.5px
}

.c-profile-box__tabs {
    display: flex;
    /*border-top: 1px solid #f1f1f1;*/
    /*background-color: #fcfcfc;*/
    min-height: 47px;
    text-align: center
}

.c-profile-box__tab:first-child {
    border-left: 1px solid #ebebeb
}

.c-profile-box__tab {
    flex: 0 0 50%;
    padding: 23px 10px 0;
    font-weight: 400;
    letter-spacing: -.3px;
    font-size: 1.3em;
    line-height: 2;
    color: #7b7b7b;
    position: relative
}

.c-profile-box__tab--access::before {
    content: "\f023";
    font-family: fontawesome;
    font-size: 17px;
    top: 8px
}

.c-profile-box__tab::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%)
}

.c-profile-box__tab--sign-out::before {
    content: "\f14d";
    font-family: fontawesome;
    font-size: 13px;
    top: 3px
}

.c-profile-menu {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px
}

.c-profile-menu__header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    font-size: .929rem;
    line-height: 1.692
}

.c-profile-menu__url.is-active,
.c-profile-menu__url:hover {
    background-color: #f6ffff;
    color: #009ec9
}

.c-profile-menu__url {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 53px 12px 0;
    color: #5b5b5b;
    font-weight: 400
}

.c-profile-menu__url::before {
    position: absolute;
    color: #c7c7c7;
    font-family: fontawesome;
    font-size: 16px;
    top: 11px;
    right: 25px
}

.c-message-light,
.c-profile-recent-fav,
.o-headline,
.private-info--table {
    position: relative
}

.c-profile-menu__url--dashboard::before {
    content: "\f109"
}

.c-profile-menu__url--orders::before {
    content: "\f290"
}

.c-profile-menu__url--return::before {
    content: "\f04e"
}

.c-profile-menu__url--wishlist::before {
    content: "\f005"
}

.c-profile-menu__url--comments::before {
    content: "\f075"
}

.c-profile-menu__url--gifts::before {
    content: "\f06b"
}

.c-profile-menu__url--address::before {
    content: "\f2b9"
}

.c-profile-menu__url--notif::before {
    content: "\f0f3"
}

.c-profile-menu__url--notification::before {
    content: "\f0e0"
}

.c-profile-menu__url--personal::before {
    content: "\f2c2"
}

.c-profile-menu__url.is-active::before,
.c-profile-menu__url:hover::before {
    color: inherit
}

.profile-page .o-page__content {
    padding-left: 0;
    padding-right: 22px;
    flex: 0 0 79%
}


/* wellcome */
.c-account-box__message-icon {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
    content: "";
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: 50% 50% no-repeat rgb(235, 255, 222);
}
.c-account-box__message-icon--register-success {
    background-image: url(../images/0085e4ce.svg);
    background-size: 78px 73px;
    background-position: 38px 35px;
}
.c-account-box__message h3 {
    margin-bottom: 20px;
    color: rgb(68, 68, 68);
    font-size: 1.7em;
    line-height: 1.158;
    font-weight: 400;
}
.c-account-box__message p {
    font-size: 1.4em;
    line-height: 2;
    color: rgb(114, 114, 114);
    margin-bottom: 15px;
    font-weight: 300;
}
.c-account-box__message a {
    margin: 0 0 15px;
}
.account-box button:not(.close) {
    overflow: hidden;
    padding: 13px;
    padding-right: 50px;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.222;
    border-radius: 8px;
    background-color: #671666;
    border: 1px solid #716e4b;
    color: #fff;
    overflow: hidden;
    letter-spacing: -.6px;
    position: relative;
    margin-bottom: 12px;
}
.account-box button:not(.close):before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -35px;
    top: -20px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
    transition: .3s all ease-out;
}
.account-box button:hover:before{
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}
.account-box button i {
    position: relative;
    right: -30px;
}
.additionalinfo {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    padding: 35px;
    font-size: 1.4em;
}
.additionalinfo .form-row{
    padding-top: 20px;
}
.additionalinfo h4 {
    font-weight: 300;
    font-size: 1.5em;
}
.additionalinfo input:not([type="checkbox"]){
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 1em;
    line-height: 1.571;
    padding: 11px 12px;
    width: 40%;
    letter-spacing: -.8px;
}
.additionalinfo label{
    margin-left: 25px;
    font-size: 1.2em;
    width: 18%;
}
.form-row span{
    font-size: 1em;
    padding-right: 5px;
}
.additionalinfo button {
    margin-top: 25px;
}
.phone-verification {
    background-color: #ffbf3d;
    border-radius: 16px;
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    letter-spacing: -.5px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
}
.log-reg-has-notif:after {
    background-color: #ffbf3d;
    content: "";
    border-radius: 50%;
    height: 11px;
    width: 11px;
    position: absolute;
    right: -22px;
    top: 15px;
}
.log-reg-has-notif:before {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    content: "";
    background-color: #ffe5b1;
    position: absolute;
    right: -29px;
    top: 8px;
    animation-name: Abc;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes Ab{0%{width:11px;height:11px}to{width:25px;height:25px}}

.tag span , .tag {font-size: .9em;margin: 0;padding-right: 0;margin-top: 0 !important;}

div.tagsinput {
    width: 200px;
}
#advanteges_tagsinput .tag{
    background-color: #edf6f7;
    color: #3a8c96;
    border: none;
}
#disadvanteges_tagsinput .tag{
    background-color: #fff3f4;
    color: #fb3449;
    border: none;
}
.c-form-comment__questions {
    padding: 26px 36px;
    border-radius: 11px;
    background-color: #fbfbfb;
}
.c-form-comment__questions ul {
    list-style: none;
    padding: 0;
    margin-right: -15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.c-form-comment__questions ul li {
    display: inline-block;
    margin-right: 22px;
    padding-right: 16px;
    position: relative;
}
.c-form-comment__questions ul li input {
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
}
.comment-new form label { font-size: 1.3em; }

.vhidden {visibility: hidden;}
.add-answer-btn {cursor: pointer;user-select: none;}

.survey-modal , .social-share-modal{
    display: none;
    background-color: #fff;
    margin: 0 auto;
    position: fixed;
    top: 15%;
    right: 22%;
    width: 51%;
    z-index: 9999;
    overflow: auto;
}
.survey-modal .content , .social-share-modal .content{
    display: flex;
}
.c-remodal-pricing__aside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 46%;
    max-width: 46%;
    padding: 20px 30px;
}
.c-remodal-pricing__content {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 54%;
    max-width: 54%;
    background: #fcfcfc;
    padding: 42px 15px 0 26px;
}
.c-remodal-feedback__title-img, .c-remodal-pricing__title-img {
    color: #565656;
    font-size: 1.8em;
    line-height: 1.294;
    letter-spacing: -.4px;
}
.c-remodal-pricing__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 30px 0;
    position: relative;
}
.c-form-pricing__title {
    margin-bottom: 8px;
    color: #565656;
    font-size: 1.5em;
    line-height: 1.467;
    letter-spacing: -.3px;
    font-weight: 400;
}
.survey-modal input:not([type=radio]) {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    margin-bottom: 20px;
}
.survey-modal ul{
    display: inline-flex;
    font-size: 1.4em;
    margin-bottom: 20px;
}
.survey-modal li{
    padding-left: 20px;
}
.c-gallery__option-result {
    position: absolute;
    top: 0;
    right: 120%;
    transform: translateX(10px);
    height: 95%;
    padding: 12px 27px 12px 23px;
    background-color: #f5f5f5;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    color: #565656;
    white-space: nowrap;
    border-radius: 8px 0 0 8px;
    z-index: 5;
    display: none;
    animation: Kb .3s ease-in-out;
}
.c-ui-url__field {
    background: none;
    border: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 1.5em;
    line-height: 1.294;
    padding: 17px 12px 16px 54px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
}
.c-remodal-share__aside {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 43%;
    max-width: 43%;
    padding: 15px 30px;
}
.c-remodal-share__content {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 57%;
    max-width: 57%;
    background: #fcfcfc;
    padding: 46px 21px 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.c-remodal-share__aside, .c-remodal-share__content {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.c-remodal-share__title-ilu {
    font-size: 1.7em;
    line-height: 1.294;
    letter-spacing: -.4px;
    color: #565656;
    font-weight: 400;
}
.c-remodal-share__ilu {
    height: 389px;
    position: relative;
}
.c-remodal-share__ilu:before {
    content: "\f1e0";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 196px;
    color: #e0e0e0;
} /* www.hinet.co */
.c-form-share__title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 1.5em;
    line-height: 1.571;
    letter-spacing: -.3px;
    font-weight: 400;
}
.c-form-share ul li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 25px;
}



.profile-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 17px
}

.profile-page .o-page__aside {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 19px;
    flex: 0 0 20%
}

.c-profile-aside {
    position: sticky;
    top: 10px
}

.c-profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 2px solid #9c5739;
    border-radius: 128px 128px 0px 0px;
}

.c-profile-box__header {
    position: relative;
    /*background-color: #916e4b;*/
    height: 47px
}

.c-profile-box__avatar {
    width: 54px;
    height: 54px;
    background: 50% no-repeat #fff;
    background-size: contain;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden
}

.c-profile-box__btn-edit {
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff
}

.c-profile-box__btn-edit::before {
    content: "\f044";
    font-family: fontawesome;
    font-size: 9px;
    color: #909090;
    position: absolute;
    left: 3px;
    top: 3px
}

.c-profile-box__username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.5px
}

.c-profile-box__tabs {
    display: flex;
    /*border-top: 1px solid #f1f1f1;*/
    /*background-color: #fcfcfc;*/
    min-height: 47px;
    text-align: center
}

.c-profile-box__tab:first-child {
    border-left: 1px solid #ebebeb
}

.c-profile-box__tab {
    flex: 0 0 50%;
    padding: 23px 10px 0;
    font-weight: 400;
    letter-spacing: -.3px;
    font-size: 1.3em;
    line-height: 2;
    color: #7b7b7b;
    position: relative
}

.c-profile-box__tab--access::before {
    content: "\f023";
    font-family: fontawesome;
    font-size: 17px;
    top: 8px
}

.c-profile-box__tab::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%)
}

.c-profile-box__tab--sign-out::before {
    content: "\f14d";
    font-family: fontawesome;
    font-size: 13px;
    top: 3px
}

.c-profile-menu {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px
}

.c-profile-menu__header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    font-size: .929rem;
    line-height: 1.692
}

.c-profile-menu__url.is-active,
.c-profile-menu__url:hover {
    background-color: #f6ffff;
    color: #009ec9
}

.c-profile-menu__url {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 53px 12px 0;
    color: #5b5b5b;
    font-weight: 400
}

.c-profile-menu__url::before {
    position: absolute;
    color: #c7c7c7;
    font-family: fontawesome;
    font-size: 16px;
    top: 11px;
    right: 25px
}

.c-message-light,
.c-profile-recent-fav,
.o-headline,
.private-info--table {
    position: relative
}

.c-profile-menu__url--dashboard::before {
    content: "\f109"
}

.c-profile-menu__url--orders::before {
    content: "\f290"
}

.c-profile-menu__url--return::before {
    content: "\f04e"
}

.c-profile-menu__url--wishlist::before {
    content: "\f005"
}

.c-profile-menu__url--comments::before {
    content: "\f075"
}

.c-profile-menu__url--gifts::before {
    content: "\f06b"
}

.c-profile-menu__url--address::before {
    content: "\f2b9"
}

.c-profile-menu__url--notif::before {
    content: "\f0f3"
}

.c-profile-menu__url--notification::before {
    content: "\f0e0"
}

.c-profile-menu__url--personal::before {
    content: "\f2c2"
}

.c-profile-menu__url.is-active::before,
.c-profile-menu__url:hover::before {
    color: inherit
}

.profile-page .o-page__content {
    padding-left: 0;
    padding-right: 22px;
    flex: 0 0 79%
}

.c-message-light {
    font-size: .8rem;
    padding: 15px 32px;
    border-radius: 5px;
    line-height: 22px;
}

.o-page__content .c-message-light:first-child {
    margin-bottom: 20px
}

.c-message-light--info {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731
}

.c-message-light__justify {
    display: flex;
    justify-content: space-between;
    align-items: center
}


.bdate-select select{ width: 10% !important; margin-left: 10px}

.wishlist-item-content .title,
.wishlist-item-info .price {
    font-size: 1.5em;
    font-weight: 500
}

.wishlist-wrapper .wishlist-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wishlist-list .wishlist-item {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(50% - 10.5px);
    padding: 30px 0 20px;
    background-color: #fff;
    margin-bottom: 15px
}

.wishlist-item-thumb {
    flex: 0 0 36%;
    padding: 0 40px 0 20px;
    height: 100%;
    text-align: center;
    position: relative
}

.wishlist-item-thumb .fa-plus {
    transform: rotate(45deg)
}

.wishlist-item-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0 0;
    flex-basis: 58%
}

.wishlist-item-content .wishlist-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.wishlist-item-info .price {
    color: #fb3449
}

.wishlist-item-content .btn-primary {
    font-size: 1.3em
}

.c-profile-wishlist__list-item-remove {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #999;
    cursor: pointer
}


.c-table-orders {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 5px
}

.c-table-orders__show-more {
    line-height: 45px;
    letter-spacing: -.4px;
    color: #535353;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    display: block;
    transition: background-color .3s ease-in-out;
    font-weight: 400
}

.c-table-orders__body .table-row>div,
.c-table-orders__head--highlighted>div {
    letter-spacing: .2px;
    font-size: 1.4em;
    line-height: 1.692;
    min-height: 45px;
    text-align: center
}

.c-table-orders__show-more:hover {
    background-color: #e5e5e5
}

.c-table-orders__head--highlighted {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #85b3be;
    border-right-color: #85b3be
}

.c-table-orders__head--highlighted>div {
    font-weight: 500;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-basis: 12%
}

.c-table-orders__body .table-row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #f2f2f2;
    justify-content: space-between;
    align-items: center
}

.c-table-orders__body .table-row>div {
    font-weight: 400;
    flex-basis: 12%;
    color: #7e7e7e;
    padding: 15px 10px;
    transition: .3s all;
    user-select: none
}

.c-table-orders__body .table-row:hover div:last-child {
    background-color: #eaeaea
}

.c-table-orders__body .table-row>div:last-child {
    cursor: pointer
}

.c-table-orders__body .table-row>div:last-child a {
    display: block
}

.c-table-orders__payment-status--ok {
    color: #46a651;
    font-size: 1em;
    font-weight: 400
}

.c-table-orders__body .table-row:nth-child(2n) {
    background-color: #fbfbfb
}

.modal-avatar__content {
    display: none;
    padding: 20px 35px 40px;
    background-color: #fff;
    margin: 0 auto;
    position: fixed;
    top: 2%;
    right: 22%;
    width: 60%;
    z-index: 9999;
    overflow: auto
}

.c-remodal-avatar__title {
    color: #656565;
    font-size: 1.5em;
    line-height: 1.294;
    font-weight: 700;
    margin-bottom: 35px
}

.c-profile-avatars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 87%;
    margin: 0 auto;
    height: 50vh
}

.c-profile-avatars__item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer
}

.remodal-close {
    position: absolute;
    top: 10px;
    left: 17px;
    display: block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none;
    color: #989898;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 23px;
    line-height: 1;
    padding: 5px;
    z-index: 100
}

.c-profile-return__box {
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    border-radius: 5px;
    background: #fff;
    margin-top: 21px;
    padding: 20px
}

.c-profile-empty,
.profile-address-card {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}

.c-profile-return form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: #737373;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467
}

.c-profile-return__box form>div {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto;
    justify-content: space-between
}

.c-profile-return__box input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #acacac;
    color: #717171;
    line-height: 1.571;
    padding: 11px 12px;
    width: 83%;
    letter-spacing: -.8px
}

.btn-cart,
.btn-primary {
    font-size: 1.071rem;
    line-height: 1.467;
    border-radius: 8px;
    background-color: #916e4b;
    border: 1px solid #505050;
    padding: 11px 31px;
    color: #fff
}

.c-profile-return__box .c-message>p {
    font-size: .9em;
    font-weight: 500
}

