

.text-content ol {
    font-style: normal;
    font-weight: 300;
}
.has-error input,.has-error textarea{color:#dc4e2f !important;border-color:#dc4e2f !important}
.has-error .error{display: block !important;position: unset !important}
.catalog-filter .mfilter-button.mfilter-button-top {
    display: block !important;
}
.row-customer_call_me, .hidden{
    display: none !important;
}
.disabled{
    pointer-events: none;
    cursor: auto;
}
.btn--solid.disabled {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    color: #fff;
    cursor: default;
}
#simplecheckout_shipping{
    margin-bottom: 15px !important;
}
.simplecheckout {
    padding: 90px 0;
    counter-reset: section;
}

.simple-content .checkout-heading {
    position: relative;
    margin-bottom: 32px;
    padding: 0 0 0 50px;
    background-color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 42px */
    counter-increment: section;
}
.simple-content .checkout-heading:before {
    content: counter(section);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 27px */
}

.simplecheckout-block {
    margin-bottom: 52px;
}

.simplecheckout-block-content {
    padding: 0 0 0 50px;
}

/*.simple-content .simplecheckout-error-text.simplecheckout-rule {
    display: none !important;
}

.simple-content .has-error .simplecheckout-error-text.simplecheckout-rule {
    display: block !important;
}*/

.simple-content fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 30px;
    padding: 0;
    border: 0;
    margin: 0;
}

.simpleregister-block-content {
    padding: 0;
}

.simple-content .form-group {
    position: relative;
}

.simple-content .form-group label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #808080;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    font-family: Stolzl, sans-serif;
}

.simplecheckout-error-text {
    /*position: absolute;*/
    top: calc(100% + 2px);
    font-size: 10px;
    line-height: 1.5;
    color: #D9390E;
    /*z-index: 1;*/
}

.simple-content .form-group input:not([type="checkbox"]):not([type="radio"]) {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #E5E5E5;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    font-family: Stolzl, sans-serif;
}

.row-shipping_address_city label {
    display: none !important;
}

/*.simple-content .form-group.row-shipping_address_address_2,*/
.simple-content .js_simplecheckout_shipping,
.simple-content .row-shipping_address_address_1,
.simple-content .form-group.row-shipping_address_city,
.simple-content .form-group.row-customer_another_person,
/*.simple-content .form-group.row-customer_shipping_phone,*/
.simple-content .form-group.row-shipping_address_country_id,
.simple-content .form-group.row-js_call_me,
.simple-content .form-group.row-checkout_agree,
.simple-content .form-group.row-customer_register{
    grid-column: span 2;
}

.simplecheckout-left-column {
    max-width: 1014px;
    width: calc(100% - 620px);
    margin-top: 3px;
}

.simple-content .form-group .checkbox label {
    position: static;
    transform: none;
    font-family: Stolzl, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    padding-left: 34px;
    line-height: 20px;
    cursor: pointer;
}

.simple-content .form-group .checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.simple-content .form-group .checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../assets/build/img/check.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.simple-content .form-group .checkbox input:checked ~ label:after {
    opacity: 1;
}

.simple-content .form-group .checkbox input {
    display: none;
}

.simple-content .radio label {
    position: relative;
    transform: none;
    font-family: Stolzl, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    padding-left: 34px;
    line-height: 20px;
    cursor: pointer;
}

.simple-content .radio label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.simple-content .radio label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.simple-content .radio input:checked ~ label:after {
    opacity: 1;
}

.simple-content .radio input {
    display: none;
}

.simple-content .selectric-wrapper {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #E5E5E5;
    font-family: Stolzl, sans-serif;
}

.simplecheckout-block-content .selectric {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.simplecheckout-right-column {
    width: 590px;
    border: 1px solid #E5E5E5;
    padding: 40px;
}

#simplecheckout_payment  .simplecheckout-block-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#simplecheckout_comment .checkout-heading {
    padding-left: 0;
    font-family: Stolzl, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-bottom: 14px;
    color: #000;
}

#simplecheckout_comment .checkout-heading:before {
    content: none;
}

#simplecheckout_comment textarea::placeholder {
    color: #808080;
}
#simplecheckout_comment textarea {
    border: 1px solid #E5E5E5;
    padding: 15px;
    font-family: Stolzl, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    resize: none;
}

.simplecheckout-right-column table {
    border: 0;
}

.simplecheckout-cart td {
    border: 0;
    display: block;
}

.simplecheckout-cart thead {
    display: none;
}

