/*Base */
@media (max-width: 576px) {
    html {
        font-size: 14px;
    }
}
/* Elements */
input, textarea, select {
    max-width: 100%;

}
a:focus,
button:focus {
    outline: none;
}
a.clean-linck {
    color: inherit;
}
a:hover.clean-linck {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 576px) {
    .sorter select {
        width: 100%;
    }
}
h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.3rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

/* Messges */
.messages {
    padding: 15px;
}
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-notice {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* Header */

header .container,
header .container-fluid {
    padding: 0;
}

.header-line {}

.topphone a {
    white-space: pre;
    margin: 0 0.25rem;
    display: inline-block;
}

.menu-btn {
    font-size: 2rem;
    color: #000;
    padding-left: 12px;
}

.form-search {
    padding: 6px;
}

.form-search .input-text {}

/* Cart */
.cart-header {
    display: block;
    position: relative;
    font-size: 2rem;
    color: #6c757d;
    text-align: center;
    padding-right: 22px;
}

.cart-header .badge {
    position: absolute;
    top: 4px;
    font-size: 0.75rem;
}

.modal-cart {}
.mini-products-list {
    counter-reset: item;
    padding-left: 1rem;
}
.mini-products-list .item {
    display: flex;
    border-bottom: 1px solid #d0d0d0;

}
.mini-products-list .item:before {

    counter-increment: item;
    content: counter(item);
    margin: 6px;
}
.mini-products-list .item.last {
    border-bottom: none;
}
@media (max-width: 767px) {
    .item-actions .btn {
        width: 100%;
        display: block;
    }
}
@media (max-width: 767px) {
    .topphone {
        background-color: #f8f9fa;
    }
    .topphone a {
        padding: 6px 3px;
        
    }
    .topphone a:last-child {
        border: none;
        box-shadow: none;
    }
    .phone-icon {
        transform: rotate(-45deg);
    }
    /* .sidebar.col-left {
        position: absolute;
        right: 102vw;
        width: 80vw;
        box-shadow: 2px 0 3px 0px;
    } */
}
/* top.links */
@media (max-width: 767px) {
    header .links {
        display: none;
    }
    #sidebar a {
        padding-left: 10px;
    }
    #sidebar .links > div {

        border-bottom: 1px solid #cccccc;
    }
    #sidebar .links a {
        display: block;
        padding: 10px 25px 10px 10px;
    }
}
@media (min-width: 768px) {
    #sidebar .links {
        display: none;
    }
    header .links {

    }
    header .links > div {
        display: inline-block;


    }
}
/* Footer */
footer {
    margin-top: 25px;
}
/* Forms */
.input-box {
    margin-bottom: 1rem;
}
label.required:after {
    content: "*";
    color: red;
    margin-left: 5px;
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle;
}
p.required:before {
    content: "*";
    color: red;
    margin-right: 5px;
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle;
}
a.ForgotPassword {
    margin-bottom: 1rem;
}

/* Old content normalization */
.std::after,
.postContent::after {
    content: '';
    clear: both;
    display: block;
}
.std img,
.postContent img {
    width: auto !important;
    max-width: 100%;
    height: auto;
}
.std table,
.postContent table {
    table-layout: auto;
    width: 100% !important;
}
.std iframe,
.postContent iframe {
    max-width: 100%;
}
.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
}

/* Catalog Product Grid */
.products-grid {
    list-style: none;
    padding: 0;
}
.products-grid .item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.products-grid .product-card {
    height: 100%;
}
.product-card img {
    width: 100%;
}
/* Product Page */
.gallery-image {
    width: 100%;
}
#product_addtocart_form {
    width: 100%;
    height: 100%;

}

/* ============================================ *
 * Nav Primary
 * ============================================ */

