.hidden-row {
    /*background-color: #b68e8e;*/
    display: none;
}
#simplecheckout_shipping .simplecheckout-block-content > p {
    display: none;
}
.simplecheckout-cart-total {
    display: none;
}
.row-shipping_address_field22 {
    width: 100%;
}
.cart-page {
    padding-bottom: 96px;
}
.cart-page h1 {
    margin-bottom: 36px;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}
.cart-page .list {
    padding-bottom: 40px;
}
.cart-page .list .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #f0f3f5;
    padding: 36px 36px 36px 251px;
    min-height: 210px;
}
.cart-page .list .item .image {
    position: absolute;
    left: 1px;
    top: 1px;
    background: #fff;
    width: 213px;
    height: calc(100% - 2px);
    border-radius: 16px 0 0 16px;
}
.cart-page .list .item .image img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    max-height: 100%;
}
.cart-page .list .item h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
    /*font-family: Oswald, sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}
.cart-page .list .item .top-info {
    margin-bottom: 24px;
    max-width: 300px;
}
.cart-page .list .item .top-info * {
    vertical-align: middle;
}
.cart-page .list .item .top-info .code {
    display: inline-block;
    margin-right: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.cart-page .list .item .top-info .code a {
    color: #4e4eaf;
}
.cart-page .list .item .top-info .fav-link {
    display: inline-block;
    margin-right: 48px;
    text-decoration: none;
    padding-left: 32px;
    line-height: 24px;
    background: url('../image/icons/fav-link2.svg') no-repeat 0 0;
    font-size: 16px;
    font-weight: 500;
}
.cart-page .list .item .top-info .fav-link.active {
    color: #4e4eaf;
    background: url('../image/icons/fav-link2a.svg') no-repeat 0 0;
}
.cart-page .list .item .top-info .rating {
    display: inline-block;
}
.cart-page .list .item .top-info .rating span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    height: 20px;
    background: url('../image/icons/star.svg') no-repeat left;
    text-transform: uppercase;
    /*font-family: Oswald, sans-serif;*/
    font-size: 16px;
    font-weight: 600;
    margin-right: 16px;
}
.cart-page .list .item .top-info .rating a {
    display: inline-block;
    color: #4e4eaf;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.cart-page .list .item .size {
    font-size: 20px;
    font-weight: 500;
    line-height: 220%;
    max-width: 300px;
}
.cart-page .list .item .size span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #d3dfe5;
    font-size: 16px;
    margin-left: 10px;
}
.cart-page .list .item .right-block {
    position: absolute;
    right: 36px;
    top: 36px;
    text-align: right;
}
.cart-page .list .item .right-block .price {
    margin-bottom: 48px;
    text-transform: uppercase;
    /*font-family: Oswald, sans-serif;*/
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
}
.cart-page .list .item .right-block .items p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    margin-right: 24px;
}
.cart-page .list .item .right-block .items .number {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 48px;
    position: relative;
    margin-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 56px;
}
.cart-page .list .item .right-block .items .number input {
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid #111111;
    border-radius: 8px;
    font-size: 16px;
}
.cart-page .list .item .right-block .items .number span {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}
.cart-page .list .item .right-block .items .number span.minus {
    left: 0;
    background: #d3dfe5 url('../image/svg/minus.svg') no-repeat center;
}
.cart-page .list .item .right-block .items .number span.minus:hover {
    background: #7ACC00 url('../image/svg/minus.svg') no-repeat center;
}
.cart-page .list .item .right-block .items .number span.plus {
    right: 0;
    background: #d3dfe5 url('../image/svg/plus.svg') no-repeat center;
}
.cart-page .list .item .right-block .items .number span.plus:hover {
    background: #7ACC00 url('../image/svg/plus.svg') no-repeat center;
}
.cart-page .list .item .right-block .items button {
    width: 48px;
    height: 48px;
    vertical-align: middle;
    border-radius: 8px;
    background: #212121 url('../image/svg/trash2.svg') no-repeat center;
    border: none;
}
.cart-page .list .item .right-block .items button:hover {
    background: #4e4eaf url('../image/svg/trash2.svg') no-repeat center;
}
.cart-page h2 {
    margin-bottom: 36px;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}
