.hide {
    display: none !important;
}

div.block-text[type="text"] {
    background: #ffffff;
    background-clip: border-box;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
}

#html-body > div.page-wrapper > header > div.panel.wrapper > div > ul > li.authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
}

.customer-account-login .block-new-customer > .block-content > .actions-toolbar > .primary > .action.create.primary {
    display: none;
}

.page-header > div.panel.wrapper > div.panel.header > ul.header.links > li.customer-welcome > .customer-name > button.action.switch {
    color: #000000;
}

.checkout-cart-index .columns .cart-container > .cart-summary > #block-shipping {
    display: none;
}

.action.primary:not(.amasty), .action-primary,
.actions-toolbar .action.primary:not(.amasty),
.actions > .primary > #top-cart-btn,
.cart-container > .cart-summary > .checkout.methods .action.primary.checkout {
    background-color: #000!important;
    border-color: #000!important;
   font-family: 'Rubik', sans-serif !important;
   text-transform:uppercase!important;
   font-weight: 400;
   font-size: 14px;
}

.action.primary:not(.amasty):hover, .action-primary:hover,
.actions-toolbar .action.primary:not(.amasty):hover,
.actions > .primary > #top-cart-btn:hover,
.cart-container > .cart-summary > .checkout.methods .action.primary.checkout:hover {
    background-color: #3098ba!important;
    border-color: #3098ba!important;
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
    border-color: #3098ba!important;
}
.checkout-cart-index .cart.main.actions > button[name="update_cart_action"] {
    line-height: 1.6rem;
    margin: 0;
    padding: 7px 15px;
    color: #ffffff;
    border: none!important;
    border:none!important;
    font-weight: 400;
    background:#000!important;
}
#discount-coupon-form button.action.apply.primary {
    background: #3098ba!important;
   border:1px solid #3098ba!important;
    color:#fff!important;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    border: 2px solid #3098ba!important;
}
.amcheckout-step-container .amcheckout-title {
    border: 1px solid #3098ba!important;
    background: #ffe8cb;
}
.opc-block-summary .amcheckout-title {
    border:none!important
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #3098ba!important;
}

.amcheckout-wrapper .switch-field-invoice {
    display: flex;
}
.amcheckout-wrapper .switch-field-invoice .switch {
    margin-right: 35px;
}
.checkout-agreement .label {
    display: flex!important;
    cursor: pointer;
}
.field.field-select-billing {
    font-size: 18px;
    display: block;
    margin: 0;
    border: 1px solid #3098ba;
    background: #ffe8cb;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    cursor: pointer;
}
.field.field-select-billing  label {
    margin-bottom:0!important;
    font-weight:600!important;
}
.checkout-cart-index .cart.main.actions > button[name="update_cart_action"]:hover,
.checkout-cart-index .cart.main.actions > button[name="update_cart_action"]:focus {
    background-color: #000;
    border-color: #000;
    text-decoration: none;
    color: #ffffff;
}
@media (min-width: 768px) {
    .custom_cart_avail_message {
        width: 70%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 3;
        padding-right: 4%;
        position: relative;
        display:block;
    }
    }
    @media (max-width:768px) {
        .custom_cart_avail_message {
            padding:0 15px;
        }
        .custom_cart_avail_message span {
            width:auto!important;
        }
        .checkout-cart-index .cart.main.actions > button[name="update_cart_action"] {
            margin-top:10px;
        }
    }
    .custom_cart_avail_message span {
        border: 1px solid #3098ba;
        width: 100%;
        text-align: center;
        margiN: 0 auto;
        display: block;
        padding: 5px;
    }
    .cart-labels .product-label{
        width: 35px;
        min-width:35px;
        height: 35px;
        color: #fff;
        border-radius: 50%;
        line-height: normal;
        text-align: center;
        margin-bottom: 5px;
        font-size: 11px;
        padding: 2px;
        position: relative;
    }
    .cart-labels {
        display:flex;
        align-items:center;
    }
    .cart-labels .icons_tooltip_content {
        margin-left:5px;
    }
    .cart-labels .product-label.available-label-374 {
        background: #3098ba;
    }
    .cart-labels .product-label.available-label-1028 {
        background: #34b6ab;
    }
    .cart-labels .product-label.available-label-375 {
        background: #ff9000;
    }

    .cart-labels .product-label.available-label-376,
    .cart-labels .product-label.available-label-406 {
        background: #6767ff;
    }
    .cart-labels .product-label.available-label-373 {
        background: #344db6;
    }
    .cart-labels  span.laber-border {
        border-bottom: 1px solid #fff!important;
    }
    .cart-labels .product-label span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