.nav-primary {
    display: block;
    margin-top: 15px;
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    /*    line-height: 30px;*/

}
.nav-primary ul,
ol.nav-primary {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-primary li {
    position: relative;
}
.nav-primary li.level1 a {
    border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary .menu-active > ul.level1,
.nav-primary .menu-active > ul.level2,
.nav-primary .menu-active > ul.level3,
.nav-primary li.level0 li.sub-menu-active > ul {
    display: block;
}

.nav-primary li.level0 > a {
    text-transform: uppercase;
}
/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */

.nav-primary a.level0,
.nav-primary a {
    /*    line-height: 35px;*/
}
.nav-primary li.level0 ul {
    display: none;
}
.nav-primary li.level0 li {
    padding: 0;
}
.nav-primary li.level0 a {
    border-bottom: 1px solid #cccccc;
    padding: 10px 25px 10px 0;
}
.nav-primary li.level1 a {
    padding: 10px 25px 10px 0;
}
.nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -5px;
}
.nav-primary li.parent.sub-menu-active > a:after,
.nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -5px;
}
.nav-primary li.menu-active > a,
.nav-primary li.sub-menu-active > a {
    color: #3399cc;
}
@media (max-width: 767px) {
    .nav-primary a.level0,
    .nav-primary a {
        /*        line-height: 35px;*/
    }
   /* a.level0.has-children {
        pointer-events: none;
    }*/
    .disable-hover {
        pointer-events: none;
    }
    .nav-primary a {
        text-decoration: none;
        position: relative;
        display: block;
        color: #636363;
        /*        line-height: 30px;*/

    }
    .nav-primary ul,
    ol.nav-primary {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .nav-primary li {
        position: relative;
    }
    .nav-primary li.level1 a {
        border-bottom: 1px solid #cccccc;
        background-color: #f0f8ff;
    }

    .nav-primary .menu-active > ul.level0,
    .nav-primary .menu-active > ul.level1,
    .nav-primary .menu-active > ul.level2,
    .nav-primary .menu-active > ul.level3,
    .nav-primary li.level0 li.sub-menu-active > ul {
        display: block;
    }

    .nav-primary li.level0 > a {
        text-transform: uppercase;
    }
    .nav-primary li.level2 a {
        background-color: #ccdee48c;

    }
    .nav-primary li.level3 a {
        background-color: #f8f9fa;

    }
}
@media (min-width: 768px) {
    .nav-primary a {
        font-size: 0.85rem;
    }
    .nav-primary a {
        text-decoration: none;
        position: relative;
        display: block;
        color: #636363;
        /*        line-height: 30px;*/

    }
    .nav-primary ul,
    ol.nav-primary {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .nav-primary li {
        position: relative;
    }
    .nav-primary li.level1 a {
        border-bottom: 1px solid #cccccc;
        background-color: #f0f8ff;
    }

    .nav-primary .menu-active > ul.level0,
    .nav-primary .menu-active > ul.level1,
    .nav-primary .menu-active > ul.level2,
    .nav-primary .menu-active > ul.level3,
    .nav-primary li.level0 li.sub-menu-active > ul {
        display: block;
    }

    .nav-primary li.level0 > a {
        text-transform: uppercase;
    }
    .nav-primary li.level2 a {
        background-color: #ccdee48c;
        padding-left: 10px;
    }
    .nav-primary li.level3 a {
        background-color: #f8f9fa;

    }
}
/* Fullscreen modal */
@media (max-width: 767px) {
    .modal.modal-fullscreen, .bootstrap-fs-modal .modal {
        box-shadow: 0px 0px 0px 100px white;
    }
    .modal.modal-fullscreen .modal-dialog, .bootstrap-fs-modal .modal .modal-dialog {
        margin: 0;
        height: 100%;
        max-width: 100%;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content, .bootstrap-fs-modal .modal .modal-dialog .modal-content {
        border-style: none;
        border-radius: 0;
        height: 100%;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-header, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header {
        justify-content: flex-start;
        min-height: 50px;
        line-height: 50px;
        padding: 0;
        background-color: #f8f8f8;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
        white-space: nowrap;
        line-height: 50px;
        font-size: 1.1rem;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close {
        float: none;
        order: -1;
        margin: 0;
        padding: 0;
        margin-right: 12px;
        height: 50px;
        color: transparent;
        text-shadow: none;
        opacity: 1;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:before, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close:before {
        border-style: solid;
        border-color: #007bff;
        border-width: 0.15em 0.15em 0 0;
        content: '';
        display: inline-block;
        height: 0.5em;
        left: 0.55em;
        position: relative;
        top: 0.28em;
        transform: rotate(-45deg);
        vertical-align: top;
        width: 0.5em;
        transform: rotate(-135deg);
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0 10px 0 0;
        height: 50px;
        min-height: 50px;
        line-height: 50px;
        background-color: #f8f8f8;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn {
        border: none;
        background-color: transparent;
        margin: 0 0 0 10px;
        padding: 0;
        outline: none;
        box-shadow: none;
        font-size: 1.0rem;
        color: #007bff;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:hover, .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:active, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:hover, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:active {
        text-decoration: underline;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"], .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"] {
        display: none;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .material-icons, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .material-icons {
        vertical-align: middle;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .fa, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .fa {
        vertical-align: middle;
        font-size: 1.25em;
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-body, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
        flex-shrink: 3;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer, .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer {
        position: inherit;
        top: inherit;
        right: inherit;
        padding: 15px;
        margin: 0;
    }
    .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer .btn, .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer .btn {
        margin: 0 0 0 18px;
    }
}
@media (min-width: 768px) {
    .modal.modal-fullscreen .modal-dialog .modal-content, .bootstrap-fs-modal .modal .modal-dialog .modal-content {
        max-height: calc(100vh - 60px);
    }
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-body, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
        flex-shrink: 3;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.box-up-sell {

}
#upsell-product-table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 15px;

}
#upsell-product-table .price {
    font-size: 1.2rem;
}
#upsell-product-table .price-box {
    padding: 0;
}
.buttons-set {
    margin-top: 1rem;
}
#block-related {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 15px;
}
.block-related {}
.block-related .custom-control {
    z-index: 2;
    margin: 10px 0 0 10px;
}
.block-related .custom-control-label::before,
.block-related .custom-control-label::after {
    width: 2rem;
    height: 2rem;
}
.block-related .product-details {
    padding: 0 10px;
}
.block-related .product-name {
    font-size: 0.94rem;

}
#block-related .price{
    font-size: 1.2rem;
}
#block-related .product-name a,
#upsell-product-table .product-name a {
    color: #077598;
}
    /* Add to cart */
input.qty {
    width: 80px;
    display: inline-block;
    padding-right: 0.375rem;
}
/* Price box */
.price-box {
    padding: 1rem;
}
.price-box .price {
    font-size: 1.4rem;
    font-weight: 700;
}
.price-box .old-price {
    text-decoration: line-through;
    opacity: 0.7;
}
.price-box .price-label {
    display: none;
}
.minimal-price .price-label {
    display: initial;
}
/* grouped product */
#super-product-table {
    width: 100%;
    margin-bottom: 1rem;
}
#super-product-table .item-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;

}
#super-product-table .item-row:last-child {
    border-bottom: none;
}
#super-product-table .col-image {
    width: min-content;
}
#super-product-table .col-image img {
    width: 75px;
    margin-right: 10px;
}
#super-product-table .col-product-body {
    flex-grow: 1;
}
#super-product-table .col-qty {
    width: 75px;
    text-align: center;
    flex-shrink: 0;
}
#super-product-table input.qty {
    width: 54px;
}
#super-product-table .qty-label {
    display: none;
}
#super-product-table .name-wrapper {
    margin: 0;
}
#super-product-table .sku-wrapper {
    margin: 0;
    color: #8a8a8a;
}
#super-product-table .availability,
#super-product-table .availability span {
    margin: 0;
    padding: 0;
}
#super-product-table .price-box {
    margin: 0;
    padding: 0;
}
#super-product-table .price-box .price {
    font-size: 1rem;
    font-weight: 700;
}
.product-grouped button#product-addtocart-button {
    width: 100%;
}
/* Toolbar */
.limiter select.form-control {
    width: auto;
    display: inline-block;
    padding-left: 0.375rem;
}
.pager {
    margin-bottom: 1rem;
}

