.cart__component { position: relative; }

.cart__list { position: relative; }
.cart__list.__preload { pointer-events: none; }

.cart__list-tytle {
    display: flex;
    background-color: #eee;
    color: #929292;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 0;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-shadow: 1px 1px #fff;
}

.cart__list-tytle > * {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.cart__list-tytle > * + * { border-left: 1px solid #d6d6d6; }

.cart__list-item {
    position: relative;
    display: flex;
    background-color: #fff;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 100%;
    margin-bottom: 20px;
    line-height: 1.25;
}

.cart__list-item > * { padding: 10px 15px; }
.cart__list-item > * + * { border-left: 1px dashed #d6d6d6; }

.cart__item-photo {
    justify-content: center;
    min-width: 135px;
    text-align: center;
}

.cart__item-product { flex-grow: 2; }

.item-product__code {
    display: flex;
    font-size: 14px;
}

.item-product__code span {
    color: #929292;
    padding: 0 8px;
}

.item-product__name {
    display: block;
    color: #37aa42;
    padding: 4px 0 6px;
    font-size: 18px;
    line-height: 1;
}

.item-product__brand { color: #929292; }

.cart__item-counter {
    display: flex;
    justify-content: center;
    min-width: 155px;
}

.cart__list-item .cart__item-counter { align-items: flex-start; }

.cart__item-counter > i {
    background-color: transparent;
    border-radius: 3px;
    border: none;
    color: #37aa42;
}

.cart__item-counter > i[disabled] { color: #d6d6d6; }

.cart__item-counter > i:not([disabled]):hover {
    background-color: #eee;
    cursor: pointer;
}

.counter__total {
    border-radius: 3px;
    border: solid 1px #d6d6d6;
    max-width: 40px;
    min-height: 26px;
    margin: 0 4px;
    font-size: 15px;
    text-align: center;
}

.counter__total:focus {
    border-color: #016508;
    outline: double #8bdd91 2px;
}

.cart__item-cost {
    justify-content: flex-end;
    min-width: 200px;
    text-align: right;
}

.cart__list-item .cart__item-cost { font-size: 24px; }

.cart__item-delete {
    min-width: 55px;
    text-align: center;
    justify-content: center;
}

.cart__item-delete .material-icons {
    color: #f83c3d;
    text-decoration: none;
    cursor: pointer;
}

.cart__item-delete .material-icons:hover { text-shadow: 1px 1px 2px #df3; }

/* cart tools */


.cart__tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 20px 0;
}

.cart__btns-group {
    display: flex;
    padding-right: 20px;
}

.cart__btns-group .btn {
    display: flex;
    align-items: center;
}

.cart__btns-group .btn + .btn { margin-left: 8px; }
.cart__btns-group i + span { margin-left: 8px; }


.cart__total {
    position: relative;
    padding-right: 60px;
    line-height: 1.4;
}

.cart__total::before {
    content: "";
    position: absolute;
    top: -13px; right: 8px;
    background: url(../../../../img/cart.total.icon.png) center center no-repeat;
    width: 39px; height: 54px;
}

.cart__total-sum {
    color: #37ab40;
    font-weight: 500;
    font-size: 34px;
}

.cart__total-symb {
    color: #c7c7c7;
    font-weight: 600;
    font-size: 22px;
    text-transform: lowercase;
}

.cart__grecaptcha {
    position: relative;
    top: -25px;
    color: #929292;
    max-width: 350px;
    padding: 0 15px 10px;
    font-size: 13px;
    line-height: 1.2;
}

#cart-ok { display: none; }
#cart-ok.show { display: block; }
#cart-ok .b-about { top: auto; }

.cart__delivery {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.delivery__info {
    color: #eea236;
    padding-top: 5px !important;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.delivery__choice {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 20px;
    font-weight: 400;
    cursor: pointer;
}

.delivery__choice input {
    width: 0; height: 0;
    position: absolute;
    z-index: -1;
}

.delivery__choice .i-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #64bb46;
    border-radius: 50%;
    width: 28px; height: 28px;
    margin-right: 8px;
}

.delivery__choice .i-radio::after {
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    margin-right: 3px;
    font-weight: 600;
}

input:checked + .i-radio::after { content: "\f00c"; }

#atlas_map {
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: all .15s linear;
}

#atlas_map.on {
    opacity: 1;
    height: 250px;
}

#delivery_area {
    position: relative;
    width: 50%;
}

#delivery_taxi { line-height: 1.4; }
#delivery_taxi .material-icons { margin-right: 16px; }
#delivery_taxi p + p { padding-top: 8px; }
#delivery_taxi input[type=checkbox] { margin-right: 8px; }

.contact-form { position: relative; }

.contact-form:before {
    content: "";
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #f7f7f7;
    z-index: 10;
    opacity: 0.5;
}

.contact-form.off:before { display: block; }

.i-required {
    color: #a94442;
    padding-right: 4px;
    font-weight: 600;
    font-size: 18px;
}


/* ~~~~~~ messages */

.mssg-warning {
    opacity: 1;
    background-color: #f2dede;
    border: 1px solid transparent;
    border-color: #ebccd1;
    border-radius: 4px;
    color: #a94442;
    margin-bottom: 20px;
    padding: 15px;
    transition: all .15s linear;
}

.off .mssg-warning,
.mssg-warning.mssg-hide {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 0;
}

.mssg__required-field { display: flex; }
.mssg__required-field b { font-size: 24px; }
.mssg__required-field span { line-height: 1.4; }
.mssg__required-field b + span { padding: 0 8px; }

.bl-flex { display: flex; }

/* ~~~~~~ atlas select */

.wrap_select { position: relative; }

.wrap_select::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px; right: 14px;
    border-top: 6px dashed #929292;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    width: 0; height: 0;
    pointer-events: none;
}

.wrap_select::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px; right: 16px;
    border-top: 4px dashed #f3f3f3;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    width: 0; height: 0;
    pointer-events: none;
}

.a-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
    color: #4c4c4c;
    width: 100%;
    padding: 15px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer;
}