/*=============== Checkout ===============*/
.fieldset.address div[name$=".country_id"] {
    display:none!important;
}
.checkout-index-index .amcheckout-main-container .amcheckout-step-container.-summary > .checkout-payment-method.submit .actions-toolbar {
    display: flex;
    flex-flow: column;
    align-items: center;
}

#backToCartOSC {
    margin-bottom: 5px;
    border: 0;
}

#backToCartOSC > span {
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .checkout-index-index .amcheckout-main-container .amcheckout-step-container.-summary > .checkout-payment-method.submit .actions-toolbar {
        align-items: flex-start;
        padding: 0 20px;
    }

    #backToCartOSC {
        padding: 14px 20px;
    }
}

.checkout-cart-index .actions-toolbar span{

    background-color: #3098ba !important;
    border-color: #3098ba !important;
}
.checkout-cart-index .action.primary, .action-primary {
    background-color: #3098ba !important;
    border-color: #3098ba !important;
}
.checkout-cart-index #maincontent a{
    color: #3098ba !important;

}

.amcheckout-step-container .primary .action.checkout, .amcheckout-step-container .action.checkout.amasty {
    padding: 14px 30px;
    background: #3098ba !important;
}
.amcheckout-step-container a {
    color: #3098ba !important;
}
.amcheckout-step-container button {
    background: #000 !important;
    color:#fff!important;
}
.amcheckout-step-container button:hover {
    background: #3098ba !important;
}

.amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='radio']:checked + label:before
{
    background: #fff !important;
    color: #3098ba !important;
}
.billing-address-same-as-shipping-block input[type=checkbox]:checked+label:before {
    border: 2px solid #ccc!important;
    background: #fff !important;
    content: '';
    cursor: pointer;
}
.billing-address-same-as-shipping-block input[type=checkbox]+label:before {
    border-width: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
    background-size: contain !important;
}
#backToCartOSC span{
    color:#fff;
}

.amcheckout-step-container .action.action-show{
    background: none !important;
    color: #333333!important;
}
.amcheckout-step-container .row.amcheckout-method {
    width: 100%;
    margin-bottom: 20px!important;
}
.table-checkout-shipping-method tbody td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding: 10px 20px;
}
#co-payment-form .opc-payment {
    margin-top: -20px;
}
#checkout-step-payment hr {
    display:none!important;
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
 .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
 .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
 .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
 .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #3098ba;
}

.amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before {
    border-color: #3098ba !important;
    box-shadow: 0 2px 4px rgb(63 156 215 / 40%);
}

.amcheckout-step-container .action.action-toggle{
    background: none !important;
    color: #333333 !important;

}
.abs-revert-to-action-secondary:not(:focus), .abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: none;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none!important;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #000;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    background: #3098ba;
}

.block.block-customer-login .block-title {
    display:none!important;
}
.action.action-login.secondary {
    padding: 5px 20px;
    font-size: 1.4rem;
    font-family: 'Rubik', sans-serif !important;
    font-weight:400;
    background: #000;

    color:#fff;
    border:none;
}
.action.action-login.secondary:hover {
    background: #3098ba;
}
.action.primary.checkout.amasty {
    width:100%!important;
    font-size:14px!important;
}
.checkout-index-index .amcheckout-main-container .amcheckout-step-container.-summary > .checkout-payment-method.submit .actions-toolbar {
    margin-left:5px;
    margin-right:5px;
}
.amcheckout-step-container.-summary .order-attributes > td {
    padding: 20px 0 0 !important;
}
.amcheckout-step-container.-summary .order-attributes > td .field._required,
.amcheckout-step-container.-summary .order-attributes > td > .order-attributes-form.fieldset.address div.choice.field {
    margin-bottom: 0 !important;
}
.amcheckout-step-container.-summary .order-attributes > td > .order-attributes-form.fieldset.address div.choice.field > section {
    display: flex;
    flex-flow: row;
    gap: 12px;
}
.paynow-payment-options {
    display: none;
}

