#addToCartPopupContent {
    min-width: 450px;
    padding: 15px 0;
}

div.addToCartPopupFooter {
    border-top: 1px solid #999797;
    padding: 30px;
}

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: #393b3f;
    color: #fff;
}

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-bottom: 1px solid #e5e7e7;
}

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: 46px;
    align-items: center;
    margin: 0 10px;
    width: 33.333%;
    padding: 10px 30px 10px 20px;
    border: 1px solid #e2e3e6;
    font-size: 14px;
    background: #fff;
    color: #4a5566;
    line-height: 1;
    position: relative;
}

div.dell_header .dell_button input {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

div.dell_header .dell_button.hide-selection {

    opacity: 0.5;
}

.mob-label {
    display: none;
}

.ext_button.grey-style.disabled {
    background: #fbfafa;
    /* border: 2px solid #696969; */
    color: #e0e0e0;
}

div.products-list-item .price span.old-price {
    text-decoration: line-through;
    font-size: 13px;
}

div.product-card .price span.old-price {
    font-size: 13px;
}

div.sfbx {

}

div.sfbx div.search-filter-block {
    background: none;
    display: block;
}

div.sfbx div.search-filter-block > div + div {
    border: 0;
}

.attr_radio {

}

.attr_radio label.main_label {
    font-weight: bold;
    font-size: 14px;
}

.attr_radio .input_cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.attr_radio .input_cont input {
    display: none;
}

.attr_radio .input_cont label {
    display: block;
    padding: 10px 20px;
    border: 1px solid #D7D6D7;
    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;
}

.attr_radio .input_cont input:checked + label,
.attr_radio .input_cont label:hover {
    background: #d7d7d7;
}

.dell_address_info {
    -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;
}

div.quant input {
    width: 100px;
    border: 1px solid #e6e8e9;
    text-align: center;
    background: none;
    padding: 10px;
}

div.product_checkout_block .grid_1 .remove_prod {
    font-size: 20px;
}

.fiz-fields.comp-hid,
.company-fields.comp-hid {
    display: none;
}

.promo-input {
    max-width: 250px;
    padding: 10px 15px;
}

.promo-text-ok {
    padding: 10px 0;
    display: none;
    color: green;
}

.promo-text-notok {
    padding: 10px 0;
    display: none;
    color: red;
}

.promo-tr {
    display: none;
}

.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;
}

@-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);
    }
}

.cart_show_attributes .color-option {

    width: 35px;
    height: 22px;
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
}

.payment-desc > div {
    display: none;
}

.payment-desc > div.its-visible {
    display: block;
}

div.block-form div.pure-g > div {
    margin-bottom: 15px;
}

div.sublist {
    margin: 0 -10px;
}

div.sublist .select2-container--custom-select-style {
    min-width: 33.33333% !important;
    border: 1px solid rgba(42, 95, 157, .5);
    margin: 0 10px;
}

.x2.select2-container--custom-select-style .select2-dropdown {
    border-color: rgba(42, 95, 157, .5);
}

.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);
}

.bottom-sum {
    padding: 13px 15px;
    display: inline-block;
    font-weight: bold;
}

.post-code-search {
    font-size: 11px;
    padding-top: 3px;
}

.css-mini-loader-cart {
  border: 2px solid #393B3F;
  border-top: 2px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin-cart 2s linear infinite;
    position: absolute;
    top: 13px;
    right: 13px;
}

@keyframes spin-cart {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.payment-desc {

}

.payment-desc > div {
    display: none;
}

.payment-desc > div.its-visible {
    /*  max-height: 200px;*/
    display: block;
}

.payment_type {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.payment_type > div {
    display: flex;
    /* height: 48px; */
    align-items: center;
    margin: 0 10px;
    /* width: 33.333%; */
    background: #f5f5f5;
    border: 1px #E2E3E6 solid;
    border-radius: 3px;
    color: #4A5565;
    line-height: 1;
    position: relative;
    flex: 1;
    margin-bottom: 15px;
}

.payment_type > div label {
    flex: 1;
    padding: 15px 30px 15px 15px;
    cursor: pointer;

}

.payment_type > div label input {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;

}


div.styled-select[data-theme="custom-select-style2"] select {
    width: 100%;
}

.select2-container--custom-select-style2 {
    background: #f5f5f5;
    border: 1px solid #e2e3e6;
    border-radius: 3px;
}

.select2-container--custom-select-style2 .select2-selection--single {
    height: 50px;
    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: #f5f5f5;
    border-color: #e2e3e6;
    transform: translate(-1px, -5px);
    border-radius: 0;
    max-height: 280px;
    overflow-y: auto;
}

.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);
}


div.request_block div.inputs-container input[type="text"].error,
div.request_block div.inputs-container select.error {

    border: 1px solid #c60f14;

}

div.request_block div.inputs-container div.error {

    color: #c60f14;

}


@media (max-width: 767px) {
    .addToCartPopupFooter .ext_button {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }

    .addToCartPopupFooter .ext_button span {
        text-align: center;
        width: 100%;
    }

    #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;
    }

    .wat_to_do a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    table.product_cart thead {
        display: none;
    }

    div.product_checkout_block .grid_1 {
        display: block;
    }

    div.product_checkout_block .grid_1 .remove_prod {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

    div.product_checkout_block .grid_1 thead {
        display: none
    }

    div.product_checkout_block .grid_1 > tbody {
        display: block;
    }

    div.product_checkout_block .grid_1 > tbody > tr {
        display: block;
        border: 1px solid #CCC;
        background: #fafafa;
        position: relative;
    }

    div.product_checkout_block .grid_1 > tbody > tr > td {
        text-align: center;
        border: 0;
        padding: 4px 15px;
        font-size: 11px;
    }

    div.product_checkout_block .cart_price_container.grid_1 > tbody > tr > td {
        text-align: left;
    }

    div.product_checkout_block .grid_1 > 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 .grid_1 > tbody > tr.promo-tr,
    .promo-tr {
        display: none;
    }

    /*div.product_checkout_block div.quant {
        display: inline-block;
        width: 50px !important;
    }

    div.product_checkout_block .grid_1 > tbody td:nth-child(2) {
        width: auto !important;
        text-align: left;
    }

    div.product_checkout_block .grid_1 > tbody td:nth-child(6) {
        width: 10%;
    }

    div.product_checkout_block .grid_1 > tbody td:nth-child(3),
    div.product_checkout_block .grid_1 > tbody td:nth-child(4),
    div.product_checkout_block .grid_1 > tbody td:nth-child(7) {
        display: none
    }*/
    div.product_checkout_block .grid_1 .photo_place {
        background: #fff
    }

    div.product_checkout_block .grid_1 .photo_place img {
        height: 140px;
        width: auto;
    }

    div.product_checkout_block table.product_cart {
        background: none;
        border: 0;
    }

    div.product_checkout_block table.product_cart tr {
        background: #fff;
        margin-bottom: 15px;
    }

    div.product_checkout_block table.product_cart td {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        width: auto !important;
        padding: 15px !important;
    }

    div.product_checkout_block table.product_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;
    }

}
