/* Оформление заказа */
#onePageCheckOut .uk-panel .form-group {
    margin-top: 0px !important;
}
h3.cartOrderNum {
    margin: 0;
    font-size: 18px;
}

h1.opcTitle {
    font-family: 'Montserrat';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    color: #091521;
}

.clientData {
    display: flex;
    flex-direction: column;
}

.opcRegion {
    order: 1;
}

.opcDelivery {
    order: 2;
}

.opcPayment {
    order: 3;
}

.opcRecipient {
    order: 4;
}

.opcComments {
    order: 5;
}

.opsBlockTitle {
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #091521;
}

h3.opsBlockTitle span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    background: #091521;
    color: #fff;
    margin-right: 12px;
}

.opsBlockTitle {
    margin-bottom: 16px;
    margin-top: 30px;
}
.opcDelivery .opsBlockTitle {
    margin-bottom: 0;
}

#table_shippings label,
#table_payments label,
#onePageCheckOut .form-group {
    margin-bottom: 16px;
}

#onePageCheckOut .form-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #091521;
}

#onePageCheckOut .form-label span {
    color: #E10B53;
}

#onePageCheckOut select,
#onePageCheckOut input[type="text"],
#onePageCheckOut input[type="email"] {
    height: 48px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    border: 0px;
    box-sizing: border-box;
    padding: 0 15px;
    /* /* font-family: 'PT Root UI'; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

input[name="cjd_type"],
input[name="sh_pr_method_id"],
input[name="payment_method"],
input[name="delivery_services"] {
    display: none;
}

.shLabelWr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

.shLabelData {
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 12px 16px 16px 16px;
}

input[name="cjd_type"]:checked+label .shLabelWr,
input[name="delivery_services"]:checked+label .shLabelWr,
input[name="sh_pr_method_id"]:checked+label .shLabelWr,
input[name="payment_method"]:checked+label .shLabelWr {
    /*background: linear-gradient(86.53deg, #FB941B 0%, #ED1F73 100%); */
    background: #89bef3;
}

input[name="cjd_type"]:checked+label .shLabelData,
input[name="delivery_services"]:checked+label .shLabelData,
input[name="sh_pr_method_id"]:checked+label .shLabelData,
input[name="payment_method"]:checked+label .shLabelData {
    background: #fff;
}

#deliveryServiceList .shipping_form {
    display: none;
}

#deliveryServiceList .shipping_form.shipping_form_active {
    display: block;
}

.shName {
    /* /* font-family: 'PT Root UI'; */
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #091521;
}

.shipping_descr {
    /* /* font-family: 'PT Root UI'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #707070;
}

.shipping_descr p:last-child {
    margin-bottom: 0;
}

.opcRecipient input[name="delivery_adress"] {
    display: none;
}

.opcComments .opsBlockTitle {
    color: #004ED6;
}

.opcComments .opsBlockTitle span.commdesc {
    /* /* font-family: 'PT Root UI'; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #707070;
    width: auto;
    background: transparent;
}

textarea[name="order_add_info"] {
    height: 74px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    border: 0px;
    box-sizing: border-box;
    padding: 15px;
    /* /* font-family: 'PT Root UI'; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.opcComments .uk-accordion-title:before {
    display: none;
}


/* mini cart на странице оформления заказа*/

.clientMiniCartData {
    padding: 24px 32px;
    background: #fff;
    border-radius: 8px;
}

.miniCartItem {
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px #DCDCDC solid;
}

.miniCartItem .miniCartItemImage {
    width: 80px;
}

.miniCartItem .miniCartItemData {
    /*width: calc(100% - 90px); */
}

.clientMiniCartData .opsBlockTitle {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.clientMiniCartData .opsBlockTitle a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #004ED6;
}

.mciName a {
    /* /* font-family: 'PT Root UI'; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #707070;
}

.mciCollection {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #091521;
    /* margin-bottom: 12px; */
}

.list_attribute {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list_attribute p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #707070;
    margin: 0 5px 0 0;
}

.mciPriceCount {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    color: #091521;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
}

.mciPrice {
    font-weight: 700;
}

.mciProducts,
.mciDiscount,
.mciDelivery,
.mciPack,
.mciPay,
.mciTotal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* /* font-family: 'PT Root UI'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #091521;
    margin-bottom: 8px;
}

.mciProductsSumm,
.mciDiscountSumm,
.mciDeliverySumm,
.mciPackSumm,
.mciPaySumm,
.mciTotalSumm {
    font-weight: 700;
}

.mciDiscountSumm {
    color: #E10B53;
}

.mciTotal {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px #DCDCDC solid;
}

.mciTotalSumm {
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
}

.hasError {
    border: 1px #E10B53 solid !important;
}

.isHidden {
    display: none;
}

#mxcpr { display: none !important; }

#depList, #arrivalList {
    position: absolute;
    z-index: 2;
    width: 100%;
    border: 1px #ccc solid;
    background: #fff;
    border-top: 1px #ccc dotted;
    top: 44px;
    box-sizing: border-box;
}
#depList ul, #arrivalList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#depList ul li, #arrivalList ul li {
    padding: 10px 15px;
    cursor: pointer;
    color: #004ED6;
}
#depList ul li:hover,
#depList ul li:focus,
#arrivalList ul li:hover,
#arrivalList ul li:focus {
    text-decoration: underline;
    background-color: #e1e1e1;
}

#depList ul.emptyData li, #arrivalList ul.emptyData li {
    color: #444;
}
#depList ul.emptyData li:hover, #arrivalList ul.emptyData li:hover,
#depList ul.emptyData li:focus, #arrivalList ul.emptyData li:focus {
    background-color: transparent;
    text-decoration: none;
}

#orderNowBtn {
    cursor: pointer;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 8px;
    /* background: linear-gradient(86.53deg, #FB941B 0%, #ED1F73 100%); */
    background: #c52423;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    border: 0;
}