.opc-block-summary .amcheckout-wrapper .title:after {
    content: ''!important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
    padding: 10px 0px;
}
#shopping-cart-table .action-towishlist,
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before
{
    display:none!important;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit, .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
    padding-left: 15px;
}
/* #2hretrf - Cechy prostych na konfigurowalnym */
.stock-notification-configurable .hidden,
.swatch-icons.hidden,
.swatch-information.hidden,
.swatch-information .custom_availability_info.hidden,
.swatch-icons .product-labels .swatch-icon.hidden,
.product-info-main .custom_stock_info .last.hidden{
    display:none !important;
}

/* #2hretrf - Cechy prostych na konfigurowalnym */

#caraty_simulator .buttons_bottom_block {
    background-color: #009597;
    border-radius: 3px;
    text-align: center;
    max-height: 40px;
}

#caraty_footer {
    margin-top: 15px;
}
/* blog banner boxes */
.banner_boxes_container .owl-dots{
    text-align:center;
}
.banner_boxes_container .owl-dots .owl-dot span{
    margin: 3px!important;
    background: #D6D6D6!important;
    border: 1px solid #ffff!important;
}
.banner_boxes_container .owl-dots .owl-dot:hover span {
    border: 1px solid #3098ba!important;
}
.banner_boxes_container .owl-dots .owl-dot.active span {
    background: #3098ba!important;
}
.blog-page .columns {
    flex-flow: column;
}
.blog-page .page-footer {
    margin-top:25px;
}
/* blog banner boxes */

/* test roweru*/
#form_test_roweru label {
    margin: 0px 0 5px;
    display: inline-block;
    font-weight: 600!important;
}
#form_test_roweru em {
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
    font-style: initial;
}
#form_test_roweru .form-group {
    margin: 0 0 15px;
}
/* test roweru end */
.p-contact.available_form {
    text-align:right;
    margin-top: 10px;
}
.p-contact.available_form a  {
    color: #3098ba!important;
    text-decoration:underline;
}
.modal-popup .modal-inner-wrap:has(div#productcontact-modal) button.action-secondary {
    background-color: #000 !important;
    border-color: #000 !important;
    font-family: 'Rubik', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.modal-popup .modal-inner-wrap:has(div#productcontact-modal) button.action-secondary:hover {
    background-color: #3098ba !important;
    border-color: #3098ba !important;
}
/* guest form */

.guest_form_row{
    display: flex;
    min-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap:30px;
}
.guest_form_row .col {
    width:100%!important;
}
.guest_form_row  .form.form-orders-search {
    min-width: 100%!important;
    width: 100%!important;
}
.order_custom_info {
    margin:20px 0 0 0;
}
.action.action-login.secondary .order_custom_info {
    margin: 0px 0 20px 0!important;
}
@media (max-width:767px) {
    .guest_form_row{
        flex-wrap: wrap;

    }
}
/* guest form end */
div[id*="promotion-timer"] > span:not(:last-of-type):after {
    content: ":";
    position: absolute;
    right: -13px;
}
.product-sell-block.product-item div[id*="promotion-timer-"] {
    font: normal normal bold 22px / 32px 'Rubik', sans-serif;
    color: #000;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    padding-bottom: 15px;
}
.product-sell-block.product-item div[id*="promotion-timer-"] > span:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    left: 55%;
    transform: translateX(-50%);
    content: attr(data-label);
    font-size: 14px;
    color:#bdbdbd;
}
.product-sell-block.product-item div[id*="promotion-timer-"] > span {
    position:relative;
    width: 42px;
}
.product-info-main .product-info-price .product_promo_timer {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid #bdbdbd;
    text-align:center;
}