.cart-page .fields {
    margin-bottom: 24px;
    padding: 48px 36px;
    border-radius: 16px;
    background: #f0f3f5;
}
.cart-page .simple-content .checkout-heading {
    margin-bottom: 24px;
    text-transform: uppercase;
    /*font-family: Oswald, sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;

    background-color: unset;
    border-color: unset;
    color: inherit;
    border-radius: unset;
    padding: 0;
}
.cart-page .fields .top-link {
    margin: 10px 0 24px;
    color: #4e4eaf;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.cart-page .fields .select {
    margin-bottom: 24px;
}
.cart-page .fields .select p,
.cart-page .row-customer_register label{
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 0;
}
.cart-page .fields .row-customer_register input[type="radio"] {
    display: none;
}
.cart-page .fields .row-customer_register input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    line-height: 24px;
    padding-left: 32px;
    background: url('../image/svg/radio.svg') no-repeat left;
    font-size: 16px;
    font-weight: 500;
}
.cart-page .fields .row-customer_register input[type="radio"] + label:not(:last-child) {
    margin-right: 36px;
}
.cart-page .fields .row-customer_register input[type="radio"]:checked + label {
    background: url('../image/svg/radio2.svg') no-repeat left;
}
.cart-page .fields .inputs p,
.simplecheckout label{
    /*padding: 8px;*/
    font-size: 12px;
    line-height: 140%;
}
.cart-page .fields .inputs .input {
    margin-bottom: 12px;
    position: relative;
}
.cart-page .fields .inputs .input input[type='text'],
.cart-page .fields .inputs .input input[type='password'] {
    width: 100%;
    height: 48px;
    border: 1px solid #889ea8;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 16px;
}
.cart-page .fields .inputs .input input[type='text'].date,
.cart-page .fields .inputs .input input[type='password'].date {
    background: #ffffff url('../image/icons/date.svg') no-repeat right 16px top 50%;
}
.cart-page .fields .inputs .input select {
    width: 100%;
    height: 48px;
    border: 1px solid #889ea8;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 16px;
    appearance: none;
    background: #ffffff url('../image/icons/select.svg') no-repeat right 12px top 50%;
}
.cart-page textarea {
    width: 100%;
    height: 96px;
    border: 1px solid #889ea8;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
}
.cart-page textarea:focus {
    border: 1px solid #111111;
}
.cart-page .fields .inputs .input .count {
    position: absolute;
    right: 16px;
    bottom: 12px;
    color: #889ea8;
    font-size: 12px;
    line-height: 140%;
}
.cart-page .fields .inputs .input .eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 24px;
    height: 24px;
    background: url('../image/icons/eye.svg');
}
.cart-page .simplecheckout-block-content {
    padding: 0;
}
.cart-page .fields .inputs .input .clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 24px;
    height: 24px;
    background: url('../image/icons/clear.svg');
}
.cart-page .fields .delivery input {
    display: none;
}
.cart-page .fields .delivery input + label {
    display: block!important;
    cursor: pointer;
    background: #ffffff url('../image/icons/radio3.svg') no-repeat left 24px bottom 24px;
    border-radius: 16px;
    padding: 24px 24px 35px 112px;
    margin-bottom: 12px;
    position: relative;
}
.cart-page .fields .delivery input + label .logo {
    position: absolute;
    left: 24px;
    top: 24px;
}
.cart-page .fields .delivery input + label .name {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.cart-page .fields .delivery input + label .data {
    width: 100%;
    display: table;
    margin-bottom: 8px;
}
.cart-page .fields .delivery input + label .data span {
    display: table-cell;
    vertical-align: middle;
    color: #889ea8;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.cart-page .fields .delivery input + label .data span:last-child {
    text-align: right;
    color: #111111;
}
.cart-page .fields .delivery input + label .bottom-link {
    color: #4e4eaf;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.cart-page .fields .delivery input:checked + label {
    background: #ffffff url('../image/icons/radio4.svg') no-repeat left 24px bottom 24px;
    box-shadow: 0 0 0 2px #111111;
}
.cart-page .fields .payment .checkbox {
    display: none;
}
.cart-page .fields .payment .checkbox + label {
    margin-bottom: 12px;
    display: block;
    cursor: pointer;
    border-radius: 16px;
    padding: 24px 24px 24px 72px;
    background: #ffffff url('../image/icons/radio3.svg') no-repeat left 24px top 50%;
}
.cart-page .fields .payment .checkbox + label span {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.cart-page .fields .payment .checkbox + label span img {
    max-width: 64px;
    margin-right: 24px;
}
.cart-page .fields .payment .checkbox:checked + label {
    background: #ffffff url('../image/icons/radio4.svg') no-repeat left 24px top 50%;
}
.cart-page .bottom-button div {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #889ea8;
    line-height: 140%;
    text-align: left;
}
.cart-page .bottom-button div button {
    width: 360px;
    height: 64px;
    margin-right: 36px;
    border-radius: 8px;
    background: #7ACC00;
    font-size: 20px;
    font-weight: 500;
}
.cart-page .bottom-button div button:hover {
    color: #fff;
    background: #4e4eaf;
}
.cart-page .result {
    position: sticky;
    top: 20px;
    padding: 36px 18px;
    border-radius: 16px;
    background: #111111;
    color: #fff;
}
.cart-page .result h3 {
    border-bottom: 2px solid #889ea8;
    padding-bottom: 24px;
    margin-bottom: 24px;
    /*font-family: Oswald, sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}
.cart-page .result h3 span {
    float: right;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: none;
    margin-top: 10px;
}
.cart-page .result table {
    width: 100%;
    border-bottom: 2px solid #889ea8;
    margin-bottom: 24px;
}
.cart-page .result table tr:last-child td {
    padding: 0 0 24px 0;
}
.cart-page .result table tr td {
    padding: 0 0 16px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.cart-page .result table tr td:last-child {
    text-align: right;
    width: 30%;
}
.cart-page .result .res {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.cart-page .result .res span {
    float: right;
    text-transform: uppercase;
    /*font-family: Oswald, sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    margin-top: -10px;
}
.cart-page .result .promo {
    margin-bottom: 10px;
    background: #212121;
    border-radius: 10px;
    padding: 11px 20px;
}
.cart-page .result .promo.other p.active {
    font-size: 0;
}
.cart-page .result .promo.other p.active span {
    font-size: 18px;
    line-height: 150%;
}
.cart-page .result .promo.other p.active .fa {
    font-size: 18px;
}
.cart-page .result .promo.other p span {
    font-size: 0;
}
.cart-page .result .promo p {
    cursor: pointer;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}
.cart-page .result .promo p.bad {
    color: #FF4141;
}
.cart-page .result .promo p.bad .fa {
    color: #000;
}
.cart-page .result .promo p.good {
    color: #65BE14;
}
.cart-page .result .promo p.good .fa {
    color: #000;
}
.cart-page .result .promo p.active .fa {
    transform: rotate(180deg);
}
.cart-page .result .promo p .fa {
    float: right;
    margin-top: 5px;
}
.cart-page .result .promo div {
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: none;
}
.cart-page .result .promo div input[type='text'] {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 18px;
}
.cart-page .result .promo div button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #000000 url('../image/btn.svg') no-repeat center;
}
.cart-page .result .promo div button.other {
    background: rgba(0, 0, 0, 0.05) url('../image/btn2.svg') no-repeat center;
}
.cart-page .result button {
    margin-bottom: 10px;
    background: none;
    width: 100%;
    height: 48px;
    background: #7ACC00;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
}

.cart-page .result button:hover {
    color: #fff;
    background: #4e4eaf;
}
.cart-page .result .bottom-link {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    border: 1px solid #7ACC00;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
}
.cart-page .result .bottom-link:hover {
    color: #111111;
    background: #7ACC00;
}

@media (max-width: 1699px) {
    .cart-page .result .bottom-link {
        font-size: 18px;
    }
}
@media (max-width: 1399px) {
    .cart-page .result {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .cart-page .list .item {
        padding: 14px 10px 124px 10px;
        position: relative;
    }
    .cart-page .list .item .image {
        top: auto;
        right: auto;
        left: 10px;
        bottom: 10px;
        width: 100px;
        height: 100px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .cart-page .list .item .image img {
        max-width: 90px;
        max-height: 90px;
    }
    .cart-page .list .item .right-block .items .number {
        position: absolute;
        right: 10px;
        bottom: 10px;
        margin: 0;
    }
    .cart-page .list .item .right-block {
        position: static;
    }
    .cart-page .list .item .right-block .items button {
        position: absolute;
        right: 10px;
        bottom: 65px;
    }
    .cart-page .list .item .size {
        /*position: absolute;*/
        /*right: 66px;*/
        /*bottom: 65px;*/
    }
    .cart-page .list .item .size span {
        /*line-height: 48px;*/
        /*height: 48px;*/
    }
    .cart-page .list .item .right-block .items p {
        display: none;
    }
    .cart-page .list .item .top-info .fav-link {
        margin: 0;
        position: absolute;
        right: 10px;
        bottom: 140px;
        font-size: 0;
        width: 48px;
        height: 48px;
        background: #d3dfe5 url('../image/icons/fav-link.svg') no-repeat center;
        border-radius: 8px;
    }
    .cart-page .bottom-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart-page .bottom-button div {
        display: block;
        width: 100%;
    }
    .cart-page .bottom-button div:nth-child(1) {
        order: 1;
    }
    .cart-page .bottom-button div:nth-child(2) {
        order: 0;
        padding-bottom: 20px;
    }
    .cart-page .bottom-button div button {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 575px) {
    .cart-page h1 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .cart-page .list .item h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cart-page .list .item .top-info .code {
        font-size: 12px;
        margin-right: 15px;
    }
    .cart-page .list .item .top-info .rating span {
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        background-size: 16px;
        padding-left: 20px;
    }
    .cart-page .list .item .top-info {
        margin-bottom: 16px;
        max-width: unset;
    }
    .cart-page .list .item .right-block .price {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .cart-page .list .item .top-info .fav-link {
        bottom: 125px;
    }
    .cart-page .list .item .right-block .items .number {
        width: 210px;
    }
    .cart-page .list .item .size {
        font-size: 16px;
    }
    .cart-page .list {
        padding-bottom: 10px;
    }
    .cart-page h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .cart-page .fields {
        padding: 20px 10px;
    }
    .cart-page .simple-content .checkout-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cart-page .fields .top-link {
        font-size: 14px;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .cart-page .fields .select p,
    .cart-page .row-customer_register label{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .cart-page .fields .select .radio + label {
        padding-left: 30px;
        line-height: 20px;
        background-size: 20px!important;
    }
    .cart-page .fields .delivery input + label {
        padding: 14px;
    }
    .cart-page .fields .delivery input + label .logo {
        width: 48px;
        top: 14px;
        left: 52px;
    }
    .cart-page .fields .delivery input + label .name {
        height: 48px;
        position: relative;
        font-size: 16px;
        margin-bottom: 24px;
    }
    .cart-page .fields .delivery input + label .name span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        padding-left: 110px;
    }
    .cart-page .fields .delivery input + label .data span {
        font-size: 12px;
    }
    .cart-page .fields .delivery input + label .data {
        margin-bottom: 6px;
    }
    .cart-page .fields .delivery input + label .bottom-link {
        font-size: 12px;
    }
    .cart-page .fields .delivery input + label {
        background: #ffffff url('../image/icons/radio3.svg') no-repeat left 12px top 24px;
    }
    .cart-page .fields .delivery input:checked + label {
        background: #ffffff url('../image/icons/radio4.svg') no-repeat left 12px top 24px;
    }
    .cart-page .fields {
        margin-bottom: 10px;
    }
    .cart-page .fields .payment .checkbox + label {
        padding: 15px 20px 15px 52px;
    }
    .cart-page .fields .payment .checkbox + label {
        background: #ffffff url('../image/icons/radio3.svg') no-repeat left 12px top 50%;
    }
    .cart-page .fields .payment .checkbox:checked + label {
        background: #ffffff url('../image/icons/radio4.svg') no-repeat left 12px top 50%;
    }
    .cart-page .fields .payment .checkbox + label span img {
        width: 48px;
        max-width: 48px;
        margin-right: 12px;
    }
    .cart-page .fields .payment .checkbox + label span {
        font-size: 12px;
    }
    .cart-page .bottom-button {
        /*display: none;*/
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .cart-page .result {
        margin: 0 -12px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 20px 12px;
    }
    .cart-page {
        padding-bottom: 0;
    }
    .cart-page .result h3 {
        font-size: 16px;
    }
    .cart-page .result h3 span {
        font-size: 12px;
    }
    .cart-page .result table tr td {
        font-size: 14px;
    }
    .cart-page .result button {
        display: block;
    }
    .cart-page .result .bottom-link {
        padding: 12px;
    }
    .cart-page .list .item .right-block .items .number {
        width: 150px;
        height: 36px;
        padding: 0 46px;
    }
    .cart-page .list .item .right-block .items .number span {
        width: 36px;
        height: 36px;
        background-size: 16px!important;
    }
    .cart-page .list .item .right-block .items button {
        width: 36px;
        height: 36px;
        background-size: 20px;
    }
    .cart-page .list .item .size span {
        /* height: 36px; */
        /*line-height: 36px;*/
        /* width: 40px; */
        font-size: 14px;
        line-height: 140%;
    }
    .cart-page .list .item .size {
        /*right: 56px;*/
    }
    .cart-page .list .item .top-info .fav-link {
        width: 36px;
        height: 36px;
        background-size: 20px;
        bottom: 120px;
    }
    .cart-page .list .item .size {
        font-size: 14px;
        max-width: unset;
    }
    .cart-page .list .item .image {
        width: 96px;
        border: 1px solid rgba(1, 1, 1, 0.15);
    }
}