.checkout-simplecheckout .header__nav.js--mobile-nav {
    display: none;
}

.checkout-simplecheckout .simplecheckout-block {
    background: #F8F8F8;
    padding: 24px;
    margin-bottom: 32px;
}

.checkout-simplecheckout .simplecheckout-block.gift {
    background: transparent;
    padding: 0 0 12px;
    border: 1px solid #E4E4E4;
}

.checkout-simplecheckout .simplecheckout-block.gift.addeted {
    padding: 0;
    margin-bottom: 20px;
}

.addeted .gift__top {
    padding: 15px;
    margin-bottom: 0;
}

.checkout-simplecheckout .checkout-heading {
    color: #000 !important;
    background: transparent !important;
    font: 700 1rem/2.4 "Open Sans", Arial, sans-serif !important;
}

.centered{
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift .cart-simple__item .total{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px; /* 125% */
    letter-spacing: 0.064px;
    text-decoration-line: line-through;
}

.gift__top {
    background: #385CC7;
    padding: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: center;
}
.addeted .gift__top {
    background: #33A47B;
}
.gift__top p{
    margin-left: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: white;

}

.checkout-simplecheckout .form-control {
    background: #fff;
}

.mb-6 {
    margin-bottom: 24px;
}

.checkout-simplecheckout .cart-simple {
    margin: 0;
}

.checkout-simplecheckout .simplecheckout-cart-total {
    justify-content: space-between;
    padding: 0;
    text-align: left;

}

.checkout-simplecheckout .simplecheckout-button-right {
    float: none;

}

.checkout-simplecheckout .simplecheckout-cart-total:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid #FFF !important;
}

.checkout-simplecheckout .checkout-heading .order__first-step__title .count,
.checkout-simplecheckout .checkout-heading .order__second-step__title .count {
    display: none !important;
}

#simplecheckout_shipping_address .simplecheckout-block-content label,
#simplecheckout_customer .simplecheckout-block-content label,
.simpleregister .simplecheckout-block-content label {
    display: none !important;
    /* margin-bottom: 10px; */
}

/* #simplecheckout_shipping_address .simplecheckout-block-content .row-shipping_address_coonect label {
    display: block !important;
} */

.row-customer_field22 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

label[for="customer_field22"] {
    margin-left: 10px !important;
}

#simplecheckout_customer .simplecheckout-block-content .row-customer_field22 .checkbox span {
    display: none !important;
}

#simplecheckout_customer .simplecheckout-block-content .row-customer_field22 label {
    display:block !important;
}

#simplecheckout_shipping {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#simplecheckout_shipping_address {
    margin-top: -12px !important;
    padding-top: 25px !important;
}

#simplecheckout_cart22 .inputs input,
#simplecheckout_cart22 .inputs {
    max-width: 271px;
    width: 100%;
}

.simplecheckout-cart-total:after {
    content: none !important;
}

.simplecheckout-cart-total-qa {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.read-text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.048px;
    margin-bottom: 16px;
}

.read-text a {
    color: #000;
    text-decoration-line: underline;
}

.simplecheckout-cart-total-btn span{
    padding-right: 8px;
}
.simplecheckout-cart-total-btn {
    background: #009AD7;
    color: white;
    width: 128px;
    text-align: center;
    outline: none !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.048px;
    text-transform: uppercase;
    border: none !important;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cust-radio:not(:last-child) {
    margin-bottom: 12px;
}

.cust-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

.simplecheckout-block-content label,
.simplecheckout-cart-total span b {
    font-size: 14px;
}

.cust-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cust-radio .checkma {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
}

.cust-radio .checkma:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-radio input:checked ~ .checkma {
    background-color: #2196F3;
    border: 1px solid #2196F3;

}

.cust-radio input:checked ~ .checkma:after {
    display: block;
}

.cust-radio .checkma:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#simplecheckout_comment textarea {
    resize: none;
    padding-top: 14px;
    padding-bottom: 14px;
    height: 108px;
}

.cart-simple__item {
    display: flex;
}

.cart-simple__item .product-link {
    font: 600 1rem/1.25 "Open Sans", Arial, sans-serif;
    display: block;
    text-transform: uppercase;
    padding-right: 15px;
    margin-bottom: 12px;
    color: #000;
}

.cart-simple__item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid #FFF;
}

.cart-simple__item .total {
    color: #009AD7;
    text-align: right;
    font: 700 1.5rem/1 "Open Sans", Arial, sans-serif !important;
    line-height: 20px; /* 125% */
    letter-spacing: 0.064px;
}