/* no-more-table */
/*@media only screen and (max-width: 800px) {
        
         Force table to not be like tables anymore 
        table.no-more-tables, 
        .no-more-tables thead, 
        .no-more-tables tbody,
        .no-more-tables tfoot,
        .no-more-tables th, 
        .no-more-tables td, 
        .no-more-tables tr { 
                display: block; 
        }
 
         Hide table headers (but not display: none;, for accessibility) 
        .no-more-tables thead tr { 
                position: absolute;
                top: -9999px;
                left: -9999px;
        }
 
        .no-more-tables tr { border: 1px solid #ccc; }
 
        .no-more-tables td { 
                 Behave  like a "row" 
                border: none;
                border-bottom: 1px solid #eee; 
                position: relative;
                padding-left: 50%; 
                white-space: normal;
                text-align:left;
        }
 
        .no-more-tables td:before { 
                 Now like a table header 
                position: absolute;
                 Top/left values mimic padding 
                top: 6px;
                left: 6px;
                width: 45%; 
                padding-right: 10px; 
                white-space: nowrap;
                text-align:left;
                font-weight: bold;
        }
 
        
        Label the data
        
        .no-more-tables td:before { content: attr(data-title); }
        .no-more-tables td[data-title="none"] {
            display: none;
        }
}*/
@media (max-width:999px) {
    table.no-more-tables,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables tfoot,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }
    table.no-more-tables {
        width: 100%;
    }
    .no-more-tables thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .no-more-tables tbody tr {}
    .no-more-tables tbody td {
        display: flex;
        justify-content: space-between;
    }
    .no-more-tables tbody td:before {
        content: attr(data-title);
        display: block;
    }
    .no-more-tables tfoot tr {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #dee2e6;
    }
    .no-more-tables tfoot td {
        border: none;
    }
    .no-more-tables.table-dark tfoot tr {
        border-color: #32383e;
    }
}
/* Длинный пользовательский текст */
@media (max-width:767px) {
    .my-account address {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    p.truncate,
    .my-account p.hello {
        overflow: hidden;
    }
    .box-recent tbody td {
        overflow: hidden;
    }
    
    
}
/* Manufacturer list - block */
@media (min-width: 768px) {
    #collapse_manufacturer.show {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 1rem;
    }

}