.product-info-price .product_promo_timer .timer_head {
    font-weight: 500;
    font-size: 15px;
}

.product-info-main .product-info-price .product_promo_timer div[id*="promotion-timer-"] {
    font: normal normal bold 22px / 32px 'Rubik', sans-serif;
    color: #000;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    padding-bottom: 15px;
}
.product-info-main .product-info-price .product_promo_timer div[id*="promotion-timer-"] > span:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    left: 55%;
    transform: translateX(-50%);
    content: attr(data-label);
    font-size: 14px;
    color:#bdbdbd;
}
.product-info-main .product-info-price .product_promo_timer div[id*="promotion-timer-"] > span {
    position:relative;
    width: 42px;
}
div#special_offer_products > div {
    flex: 0 1 auto;
    width: 100%;
    max-width: calc((100% / 3) - 15px);
}
div#special_offer_products {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
}
.product-sell-block.product-item {
    height: 100%;
    box-sizing: border-box;
    padding: 15px 15px 50px;
    padding-left: 15px !important;
    border-radius: 25px;
    box-shadow: inset 0 0 0 2px #3098BA;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}
.product-sell-block.product-item a.product-item-link {
    font-weight: 400;
    color: #0e1122;
    font-family: 'Rubik', sans-serif;
    margin: 0 !important;
    font-size: 20px;
    text-decoration: none;
    line-height: 30px;
    margin-bottom: 15px !important;
    display: block;
}
.product-sell-block.product-item a.selloffer_product_link {
    background: #3098BA;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-sell-block.product-item a.selloffer_product_link:after {
    content: "";
    width: 20px;
    height: 19px;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAABHNCSVQICAgIfAhkiAAAAS5JREFUOE+V1YsRgjAMBmA6gY6gEwgb4ATqBMoIbqAbsIE4gW4gTiBuoBvoBPgHC8ejJGnuOLgj9zVtaTBlWWZBEGxxSZEYYyiXDUNvlegHqUugBSdWoCc6B0q4MxrQolfcV8KsqEKq1In2wSmSc1wLAc0AJq6cDmir1KJHoIc+OgA90Q1QWqYmnGALfeF5wkx/sPOjoEVDu6YcSoNG9SaxoAdaAIwoXwQ90GrnVaBF17hfhM/JC8yAcWf+i/exqkLlWafTk4ugEms6kfTZ7DCNk7BuZ1RGeVVwH7YGuwOL2wOOHT0N9gYU9ruOqzlosP+OOpptv33RUbvhoo7DxaApDNYQu6nF9qgsHRut/qdosc6OulCDymZ48VBM84nKaGA2CKQzKiYiJ+V+TvUoP9npfqP9FUYTAAAAAElFTkSuQmCC);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    margin-left: 5px;
}

.product-sell-block.product-item:has(a:hover) {
    box-shadow: inset 0 0 0 2px #000;
}
.product-sell-block.product-item:has(a:hover) a.selloffer_product_link,
.product-sell-block.product-item a.selloffer_product_link:hover {
    background: #000;
}
.product-sell-block.product-item .price-box {
    margin: 0 0 15px;
}
.product-sell-block.product-item .price-box .price {
    font-size: 20px;
}
.product-sell-block.product-item .price-box .old-price .price {
    font-size: 16px !important;
}

.product-sell-block.product-item .product-image {
    max-height: 280px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.product-sell-block.product-item .product-image img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 280px;
}

.product-sell-block.product-item .product-image a {
    display: block;
    width: 100%;
}
.product-sell-block.product-item button.action.towishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
    width: 51px;
}
.product-sell-block.product-item button.action.towishlist:before {
    display:none;
}

.product-sell-block.product-item button.action.towishlist:hover  path {
    stroke: #000;
    fill: #000;
}
.product-sell-block.product-item .product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    max-height: 65px;
    min-height: 65px;
    white-space: initial;
    text-overflow: initial;
    margin-bottom: 15px;
}
.product-sell-block.product-item .product-labels .product-label p.icons_tooltip_content {
    bottom: auto;
    left: auto;
    right: calc(100% + 10px) !important;
}
.cms_quote_box .quote_header{
    font-size: 2rem !important;
    line-height: 3rem !important;
    font-weight: 600 !important;
    color:#000;
    margin: 0;
    position: absolute;
    top: -18px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    width: max-content;
    max-width: 100%;
}