#orderNowBtn span {
    display: inline-flex;
    width: 18px;
    height: 18px;
    background: url('../images/icons/order-now.svg') center center no-repeat;
    background-size: 18px;
    margin-right: 16px;
}

#orderNowBtn:hover,
#orderNowBtn:focus {
    background: #D4084C;
    text-decoration: none;
}

.opsBlockTitle a.uk-accordion-titles {
    color: #1e87f0;
}

.uk-margin-top-none {
    margin-top: 0 !important;
}

#shipping_form_20 {
    flex-wrap: wrap;
}

/* cart */
.cartItem {
    padding: 24px;
    margin: 0 0 32px 0;
    background: #EFF5FF;
    border-radius: 8px;
    box-sizing: border-box;
}
@media (max-width: 640px) {
    .cartItem {
        flex-wrap: wrap;
    }
}
.cartItemInfo {
    padding: 0 32px;
}

.cartItemTitle {
    /* font-family: 'PT Root UI'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.cartItemTitle a {
    color: #091521;
}

.cartItemTitle span {
    color: #707070;
    margin-left: 50px;
}

.cartItemCollection {
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    color: #091521;
    margin: 0;
}

.cartItemAttrName {
    /* font-family: 'PT Root UI'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #707070;
}

.cartItemAttrValue {
    /* font-family: 'PT Root UI'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #091521;
}

.cartItemBtn {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cartItemPrice {
    /* font-family: 'PT Root UI'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #707070;
    margin-bottom: 8px;
}

.cartItemSum {
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    color: #091521;
}

.cartItemBtnInWr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 52px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 24px;
}

.cartItemBtnLegend {
    width: 100%;
    /* font-family: 'PT Root UI'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.cartItemBtnInWr .cart-minus,
.cartItemBtnInWr .cart-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 32px;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.7;
}

.cartItemBtnInWr .cart-minus {
    border-right: 1px #dcdcdc solid;
    border-radius: 8px 0 0 8px;
    background: #fff url('../images/icons/cart-minus.svg') center center no-repeat;
}

.cartItemBtnInWr .cart-plus {
    border-left: 1px #dcdcdc solid;
    border-radius: 0 8px 8px 0;
    background: #fff url('../images/icons/cart-plus.svg') center center no-repeat;
}

.cartItemBtnInWr .cart-minus:hover,
.cartItemBtnInWr .cart-plus:hover,
.cartItemBtnInWr .cart-minus:focus,
.cartItemBtnInWr .cart-plus:focus {
    opacity: 1;
}

.cartItemBtnInWr input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 32px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    outline: none;
}

.cartItemImage {
    position: relative;
}

a.cartItemDelete {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.8) url('../images/icons/cart-delete.svg') center center no-repeat;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: .7;
    background-size: 20px;
}

a:hover.cartItemDelete,
a:focus.cartItemDelete {
    opacity: 1;
}

.cartTotal {
    background: #2e2e2e;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 32px;
}

.cartTotalDiscountChk {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 8px;
    background: #e8f0fe;
    position: relative;
    overflow: hidden;
}

.cartTotalDiscountChk input,
.cartTotalDiscountChk input:hover,
.cartTotalDiscountChk input:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #e8f0fe;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

.cartTotalDiscountChk button,
.cartTotalDiscountChk button:hover,
.cartTotalDiscountChk button:focus {
    /* font-family: 'PT Root UI'; */
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    color: #004ED6;
    border: 0;
    background: #e8f0fe;
    cursor: pointer;
}
.cartTotalDiscountChk button svg {
    fill: #004ED6;
}
.cartTotalDiscountChk button:hover svg,
.cartTotalDiscountChk button:focus svg {
    fill: #268811;
}
.cartTotalGoods,
.cartTotalDiscount,
.cartTotalSumm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-family: 'PT Root UI'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
}

.cartTotalGoods .ctgSum {
    font-weight: 700;
}

.cartTotalDiscount {
    margin-top: 8px;
    padding-bottom: 24px;
    border-bottom: 1px #929DAB solid;
}

.cartTotalDiscount .ctgSum {
    font-weight: 700;
    color: #E10B53;
}

.cartTotalSumm {
    padding-top: 24px;
    margin: 0;
}

.cartTotalSumm .ctgSum {
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    color: #fff;
}

.cartCouponUsed {
    /* font-family: 'PT Root UI'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #091521;
}

.cartCouponUsed span {
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #E10B53;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#orderNowBtn {
    cursor: pointer;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 8px;
    /* background: linear-gradient(86.53deg, #FB941B 0%, #ED1F73 100%); */
    background: #c52423;
    color: #fff;
    /* font-family: 'PT Root UI'; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    border: 0;
}

#orderNowBtn span {
    display: inline-flex;
    width: 18px;
    height: 18px;
    background: url('../images/icons/order-now.svg') center center no-repeat;
    background-size: 18px;
    margin-right: 16px;
}

#orderNowBtn:hover,
#orderNowBtn:focus {
    background: #D4084C;
    text-decoration: none;
}