:root {
    --color-red: #505050;
    --color-white: #fff;
    --color-orange: #FDC6AA;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    justify-content: center;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 868px) {
    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .col-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    background: #E8441E;
    color:#ffffff;
    width: 100%;
}
.alert button {display: none;}

.cart-qty {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    color: #000 !important;
    font-size: 0.675rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

#articlelist {padding-top: 20px;}
.row img {max-width: 100%;margin: 0;}
.ea-desc {font-weight: bold;margin-bottom: 15px;}
.ea-params {margin-bottom: 15px;}
.ea-params strong {font-weight: bold;font-size: 14px;}

.container {padding: 0 0px;}
.row {display: flex;margin-left: -10px;margin-right: -10px;flex-wrap: wrap;}
.col-4 {flex: 0 0 auto;width: calc(33% - 20px);padding: 0 10px;}
.col-8 {flex: 0 0 auto;width: calc(67% - 20px);padding: 0 10px;}
.col-12 {flex: 0 0 auto;width: calc(100% - 20px);padding: 0 10px;}
.col-xl-4 {flex: 0 0 auto;width: calc(33% - 20px);padding: 0 10px;}




/** eListky **/

/** multiselect **/
#ea-sell-form .item-col .ea-group-item {border: 1px solid #eeeded;
    margin: 0;
    margin-bottom: 0px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 15px;}
#ea-sell-form .item-col .ea-group-item input {
    background: white;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-width: 0 1px 0 0;
    border-color: #eeeded;
    margin: 0;
}
#ea-sell-form .item-col .ea-group-item .ea-group-text {
    padding: 4px 10px 4px 15px;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
}
#ea-sell-form .item-col .ea-group-item .ea-group-select-quantity {
    border-left: 1px solid #eeeded;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 35px;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#ea-sell-form .item-col .ea-group-item .ea-group-select-quantity div {
    height: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
#ea-sell-form .item-col .ea-group-item .ea-group-select-quantity div.ea-minus {
    border-top: 1px solid #eeeded;
}
#ea-sell-form .item-col .ea-group-item .ea-group-select-quantity div:hover {
    background: var(--color-red);
    color: var(--color-white);
}

.btn-primary {
    padding: 8px 14px;
    color: var(--color-white) !important;
    background: var(--color-red);
    border: 1px solid var(--color-red);
}
.btn-primary:hover {
    background: var(--color-white);
    color: var(--color-red) !important;
    border: 1px solid var(--color-red);
}
.btn-block {
    display: block;
    width: 100%;
}

.ea-hide,
.divider-custom {
    display:none;
}

.ea-order .form-group .col-md-9,
.ea-order .form-group .col-md-3 {-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10px;
}
.ea-order .form-group input {border-radius: 0;}
.ea-order .col-md-3.control-label,
.ea-order > .row:last-child .col-12 {width: 100% !important;}


.ea-cart .main-bg {
    padding-left: 60px;
    position: relative;
    width: calc(100% - 80px);
}
.ea-cart .main-bg:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 0;
    bottom: 0;
    display: block;
    background:var(--color-red);
    width: 1px;
}

.ea-cart .main-bg h2 {position: relative;padding-left: 10px;}
.ea-cart .main-bg h2:before {width:40px;height: 40px;display: block;position: absolute;background: var(--color-red);content: "";border-radius: 50%;left:-50px;background-size: 50%;background-repeat: no-repeat;background-position: center;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free v5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23ffffff" d="M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"/></svg>');}
.ea-cart .main-bg .row .col-12 h2:nth-child(1):before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free v5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23ffffff" d="M576 208v-96c0-26.51-21.49-48-48-48H48C21.49 64 0 85.49 0 112v96c26.51 0 48 21.49 48 48s-21.49 48-48 48v96c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48v-96c-26.51 0-48-21.49-48-48s21.49-48 48-48z"/></svg>');}
.ea-cart .main-bg #payment-list h2:before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free v5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23ffffff" d="M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z"/></svg>');}

.ea-cart .main-bg .ea-order h2:before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free v5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23ffffff" d="M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z"/></svg>') !important;}

.ea-order .row:last-child .col-md-6:last-child {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

.ea-card-items {margin-bottom: 40px;}
.ea-card-items .btn {border: 1px solid #ced4da;padding: 2px 10px;font-size: 0.75rem;}
.ea-card-items .label {background: none !important;font-size: 0.7rem;padding: 2px 6px;color:var(--color-red);border: 1px solid var(--color-red);}


@media (max-width: 991px) {
    .ea-card-items tr.active {display: none}
    .ea-card-items tr td:nth-child(4),
    .ea-card-items tr td:nth-child(2),
    .ea-card-items tr td:nth-child(3) {display: none;}
    .ea-card-items tr td {font-size:0.8rem;}
}
@media screen and (max-width: 460px) {
}

@media screen and (max-width: 776px) {
    .ea-cart .main-bg {padding: 30px 10px;}
    .ea-cart .main-bg h2:before,
    .ea-cart .main-bg:before {display: none;}
}

#delivery-list,
#payment-list {margin-bottom: 40px;}

#delivery-list .btn {width: 100%;}

.main-bg a:not(.btn) {color:var(--color-red);}
input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 12px;
}
.form-group label {cursor: pointer;margin-bottom: 10px;margin-top: 10px;
display: inline-block;
width: auto;
float: none;
}
#ea-order-submit {width: 100%;display: none;}

table:not(.reset) {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table:not(.reset) td, table:not(.reset) th {
    border: 0;
    padding: 1rem;
    vertical-align: middle;
}

.ea-space {height: 30px;display: block; }


.form-control {
    --bs-body-color: #333333;
    --bs-border-width: 1px;
    --bs-border-color: #dddddd;
    --bs-body-bg: #ffffff;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {display: block;}