.cms_quote_box  .quote-inner {
    position: relative;
    box-sizing: border-box;
    padding: 40px 20px 20px;
    border: 3px solid #3098ba;
}
.cms_quote_box {
    margin: 25px 0;
    font-family: 'Rubik', sans-serif !important;
}
.cms_quote_box blockquote {
    max-width:90%;
    margin: 0 auto 15px;
    font-family: 'Rubik', sans-serif !important;
    font-size:1.6rem;
    line-height:2.2rem;
    color:#000;
}

.cms_quote_box .quote-author {
    max-width: 90%;
    margin: 0 auto 15px;
    position: relative;
    font-weight: 500;
    font-size: 1.6rem;
}
.cms_quote_box .quote_header.qh-left {
    left: 20px;
}

.cms_quote_box .quote_header.qh-center {
    left: 50%;
    transform: translateX(-50%);
}
.cms_quote_box .quote_header.qh-right {
    right:20px
}
.cms_quote_box .quote-author.quote-author.qa-center:before,
.cms_quote_box .quote-author.quote-author.qa-left:before,
.cms_quote_box .quote-author.quote-author.qa-center:after,
.cms_quote_box .quote-author.quote-author.qa-right:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #adadad;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
@media all and (max-width: 767px) {
    .cms_quote_box .quote_header {
        font-size: 1.6rem !important;
    }
}
@media all and (max-width: 520px)
{
    .cms_quote_box  .quote-inner {
        padding-top:70px;
    }
}
/*,
.page-product-configurable .product-add-form form#product_addtocart_form > div#product-options-wrapper > .fieldset*/
.product-add-form form#product_addtocart_form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.product-add-form form#product_addtocart_form > .additional_cust_attrs {
    order: 0;
}

.product-add-form form#product_addtocart_form > .box-tocart {
    order: 2;
    margin-bottom: 0;
}
.product-add-form form#product_addtocart_form div#caraty_simulator {
    order:99;
    margin-bottom: 20px;
}
.product-add-form form#product_addtocart_form > .box-tocart > .fieldset {
    margin-bottom: 0;
}
.product-add-form form#product_addtocart_form > .size_table_link {
    order: 1;
    margin-top: 20px;
}
.product-add-form form#product_addtocart_form > .custom_availability_info,
.product-add-form form#product_addtocart_form > .swatch-information {
    order: 4;
}

