/** txCart */
:root{
    --input-select-checkbox-text-color:#141414;
    --block-height:44px;
    --border-color:#ccc;
}
div.cart-price {

    display: flex;
    position: relative;
    margin-bottom: 40px;

}

div.cart-price.price-hidden {

    display: none;

}

div.cart-price div.price-description {
    font-size: 24px;
    margin: 10px 6px 10px 0;
    align-items: CENTER;
    display: flex;
}
div.cart-view-container h3{
    color: #000000;
}
div.block-form div.pure-g > div{
    margin-bottom: 15px;
}
/*
div.cart-price div.price {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0;
    align-items: CENTER;
    display: flex;
}

div.cart-price div.discount {
    font-size: 24px;
    color: #ff4737;
    font-weight: 300;
    margin: 30px 0;
    align-items: CENTER;
    display: flex;
    margin-right: 15px;
}

div.cart-price div.discount + div.price {
    font-size: 18px;
    text-decoration: line-through;
}

div.price-container div.discount {
    font-size: 18px;
    color: #ff4737;
    font-weight: 300;
    margin-right: 15px;
}

div.price-container div.discount + div.price {
    font-size: 18px;
    text-decoration: line-through;
}

.price-container {
    display: flex;
}
*/
.cart-info-container {
    margin-left: 15px;
}

div.cart-content {
    overflow: hidden;
}

div.cart-content table.product-new-cart {
    background: #fff
}

div.cart-content table.product-new-cart td {
    padding: 8px 18px 7px;
    border-top: 1px solid var(--border-color);
}

div.cart-content table.product-new-cart tr:first-child td {
    border-top: 0
}

div.cart-content thead.product-new-cart td {
    background: #e1e1e1;
}

div.cart-content [class*="pure-u"] {

}

div.cart-content table.product-new-cart td {
    border: 1px solid var(--border-color);
}

div.cart-content table:not(.cart_price_container) tr td:first-child {
    width: 1%;
}

div.cart-content table.product-new-cart .photo_place img {
    width: 100px;
    height: auto;
    max-width: none;
}

div.cart-content table.product-new-cart div.new-quant input {
    width: 100px;
    border: 1px solid var(--border-color);
    text-align: center;
    background: none;
    padding: 10px;
}

div.cart-content table.product-new-cart tr.has-error {
    background: #ff00000a;
}

div.cart-content table.product-new-cart .only-left {
    font-size: 12px;
    color: red;
}

div.cart-content table.product-new-cart .old-price {
    color: red;
    font-size: 12px;
    text-decoration: line-through;
}

div.cart-content .promo-new-notok {
    padding: 10px 0;
    color: red;
}

div.cart-content .promo-new-ok {
    padding: 10px 0;
    color: green;
}

div.cart-content .promo-new-ok,
div.cart-content .promo-new-notok {
    display: none;
}

div.cart-content .promo-new-ok.shown,
div.cart-content .promo-new-notok.shown {
    display: block;
}

div.cart-content .new-promo-input {
    width: 200px;
    border: 1px solid var(--border-color);
    background: none;
    padding: 10px;
}

div.cart-content .new-promo-button {
    margin-left: 10px;
    font-size: 20px;
}

div.cart-content div.dell-header-new {
    display: flex;
    margin: 0 -10px;
    align-items: center;
}

div.cart-content div.dell-header-new .dell-button-new {
    display: flex;
    height: var(--block-height);
    align-items: center;
    margin: 0 10px;
    width: 33.333%;
    padding: 10px 30px 10px 20px;
    border: 1px solid var(--border-color);
    font-size: 15px;
    background: #fff;
    color: var(--input-select-checkbox-text-color);
    line-height: 1;
    position: relative;
}

div.cart-content div.dell-header-new .dell-button-new input {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

div.cart-content div.dell-header-new .dell-button-new.hide-selection {

    opacity: 0.5;
}
.cart-discount-container{
    display: flex;
}
.cart-discount-container * + *{
    margin-left: 0.5em;
}
.cart-new-price{
    color: red;
}
.cart-old-price{
    text-decoration: line-through;
    font-size: 80%;
}
.cart_price_container tr td:first-child{
    border: none!important;
}
.cart_price_container strong{
    color: #000;
}
.cart_price_container #sum{
    font-size: 20px;
}
.select2-container.select2-container--custom-select-style-x2 {
    background: #fff;
    font-size: 15px;
}