.a-select::-ms-expand { display: none; }

.a-select:focus {
    box-shadow: 0 0 3px 0 #c7c7c7;
    background-color: #eaeaea;
    border-color: #c7c7c7;
}


/* ~~~~~~ low resolution */

.btn__low-resolution {
    flex-grow: 1;
    min-width: 100%;
}

.btn__low-resolution:first-child { margin-bottom: 10px; }
.btn__low-resolution:last-child { margin-top: 10px; }

@media (min-width: 576px) {
	.btn__low-resolution { display: none !important; }
    .cart__list-item.hidden { display: flex !important; }
}

@media (max-width: 991.98px) {
    .cart__item-counter { min-width: 145px; }
    .cart__item-cost { min-width: 135px; }

    .cart__tools {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .cart__btns-group span { display: none; }

    .cart__grecaptcha {
        top: -10px;
        max-width: inherit;
    }
}

@media (max-width: 767.98px) {
    .cart__list-tytle { display: none; }
    .cart__list-item { flex-wrap: wrap; }

    .cart__item-product { width: calc(100% - 145px); }

    .item-product__code {
        padding-top: 5px;
        font-size: 13px;
    }

    .item-product__name { padding: 6px 0; }

    .cart__item-counter {
        border: none;
        min-width: 135px;
        padding: 10px 5px;
    }

    .cart__item-cost {
        text-align: right;
        flex-grow: 1;
    }

    .cart__list-item .cart__item-cost { font-size: 20px; }

    .cart__item-delete {
        position: absolute;
        top: 0; right: 0;
        border: none;
        min-width: auto;
    }
    
    .cart__tools {
        position: sticky;
        bottom: 10px;
        background-color: #f7f7f7;
        box-shadow: 0 0 15px #f7f7f7;
        border: solid #38ab40 1px;
        border-radius: 3px;
        padding: 15px;
    }

    .cart__btns-group { padding-right: 10px; }
    .cart__btns-group i { font-size: 18px; }

    .cart__total { padding-right: 0; }
    .cart__total::before { display: none; }

    .cart__total-sum { font-size: 24px; }

    .cart__total-symb {
        font-weight: 200;
        font-size: 18px;
    }
    
    .cart__delivery { flex-direction: column; }

    #delivery_area {
        width: 100%;
        margin-left: 0;
    }
}

@media print {

    .cart__list-tytle { display: none; }

    .cart__list-item { flex-wrap: nowrap !important; }
    .cart__list-item > * { padding: 10px 10px !important; }
    .item-product__name { color: #000 !important; }
    .cart__item-counter { min-width: 40px !important; }
    .cart__item-cost { min-width: 100px !important; }

    .cart__tools {
        border: none !important;
        box-shadow: none !important;
    }

    .cart__total-sum {
        color: #000;
        font-weight: 600;
    }
    
    .cart__total-symb { font-weight: 600 !important; }

    #cartEmpty { display: none !important; }

    .print-display {
        padding-right: 10px;
        text-align: right;
    }
}

/* ~~~~~~ preloader */

.preloader {
    display: block;
    position: absolute;
    left: 50%; top: 50%;
    z-index: 1000;
    width: 100%; height: 100%;

    transform: translate(-50%,-50%);
    pointer-events: none;
}

.preloader::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    z-index: 100;
    background-color: hsla(0,0%,100%,.8);
    width: 100%; height: 100%;
}

.preloader::after {
    -webkit-animation: modalDonut 2.5s linear infinite;
    animation: modalDonut 2.5s linear infinite;

    content: "";
    position: absolute;
    left: 50%; top: 50%;
    z-index: 101;
    border: 8px solid #e9e9e9;
    border-top-color: #38ab40;
    border-radius: 50%;
    box-sizing: border-box;
    height: 64px; width: 64px;
    transform: translate(-50%,-50%);
    transform-origin: 0 0;
}

@-webkit-keyframes modalDonut {
    0% { transform:rotate(0deg) translate(-50%,-50%) }
    to { transform:rotate(1turn) translate(-50%,-50%) }
}

@keyframes modalDonut {
    0% { transform:rotate(0deg) translate(-50%,-50%) }
    to { transform:rotate(1turn) translate(-50%,-50%) }
}


/* need replace */

.grecaptcha-badge { visibility: hidden; }

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


/* ~~~~~~ other class will be remove */

.cart__btn {
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}