.simplecheckout-cart tr {
    display: grid;
    position: relative;
    width: 100%;
    grid-template-columns: repeat(4, 114px);
    grid-gap: 14px;
    padding: 32px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.simplecheckout-cart tr:first-child .btn[data-onclick="removeProduct"] {
    top: 0;
}

.simplecheckout-cart tr:first-child {
    padding-top: 0;
}

.simplecheckout-cart colgroup {
    display: none;
}

.simplecheckout-cart td.quantity {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 49px;
    padding: 6px 4px;
    border: 1px solid #E5E5E5;
    width: auto;
    min-width: auto;
    position: absolute !important;
    right: 0;
    bottom: 32px;
}



.simplecheckout-cart .quantity .input-group  {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: auto;
}

.simplecheckout-cart .quantity input {
    width: 50px;
    border: 0;
    text-align: center;
    font-size: 18px;
}

.table-responsive .btn[data-onclick="removeProduct"]:before {
    content: '\EA1E';
    font-family: svgfont, sans-serif;
    font-size: 14px;
    color: #000;
    display: block;
}

.table-responsive .btn[data-onclick="removeProduct"] {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 32px;
    right: 0;
    padding: 0;
    border: 0;
    background-color: transparent;

}

.simplecheckout-cart .quantity .btn {
    padding: 0;
    height: auto;
    border: 0;
    background-color: transparent;
}

.simplecheckout-cart .quantity .btn[data-onclick="decreaseProductQuantity"]:before {
    content: '\EA1B';
    font-size: 14px;
    font-family: svgfont, sans-serif;
}

.simplecheckout-cart .quantity .btn[data-onclick="increaseProductQuantity"]:before {
    content: '\EA18';
    font-size: 14px;
    font-family: svgfont, sans-serif;
}



.simplecheckout-cart td.image {
    padding: 0;
    width: 113px;
    height: 158px;
    grid-row: span 2;
}

.simplecheckout-cart td.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simplecheckout-cart td.name {
    text-align: left;
    padding: 0;
    grid-column: span 3;
}

.simplecheckout-cart td.remove {
    display: none;
}

.simplecheckout-cart td.name a {
    display: block;
    margin-bottom: 14px;
    text-align: left;
    font-family: Stolzl, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-right: 15px;
}

.simplecheckout-cart td.name .options {
    font-size: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Stolzl, sans-serif;
    line-height: 0;
    font-style: normal;
    font-weight: 400;
}

.simplecheckout-cart td.name br {
    display: none;
}

.simplecheckout-cart td.name small {
    font-family: Stolzl, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 27px */
}

.simplecheckout-cart td.model {
    display: none;
}

.simplecheckout-cart td.price {
    display: none !important;
}

.simplecheckout-cart td.total {
    font-family: Stolzl, sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.5 !important; /* 27px */
    width: calc(100% - 127px);
    text-align: left !important;
    padding: 0 !important;
    grid-column: span 2;
    display: flex !important;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
}

.simplecheckout-cart-coupon {
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    justify-content: flex-start;
}
.simplecheckout-cart-coupon input {
    width: calc(100% - 199px) !important;
    border: 1px solid #e5e5e5;
    display: block !important;
    margin: 0;
    border-right: 0;
    max-width: none;
    padding: 0 20px;

    font-family: Stolzl, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
}
.simplecheckout-cart-coupon input::placeholder {
    color: #808080;
}

.simplecheckout-cart-coupon .btn {
    width: 199px;
}

.simplecheckout-cart-coupon {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 32px 0;
}

#total_total:after,
#total_shipping:after,
#total_special:after,
#total_sub_total:after {
    content: none;
}
#total_coupon,
#total_voucher,
#total_productbundlestotal2,
#total_shipping,
#total_special,
#total_sub_total {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border: 0;
    padding: 0;
    margin: 14px 0;
}

.simplecheckout-cart-total-remove {
    display: none;
}

#total_voucher, #total_special {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
}

.simplecheckout-cart-total:after {
    content: none;
}

#total_total .simplecheckout-cart-total-remove {
    display: none;
}

#total_total {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-top: 32px;
    border: 0;
}

#total_total span b {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

#total_productbundlestotal2 span b,
#total_coupon span b,
#total_voucher span b,
#total_shipping span b,
#total_special span b,
#total_sub_total span b {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

#total_shipping .simplecheckout-cart-total-remove,
#total_special .simplecheckout-cart-total-remove,
#total_sub_total .simplecheckout-cart-total-remove {
    display: none;
}

#total_total .simplecheckout-cart-total-value {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