.select2-container.select2-container--custom-select-style-x2 .select2-selection--single {
    height: var(--block-height);
    border: 1px solid var(--border-color);
    color: var(--input-select-checkbox-text-color);
}

.select2-container.select2-container--custom-select-style-x2.select2-container--open .select2-selection--single {
    border-radius: 8px 8px 0 0;
}

.select2-container.select2-container--custom-select-style-x2 .select2-selection--single .select2-selection__rendered {

    height: var(--block-height);
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container.select2-container--custom-select-style-x2 .select2-selection--single .select2-selection__arrow {
    height: var(--block-height);
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container.select2-container--custom-select-style-x2 .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container.select2-container--custom-select-style-x2 .select2-dropdown {
    border-color: #ccc;
}

.select2-container.select2-container--custom-select-style-x2 .select2-results__option {
    padding: 6px 20px;
}

.select2-container.select2-container--custom-select-style-x2 .select2-results__option.select2-results__option--highlighted {
    background: #e1e1e1;
}

.select2-container.select2-container--custom-select-style-x2 .select2-results > .select2-results__options {

    overflow-y: auto;
    max-height: 286px;
}

/** carto forma */

.form-block.inputs-container {
    overflow-y: visible;
    margin: 0;
}



.orders-table,
div.page-module .orders-table {
    width: 100%;
}


table.orders-table,
div.page-module table.orders-table {
    background: #fff;
    color: #000000;
}

table.orders-table td,
table.orders-table th,
div.page-module table.orders-table td,
div.page-module table.orders-table th {
    padding: 10px 5px;
    /*padding: 19px 24px 17px 24px;*/
    border: 1px solid #eeeeee
}

table.orders-table thead td,
table.orders-table th,
div.page-module table.orders-table thead td,
div.page-module table.orders-table th {
    background: #cfcfcf;
    text-align: left;
    font-weight: 600;
}

/*


div.styled-select[data-theme="custom-select-style2"] select {
    width: 100% !important;
}

.select2-container--custom-select-style2 {
    background: #fff;
    border: 1px solid rgba(42, 95, 157, .5);
    border-radius: 0;
}

.select2-container--custom-select-style2 .select2-selection--single {
    height: 45px;
    display: flex;
    justify-content: space-between;
}

.select2-container--custom-select-style2 .select2-selection--single .select2-selection__rendered {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    flex: auto;
    font-size: 14px;
    color: #6f717a;
    white-space: nowrap;
}

.select2-container--custom-select-style2 .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.select2-container--custom-select-style2 .select2-selection--single .select2-selection__arrow:after {
    content: '\f107';
    font-family: FontAwesome;
}

.select2-container--custom-select-style2 .select2-dropdown {
    background: #fff;
    border-color: rgba(42, 95, 157, .5);
    transform: translate(-1px, -5px);
    border-radius: 0;
}

.select2-container--custom-select-style2 .select2-results__option {
    padding: 9px 12px 9px 25px;
    font-size: 14px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.select2-container--custom-select-style2 .select2-results__option.select2-results__option--highlighted {
    background: rgba(0, 0, 0, .03);
}

*/

.payment-desc > div {
    display: none;
}

.payment-desc > div.its-visible {
    display: block;
}

.bank-list {
    display: flex;
    flex-wrap: wrap;
}

.bank-list > label {
    display: block;
    padding: 5px 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

.bank-list > label img {
    width: 100px;
    height: auto;
}

.bank-list > label.selected,
.bank-list > label:hover {
    border: 1px solid rgba(42, 95, 157, .5);
}

/* end carto forma */

/*
.send-cart {
    margin: 20px 0;
    padding: 5px 0;
    display: inline-block;
    font-weight: bold;
}*/

.ext_button.admin-style {
    background: black;
    color: #fff;
}

.ext_button.admin-style:hover {
    background: #424242;
    color: #fff;
}

#send-cart-block .send-header {
    font-weight: bold;
}

.send-message {
    color: green;
}

/**
is seno krepselio, todo: jei matosi kazkas nenaudojamo reikia pasalinti
 */

#addToCartPopupContent {
    min-width: 450px;
    padding: 15px 0;
}

div.addToCartPopupFooter {
    border-top: 1px solid #999797;
    padding: 30px;
}

div.addToCartPopupFooter a.ext_button {
    /*     padding: 0 0.5em */

}

table.addToCartPorductsListGrid td {
    padding: 10px 30px;
    border-top: 1px solid #ddd;
}

table.addToCartPorductsListGrid tr:first-child td {
    border: 0;
}

table.addToCartPorductsListGrid img {
    display: block;
}

div.customPopupStyle {
}

div.customPopupStyle .fancybox-title {
    padding-top: 0;
    padding: 30px 40px 30px 90px;
    border-bottom: 1px solid #999797;
    font-size: 18px;
    color: #1d1d1d;
    background: url(../images/icons/ico_5.png) 20px center no-repeat;
}

div.customPopupStyle .fancybox-skin {
    padding: 0 !important;
    border-radius: 0 !important;
}

div.customPopupStyle .fancybox-close {
    right: 20px;
    top: 20px;
    background: url(../images/icons/ico_6.png) center center no-repeat;
    z-index: 8060;
}

div.product_checkout_block {
    overflow: hidden;
}

div.product_checkout_block table {
    background: #fff
}

div.product_checkout_block table td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

div.product_checkout_block table tr:first-child td {
    border-top: 0
}

div.product_checkout_block thead td {
    background: #e1e1e1;
}

div.product_checkout_block [class*="pure-u"] {

}

.wat_to_do {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.product_checkout_block table.product_cart td {
    border: 1px solid var(--border-color);
}

div.product_checkout_block table:not(.cart_price_container) tr td:first-child {
    width: 1%;
}

div.product_checkout_block table.product_cart .photo_place img {
    width: 100px;
    height: auto;
    max-width: none;
}

.cart_price_container {
    table-layout: fixed;
}

.cart_price_container td + td {
    border-left: 1px solid #e5e7e7;
}

.cart_price_container .select2 {
    max-width: 100% !important;
    width: auto !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.select2-container .select2-selection--single {
    overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    max-width: 100%;
    white-space: normal;
    overflow: hidden;
}

div.dell_header {
    display: flex;
    margin: 0 -10px;
    align-items: center;
}

div.dell_header .dell_button {
    display: flex;
    height: 36px;
    align-items: center;
    margin: 0 10px;
    width: 33.333%;
    padding: 5px 30px 5px 10px;
    background: #0c4da2;
    color: #fff;
    line-height: 1;
    position: relative;
}

div.dell_header .dell_button input {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

.mob-label {
    display: none;
}

.block-form {

}
.block-form h3{
    margin: 0;
}
.block-form input[type="text"], .block-form textarea {
    display: inline-block;
    width: 100%;
    border-radius: 1px;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: var(--input-select-checkbox-text-color);
    line-height: 1.2;
    border: 1px solid var(--border-color);
    background-color: #ffffff;
    /*margin-bottom: 20px;*/
    height: var(--block-height);
}
.block-form input[type="text"]::placeholder, .block-form textarea::placeholder{
    color: var(--input-select-checkbox-text-color);
}
.block-form textarea {
    padding: 15px 20px !important;
    height: 100px;
}

.error {
    border: 2px solid red !important;
}

#perka_imone {
    margin-bottom: 15px;
}

.cart_hidden {
    display: none !important;
}

/** tik naujos !!!*/

.ext_button.disabled {
    background: grey;
}

.ext_button.disabled:hover {
    background: grey;
}

.fiz-fields.comp-hid,
.company-fields.comp-hid {
    display: none;
}

.cart-user-price {
    font-size: 8px;
}

/*.cart-container {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}*/


.out-of-stock-but-can-buy,
.has-full-stock-attr,
.has-part-stock-attr,
.normal-stock-attr,
.out-of-stock-attr {
    margin-top: 20px;
}


.cart-container > div {
    margin-bottom: 10px;

}

.cart-quantity,
.cart-button {
    /*  width: 50%;*/
}

/*
.cart-quantity input {
    width: 50px;
    text-align: center;
    border: 0;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding: 5px 5px;
}*/

.cart-quantity,
.cart-quantity div {
    position: relative;
    display: flex;
}

.cart-quantity input {
    width: 45px;
    border-color: #ececec;
    text-align: center;
    font-size: 16px;
}

.cart-quantity input[type=number]::-webkit-inner-spin-button,
.cart-quantity input[type=number]::-webkit-outer-spin-button {

    opacity: 1;

}

.cart-quantity .vnt {
    background: #fff;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 14px);
    font-size: 10px;
    padding: 0 5px;
}

.cart-total-quant {
    position: absolute;
    bottom: 50%;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #2d2d2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    left: calc(100% - 3.2em);
}

div.cart-container .cart-price {
    width: 100%;
}

div.cart-container .cart-attribute {
    width: 100%;
}

.cart-container div.missing-configuration {
    display: none;
    margin: 10px 0 14px 0;
}

/*
.attr-radio label {
    position: relative;
    opacity: 1;
}
.attr-radio label:before {
    content: ' ';

}
.attr-radio label.selected:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #C4141E;
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 17px;


}
.attr-radio label.selected {
    opacity: 0.6;
}


*/

.attr-radio label.main_label {
    font-weight: bold;
    font-size: 14px;
}

.attr-radio {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.attr-radio.preloaded {
    display: none;
}

.attr-radio input {
    display: none;
}

.attr-radio label {
    display: block;
    padding: 10px 20px;
    border: 1px solid var(--border-color);
    flex: 0;
    white-space: nowrap;
    margin: 0 10px 10px 0;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

    position: relative;
    opacity: 1;
}

.attr-radio label.has-color {

    padding: 0;

}

.attr-radio input:checked + label,
.attr-radio label:hover {
    background: #d7d7d7;
}

.attr-radio label:before {
    content: ' ';

}

.attr-radio label.selected:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #006000;
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 17px;

    z-index: 10;
}

.attr-radio label.selected {
    opacity: 0.6;
}

.attr-radio label.disabled {
    opacity: 0.1;
}

.color-option {

    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
}

.attr-radio label.has-color .color-option {

    padding: 0;
    display: flex;
    width: 50px;
    height: 40px;
    margin-bottom: 0;

}

.select2-selection__rendered .color-option {
    width: 100%;
}

.select2-results__option .color-option {
    width: 100%;
}

.pro-price {
    display: flex;
    font-size: 14px;
}

.pro-price .ext_button {
    margin-left: 14px;
}

.cart-empty {
    display: none;
}


.promo-box {
    display: flex;
    align-items: center;
}


.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #919191;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.delivery-sublist-select-new.error + .select2-container--custom-select-style-x2,
.delivery-sublist-select-new.error + .select2-container--custom-select-style-x2 .select2-selection--single {
    border-color: red;
}

#country_list.error + .select2-container--custom-select-style-x2,
#country_list.error + .select2-container--custom-select-style-x2 .select2-selection--single {
    border-color: red;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.form-block.inputs-container > form > div > div > div {
    position: relative;
}

.real-error {
    position: absolute;
    top: calc(100% - 19px);
    height: 22px;
    font-size: 13px;
    color: red;
    left: 0;
    right: 0;
    padding-left: 17px;
}

.payment_type {
    /*position: relative;*/
    /*margin-bottom: 20px;*/

    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
    flex-wrap: wrap;
}


.payment_type > div {

    margin: 0 10px;
    border: 1px solid var(--border-color);
    color: var(--input-select-checkbox-text-color);
    line-height: 1;
    position: relative;
    flex: 1;
    margin-bottom: 15px;
}

.payment_type > div label {
    flex: 1;
    padding: 0.5em 1em;
    cursor: pointer;
    height: var(--block-height);
    display: flex;
    align-items: center;
}
.payment_type > div label i{
    margin-right: 0.5em;
}
.payment_type > div label input {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;

}



.payment_type .real-error {
    top: auto;
    padding-left: 0;
    bottom: -18px;


}

.the-rules {
    position: relative;
    margin-bottom: 20px;
}

.the-rules .real-error {
    top: auto;
    padding-left: 0;
    bottom: -18px;
}


.apple-pay,
.google-pay {
    margin: 30px 0;
    /*  display: flex; */
    font-size: 50px;
    height: auto;
    padding: 5px 70px;
    justify-content: center;
}
.google-pay span,
.apple-pay span{
    font-size: 20px;
    margin-right: 20px;
}
.google-pay span {
    color: rgba(56,25,33,.8)

}
.google-pay:hover span {
    color: rgba(56,25,33,.4)
}

.apple-pay img,
.google-pay img {
    /*
        width: 310px;
        height: auto;
     */
    max-height: 30px
}
.apple-pay2 img,
.google-pay2 img {
    /*
        width: 150px;
        height: auto;
     */
    max-height: 25px;
}

.google-pay2:hover,
.google-pay:hover {
    background: #0000001a;
}

.apple-pay2,
.google-pay2 {
    font-size: 25px;
    height: auto;
    padding: 5px 70px;
    justify-content: center;
}

.search-sufler-container {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 30;
    background: #fff;
    border: 1px solid #e7e9f0;
}


.search-sufler-container a {
    font-size: 14px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.search-sufler-container a.do-ajax-submit {
    justify-content: center;
    font-weight: bold;
}

.search-sufler-container a img,
.search-sufler-container a picture {
    width: 50px;
    margin-right: 10px;
    min-width: 50px;
    height: 65px;
}

.search-sufler-container a picture img {
    width: 100%;
    height: auto;
}

.search-sufler-container a .ajax-price-container {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-width: 55px;
    flex-direction: column;
}

.search-sufler-container a .ajax-title {
    flex-grow: 1;
}

.search-sufler-container a .ajax-price-container .ajax-price {
    color: #01142a;
}

.search-sufler-container a .ajax-price-container .ajax-price-old {
    color: #01142a;
    text-decoration: line-through;
}

.search-sufler-container a .ajax-price-container .ajax-price-old + .ajax-price {
    color: var(--color-1);
}

span.inactive {
    opacity: 0.5;
}

#cart-container {
    --cart-main-color: #911519;
    --cart-main-color-hover: #bd1f1f;
    --cart-color-1: #000000;
    --cart-color-2: #777;
    --cart-border-radius: 4px;
    --cart-grey: #f3f3f3;
    margin-bottom: -30px;
}

#cart-container > * {
    margin-bottom: 30px;
}

#cart-container h2 {
    font-size: 22px;
    letter-spacing: -1.1px;
    border-bottom: solid 2px var(--cart-color-1);
    line-height: 2;
    margin-bottom: 10px;
}

#cart-products-list-block {
    display: block;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    margin-top: 12px;
    border-radius: var(--cart-border-radius);
}