.product-add-form form#product_addtocart_form .product-icons {
    order: 3;
}
a.related-childs-link {
    margin-left: auto;
}
.size_table_link > a[href*="size_table"]:before {
    content: "";
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA3QAAAN0BcFOiBwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFZSURBVFiF7ZdPSsNAGMV/rwiGnsADtBh3HkFc9ARde4WeQ9zoLVwICm50IXoGFdsDiBHUvQtxXHSqkz+TtGFsssgHA0m+b+Y9vrwZ5mGMYTGAE+AbMEuMR2DTne+s0wcugCcgLqr5rc1MnC0Jvhi5xS34jVOTlJHwEShn7akrAK8k0SNQSOoDl8A+8Aq829QDsAXcSoqz84IQyIAnwB7wYdMHwLWXxAoaiH2/ABgBX8AzMMzWABFwZd+P6orQS8B+GwODEpIRMAF6LuaGp6s7xphZdfNTnTyryH8y3+apCCbCutFaAlNJxo7c1lkHgbVFMBHWjcY70FoCrgj/VYyNd6ATYWsJdCdhJ8LGCax8EkoaSxqU5CNJE0kpzFC34hFwCtxJGhaBM3dKx8BhKhnCmJA2JC/AtlOzy9+NOGdQgjmjDIkEeLPP9z7wVliz1pnTkPb8HJhWdfMH13poW3qhZ7YAAAAASUVORK5CYII=");
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px;
    opacity: 0.5;
}
.size_table_link > a.related-childs-link:before {
    content:"";
    width: 18px;
    height: 18px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAWlJREFUWIXtlcFKAzEQhj896N0uSn0ea/dQH0F9hq1Ce9Je+krVpeilPSm+SW1BPeiCrYdMYIVJ6LSLeNgflsDMn8y/ySQ/1Kjxz9EGxsAr8AE8Ap0IvwXkwAKYAyMg3bT4AFgFvqGBvwRurcVPZfIn0AUOgQMgAwrJlXeiLbEvoAc0gYbMLUSEaSdyWbCr5K4k91CKjSXWU/iZ5EYWAQuZlCi5RHJvpdhMYs0If6YV2g0I+I6I25OxKMX2lZjHTqxWSMCzjOdK7kLGF4V/qfB97ClQS0WKa5wCd+YJcAz0cY22wjWex5nECtyZN4Aj4LrEb1kEgLs6S/SrdaPwhwFuiL8WUlz3znGP0T1wEuF3cLfjHdd0Ob93qoYZVi/wmAKTbYsPsHlBGZ63MaxeULkAqxdULsDqBVPCx+U/tSeq8oKt/lbDnSyaKbm+5PLI/K2PwOoFlQsAuxdULgDsXuAxoYKHqEaNP8EPIrKjLwYMeCYAAAAASUVORK5CYII=");
    background-size: 18px;
    display: inline-block;
    opacity: 0.5;
}

.size_table_link > a[href*="size_table"],
.size_table_link > a.related-childs-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    color: #918b8b !important;
    text-decoration: none;
}
.size_table_link > a[href*="size_table"]:hover:before,
.size_table_link > a.related-childs-link:hover:before {
    opacity: 1;
}

.size_table_link > a[href*="size_table"]:hover,
.size_table_link > a.related-childs-link:hover {
    color: #000 !important;
    border-color: #000;
}

.product-add-form form#product_addtocart_form:has(.new-icons) .product-icons,
.page-product-configurable .new-icons > .product-labels {
    display: none;
}
.new-icons .product-labels .product-label span img {
    width: auto;
    height: 40px;
    /* height: auto; */
    object-fit: contain;
    max-width: 40px;
}

.new-icons .product-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}

.new-icons .product-labels .product-label span {
    display: flex;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.new-icons .product-labels .product-label {
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    padding: 5px;
    width: auto;
    height: auto;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #000;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
}

.new-icons {
    order: 3;
}

.new-icons .product-labels .product-label span img.fund_icon {
    filter: invert(0.9);
    max-width: 30px;
}
.new-icons .product-labels .product-label:has(.fund_icon) {
    box-shadow: inset 0 0 0 2px #00A0A9;
}
.new-icons .product-labels .product-label.sale-label{
    box-shadow: inset 0 0 0 2px #259b23;

}
.new-icons .product-labels .product-label.new-label {
    box-shadow: inset 0 0 0 2px #d80f48;
}
.new-icons .product-labels .product-label.available-label-375{
    box-shadow: inset 0 0 0 2px #ff9000;
}
.new-icons .product-labels .product-label.available-label-912
{
    box-shadow: inset 0 0 0 2px #dfdd37;
}
.new-icons .product-labels .product-label.available-label-376,
.new-icons .product-labels .product-label.available-label-406
{
    box-shadow: inset 0 0 0 2px #6767ff;
}

.new-icons .product-labels .product-label.available-label-373 {
    box-shadow: inset 0 0 0 2px #344db6;
}
.new-icons .product-labels .product-label.available-label-374 {
    box-shadow: inset 0 0 0 2px #3098ba;
}
.new-icons .product-labels .product-label.available-label-1028 {
    box-shadow: inset 0 0 0 2px #34b6ab;
}
.new-icons .product-labels .product-label.besteller-label {
    box-shadow: inset 0 0 0 2px #7512b3;
}
.new-icons .product-labels .product-label.black-week-label {
    box-shadow: inset 0 0 0 2px #000;
}
.new-icons .product-labels .product-label.free {
    box-shadow: inset 0 0 0 2px #dd0000;
}
.page-product-configurable .size_table_link {
    margin-bottom: 10px;
    margin-top: 10px;
}

.page-product-configurable div#product-options-wrapper > .fieldset:last-child {
    margin-bottom: 0;
}