#total_shipping .simplecheckout-cart-total-value,
#total_special .simplecheckout-cart-total-value,
#total_sub_total .simplecheckout-cart-total-value {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.simplecheckout-block .alert {
    background-color: transparent;
}

.simplecheckout .special-text a{
    color: red;
}

.table-title {
    display: flex;
    margin-bottom: 40px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 42px */
}

.table-note {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
}

.table-note .icon {
    display: block;
    font-size: 24px;
    margin-right: 14px;
}

.table-note span {
    display: block;
    font-size: 13px;
}

.simple-content {
    margin: 0;
}

.row-shipping_address_address_2 .control-label {
    display: none !important;
}

.dropdown-menu {
    background: #f8f8f8;
    border: 0;
    box-shadow: 0 0 10px -6px;
    position: absolute;
    z-index: 999999999;
    top: 100%;
    width: 100%;
    opacity: 0;
    max-height: 250px;
    overflow: auto;
}

.dropdown-menu li {
    padding: 0 30px;
    margin-bottom: -1px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
}

.dropdown-menu li:first-child {
    border-top: 1px solid #c4c4c4;
    padding-top: 15px;
}

.dropdown-menu li:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;;
}

.dropdown-menu li a:hover {
    border-color: #e5e5e5;
    background-color: rgba(0,0,0,0);
    color: #000;
}

.dropdown-menu li a {
    display: block;
    position: relative;
    z-index: 8;
    padding: 12px 0;
    border-top: 1px solid rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0);
}

#shipping_address_city:focus ~ .dropdown-menu {
    opacity: 1;
}

.simplecheckout-button-right [type="button"]{
    background-color: transparent;
}

.simplecheckout-button-right [type="button"]:hover{
    background-color: #000;
    color: #fff;
}
.row-customer_telephone label,
.row-customer_firstname label,
.row-customer_lastname label,
.row-customer_email label{
    display: none !important;
}

.article-content video {
    max-width: 100%;
}


.list-group {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 32px;
    margin: 30px auto;
    font-size: 20px;
}

.reset-password-section input {
    width: 100%;
}

.reset-password-section .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.reset-password-section .buttons .btn {
    width: 100%;
}

.order-list h2{
    margin: 100px auto;
    text-align: center;
}

.order-list .buttons {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}



.order-list table {
    border-collapse: collapse;
    margin: 32px 0;
    width: 100%;
}

.order-list table th,
.order-list table td {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}

.profile-form .simpleregister-button-block.buttons {
    padding: 0;
    text-align: left;
}

.profile-form form {
    width: 750px;
    max-width: 100%;
    margin: 60px 0;
}

.mfilter-heading {
    position: relative;
    cursor: pointer;
}

.mfilter-heading.mfilter-collapsed:after {

}

.mfilter-heading:after {
    content: '\EA10';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 6px;
    color: #000;
    font-family: svgfont, sans-serif;
    transition: 0.15s ease-in-out;
}

.mfilter-heading.mfilter-collapsed:after {
    transform: translateY(-50%) scaleY(-1);
}

.mfilter-content-wrapper.mfilter-iscroll {
    height: auto !important;
    max-height: none !important;
}

.selectric-items {
    background-color: #fff;
}

.products-item .icon-wish {
    transition: 0.15s ease-in-out;
}

.products-item .icon-wish:hover {
    color: #E3DAD1;
}

.catalog-grid {
    margin-bottom: 36px;
}

.ui-slider-range.ui-widget-header.ui-corner-all:first-child {
    display: none !important;
}

/*.mfilter-content-wrapper:not(.mfilter-slide-down) .mfilter-option:nth-child(8) ~ .mfilter-option {*/
/*    display: none;*/
/*}*/

.mfilter-content-wrapper:not(.mfilter-slide-down) {
    max-height: 260px !important;
    height: auto !important;
}

.mfilter-content-wrapper.mfilter-slide-down {
    max-height: none !important;
    height: auto !important;
}

.mfilter-content-wrapper {
    /*height: auto !important;*/
    padding-bottom: 2px;
}

.mfilter-button-more {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    text-decoration-line: underline;
    margin-top: 12px;
}

.mfilter-button-more:hover {
    text-decoration: none;
}

.mfilter-content-wrapper.mfilter-slide-down .mfilter-option:nth-child(2) ~ .mfilter-option {
    display: flex;
}

#simplecheckout_comment {
    padding: 0 0 0 50px;
}

.form-group .text-danger {
    margin-top: 4px;
    color: #D9390E;
    font-family: Stolzl, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
}

.form-group:has(.text-danger) input {
    border-color: #D9390E !important;

}