#cart-products-list-block > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--cart-grey);
    padding-bottom: 15px;
    padding-top: 15px;
}

#cart-products-list-block > * .cart-products-list-item {
    flex-grow: 1;
}

.cart-product-list-l-info {
    display: flex;
}

.cart-product-list-l-info a {
    color: var(--cart-color-1);
}

.cart-product-photo {
    margin-right: 13px;
    margin-left: 13px;
}

.cart-product-photo a {
    display: block;
}

.cart-product-photo a img {
    width: 70px;
    height: 70px;
}

.cart-product-info {

}

.cart-product-info a:hover {
    color: var(--cart-main-color);
}

.cart-product-brand {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 500;
}

.cart-form,
div.cart-content {
    padding-left: 15px;
    padding-right: 15px;
}

.cart-product-name a {
    color: var(--cart-color-2);
    font-size: 12px;
    line-height: 14px;
}

.cart-product-reference {
    font-size: 10px;
    margin-top: 5px;
    font-weight: 600;
}

.cart-products-list-title-name {
    margin-left: 15px;
}

.cart-products-list-amount-name {
    width: 100px;
    text-align: center;
}

.cart-products-list-price-name {
    width: 70px;
    text-align: right;
}

.cart-products-list-remove-name {
    width: 45px;
}