.cart-simple__item .img img,
.cart-simple__item .img {
    flex: 0 0 76px;
    max-width: 76px;
    width: 100%;
}

.cart-simple__item .where-all {
    flex: 1;
    padding: 0 10px;
}

.cart-simple__item .delete-btn {
    flex: 0 0 24px;
    max-width: 24px;
    width: 100%;
}

.where-all .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clear-btn {
    padding: 0 !important;
    outline: none !important;
    border: none !important;
    cursor: pointer;
    background: transparent !important;
}

.cart-simple {
    margin-bottom: 20px;
}

.checkout-simplecheckout .header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clear-btn .quantity-minus,
.clear-btn .quantity-plus {
    display: flex;
    align-items: center;
}

#simplecheckout_cart .cart-simple .form-control {
    border: 1px solid #DFDFDF;
    background: #FFF;
    min-width: auto !important;
    width: 40px;
    flex: 0 0 40px;
    text-align: center;
    padding: 0;
    margin: 0 10px !important;
}


@media only screen  and (max-width: 767px) {
    .checkout-simplecheckout .header__logo {
        top: 20px;
    }

    .checkout-simplecheckout .simplecheckout-block {
        padding: 8px;
    }

    .cart-simple__item .img img,
    .cart-simple__item .img {
        flex: 0 0 50px;
        max-width: 50px;
    }

    .checkout-simplecheckout .header__top {
        display: none;
    }

    .checkout-simplecheckout .product__title__wrapper {
        padding-top: 50px;
    }

    .checkout-simplecheckout .header {
        position: static;
        border: none;
    }
}

.utp_area {
    display: flex;
    flex-direction: column;
}
.utp_area tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.form-group.row-shipping_address_address_1 {
    margin-bottom: 20px;
}
#simplecheckout_customer fieldset {
    display: flex;
    flex-wrap: wrap;
}
#simplecheckout_customer fieldset div.form-group {
    max-width: 49%;
    width: 49%;
    margin-right: 1%;
}

@media only screen  and (max-width: 767px) {
    #simplecheckout_customer fieldset div.form-group {
        max-width: 100%;
        width: 100%;
    }
}

.shop__item__button-cart {
    cursor: pointer;
}

.btn__one {
    background-color: #009ad7;
    padding: 18px 15px;
}

.btn__one .btn--text {
    color: #fff;
    font: 400 1rem / 1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.cart__item__name .h5 {
    font: 400 0.9rem/1 "Open Sans", Arial, sans-serif;
}

.cart__amount-wrap:nth-child(2) {
    padding-top: 15px;
}

.cart__amount-wrap {
    padding: 10px 20px;
}

.cart__amount .utp_area tr {
    margin-bottom: 8px;
}

.cart__title .h3, .cart__title h3 {
    display: none;
}

.submition__btn input {
    width: 300px;    
    color: #fff;
    font-size:1.15rem;
    text-align:center;
    margin:0 auto;
}

.section.section--submition {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

.search_page .category-page,
main.set-page .category-page,
main.shop-page .category-page {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.mfilter-box .box-heading {
    color: #385cc7;
    text-transform: uppercase;
    text-align: center;
    font: 700 1.25rem / 1.35 "Open Sans", Arial, sans-serif;
    letter-spacing: .7px;
}

.category-page aside#column-left {
    margin-left: 75px;
    margin-top: 40px;
}

.moon.icon-Shop_menu_icons-10:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #5a5a5a;
    mask: url('/image/catalog/icons-10.svg') no-repeat center;
    mask-size: contain;
    -webkit-mask: url('/image/catalog/icons-10.svg') no-repeat center;
    -webkit-mask-size: contain;
}

.category-nav__link.active .category-nav__icon .moon.icon-Shop_menu_icons-10:before {
    background-color: #fff;
}

/* .section--discount-banner  {
    display: none !important;
} */
.oferta .thanks__text-block {
            max-width: 100%;
        flex-basis: 100%;
        padding-left: 50px;
        flex-shrink: 0;
}

.oferta h2 {
        margin: 10px 0;
        text-align: left !important;
}
.oferta li {
    color: #5a5a5a;
    font: 600 0.875rem / 1.29 "Open Sans", Arial, sans-serif;
}

.oferta p {
text-align: left !important;
margin: 5px 0px;
}
/* .section--discount-banner {
    display: none;
} */