.page-product-configurable .product-info-main .product-options-bottom .box-tocart {
    margin-top: 0;
    margin-bottom: 10px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart > .fieldset:last-child {
    margin-bottom: 10px;
}
.custom_availability_info {
    margin-top: 15px;
}
@media all and (max-width: 540px) {
    .new-icons .product-labels {
        grid-template-columns: repeat(3, 1fr);
    }
    .size_table_link > a[href*="size_table"], .size_table_link > a.related-childs-link {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

/* OSC Fix */
@media all and (min-width: 1024px),print {
    .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
        width:50%
    }

    #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
        min-width: 300px
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: calc(50% - 7px)
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
        width: 50%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
        padding-right: 10px
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
        padding-left: 10px
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
        background: #eee;
        color: #363636
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon {
        background: none
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
        width: 15%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
        margin-left: auto;
        width: 40%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
        display: inline-block;
        vertical-align: top
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
        box-sizing: border-box;
        padding-right: 10px;
        width: 35%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
        width: 65%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
        border: none
    }

    .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
        max-width: 20%
    }

    .amcheckout-main-container.-modern.-layout-2columns {
        position: relative
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
        margin: 0
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
        float: left;
        width: calc(100% - (380px + 60px))
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
        float: right;
        width: 380px;
        transition: all .3s ease
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
        overflow: auto;
        max-height: 100vh
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
        border: 1px solid #d4d4d4;
        background: #fff
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar {
        margin-bottom: 20px;
        text-align: center
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
        float: none;
        width: 70%
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
        background: #f9f9f9;
        cursor: default
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
        width: auto
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
        margin-left: 0;
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
        background: #fff
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
        display: block;
        width: 100%
    }

    .amcheckout-sticky-stopper {
        display: block;
        visibility: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 0
    }

    .amcheckout-main-container.-modern.-layout-3columns {
        display: flex;
        justify-content: space-between
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
        width: 32%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
        cursor: default
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
        flex: auto;
        width: inherit
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
        margin-bottom: 10px
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
        min-width: inherit
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
        margin-bottom: 10px
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
        margin-bottom: 10px
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
        position: relative
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker~.ui-datepicker-trigger {
        position: absolute;
        top: 7px;
        right: 7px;
        margin: 0
    }

    .products-grid .product-item {
        width: 20%
    }

    .page-layout-1column .products-grid .product-item {
        width: 16.66666667%
    }

    .page-layout-3columns .products-grid .product-item {
        width: 25%
    }

    .page-products .products-grid .product-items {
        margin: 0
    }

    .page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 5px;
        width: calc((100% - 6%)/4)
    }

    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 2%
    }

    .page-products .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0
    }

    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 20%
    }

    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 1%;
        width: 32.667%
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
        margin-left: 1%
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0
    }

    .box-tocart .paypal:first-of-type {
        margin-top: 13px
    }

    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%
    }

    .opc-wrapper .shipping-address-item {
        width: 33.33333333%
    }

    .opc-wrapper .shipping-address-item:before {
        background: #ccc;
        height: calc(100% - 20px);
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }

    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
        display: none
    }

    .table-checkout-shipping-method {
        min-width: 500px
    }

    .order-links .item {
        margin: 0 -1px 0 0
    }

    .order-links .item a {
        padding: 1px 35px
    }

    .order-links .item strong {
        padding: 1px 35px 2px 35px
    }

    .wishlist-index-index .products-grid .product-items {
        margin: 0
    }

    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 20px;
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
        width: 24.439%
    }

    .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0
    }

    .block.widget .products-grid .product-item {
        width: 20%
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 8%) / 5)
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 2%
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
        margin-left: 0
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%
    }

    .block.widget .products-grid .product-items {
        margin: 0
    }

    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
        width: 24.439%
    }

    .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0
    }
}

/* OSC End */