#cart-product-header {
    font-weight: 600;
    height: 20px;
}

.cart-product-header-r {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cart-product-header-l {
    display: flex;
}

.cart-product-price {
    font-size: 16px;
    font-weight: 700;
    width: 70px;
    text-align: right;
}

.cart-product-price .price-container {
    display: block;
    margin: 0;
    text-align: right;
}

.cart-product-price .price-container .discount {
    color: var(--cart-main-color);
    font-weight: 600;
    font-size: 16px;
}

.cart-product-price .price-container .price {
    line-height: 21px;
    font-weight: 600;
    font-size: 16px;
}


.cart-product-price .price-container .discount + .price {
    font-size: 13px;
    text-align: right;
    text-decoration-line: line-through;
    margin: 0;
}

.cart-product-remove {
    width: 45px;
    text-align: center;
}

.cart-product-remove a {
    cursor: pointer;
    color: var(--cart-color-2);
    font-size: 33px;

}
.cart-product-remove a:hover{
    color: var(--cart-main-color);
}
.cart-product-list-r-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 5px;
}

.cart-product-quantity {
    width: 100px;
}

.cart-product-quantity .amount-selector {
    border: 1px solid #f3f3f3;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: var(--cart-border-radius);
}

.cart-product-quantity .amount-selector > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 46px;
}