ol.manufacturer-list-block,
.manufacturer-list-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.manufacturer-list-block ul li {
    
}
.manufacturer-list-block a {
    padding: 10px 25px 10px 0;
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    font-size: 0.85rem;
    border-bottom: 1px solid #cccccc;
}
.manufacturer-list-block li {
    position: relative;
    padding: 0;
}
.top-level > a {
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    padding: 10px 25px 10px 0;
    
}
.top-level a[aria-expanded="false"]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -5px;
}
.top-level a[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -5px;
}
@media (min-width:768px) {
    .manufacturer-list-block ul li {
        display: inline-block;
    }
    .manufacturer-list-block a {
        padding: 5px;
        border: none;
    }
}

/* Navadmin - left - block */
ol.navadmin,
.navadmin ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navadmin a {
    padding: 10px 25px 10px 0;
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    font-size: 0.85rem;
    border-bottom: 1px solid #cccccc;
}
.navadmin li {
    position: relative;
    padding: 0;
}
.top-level > a {
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    padding: 10px 25px 10px 0;

}
.top-level a[aria-expanded="false"]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -5px;
}
.top-level a[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -5px;
}

/* Cart */
.cart-payment .form-check {
    padding-bottom: 1rem;
}
#cart-shipping-load {
/*    padding: 1rem 0;*/
}
#cartList .row:nth-child(even) {
    background-color: #f9f9f9;
}
#cartList .row:nth-child(even) img {
    opacity: 0.8;
}
#cartList p {
    margin: 0;
}
.cart-collaterals > div {
    margin-top: 1rem;
}
.cart-collaterals h3 {
    text-align: center;
}
#cart-shipping_method-load,
#cart-payment-load,
#cart-totals-load,
#cart-submit-load {
    position: relative;
    min-height: 80px;
}
div.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 2;
}
.checkout-cart-index .links {
    display: block;
    position: static;
}
.opc-block-summary {
    padding: 1rem;
    border: 1px solid #077598;
}
@media (max-width:767px) {
    .guest-checkout .custom-checkbox {
        padding-bottom: 30px;
    }

}
.cart-subtotal {
    border-bottom: 1px solid #077598;
    margin-bottom: 1rem;
    padding: 1rem;
}
.cart-subtotal p.subtotal {
    display: inline-block;
}

#canPlaceOrder .page-title,
.cart-list .item-actions {
    display: none;
}
/* Blog */

.blog-menu-block {
    padding: 1rem 0;
}
.newsBlockRight {
    padding: 0.2rem 0;
}
span.date_news {
    font-size: 0.8rem;
}
.base-mini.blog {}
.base-mini.blog ul {
    padding-left: 20px;
}
/* Utils for content */

@media (min-width: 768px) {
    .std .mw-10,
    .postContent .mw-10 {
        max-width: 10%;
    }
    .std .mw-20,
    .postContent .mw-20 {
        max-width: 20%;
    }
    .std .mw-25,
    .postContent .mw-25 {
        max-width: 25%;
    }
    .std .mw-30,
    .postContent .mw-30 {
        max-width: 30%;
    }
    .std .mw-33,
    .postContent .mw-33 {
        max-width: 33.3333%;
    }
    .std .mw-40,
    .postContent .mw-40 {
        max-width: 40%;
    }
    .std .mw-50,
    .postContent .mw-50 {
        max-width: 50%;
    }
    .std .mw-60,
    .postContent .mw-60 {
        max-width: 60%;
    }
    .std .mw-66,
    .postContent .mw-66 {
        max-width: 66.6666%;
    }
    .std .mw-70,
    .postContent .mw-70 {
        max-width: 70%;
    }
    .std .mw-75,
    .postContent .mw-75 {
        max-width: 75%;
    }
    .std .mw-80,
    .postContent .mw-80 {
        max-width: 80%;
    }
    .std .mw-90,
    .postContent .mw-90 {
        max-width: 90%;
    }
}


/* Loader */
.loader {
    border: 8px solid #e3482a; 
    border-top: 8px solid #3498db;
    border-bottom: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* CDEK */
label[for^="s_method_cdekdelivery_"] .price {
    display: none;
}
.pvz-data > div > span {
    font-size: 0.75rem;
    font-weight: bold;
}