.seo-text .text-content ul {
    list-style: disc;
    list-style-position: inside;
}

.seo-text .text-content ul li {
    padding-left: 0;
}

.seo-text .text-content ol {
    list-style: decimal;
    list-style-position: inside;
}

.dropdown-menu::-webkit-scrollbar,
.selectric-scroll::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.dropdown-menu::-webkit-scrollbar-track,
.selectric-scroll::-webkit-scrollbar-track {
    background-color: #a2a2a2;
}

/* Handle */
.dropdown-menu::-webkit-scrollbar-thumb,
.selectric-scroll::-webkit-scrollbar-thumb {
    background: #000;
}
.simplecheckout-button-block .button{
    padding: 0 22px;
}

.row-customer_auth a {
    text-decoration: underline;
}

.row-customer_auth a:hover {
    text-decoration: none;
}

.row-customer_auth {
    margin-top: -18px;
    margin-bottom: 32px;
    font-family: Stolzl, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
}
.order-list .buttons .btn {
    width: 360px;
    max-width: 100%;
}

.tabs-content__desc ul {
    margin-bottom: 14px;
}

.tabs-content__desc ol {
    counter-reset: section;
    margin-bottom: 14px;
}
.tabs-content__desc ol li:before {
    content: counter(section) ".";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs-content__desc ol li {
    padding-left: 27px;
    font-size: 18px;
    display: flex;
    line-height: 1.5;
    position: relative;
    counter-increment: section;
}

.product-summary .page-title {
    font-size: 24px;
}

.currency-group ul button {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: Stolzl, sans-serif;
    font-weight: normal;
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.currency-group ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 32px;
    z-index: 1;
    top: calc(100% + 13px);
    left: 50%;
    transform: translateX(-50%);
    padding: 29px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
}

.action.currency .active {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    transform: translateY(-3px);
}

.action.currency:hover ul {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s ease-in-out;
}

.action.currency {
    position: relative;
    margin-left: 26px !important;
}

header.scrolled .action.currency .active,
header.white .action.currency .active {
    color: #000;
}

.product-summary__action--wish {
    width: 100%;
}

.option_name--small {
    font-size: 12px;
    text-transform: none;
}

@media screen and (min-width: 1440px) {
    .header__nav ul {
        gap: 50px;
    }
}

@media screen and (max-width: 1360px) {
    .contacts-form__title {
        font-size: 20px;
    }

    .elementor-container * {
        width: 100% !important;
    }

    .elementor-container {
        flex-wrap: wrap !important;
    }

    .elementor-section {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {

    .simplecheckout .selectric-open .selectric-items {
        width: 100% !important;

    }

    .simple-content .buttons .simplecheckout-button-right {
        text-align: center;
        float: none;
    }
    .simple-content .buttons {
        text-align: center;
        float: none;
    }

    .order-list .row {
        margin-top: 30px;
    }

    .order-list .table-responsive {
        overflow-x: auto;
    }

    /*.order-list tr {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/

    /*.order-list tr td {*/
    /*    text-align: left !important;*/
    /*}*/
}
@media screen and (max-width: 767px){
    .action.currency {
        position: relative;
        margin-left: 10px !important;
    }
    .header__actions .action.wishlist {
        margin-left: 8px;
    }

    .action.currency .active {
        font-size: 12px;
        transform: translateY(-1px);
    }

    .header__actions .action.profile {
        margin-left: 12px;
    }

    .header__actions .action.header-cart {
        margin-left: 12px;
    }

    .header__actions .action.header-cart .icon {
        font-size: 19px;
        transform: translateY(-3px);
    }

    .header__actions .action.wishlist i {
        transform: translateY(-2px);
    }

    .header__actions .action.lang {
        margin-left: 16px;
    }

    .order-list .buttons .pull-right,
    .order-list .buttons .btn {
        width: 100%;
    }

    .product-summary .page-title {
        font-size: 16px;
    }

    .breadcrumbs ul {
        white-space: normal !important;
    }

    .simplecheckout-left-column {
        margin: 0;
    }

    .selectric-hide-select.selectric-is-native {
        left: 0;
    }

    .simple-content fieldset {
        grid-template-columns: repeat(1, 1fr);
    }

    /*.simple-content .row-shipping_address_address_1, .simple-content .form-group.row-customer_another_person, .simple-content .form-group.row-customer_register {*/
    /*    grid-column: span 1;*/
    /*    min-width: 185px;*/

    /*}*/

    .simple-content .checkout-heading {
        font-size: 20px;
        padding: 0px 0 0 40px;
    }

    .simplecheckout-block-content {
        padding-left: 40px;
    }

    .table-title {
        font-size: 20px;
    }

    .simplecheckout-right-column {
        padding: 20px;
    }

    .simplecheckout-cart-coupon {
        flex-wrap: wrap;
    }

    .simplecheckout-cart-coupon input {
        width: 100% !important;
        height: 49px;
        border-right: 1px solid #e5e5e5;
        margin-bottom: 14px;
    }
    #simplecheckout_login .button,
    .simplecheckout-cart-coupon .btn {
        width: 100%;
    }

    .simplecheckout-button-right {
        width: 100%;
    }

    .simple-content .checkout-heading:before {
        height: 28px;
        width: 28px;
        font-size: 14px;
    }

    #total_productbundlestotal2 span b, #total_coupon span b, #total_voucher span b, #total_shipping span b, #total_special span b, #total_sub_total span b {
        font-size: 12px;
    }
}


.text-content ol {
    list-style-type: decimal;
}


@media screen and (max-width: 767px) {
    .main-banner__more,
    .main-banner__title {
        z-index: 9;
    }

    .main-banner__title {
        bottom: 100px;
        top: auto;
        transform: translateX(-50%);
    }

    .main-banner .video-play {
        display: none !important;
    }

    #simplecheckout_comment {
        padding: 0 0 0 40px;
    }

    .simplecheckout-cart tr {
        grid-template-columns: repeat(1, 1fr);
    }

    .simplecheckout-cart td.quantity {
        position: static !important;
        width: 110px;
    }

    .simplecheckout-cart td.name {
        grid-row: span 1;
        grid-column: span 1;
    }
    .simplecheckout-cart td.total,
    .simplecheckout-cart td.image {
        grid-row: span 1;
        grid-column: span 1;
    }

    td.quantity button[data-onclick*="Quantity"] {
        display: block !important;
    }

    .list-group {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        gap: 12px;
        margin: 30px auto 0;
        font-size: 16px;
    }

    .profile-form form {
        margin: 30px 0 60px;
    }

    .reset-password-section .buttons {
        grid-template-columns: repeat(1, 1fr);
    }

    .simple-content .form-group.row-customer_auth,
    .simple-content .form-group.row-customer_firstname,
    .simple-content .form-group.row-customer_lastname,
    .simple-content .form-group.row-customer_email,
    .simple-content .form-group.row-customer_shipping_firstname,
    .simple-content .form-group.row-customer_shipping_lastname,
    .simple-content .form-group.row-customer_shipping_phone,
    .simple-content .form-group.row-customer_shippingEmail,
    .simple-content .form-group.row-customer_telephone,
    .simple-content .form-group.row-shipping_address_address_2,
    .simple-content .form-group.row-shipping_address_postcode{
        grid-column: span 2;
    }

    .main-catalog {
        padding-top: 110px;
    }
}

.simple-content .buttons .simplecheckout-button-right {
    text-align: left;
    float: none;
}
.simple-content .buttons {
    padding: 0;
    text-align: left;
    margin-top: 32px;
}

.simplecheckout-right-column .buttons .simplecheckout-button-right {
    float: right;
    text-align: right;
}

.mfilter-ajax-loader-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 2 !important;
}
.footer .wss__label{
    width: 225px;
    line-height: 21px;
}
#inpostGeoWidgetModal {
    padding: 0;
}
#inpostGeoWidgetModal .modal__close{
    text-align: right;
    margin-bottom: 20px;
    margin-right: 10px;
}
inpost-geowidget iframe{
    min-height:500px;
}

.checkbox a{
    text-decoration: underline;
}
.special-text {
    width: 100%;
    color: #d9390e;
    text-align: left !important;
    padding: 0 !important;
    grid-column: span 4;
    display: flex !important;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
}


.tabs-content__desc p {
    display: block !important;

}

.tabs-content__desc p a,
.tabs-content__desc ol a,
.tabs-content__desc ul a {
    text-decoration: underline;
}
.mfilter-hide{
    display: none !important;
}
@media screen and (max-width: 767px){
    .simplecheckout-cart tr {
        grid-template-columns: repeat(2, 1fr);
    }

    .simplecheckout-cart tr > * {
        grid-column: span 2 !important;
    }

    .simplecheckout-cart tr > *.quantity {
        grid-column: span 1 !important;
    }

    .simplecheckout-cart tr > *.total {
        grid-column: span 1 !important;
        line-height: 49px !important;
        text-align: right !important;
        width: 100% !important;
        display: block !important;
    }
}