.cart-product-quantity .amount-selector input {
    border: none;
    height: 46px;
    width: 100%;
    text-align: center;
    color: var(--cart-color-1);
}

.cart-product-quantity .amount-selector input::-webkit-outer-spin-button,
.cart-product-quantity .amount-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.amount-selector img {
    padding: 0 0.5em;
}

#cart-summary-container {
    margin-top: 42px;
    border-radius: var(--cart-border-radius);
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    padding: 23px 29px 35px;
}

#cart-summary-container h3 {
    font-size: 22px;
    letter-spacing: -1.1px;
    font-weight: 700;
}

#cart-summary-list {

}

#cart-summary-list > * {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px;
}

#cart-summary-list .cart-summary-left {
    text-align: left;
}

#cart-summary-list .cart-summary-right {
    text-align: right;
}

#cart-summary-list #cart-summary-total {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
}

#cart-summary-list #cart-summary-total .cart-summary-left {
    text-align: right;
}

#cart-summary-list #cart-summary-total .cart-summary-right {
    text-align: right;
}

#cart-summary-discount {
    display: flex;
    margin-top: 20px;
}

#cart-summary-discount input {
    border-radius: var(--cart-border-radius);
    border: solid 1px var(--cart-grey);
    font-size: 13px;
    color: var(--cart-color-1);
    padding-left: 11px;
    padding-right: 11px;
    height: 36px;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 100%;
}

#cart-summary-discount button {
    width: 135px;
    margin-left: 6px;
    height: 36px;
    border-radius: var(--cart-border-radius);
    color: #fff;
    border: none;
    background-color: var(--cart-main-color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#cart-summary-discount button:hover {
    background-color: var(--cart-main-color-hover);
}


.has-floating-box {
    position: relative;
}

.has-floating-box #cart-summary-container {
    position: static;
}

.has-floating-box #cart-summary-container.floating {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
}


.user-address-location .temp-building {
    display: none;
}

.user-address-location input[type="text"] {

    background: none;
    width: 100%;
    transition: all ease 0.3s;

    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 2px;
    /*font-size: 1.2rem;*/
    padding: 15px 24px;
    height: auto;
    color:#000;
}

.user-address-location .building-block {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.user-address-location .building-block .pure-g > div {
    margin-bottom: 15px;
}

.address-buttons > div:last-child {
    display: flex;
    justify-content: flex-end;
}

.address-buttons i.fa-plus-circle {
    margin-right: 10px;
}

.cart-products-list-item {
    width: 100%;
}

@media (max-width: 767px) {
    .addToCartPopupFooter .ext_button {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }
    .cart-discount-container{
        justify-content: center;
    }
    .addToCartPopupFooter .ext_button span {
        text-align: center;
        width: 100%;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 14px;
        line-height: 1.1;
    }
    #addToCartPopupContent {
        min-width: initial;
        padding: 5px 0;
    }

    table.addToCartPorductsListGrid td {
        padding: 5px 10px;
        border-top: 1px solid #ddd;
    }

    table.addToCartPorductsListGrid td strong {
        white-space: nowrap;
    }

    table.addToCartPorductsListGrid tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    table.addToCartPorductsListGrid tr td:nth-child(1),
    table.addToCartPorductsListGrid tr td:nth-child(2) {
        width: 50%;
        flex: 1 1 50%;
    }

    table.addToCartPorductsListGrid tr td:nth-child(3) {

        width: 100%;
        flex: 1 1 100%;
        text-align: center;
    }

    .wat_to_do a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-new-cart thead {
        display: none;
    }

    .product-new-cart {
        display: block;
    }

    .product-new-cart .remove_prod {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

    .product-new-cart thead {
        display: none
    }

    .product-new-cart > tbody {
        display: block;
    }

    .product-new-cart > tbody > tr {
        display: block;
        border: 1px solid var(--border-color);
        background: #fafafa;
        position: relative;
    }

    .product-new-cart > tbody > tr > td {
        text-align: center;
        border: 0;
        padding: 4px 15px;
        font-size: 14px;
    }

    .product-new-cart .cart_price_container > tbody > tr > td {
        text-align: left;
    }

    .product-new-cart > tbody > tr > td:first-child {
        display: block;
    }

    div.quant input {
        float: none;
        width: 40px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    div.type-2c.section {
        min-height: 1px;
    }

    /*div.product_checkout_block div.quant {
        display: inline-block;
        width: 50px !important;
    }

    .product-new-cart > tbody td:nth-child(2) {
        width: auto !important;
        text-align: left;
    }

    .product-new-cart > tbody td:nth-child(6) {
        width: 10%;
    }

    .product-new-cart > tbody td:nth-child(3),
    .product-new-cart > tbody td:nth-child(4),
    .product-new-cart > tbody td:nth-child(7) {
        display: none
    }*/
    .product-new-cart .photo_place {
        background: #fff
    }

    .product-new-cart .photo_place img {
        height: 140px;
        width: auto;
    }

    .product-new-cart {
        background: none;
        border: 0;
    }

    .product-new-cart tr {
        background: #fff;
        margin-bottom: 15px;
    }

    .product-new-cart td {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        width: auto !important;
        padding: 15px !important;
    }

    .product-new-cart tr:last-child td {
        border: 0;
    }

    div.dell_header {
        flex-direction: column;
        margin: 0;
    }

    div.dell_header .dell_button {
        width: 100%;
        margin-bottom: 15px;
    }

    div.dell_header .dell_button:last-child {
        margin-bottom: 0;
    }

    .dell_title.f_16 {
        position: relative;
        bottom: -6px;
    }

    .mob-label {
        display: inline-block;
    }

    div.cart-content div.dell-header-new {
        flex-wrap: wrap;
    }

    div.cart-content div.dell-header-new .dell-button-new {
        width: 100%;

        margin-bottom: 10px;
    }

    #cart-product-header {
        display: none;
    }

    #cart-container h2 {
        font-size: 18px;
    }

    #cart-summary-container {
        margin-top: 0;
        padding: 10px;
    }

    .cart-products-list-item {
        margin-bottom: -15px;
    }

    .cart-products-list-item > * {
        margin-bottom: 15px;
    }

    #cart-summary-discount > * {
        max-width: 50%;
        flex: 1 1 100%;
    }

    .cart-product-quantity {
        margin-left: 70px;
    }

    #cart-products-list-block > * {
        margin-left: 10px;
        padding-right: 10px;
    }

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    /*.block-form input[type="text"], .block-form textarea {*/

    /*    margin-bottom: 30px;*/

    /*}*/

    .real-error {
        position: absolute;
        top: calc(100% - 37px);
        height: 34px;
    }

    #cart-product-header {
        display: none;
    }

    #cart-container h2 {
        font-size: 18px;
    }

    #cart-summary-container {
        margin-top: 0;
        padding: 10px;
    }

    #cart-products-list-block > * {
        margin-left: 10px;
        padding-right: 10px;
    }

}

@media (min-width: 1024px) and (max-width: 1279px) {

}
