body, html {
    overflow-x: hidden; /* prevent horizontal overflow */
}

#product .price-new {
    font-size: 30px;
    color: #e21f26;
}

.css-1nye8ig {
    margin: 0 0 35px;
}

a.svg {
    position: relative;
    display: inline-block;
}
a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
}

.content-header {
    display: none;
}

.pq-box .price {
    align-items: center;
    justify-content: flex-end;
}

span.text__saaving {
    font-size: 14px;
    font-weight: 500;
}

span.price__saving {
    color: #e21f26;
    font-size: 18px;
    background: transparent;
}

#tab-description, gt-product-summary, tab-content {
border:none;
}

.price-old {
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-decoration: line-through;
}


.info-product {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: transparent;
    margin: 0;
}


.box-price-old {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}


.price-new {
    display: flex;
    font-weight: 700;
    color: #ff0000;
    justify-content: center;
}

.attr-group-name {
    text-align: center;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
}

textarea#comment {
    min-height: 230px;
}

.category_description {
    border: 0;
    padding: 10px;
    background: #f5f5f554;
    border-radius: 10px;
}


html body:has(#product.product-table) #product .actions .cart .btn, html body:has(#product.product-table) #product #button-cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .55rem !important;
    min-height: 3rem !important;
    border: 0 !important;
    border-radius: 999rem !important;
    background: #ff7a00 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

span.product-text-info {
    font-size: 12px;
    color: #c4c4c4;
    font-weight: 100;
}


.seo_h1 {
    text-align: center;
}

.category_description img {
    border: 1px;
    padding: 5px;
    border-radius: 10px;
}


/*Options Block*/

.option-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

img.img-thumbnail.view0_link {
    border: 0;
}

img.img-thumbnail.view0_link:hover {
    border: 1px solid #ff7a00 !important;
    border-radius: 50%;

}

.radio-checbox-options label {
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 2px 6px;
    height: 24px;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
}

.radio-checbox-options {
    display: inline-block;
}


.image-radio {
    display: inline-block;
    margin: 5px;
}

.image-radio input {
    display: none;
}

.radio-checbox-options input:checked + label {
    border-color: #fff;
    -webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
    box-shadow: 4px 4px 13px rgb(0 0 0 / 7%);
    color: #00BC52;
}

.radio-checbox-options input:checked + label:before {
    content: url(/catalog/view/theme/cyberstore/image/option-checked-icon.svg);
    position: absolute;
    right: 0px;
    top: -7px;
}


.radio-checbox-options label {
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 2px 6px;
    height: 24px;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
}

.option .color-option {
    vertical-align: middle;
    border: 4px solid #fff;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 1px #f4f4f4;
    box-shadow: 0px 0px 0px 1px #f4f4f4;
}

.option .image-radio input:checked + span.color-option::before {
    content: url(/catalog/view/theme/cyberstore/image/option-checked-icon.svg);
    position: absolute;
    right: -9px;
    top: -11px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
}


.panel-heading {
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
}

.ocfilter-option .ocf-option-name {
    font-family: sans-serif;
}


img.img-thumbnail.view1_link {
    border: none;
}

img.img-thumbnail.view1_link:hover {
    border: 1px solid #ff9200;
    border-radius: 50%;
}

span.form-control.view1_link:hover {
    border: 1px solid #ff9200;
}


.radio-checbox-options label:hover {
    color: #00BC52;
}

.simplecheckout {
    border: 1px solid #aba8a8;
    padding: 5px;
    border-radius: 10px;
}

.title-module {
    text-align: center;
    font-weight: 700;
    line-height: 44px;
    font-family: sans-serif;
    letter-spacing: .05em;
    color: #333;
}

.onepagecheckout-form{
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}

.onepagecheckout-title{
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans';
}

#onepcheckout .radio {
    display: flex;
    margin: 0 15px 0 0;
}

.w100{
    width: 100%;
}

.well a:hover {
    color: #ff4800;
}


.block__saving {
    font-size: 10px;
}

.pr-n {
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.model-scroll {
    margin-bottom: 0px;
    text-align: right;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 3px 4px 8px 2px;
    border-radius: 10px;
}


.product-table {
    padding: 25px!important;
    border: 1px solid #e9e9e9!important;
    border-radius: 12px;
}

#product .radio-checbox-options {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
}


.stock-label {
    margin-right: 3px;
}

.stock_status_success {
    font-weight: 600;
    color: #7EBC62;
    padding: 5px;
    display: flex;
    align-items: center;
}

button.btn-general {
    background: #fc644c;
}

.btn-general:active {
    background: #57ae00!important;
}

#product .actions .btn-general:hover {
    background: #57ae00!important;
}

button.btn.btn-general:hover {
    background: #57ae00!important;
}

button.btn.btn-primary:hover {
    background: #57ae00!important;
}

a.btn.btn-primary:hover {
    background: #57ae00!important;
}

.btn.btn-menu.btn-block.dropdown-toggle {
    background: linear-gradient(129.1deg, #ed5e10 -17.84%, #ff5b5b 83.84%);!important;
}


a.btn.btn-checkout {
    background: #fc644c!important;
    width: 100%;
}

input#button-register {
    background: #fc644c!important;
}


a.btn.btn-checkout:hover {
    background: #57ae00!important;
}

input#button-register {
    background: #fc644c!important;
}

input#button-register:hover {
    background: #57ae00!important;
}

.qty-not-in-stock{
    font-weight: 600;
    color: #000000;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
}


.attr-group-name {
    text-align: center;
}

.breadcrumb > li, .breadcrumb > li a span:hover {
    color: #ff9200!important;
}

.pr-model {
    visibility: hidden;
}

div#cart_table {
    padding: 10px;
}

.btn-shopping {
    visibility: hidden;
}

.row.info-Page {
    border: 2px solid #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}

.price {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}

button.btn.btn-search {
    background: #fc644c;
}

.h-type-1 #wishlist-total span, .h-type-1 #compare-total span, .h-type-1 .type_cart #cart > .btn .cart-total .products b, .h-type-2 #wishlist-total span, .h-type-2 #compare-total span, .h-type-2 .type_cart #cart > .btn .cart-total .products b {
    background: #fc644c!important;
}

button.btn.btn-primary {
    background: #fc644c;!important;
}

a.btn.btn-primary {
    background: #fc644c;!important;
}


button.btn.btn-newsletter {
    background: #fc644c;!important;
}

#top-fixed-mobile .btn.btn-menu-mobile, .btn-menu {
    background: #fc644c!important

}

#button-search.btn.btn-primary{
    background: #fc644c!important
}

button.btn.btn-quickorder-one {
    background: #fc644c;
}

img.img-thumbnail.view1_product {
    border-radius: 20px;
    border: 2px solid #ff9200;
}


.h-type-1.btn-wishlist-h,.h-type-1.btn-compare-h {
    border-radius: 20px;
}


/*Buy One Click Module*/

#popup-quickorder .popup-heading {
    text-align: center;
}

span#formated_special_quickorder {
    color: #f00;
}

.special_fast {
    text-align: center;
}

#quickorder_btn .btn-quickorder-one {
    width: 100%;
}


#phone .info-contact {
    font-size: 12px;
}

#product .special-countdown {
    margin-top: 30px;
}

#logo img{
    width: 200px;
}

/*OC Filter*/

.noUi-horizontal .noUi-handle {
    width: 20px!important;
    height: 20px!important;
    left: -12px!important;
    top: -8px!important;
    border-radius: 20px!important;
}

.noUi-origin.noUi-connect.noUi-draggable {
    background: #ff9200;!important;
    height: 7px;
}

.noUi-horizontal {
    height: 0px!important;
}

.ocfilter-option label small {
    background-color: #ffedd9!important;
    color: #ff9200!important;
}


.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}


.tab-content {
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    padding: 10px;
}

.simple-content {
    margin: 0px 5px;
    padding: 10px;
    border-radius: 10px;
}

.btn-xs {
    font-size: 9px;
    background: #c4c4c4!important;
    font-weight: 600;
}

input.btn.btn-primary {
    background: #fc644c;!important;
}


table.table.table-bordered.table-hover thead {
    background: #f5f5f5;
}

table.table.table-bordered.table-hover thead td {
    text-align: center!important;
}

.btn-info {
    color: #fff;
    background: #c4c4c4;
    font-weight: 600;
}

button#subcribe:hover {
    background: #57ae00;
}

input.btn.btn-primary:hover {
    background: #57ae00!important;
}

button#button-login-popup {
    width: 100%;
    background: #ff9200!important;
}

button#button-login-popup:hover {
    width: 100%;
    background: #57ae00!important;
}

#quickorder_btn .btn-quickorder-one {
    background: #ff9200;
}

#quickorder_btn .btn-quickorder-one:hover {
    background: #57ae00!important;
}

img.img-thumbnail.view1_noproduct {
    border: none;
}

img.img-thumbnail.view1_noproduct:hover {
    border: 1px solid #ff9200;
}


span.form-control.view1_noproduct {
    background: #f5f5f5;
}

span.form-control.view1_noproduct:hover {
    border: 1px solid #ff9200;
}


.list-acc {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-acc>li {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    padding: .325rem .825rem .325rem 1.325rem;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    background: #f5f5f5;
}
.list-acc>li:last-child {
    margin-bottom: 20px;
}
.list-acc>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    background: #ff9200;
}

ul.list-acc a:hover {
    font-weight: 600;
}

.search-box-title{
    text-align: center;
}

.search-box {
    padding: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    display: none;
}

.dnone {
    display: none;
}

.nivo-caption {
    border-bottom: 3px solid #000;
}

.cashback {
    font-weight: 600;
    text-align: center;
    color: #ed5e10;
}

.delivery-paymant-info {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
    font-family: sans-serif;
}

.delivery-paymant-info-header {
    text-align: center;
    background: #e7e7e7;
    border-radius: 7px;
    padding: 3px;
    color: #000;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
    font-family: sans-serif;
}

.delivery-paymant-info-text {
    display: flex;
    flex-direction: column;
}

.delivery-paymant-info-text span {
    margin-bottom: 10px;
}

.display-table-cell {
    text-align: center;
}

span.dpis {
    margin: 5px 5px 0px 5px;
}

span.form-control.view1_product {
    border: 2px solid #ff9200;
}

.row-customer_register .radio {
    background: #fff;
    color: #000;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    padding-left: 12px;
    padding-right: 12px;
}

.simplecheckout-block-content .radio {
    background: #f8f9fa;
    padding: 10px;
    display: block;
    border-radius: 10px;
}


.simplecheckout label, .simpleregister label {
    display: flex;
    margin: 0;
}

.simple-content input {
    background: #f8f9fa;
    color: #c4c4c4;
    border-radius: 10px;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    margin-top: 4px;
    margin-bottom: 4px;
}

span.checkout-heading-button.new-customer {
    font-weight: 300;
    background: #f8f9fa;
    color: #c4c4c4;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
}

span.checkout-heading-button.new-customer:hover {
    border: 2px solid #ff9200;
}
.sold-price {
    color: #c4c4c4;
    font-weight: 200;
}

.text-danger {
    color: #a94442;
    border: 2px solid;
    padding: 5px;
    border-radius: 10px;
}

.btn-danger {
    padding: 10px 20px!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c4c4c4;
    background-image: none;
}

.form-horizontal .form-group{
    margin-left: -10px;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    margin-right: -10px;
    margin-bottom: 5px
}

a.collapse {
    display: none;
}

select#neoseo_novaposhta_selected_warehouse {
    border-radius: 10px;
}

.ar {
    text-align: right;
    margin-bottom: 10px;
}

.autosearch li {
    border-radius: 7px;
    margin-bottom: 5px;
    background: #f5f5f5;
}

.cs-currency {
    line-height: 1.4;
    margin-left: 3px;
}

div#total_shipping {
    display: none;
}


.admin-response {
    color: #000000;
}

.seo_brand_desc {
    display: none;
}

.owl-wrapper {
    /*width: 100%!important;*/
    display: flex!important;
    flex-wrap: wrap;
}

.owl-item {
    margin-bottom: 2rem;
    align-items: stretch;
    display: flex;
}

.owl-buttons {
    display: none;
}

.panel-default {
    border-radius: 10px;
}

.panel-default .panel-heading {
    text-align: center;
}


.pos1 .megasliderpro .megasliderpro-container {
    z-index: 0;
}

.warranty-info-text {
    justify-content: space-around;
    display: flex;
}

#search .ajaxadvance .price-new {
    display: flex;
    align-items: center;
}

.price-old {
    white-space: nowrap;
}

.container-module .title-module, .categorywall-container .title-module {
    padding-right: 0px;
}

.sc-page {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 2rem;
    font-family: sans-serif;
}

.sc page h1 {
    text-align: center;
}

.sc-page p a {
    color: #ff9200;
}

.title-module span {
    background: #ed5e10;
    padding: 10px!important;
    border-radius: 10px;
    color: #fff!important;
}

.sale-h span {
    background: #FF0000;
}


.rev-t span {
    background: #6EA753;
}

.prod-h span {
    background: #008001;
}

.new-t span {
    background: #FF9200;
}

.viwed-t span {
    background: #c4c4c4;
}

a.see-all-reviews span {
    display: none!important;
}

a.see-all-reviews:hover {
    color: #ff9200;
}


#list-view {
    display: none;
}

.opt-qnt {
    margin-top: 0px;
    padding: 20px 10px 20px 0px;
    font-weight: 600;
}

.red-text {
    color: red;
}

.orange-text {
    color: orange;
}

.green-text {
    color: green;
}

.product-price .product-thumb .price {
    justify-content: center;
}

.model-info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-sorts {
    border:none;
}

.btn-view-price, .btn-view-grid, .btn-view-grid4, .btn-view-list {
    border: none;
}

.product-model {
    justify-content: center;
}

.product-sku {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.simplecheckout-warning-block {
    color: #111!important;
    font-weight: 600;
    text-align: center!important;
    margin: 10px 5px!important;
}

.side-menu-header {
    text-align: center!important;
}

.nav-side-menu li a .menu-label {
    padding: 3px 5px!important;
    font-size: 10px!important;
    font-weight: 200!important;
    background: #ffedd9!important;
    border-radius: 10px!important;
    color: #ff9200!important;
}

.nav-side-menu .nav-menu-footer {
    display: flex;
    justify-content: center;
}

.nav-side-menu li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    white-space: normal;
    padding: 4px 0;
    width: 100%;
}


.owl-wrapper-outer {
    display: flex;
}

.owl-item {
    display: flex;
    width: 20% !important;
}

.check-status-input {
    border: 0;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
}

form.status-check-form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-details {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 8px;
    margin: 20px 0;
}

@media (max-width: 768px) {

    form.status-check-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .check-status-input {
        width: 100%;
    }

    button.btn.status-check-btn.btn-primary {
        width: 100%;
    }

    #product .price {
        margin-bottom: 15px;
        margin-left: 10%;
    }
    .owl-carousel {
        max-width: 100%;
    }

    .mobile-logo {
        padding-top: 2%;
    }

    #button-search.btn.btn-primary {
        width: 100%;
    }

    .form-control {
        border-radius: 10px;
        margin-bottom:10px;
        padding: 5px;
    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        max-width: 50%;
    }

    #product .actions .btn-general {
        height: 50px;
    }

    .container-module .see-all-reviews {
        position: relative!important;
    }

    label.control-label.style_name {
        margin-bottom: 20px;
    }


    .h-type-2.hide-box-menu, .h-type-1.hide-box-menu {
        margin-bottom: 0px;
    }

    h1 {
        margin-top: 20px!important;
    }

    #menu-mobile-ns .nav > li > span {
        position: relative;
        display: flex;
        padding: 10px 40px 10px 10px;
        color: #000;
        font-weight: 600;
        font-size: 13px;
    }

    .mob-li-c {
        padding: 10px;
        font-weight: 600;
        color: #000;
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .owl-item {
        display: flex;
        width: 50%!important;
    }

    .owl-wrapper-outer {
        flex-wrap: wrap;
    }


}

@media (min-width: 768px) {
    .vertical-align {
        padding: 0px 0px;
    }

    #logo {
        padding: 0px 0;
    }

    #top-fixed.fixed-top-header #logo img {
        margin-left: 50%;
        width: 100px;
    }

    .title-module span {
        font-size: 28px;
    }

    #simplecheckout_comment textarea {
        height: 350px;
    }

    .show {
        margin-left: 10px;
        width: 100%;
    }

    .menu-header-box.h-type-1 {
        background: #000;
        position: sticky;
        top: 38px;
        width: 100%;
        display: flex;
        z-index: 99;
    }

    .new-search {
        padding-top:5px;
        position: relative;
        display: table;
        border-collapse: separate;
    }

    .searchbox-buttons {
        display: inline-flex;
    }

    .header-icons-box {
        display: flex;
    }

    .icons-group-n {
        padding-top: 5px;
    }

    .box-search {
        padding-top: 0.5rem;
    }

    #logo-n {
        width: 7rem;
    }

    .h-type-1 .btn-menu {
        width: 19rem!important;
        height: 42px;
        margin: 5px 0px 5px 0px!important;
    }

    div#search {
        margin-left: 0.5rem;
    }

    #wishlist-total, #compare-total {
        position: relative;
        background: transparent;
    }

    #cart > .btn {
        background: transparent;
    }

    button.btn.btn-block.dropdown-toggle {
        background: transparent;
    }

    #menu #menu-list {
        width: 150%;
    }

    .newcard svg path {
        fill: #fff;
    }

    #cart svg path {
        fill: #fff;
    }

    button.btn.btn-block.dropdown-toggle:hover {
        background: transparent!important;
    }

    #top {
        position: sticky;
        top: 0px;
        z-index: 100;
    }

    .rating-box {
        z-index: 9!important;
    }

    .cart {
        z-index: 9!important;
    }

    .stickers-ns {
        z-index: 9!important;
    }

    ul.list-unstyled li:hover {
        font-weight: 700;
    }


}


@media (max-width: 991px) {
    header.pad-top {
        padding-top: 40px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 0px;
    }

    .stock_status_success {
        justify-content: center;
    }

    .qty-not-in-stock{
        justify-content: center;
    }

    .rating-box{
        justify-content: flex-end;
    }

    .option-value{
        display: flex;
    }

    button.btn.btn-fastorder {
        height: 50px;
    }

    .wall-category-box .box-item {
        width: 50%;
    }

    .container-module .title-module, .categorywall-container .title-module {
        padding-right: 0px;
    }


    #mob-search-block {
        background: #000;
        border-radius: 0px 0px 10px 10px;
    }

    a#simplecheckout_button_confirm {
        width: 100%;
        margin-top: 20px;
        background: #ff9200!important;
    }

    .user-balance {
        background: #f5f5f5;
        color: #ed5e10;
        font-weight: 800;
        border-radius: 4px;
        margin-top: 5px;
        padding: 5px;
    }

    span.balance-sum {
        font-weight: 800;
    }

    #menu-mobile-ns .navbar-nav > li > .mob-submenu-list li a, #menu-mobile-ns .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev a {
        padding: 0px;
    }

    #top-fixed-mobile .mob-m-i.menu_fix_mob {
        margin-left: 1rem;
        width: 12rem;
        display: flex;
    }

    .special-countdown .countdownHolder {
        font-size: 2rem;
        height: 8rem;
    }


}


@media (min-width: 920px){

    #top {
        height: 38px;
    }

    header.h-type-1.pad-top {
        height: 95px;
    }

    footer .footer-top {
        padding-top: 10px;
    }

    .box-banner-container {
        padding: 10px 0px;
    }

    .box-banner-container {
        background: #f8f9fa;
        padding: 15px 0px;
    }

    footer .newsletter {
        align-items: center;
        margin-top: 10px;
        margin-bottom: 65px;
    }

    #top .dropdown-menu-right {
        border-radius: 0px 0px 10px 10px;
        padding-top: 0px;
        z-index: 101;
    }

    .user-balance{
        display: inline-flex;
        padding-top: 10px;
        font-weight: 600;
        color: #ed5e10;
    }

    span.balance-sum {
        margin: 0px 2px 0px 5px;
    }

    #search .ajaxadvance .content {
        width: 100%;
        display: flex;
    }

    #search .ajaxadvance .name {
        margin: 0;
        font-size: 14px;
        width: 60%;
    }

    #search .price {
        width: 30%;
        ustify-content: center;
        display: flex;
    }

    .stock_status {
        color: #fff;
        border-radius: 10px;
        margin-right: 1rem;
        margin-left: 1rem;
        width: 20%;
        background: #ff9200;
        padding: 3px;
        text-align: center;
        font-weight: 600;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .sticker-ns.procent-skidka{
        z-index: 9 !important;
    }

    .sticker-ns {
        font-weight: 600;
    }

    .sticker-ns i {
        margin-bottom: 0.3rem;
    }


    #search .ajaxadvance .image img {
        border-radius: 8px;
    }


}


@media (min-width: 1500px) {
    .container {
        margin-left: 1rem;
        width: 100%!important;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .row.fix {
        display: block;
    }

    .header-block-n {
        display: flex;
        width: 80%;
    }


    .col-md-9.dop-menu-box.hidden-xs.hidden-sm.clearfix {
        display: none;
    }

}

/* GoodTorg product page styles moved from theme footer by Codex: START */

/* gt-product-template-flex-no-absolute-20260706 */
html body:has(#product.product-table) #content,
html body:has(#product.product-table) .container,
html body:has(#product.product-table) .container-fluid {
  max-width: none !important;
}
html body:has(#product.product-table) #content > .h1-prod-name.gt-product-title-moved {
  display: none !important;
}
html body:has(#product.product-table) .main_block_product,
html body:has(#product.product-table) .thumbnails,
html body:has(#product.product-table) #product,
html body:has(#product.product-table) .gt-product-summary,
html body:has(#product.product-table) .gt-product-buybox,
html body:has(#product.product-table) #product .top-info-product,
html body:has(#product.product-table) #product .info-product,
html body:has(#product.product-table) #product .actions,
html body:has(#product.product-table) #product .quantity-adder,
html body:has(#product.product-table) #product .delivery-paymant-info,
html body:has(#product.product-table) .image-additional,
html body:has(#product.product-table) .image-additional .slick-list,
html body:has(#product.product-table) .image-additional .slick-track,
html body:has(#product.product-table) .short-attributes-top {
  display: flex !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
}
html body:has(#product.product-table) #content *,
html body:has(#product.product-table) .main_block_product *,
html body:has(#product.product-table) #product * {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  inset: auto !important;
}
html body:has(#product.product-table) .main_block_product {
  align-items: stretch !important;
  gap: clamp(1rem, 1.6vw, 1.75rem) !important;
  width: 100% !important;
  margin: 0 !important;
}
html body:has(#product.product-table) .main_block_product > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
}
html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child {
  flex: 1 1 34% !important;
  align-self: flex-start !important;
}
html body:has(#product.product-table) .main_block_product > [class*="col-"]:nth-child(2) {
  flex: 2 1 0 !important;
}
html body:has(#product.product-table) #fix_image,
html body:has(#product.product-table) .thumbnails,
html body:has(#product.product-table) .general-image,
html body:has(#product.product-table) #image-box,
html body:has(#product.product-table) .slider-main-img,
html body:has(#product.product-table) .slider-main-img .slick-list,
html body:has(#product.product-table) .slider-main-img .slick-track,
html body:has(#product.product-table) .slider-main-img .item,
html body:has(#product.product-table) .main-image.thumbnail {
  width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}
html body:has(#product.product-table) .thumbnails {
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: clamp(.75rem, 1vw, 1rem) !important;
}
html body:has(#product.product-table) .general-image {
  order: 2 !important;
  flex: 1 1 auto !important;
}
html body:has(#product.product-table) .image-additional,
html body:has(#product.product-table) .image-additional .slick-list,
html body:has(#product.product-table) .image-additional .slick-track {
  order: 1 !important;
  flex: 0 0 clamp(4.25rem, 5vw, 5rem) !important;
  width: clamp(4.25rem, 5vw, 5rem) !important;
  min-width: clamp(4.25rem, 5vw, 5rem) !important;
  max-width: clamp(4.25rem, 5vw, 5rem) !important;
  flex-direction: column !important;
  gap: .65rem !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  transform: none !important;
}
html body:has(#product.product-table) .image-additional .slick-slide,
html body:has(#product.product-table) .image-additional .item,
html body:has(#product.product-table) .image-additional .thumbnail {
  flex: 0 0 clamp(4.25rem, 5vw, 5rem) !important;
  width: clamp(4.25rem, 5vw, 5rem) !important;
  height: clamp(4.25rem, 5vw, 5rem) !important;
  margin: 0 !important;
}
html body:has(#product.product-table) .image-additional .thumbnail {
  align-items: center !important;
  justify-content: center !important;
  padding: .35rem !important;
  border: 0 !important;
  border-radius: 1rem !important;
  background: #f6f7f9 !important;
  opacity: 1 !important;
}
html body:has(#product.product-table) .image-additional .thumbnail.gt-active,
html body:has(#product.product-table) .image-additional .slick-current .thumbnail {
  background: #fff3e8 !important;
}
html body:has(#product.product-table) .image-additional img,
html body:has(#product.product-table) .slider-main-img img,
html body:has(#product.product-table) .main-image.thumbnail img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}
html body:has(#product.product-table) .slider-main-img,
html body:has(#product.product-table) .slider-main-img .slick-list,
html body:has(#product.product-table) .slider-main-img .slick-track,
html body:has(#product.product-table) .slider-main-img .slick-slide,
html body:has(#product.product-table) .slider-main-img .item,
html body:has(#product.product-table) .main-image.thumbnail {
  min-height: clamp(24rem, 32vw, 34rem) !important;
  height: clamp(24rem, 32vw, 34rem) !important;
}
html body:has(#product.product-table) .slider-main-img .slick-track {
  transform: none !important;
}
html body:has(#product.product-table) .slider-main-img .slick-slide {
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0 !important;
  display: none !important;
  pointer-events: none !important;
}
html body:has(#product.product-table) .slider-main-img .slick-slide.slick-current {
  opacity: 1 !important;
  display: block !important;
  pointer-events: auto !important;
}
html body:has(#product.product-table) .slider-main-img .slick-slide > div,
html body:has(#product.product-table) .slider-main-img .slick-slide .item,
html body:has(#product.product-table) .slider-main-img .slick-slide a {
  width: 100% !important;
  height: 100% !important;
}
html body:has(#product.product-table) #product {
  align-items: stretch !important;
  gap: clamp(1rem, 1.7vw, 1.75rem) !important;
  width: 100% !important;
}
html body:has(#product.product-table) .gt-product-summary {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .85rem !important;
  padding: clamp(1.25rem, 2vw, 2rem) !important;
  border-radius: 1.25rem !important;
  background: #fff !important;
  box-shadow: 0 .6rem 2rem rgba(21, 27, 42, .06) !important;
}
html body:has(#product.product-table) #product .h1-prod-name,
html body:has(#product.product-table) #product h1 {
  order: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #20242d !important;
  font-size: clamp(1.35rem, 2vw, 2rem) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
html body:has(#product.product-table) #product .top-info-product,

html body:has(#product.product-table) #product .top-info-product:first-of-type {
  background: #f0fbeb !important;
  color: #168c21 !important;
}
html body:has(#product.product-table) #product .stock_rating_line,
html body:has(#product.product-table) #product .short_attributes_title,
html body:has(#product.product-table) #product .red-link,
html body:has(#product.product-table) #product .short-attributes-top {
  display: none !important;
}
html body:has(#product.product-table) .gt-product-buybox {
  flex: 0 1 clamp(19rem, 25vw, 24rem) !important;
  min-width: min(100%, 19rem) !important;
  flex-direction: column !important;
  gap: .9rem !important;
}
html body:has(#product.product-table) #product .price,
html body:has(#product.product-table) #product .actions,
html body:has(#product.product-table) #product .delivery-paymant-info {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 1.25rem !important;
  background: #fff !important;
  box-shadow: 0 .6rem 2rem rgba(21, 27, 42, .06) !important;
}
html body:has(#product.product-table) #product .price {
  flex-direction: column !important;
  gap: .35rem !important;
  padding: clamp(1rem, 1.4vw, 1.35rem) !important;
}
html body:has(#product.product-table) #product .actions {
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: .8rem !important;
  padding: clamp(1rem, 1.4vw, 1.35rem) !important;
}
html body:has(#product.product-table) #product .actions > script {
  display: none !important;
}
html body:has(#product.product-table) #product .quantity-adder {
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 5.2rem !important;
  max-width: 6.2rem !important;
  border-radius: 999rem !important;
}
html body:has(#product.product-table) #product .actions .cart {
  flex: 1 1 9rem !important;
  width: auto !important;
  float: none !important;
}


html body:has(#product.product-table) #product .btn-fastorder {
  flex: 0 0 100% !important;
  width: 100% !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info {
  flex-direction: column !important;
  gap: .65rem !important;
  padding: clamp(1rem, 1.4vw, 1.35rem) !important;
}
html body:has(#product.product-table) #product .btn-wishlist,
html body:has(#product.product-table) #product .btn-compare {
  align-self: flex-start !important;
}
.fancybox-container .fancybox-image-wrap,
.fancybox__container .fancybox__content:has(.fancybox__image),
.fancybox-content:has(.fancybox-image) {
  padding: clamp(.5rem, 1vw, .9rem) !important;
  border-radius: 1.4rem !important;
  background: #fff !important;
  box-shadow: 0 1rem 4rem rgba(20, 24, 32, .22) !important;
  overflow: hidden !important;
  box-sizing: content-box !important;
}
.fancybox-container .fancybox-image,
.fancybox__container .fancybox__image,
.fancybox-image {
  padding: clamp(.35rem, .75vw, .65rem) !important;
  border-radius: 1.1rem !important;
  background: #fff !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
}
@media (max-width: 74rem) {
  html body:has(#product.product-table) #product {
    flex-direction: column !important;
  }
  html body:has(#product.product-table) .gt-product-buybox {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 60rem) {
  html body:has(#product.product-table) .main_block_product {
    flex-direction: column !important;
  }
  html body:has(#product.product-table) .main_block_product > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) .thumbnails {
    flex-direction: column !important;
    gap: 0 !important;
  }
  html body:has(#product.product-table) .general-image {
    order: 1 !important;
    width: 100% !important;
  }
  html body:has(#product.product-table) .image-additional,
  html body:has(#product.product-table) .image-additional.slick-slider,
  html body:has(#product.product-table) .image-additional .slick-list,
  html body:has(#product.product-table) .image-additional .slick-track {
    display: none !important;
  }
  html body:has(#product.product-table) .slider-main-img,
  html body:has(#product.product-table) .slider-main-img .slick-list,
  html body:has(#product.product-table) .slider-main-img .slick-track,
  html body:has(#product.product-table) .slider-main-img .slick-slide,
  html body:has(#product.product-table) .slider-main-img .item,
  html body:has(#product.product-table) .main-image.thumbnail {
    min-height: clamp(22rem, 88vw, 32rem) !important;
    height: clamp(22rem, 88vw, 32rem) !important;
  }
  html body:has(#product.product-table) .gt-mobile-gallery-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: .35rem !important;
    margin-top: .5rem !important;
  }
}

/* gt-product-template-flex-balance-20260706 */
html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child {
  flex: 0 1 clamp(24rem, 34vw, 36rem) !important;
  max-width: clamp(24rem, 34vw, 36rem) !important;
}
html body:has(#product.product-table) .main_block_product > [class*="col-"]:nth-child(2) {
  flex: 1 1 0 !important;
  max-width: none !important;
}
html body:has(#product.product-table) .image-additional .thumbnail {
  display: flex !important;
  width: clamp(4.25rem, 5vw, 5rem) !important;
  height: clamp(4.25rem, 5vw, 5rem) !important;
}
html body:has(#product.product-table) .image-additional .thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
html body:has(#product.product-table) .gt-product-summary {
  flex: 1 1 0 !important;
  max-width: none !important;
}
html body:has(#product.product-table) .gt-product-buybox {
  flex: 0 1 clamp(18rem, 25vw, 24rem) !important;
}
html body:has(#product.product-table) #content .product-thumb .caption,
html body:has(#product.product-table) #content .gt-price-uah-render {
  display: flex !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
}
html body:has(#product.product-table) #content .product-thumb .caption {
  flex-direction: column !important;
}
html body:has(#product.product-table) #content .gt-price-uah-render {
  flex-direction: column !important;
  align-items: flex-start !important;
}
@media (max-width: 60rem) {
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child,
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:nth-child(2) {
    max-width: none !important;
  }
}

/* gt-product-template-flex-polish-20260706 */
html body:has(#product.product-table) #product .gt-product-summary > h1,
html body:has(#product.product-table) #product .gt-product-summary > .h1-prod-name {
  order: -10 !important;
  width: 100% !important;
  max-width: 100% !important;
}
html body:has(#product.product-table) #product .gt-product-summary > .top-info-product:first-of-type {
  order: -9 !important;
}
html body:has(#product.product-table) #product .gt-product-summary > .top-info-product.pull-right {
  order: -8 !important;
}
html body:has(#product.product-table) #product .gt-product-summary > .info-product.p-brand {
  order: -7 !important;
}
html body:has(#product.product-table) .stickers-ns,
html body:has(#product.product-table) .short_attributes_title,
html body:has(#product.product-table) .short-attributes-top,
html body:has(#product.product-table) .red-link,
html body:has(#product.product-table) a[href*="tab-specification"],
html body:has(#product.product-table) .gt-product-summary > span:empty {
  display: none !important;
}
html body:has(#product.product-table) #product .price {
  align-items: flex-start !important;
  color: #20242d !important;
}
html body:has(#product.product-table) #product .price .price-old,
html body:has(#product.product-table) #product .price .autocalc-product-price-special,
html body:has(#product.product-table) #product .price span {
  line-height: 1.2 !important;
}
html body:has(#product.product-table) #product .actions .cart .btn,
html body:has(#product.product-table) #product #button-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .55rem !important;
  min-height: 3rem !important;
  border: 0 !important;
  border-radius: 999rem !important;
  background: #ff7a00 !important;
  color: #fff !important;
  font-weight: 800 !important;
}
html body:has(#product.product-table) #product .btn-fastorder {
  min-height: 3rem !important;
  border: 0 !important;
  border-radius: 999rem !important;
  color: #ff6b00 !important;
  font-weight: 800 !important;
}
html body:has(#product.product-table) #product .btn-wishlist,
html body:has(#product.product-table) #product .btn-compare {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  border: 0 !important;
  border-radius: .9rem !important;
  background: #f6f7f9 !important;
  color: #8b95a5 !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info .title,
html body:has(#product.product-table) #product .delivery-paymant-info-title {
  font-weight: 800 !important;
}

/* gt-product-desktop-hide-mobile-dots-20260706 */
@media (min-width: 48rem) {
  html body:has(#product.product-table) .gt-mobile-gallery-dots {
    display: none !important;
  }
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) .gt-mobile-gallery-dots {
    display: flex !important;
  }
}

/* gt-product-hide-top-attribute-icons-20260706 */
html body:has(#product.product-table) .main_block_product .attribute_icons,
html body:has(#product.product-table) .main_block_product .attribute_icons_block,
html body:has(#product.product-table) .main_block_product .attribute_icons_title {
  display: none !important;
}

/* gt-product-buybox-wider-20260706 */
@media (min-width: 75rem) {
  html body:has(#product.product-table) .gt-product-buybox {
    flex: 0 0 clamp(23rem, 30vw, 29rem) !important;
    min-width: clamp(23rem, 30vw, 29rem) !important;
    max-width: clamp(23rem, 30vw, 29rem) !important;
  }
  html body:has(#product.product-table) .gt-product-summary {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  html body:has(#product.product-table) #product {
    gap: clamp(1rem, 1.3vw, 1.4rem) !important;
  }
}

/* gt-product-desktop-40-35-25-20260706 */
@media (min-width: 75rem) {
  html body:has(#product.product-table) .main_block_product { gap: 0 !important; }
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child {
    flex: 0 0 35% !important;
    width: 35% !important;
    max-width: 35% !important;
    padding-right: clamp(1rem, 1.3vw, 1.5rem) !important;
  }
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:nth-child(2) {
    flex: 0 0 65% !important;
    width: 65% !important;
    max-width: 65% !important;
  }
  html body:has(#product.product-table) #product,
  html body:has(#product.product-table) .main_block_product #product.product-table {
    gap: 0 !important;
    padding: 0 !important;
  }
  html body:has(#product.product-table) .gt-product-summary {
    box-sizing: border-box !important;
    flex: 0 0 61.538462% !important;
    width: 61.538462% !important;
    max-width: 61.538462% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
  }
  html body:has(#product.product-table) .gt-product-buybox {
    box-sizing: border-box !important;
    flex: 0 0 38.461538% !important;
    width: 38.461538% !important;
    min-width: 0 !important;
    max-width: 38.461538% !important;
    padding-left: clamp(1rem, 1.3vw, 1.5rem) !important;
  }
}

/* GoodTorg product page styles moved from theme footer by Codex: END */

/* GoodTorg product link options UI: START */
html body:has(#product.product-table) #product .options.gt-product-link-options {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(.75rem, 1vw, 1rem) !important;
  margin-top: clamp(.85rem, 1.15vw, 1.2rem) !important;
}
html body:has(#product.product-table) #product .options.gt-product-link-options style {
  display: none !important;
}
html body:has(#product.product-table) #product .gt-link-option-group {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  margin: 0 !important;
}
html body:has(#product.product-table) #product .gt-link-option-group > div:first-child {
  margin: 0 !important;
}
html body:has(#product.product-table) #product .gt-link-option-group .control-label.style_name {
  display: block !important;
  margin: 0 !important;
  color: #20242d !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}
html body:has(#product.product-table) #product .gt-option-values {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: .5rem !important;
}
html body:has(#product.product-table) #product .gt-option-values > div {
  display: contents !important;
}
html body:has(#product.product-table) #product .gt-option-values label.text-center {
  display: block !important;
  margin: 0 !important;
}
html body:has(#product.product-table) #product a.view0_link.gt-option-chip,
html body:has(#product.product-table) #product .gt-option-current {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.25rem !important;
  min-width: 3.35rem !important;
  padding: .45rem .75rem !important;
  border: 1px solid #e5e8ef !important;
  border-radius: 999rem !important;
  background: #fff !important;
  color: #20242d !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: color .16s ease, border-color .16s ease, background-color .16s ease, transform .16s ease !important;
}
html body:has(#product.product-table) #product a.view0_link.gt-option-chip:hover {
  border-color: #ff7a00 !important;
  color: #ff7a00 !important;
  transform: translateY(-1px) !important;
}
html body:has(#product.product-table) #product .gt-option-current {
  border-color: #ff7a00 !important;
  background: #ff7a00 !important;
  color: #fff !important;
  cursor: default !important;
}
html body:has(#product.product-table) #product .gt-option-color a.view0_link.gt-option-chip {
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: .22rem !important;
  border-radius: 50% !important;
  font-size: 0 !important;
}
html body:has(#product.product-table) #product .gt-option-color a.view0_link.gt-option-chip img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) #product .options.gt-product-link-options {
    gap: .8rem !important;
  }
  html body:has(#product.product-table) #product a.view0_link.gt-option-chip,
  html body:has(#product.product-table) #product .gt-option-current {
    min-height: 2.35rem !important;
    font-size: 16px !important;
  }
}
/* GoodTorg product link options UI: END */

/* GoodTorg product meta copy buttons: START */
html body:has(#product.product-table) #product .info-product .product-text-info.gt-copy-meta {
  display: inline-flex !important;
  align-items: center !important;
  gap: .35rem !important;
  white-space: nowrap !important;
  color: #8d96a5 !important;
}
html body:has(#product.product-table) #product .gt-copy-meta-label {
  color: #a4acb8 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}
html body:has(#product.product-table) #product .gt-copy-meta-value {
  color: #758196 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
html body:has(#product.product-table) #product .gt-copy-meta-btn {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #a4acb8 !important;
  cursor: pointer !important;
  transition: color .16s ease, background-color .16s ease, transform .16s ease !important;
}
html body:has(#product.product-table) #product .gt-copy-meta-btn svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
}
html body:has(#product.product-table) #product .gt-copy-meta-btn:hover {
  color: #ff7a00 !important;
  background: rgba(255, 122, 0, .08) !important;
  transform: translateY(-1px) !important;
}
html body:has(#product.product-table) #product .gt-copy-meta-btn.is-copied {
  color: #24a321 !important;
  background: rgba(36, 163, 33, .1) !important;
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) #product .info-product .product-text-info.gt-copy-meta {
    gap: .3rem !important;
  }
  html body:has(#product.product-table) #product .gt-copy-meta-btn {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }
}
/* GoodTorg product meta copy buttons: END */

/* GoodTorg product tabs minimal UI: START */
html body:has(#product.product-table) .nav.nav-tabs.my-tabs {
  display: flex !important;
  align-items: center !important;
  gap: clamp(1.2rem, 2vw, 2.6rem) !important;
  margin: 0 0 clamp(1.8rem, 2.2vw, 2.8rem) 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs::-webkit-scrollbar {
  display: none !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs .tabs__active_line {
  display: none !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li:not(.tabs__active_line) {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: .55rem !important;
  min-height: 2.8rem !important;
  padding: 0 0 .75rem 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #8b95a5 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color .16s ease !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #ff7a00 !important;
  opacity: 0 !important;
  transform: scaleX(.35) !important;
  transform-origin: center !important;
  transition: opacity .16s ease, transform .16s ease !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a:hover,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a:hover,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a:focus {
  border: 0 !important;
  background: transparent !important;
  color: #20242d !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs .gt-product-tab-icon {
  width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: currentColor !important;
  flex: 0 0 auto !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs .gt-product-tab-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) .nav.nav-tabs.my-tabs {
    gap: 1.4rem !important;
    margin-bottom: 1.6rem !important;
  }
  html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a {
    font-size: 14px !important;
  }
}
/* GoodTorg product tabs minimal UI: END */

/* GoodTorg product photo vertical actions: START */
html body:has(#product.product-table) .main_block_product #image-box,
html body:has(#product.product-table) .main_block_product .general-image {
  position: relative !important;
}
html body:has(#product.product-table) .gt-product-photo-actions {
  position: absolute !important;
  top: clamp(.8rem, 1vw, 1.2rem) !important;
  right: clamp(.8rem, 1vw, 1.2rem) !important;
  z-index: 30 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: .65rem !important;
  pointer-events: auto !important;
}
html body:has(#product.product-table) .gt-product-photo-actions .btn-wishlist,
html body:has(#product.product-table) .gt-product-photo-actions .btn-compare {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 4.2rem !important;
  height: 4.2rem !important;
  min-width: 4.2rem !important;
  min-height: 4.2rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.92) !important;
  color: #8b95a5 !important;
  box-shadow: 0 .8rem 2.4rem rgba(21, 27, 38, .12) !important;
  backdrop-filter: blur(12px) !important;
  text-decoration: none !important;
  transition: color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}
html body:has(#product.product-table) .gt-product-photo-actions .btn-wishlist:hover,
html body:has(#product.product-table) .gt-product-photo-actions .btn-compare:hover {
  background: #fff !important;
  color: #ff7a00 !important;
  box-shadow: 0 1rem 2.8rem rgba(255, 122, 0, .18) !important;
  transform: translateY(-1px) !important;
}
html body:has(#product.product-table) .gt-product-photo-actions .btn-wishlist svg,
html body:has(#product.product-table) .gt-product-photo-actions .btn-compare svg {
  width: 2rem !important;
  height: 2rem !important;
  display: block !important;
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) .gt-product-photo-actions {
    top: .8rem !important;
    right: .8rem !important;
    gap: .55rem !important;
  }
  html body:has(#product.product-table) .gt-product-photo-actions .btn-wishlist,
  html body:has(#product.product-table) .gt-product-photo-actions .btn-compare {
    width: 4rem !important;
    height: 4rem !important;
    min-width: 4rem !important;
    min-height: 4rem !important;
  }
}
/* GoodTorg product photo vertical actions: END */

/* GoodTorg product gallery qty accordion fixes: START */
html body:has(#product.product-table) .image-additional .thumbnail,
html body:has(#product.product-table) .thumbnails .image-additional .thumbnail {
  width: 10rem !important;
  height: 10rem !important;
  min-width: 10rem !important;
  padding: .6rem !important;
  border: 0 !important;
  border-radius: 1.2rem !important;
  background: #fff !important;
}
html body:has(#product.product-table) .image-additional .thumbnail img,
html body:has(#product.product-table) .thumbnails .image-additional .thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
html body:has(#product.product-table) .image-additional .thumbnail:hover,
html body:has(#product.product-table) .image-additional .thumbnail.slick-current,
html body:has(#product.product-table) .image-additional .slick-current .thumbnail {
  box-shadow: 0 .8rem 2.4rem rgba(21, 27, 38, .1) !important;
}
html body:has(#product.product-table) #product .actions {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: .9rem !important;
  align-items: center !important;
}
html body:has(#product.product-table) #product .quantity-adder {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
  margin: 0 !important;
}
html body:has(#product.product-table) #product .quantity-number {
  display: inline-grid !important;
  grid-template-columns: 3.4rem 4.2rem 3.4rem !important;
  align-items: center !important;
  width: auto !important;
  height: 4.4rem !important;
  overflow: hidden !important;
  border: 1px solid #e6e9ef !important;
  border-radius: 999rem !important;
  background: #fff !important;
  float: none !important;
  margin: 0 !important;
}
html body:has(#product.product-table) #product .quantity-number .add-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3.4rem !important;
  height: 4.4rem !important;
  color: #20242d !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  transition: color .16s ease, background-color .16s ease !important;
}
html body:has(#product.product-table) #product .quantity-number .add-action:hover {
  color: #ff7a00 !important;
  background: rgba(255, 122, 0, .08) !important;
}
html body:has(#product.product-table) #product .quantity-number .quantity-product {
  width: 4.2rem !important;
  height: 4.4rem !important;
  min-height: 4.4rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #20242d !important;
  text-align: center !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 4.4rem !important;
  box-shadow: none !important;
}
html body:has(#product.product-table) #product .cart.pull-left {
  float: none !important;
  width: 100% !important;
}
html body:has(#product.product-table) #product #button-cart {
  width: 100% !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info {
  display: flex !important;
  flex-direction: column !important;
  gap: .7rem !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
  min-height: 4.2rem !important;
  padding: 0 3.8rem 0 1.3rem !important;
  border-radius: 1.2rem !important;
  background: #f3f4f6 !important;
  color: #20242d !important;
  font-size: 1.4rem !important;
  font-weight: 750 !important;
  cursor: pointer !important;
  user-select: none !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header::after {
  content: '' !important;
  position: absolute !important;
  right: 1.4rem !important;
  top: 50% !important;
  width: .8rem !important;
  height: .8rem !important;
  border-right: .2rem solid currentColor !important;
  border-bottom: .2rem solid currentColor !important;
  transform: translateY(-65%) rotate(45deg) !important;
  transition: transform .18s ease !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header.gt-open::after {
  transform: translateY(-35%) rotate(225deg) !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-text {
  display: none !important;
  padding: .25rem 1.3rem .8rem 1.3rem !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header.gt-open + .delivery-paymant-info-text {
  display: block !important;
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) .image-additional { display: none !important; }
  html body:has(#product.product-table) #product .actions { grid-template-columns: auto minmax(0, 1fr) !important; }
}
/* GoodTorg product gallery qty accordion fixes: END */

/* GoodTorg product gallery qty accordion overrides: START */
html body:has(#product.product-table) .image-additional .slick-list,
html body:has(#product.product-table) .image-additional .slick-track {
  overflow: visible !important;
}
html body:has(#product.product-table) .image-additional .slick-slide,
html body:has(#product.product-table) .image-additional .item {
  width: 10rem !important;
  height: 10.8rem !important;
  min-width: 10rem !important;
}
html body:has(#product.product-table) #product .quantity-adder,
html body:has(#product.product-table) #product .quantity-number {
  width: 11rem !important;
  min-width: 11rem !important;
  max-width: 11rem !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header + div {
  display: none !important;
  padding: .25rem 1.3rem .8rem 1.3rem !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header.gt-open + div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .6rem 1rem !important;
}
/* GoodTorg product gallery qty accordion overrides: END */

/* GoodTorg product quantity in price row: START */
html body:has(#product.product-table) #product .price .gt-price-qty-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: 100% !important;
  margin-top: .45rem !important;
}
html body:has(#product.product-table) #product .price .gt-price-qty-row .price-new,
html body:has(#product.product-table) #product .price .gt-price-qty-row .gt-normal-price-target {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
html body:has(#product.product-table) #product .price .gt-price-qty-row .quantity-number {
  flex: 0 0 auto !important;
  width: 11rem !important;
  min-width: 11rem !important;
  max-width: 11rem !important;
  margin-left: auto !important;
}
html body:has(#product.product-table) #product .actions.gt-qty-moved-to-price {
  display: flex !important;
  flex-direction: column !important;
  gap: .9rem !important;
}
html body:has(#product.product-table) #product .actions.gt-qty-moved-to-price .quantity-adder.gt-qty-empty {
  display: none !important;
}
html body:has(#product.product-table) #product .actions.gt-qty-moved-to-price .cart.pull-left {
  width: 100% !important;
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) #product .price .gt-price-qty-row {
    gap: .8rem !important;
  }
  html body:has(#product.product-table) #product .price .gt-price-qty-row .quantity-number {
    width: 10.4rem !important;
    min-width: 10.4rem !important;
    max-width: 10.4rem !important;
  }
}
/* GoodTorg product quantity in price row: END */

/* GoodTorg product desktop thumbs larger: START */
@media (min-width: 48rem) {
  html body:has(#product.product-table) .image-additional {
    width: 14rem !important;
    min-width: 14rem !important;
  }
  html body:has(#product.product-table) .image-additional .slick-list,
  html body:has(#product.product-table) .image-additional .slick-track {
    overflow: visible !important;
  }
  html body:has(#product.product-table) .image-additional .slick-slide,
  html body:has(#product.product-table) .image-additional .item {
    width: 13.2rem !important;
    min-width: 13.2rem !important;
    height: 14.4rem !important;
    min-height: 14.4rem !important;
    margin-bottom: 1.2rem !important;
  }
  html body:has(#product.product-table) .image-additional .thumbnail,
  html body:has(#product.product-table) .thumbnails .image-additional .thumbnail {
    width: 13.2rem !important;
    min-width: 13.2rem !important;
    height: 13.2rem !important;
    min-height: 13.2rem !important;
    padding: .7rem !important;
    border: 0 !important;
    border-radius: 1.4rem !important;
    background: #fff !important;
  }
  html body:has(#product.product-table) .image-additional .thumbnail img,
  html body:has(#product.product-table) .thumbnails .image-additional .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 1rem !important;
  }
}
/* GoodTorg product desktop thumbs larger: END */

/* GoodTorg product desktop thumbs show 3 scroll: START */
@media (min-width: 48rem) {
  html body:has(#product.product-table) .image-additional {
    max-height: calc((13.2rem * 3) + (1.2rem * 2)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
    padding-right: .2rem !important;
  }
  html body:has(#product.product-table) .image-additional::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  html body:has(#product.product-table) .image-additional .slick-list,
  html body:has(#product.product-table) .image-additional .slick-track {
    max-height: none !important;
  }
}
/* GoodTorg product desktop thumbs show 3 scroll: END */

/* GoodTorg product buybox qty left and buttons: START */
html body:has(#product.product-table) #product .price .gt-price-qty-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
}
html body:has(#product.product-table) #product .price .gt-price-qty-row .quantity-number {
  order: 1 !important;
  margin-left: 0 !important;
  margin-right: .4rem !important;
}
html body:has(#product.product-table) #product .price .gt-price-qty-row .price-new,
html body:has(#product.product-table) #product .price .gt-price-qty-row .gt-normal-price-target {
  order: 2 !important;
  flex: 1 1 auto !important;
}
html body:has(#product.product-table) #product .actions.gt-qty-moved-to-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 1rem !important;
  min-height: 0 !important;
}
html body:has(#product.product-table) #product .actions.gt-qty-moved-to-price .cart.pull-left {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
html body:has(#product.product-table) #product #button-cart,
html body:has(#product.product-table) #product .btn-fastorder {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .7rem !important;
  width: 100% !important;
  height: 5rem !important;
  min-height: 5rem !important;
  max-height: 5rem !important;
  margin: 0 !important;
  padding: 0 1.6rem !important;
  float: none !important;
  border-radius: 999rem !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-align: center !important;
}
html body:has(#product.product-table) #product #button-cart span,
html body:has(#product.product-table) #product .btn-fastorder span {
  display: inline-flex !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: inherit !important;
  line-height: 1 !important;
}
html body:has(#product.product-table) #product #button-cart svg,
html body:has(#product.product-table) #product .btn-fastorder img,
html body:has(#product.product-table) #product .btn-fastorder svg {
  width: 2rem !important;
  height: 2rem !important;
  flex: 0 0 auto !important;
}
html body:has(#product.product-table) #product .btn-fastorder {
  background: #fff3e8 !important;
  color: #ff6b00 !important;
}
@media (max-width: 47.9375rem) {
  html body:has(#product.product-table) #product .price .gt-price-qty-row {
    gap: .8rem !important;
  }
}
/* GoodTorg product buybox qty left and buttons: END */

/* GoodTorg product cart visible label: START */
html body:has(#product.product-table) #product #button-cart .gt-cart-visible-label {
  display: inline-flex !important;
  align-items: center !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
}
/* GoodTorg product cart visible label: END */

/* GoodTorg product desktop thumbs compact clean: START */
@media (min-width: 48rem) {
  html body:has(#product.product-table) .image-additional { width: 11.8rem !important; min-width: 11.8rem !important; }
  html body:has(#product.product-table) .image-additional .slick-slide,
  html body:has(#product.product-table) .image-additional .item { width: 11.2rem !important; min-width: 11.2rem !important; height: 11.8rem !important; min-height: 11.8rem !important; margin-bottom: .45rem !important; }
  html body:has(#product.product-table) .image-additional .thumbnail,
  html body:has(#product.product-table) .thumbnails .image-additional .thumbnail { width: 11.2rem !important; min-width: 11.2rem !important; height: 11.2rem !important; min-height: 11.2rem !important; padding: 0 !important; border: 0 !important; border-radius: 1rem !important; background: transparent !important; box-shadow: none !important; }
  html body:has(#product.product-table) .image-additional .thumbnail:hover,
  html body:has(#product.product-table) .image-additional .thumbnail.slick-current,
  html body:has(#product.product-table) .image-additional .slick-current .thumbnail { background: transparent !important; box-shadow: none !important; }
  html body:has(#product.product-table) .image-additional .thumbnail img,
  html body:has(#product.product-table) .thumbnails .image-additional .thumbnail img { width: 100% !important; height: 100% !important; object-fit: contain !important; border-radius: .8rem !important; }
}
/* GoodTorg product desktop thumbs compact clean: END */

/* GoodTorg product UX polish 20260706: START */
html body:has(#product.product-table) #product #button-cart .gt-cart-visible-label {
  display: none !important;
}
html body:has(#product.product-table) #product #button-cart > span:not(.gt-cart-visible-label) {
  display: inline-flex !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}
html body:has(#product.product-table) #product #button-cart > img,
html body:has(#product.product-table) #product #button-cart > svg {
  width: 2rem !important;
  height: 2rem !important;
  flex: 0 0 auto !important;
}
html body:has(#product.product-table) #product #button-cart,
html body:has(#product.product-table) #product .btn-fastorder {
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease !important;
}
html body:has(#product.product-table) #product #button-cart:hover {
  background: #ef7100 !important;
  box-shadow: 0 1rem 2.4rem rgba(255, 122, 0, .24) !important;
  transform: translateY(-1px) !important;
}
html body:has(#product.product-table) #product #button-cart:active {
  background: #d96500 !important;
  box-shadow: 0 .5rem 1.4rem rgba(255, 122, 0, .2) !important;
  transform: translateY(0) scale(.99) !important;
}
html body:has(#product.product-table) #product .btn-fastorder:hover {
  background: #ffe7d2 !important;
  color: #ef7100 !important;
  box-shadow: 0 .8rem 2rem rgba(255, 122, 0, .12) !important;
  transform: translateY(-1px) !important;
}
html body:has(#product.product-table) #product .btn-fastorder:active {
  background: #ffd7b8 !important;
  transform: translateY(0) scale(.99) !important;
}
html body:has(#product.product-table) .gt-product-photo-actions .btn-wishlist:active,
html body:has(#product.product-table) .gt-product-photo-actions .btn-compare:active {
  transform: translateY(0) scale(.96) !important;
  box-shadow: 0 .5rem 1.4rem rgba(255, 122, 0, .14) !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header + div.gt-accordion-list {
  display: none !important;
  padding: .7rem 1.3rem .95rem 1.3rem !important;
}
html body:has(#product.product-table) #product .delivery-paymant-info-header.gt-open + div.gt-accordion-list {
  display: block !important;
}
html body:has(#product.product-table) #product .gt-accordion-list ul {
  display: flex !important;
  flex-direction: column !important;
  gap: .65rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
html body:has(#product.product-table) #product .gt-accordion-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: .7rem !important;
  color: #3a404a !important;
  font-size: 1.35rem !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}
html body:has(#product.product-table) #product .gt-accordion-list li i {
  width: 1.6rem !important;
  min-width: 1.6rem !important;
  margin-top: .1rem !important;
  color: #20242d !important;
  text-align: center !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a {
  color: #9aa3b1 !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a:hover,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a:hover,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a:focus {
  color: #ff7a00 !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a::after {
  background: #ff7a00 !important;
}
/* GoodTorg product UX polish 20260706: END */


/* GoodTorg product gallery cart review polish: START */
html body:has(#product.product-table) .image-additional {
  position: relative !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none !important;
  scroll-behavior: smooth !important;
  padding-right: .2rem !important;
}
html body:has(#product.product-table) .image-additional::-webkit-scrollbar { display: none !important; }
html body:has(#product.product-table) .image-additional .gt-thumb-scroll-cue {
  position: sticky !important;
  bottom: .2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 6 !important;
  width: 2.8rem !important;
  height: 2.8rem !important;
  margin: -2.9rem auto .1rem !important;
  border-radius: 999px !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background: rgba(255, 122, 0, .96) !important;
  box-shadow: 0 .8rem 2rem rgba(255, 122, 0, .25) !important;
  pointer-events: none !important;
  animation: gtThumbCue 1.6s ease-in-out infinite !important;
}
html body:has(#product.product-table) .image-additional.gt-has-overflow .gt-thumb-scroll-cue { display: flex !important; }
html body:has(#product.product-table) .image-additional.gt-at-end .gt-thumb-scroll-cue { opacity: 0 !important; }
html body:has(#product.product-table) .image-additional .gt-thumb-scroll-cue svg { width: 1.8rem !important; height: 1.8rem !important; }
@keyframes gtThumbCue { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(.35rem); } }

html body:has(#product.product-table) .btn-general.gt-product-cart-main,
html body:has(#product.product-table) #button-cart.gt-product-cart-main,
html body:has(#product.product-table) .gt-fast-order-btn {
  height: 5rem !important;
  min-height: 5rem !important;
  border-radius: 1.4rem !important;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease, border-color .16s ease !important;
}
html body:has(#product.product-table) .btn-general.gt-product-cart-main:hover,
html body:has(#product.product-table) #button-cart.gt-product-cart-main:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 1rem 2.4rem rgba(255, 122, 0, .22) !important;
}
html body:has(#product.product-table) .btn-general.gt-product-cart-main:active,
html body:has(#product.product-table) #button-cart.gt-product-cart-main:active,
html body:has(#product.product-table) .gt-fast-order-btn:active {
  transform: translateY(0) scale(.985) !important;
  box-shadow: none !important;
}
html body:has(#product.product-table) .gt-cart-svg-inline {
  width: 2.2rem !important;
  height: 2.2rem !important;
  flex: 0 0 auto !important;
  display: inline-block !important;
  color: currentColor !important;
}
html body:has(#product.product-table) .gt-cart-visible-label { display: none !important; }
html body:has(#product.product-table) #button-cart.gt-product-cart-main img { display: none !important; }
html body:has(#product.product-table) #button-cart.gt-product-cart-main span { display: inline-flex !important; }

html body:has(#product.product-table) .delivery-paymant-info-text,
html body:has(#product.product-table) .warranty-info-text { display: none; }
html body:has(#product.product-table) .gt-accordion-list {
  margin: .2rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: grid !important;
  gap: .9rem !important;
}
html body:has(#product.product-table) .gt-accordion-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: .75rem !important;
  color: #3a404a !important;
  font-size: 1.35rem !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
}
html body:has(#product.product-table) .gt-accordion-list li i {
  color: #ff7a00 !important;
  min-width: 1.5rem !important;
  margin-top: .1rem !important;
}
html body:has(#product.product-table) .delivery-paymant-info-header {
  cursor: pointer !important;
  border-radius: 1.2rem !important;
}
html body:has(#product.product-table) .delivery-paymant-info-header:hover { color: #ff7a00 !important; }

html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a { color: #9aa3b1 !important; }
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li > a:hover,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a:hover,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a:focus { color: #ff7a00 !important; }
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li.active > a::after { background: #ff7a00 !important; }

html body:has(#product.product-table) .gt-review-open-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .7rem !important;
  min-height: 4.2rem !important;
  padding: 0 1.8rem !important;
  border: 0 !important;
  border-radius: 1.2rem !important;
  background: #ff7a00 !important;
  color: #fff !important;
  font-weight: 700 !important;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}
html body:has(#product.product-table) .gt-review-open-btn:hover { transform: translateY(-1px) !important; box-shadow: 0 1rem 2.2rem rgba(255,122,0,.22) !important; }
html body:has(#product.product-table) .gt-review-open-btn:active { transform: scale(.985) !important; box-shadow: none !important; }
html body:has(#product.product-table) .gt-review-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10050 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(1.6rem, 4vw, 4rem) !important;
  background: rgba(15, 18, 24, .48) !important;
  backdrop-filter: blur(.35rem) !important;
}
html body:has(#product.product-table) .gt-review-modal.gt-open { display: flex !important; }
html body:has(#product.product-table) .gt-review-modal__dialog,
html body:has(#product.product-table) .gt-review-modal #form-review,
html body:has(#product.product-table) .gt-review-modal .form-horizontal {
  width: min(58rem, 100%) !important;
  max-height: min(72rem, calc(100vh - 4rem)) !important;
  overflow: auto !important;
  border-radius: 2rem !important;
  background: #fff !important;
  box-shadow: 0 2.4rem 7rem rgba(12, 16, 24, .24) !important;
}
html body:has(#product.product-table) .gt-review-modal #form-review,
html body:has(#product.product-table) .gt-review-modal .form-horizontal { padding: 2.2rem !important; }
html body:has(#product.product-table) .gt-review-modal .buttons,
html body:has(#product.product-table) .gt-review-modal .pull-right { text-align: left !important; float: none !important; }
html body:has(#product.product-table) .gt-review-modal input.form-control,
html body:has(#product.product-table) .gt-review-modal textarea.form-control {
  border-radius: 1.2rem !important;
  border-color: #e6e9ef !important;
  box-shadow: none !important;
}
html body:has(#product.product-table) .gt-review-modal input.form-control:focus,
html body:has(#product.product-table) .gt-review-modal textarea.form-control:focus {
  border-color: #ff7a00 !important;
  box-shadow: 0 0 0 .25rem rgba(255,122,0,.14) !important;
}
html body:has(#product.product-table) .gt-review-modal .btn-primary,
html body:has(#product.product-table) .gt-review-modal #button-review {
  min-height: 4.4rem !important;
  border: 0 !important;
  border-radius: 1.2rem !important;
  background: #ff7a00 !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 0 2rem !important;
}
html body.gt-review-lock { overflow: hidden !important; }
html body:has(#product.product-table) .gt-review-modal__close {
  position: absolute !important;
  top: 1.4rem !important;
  right: 1.4rem !important;
  width: 3.8rem !important;
  height: 3.8rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f3f5f8 !important;
  color: #20242d !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.2rem !important;
  line-height: 1 !important;
}
html body:has(#product.product-table) .gt-review-modal__close:hover { color: #ff7a00 !important; }
/* GoodTorg product gallery cart review polish: END */

/* GoodTorg product tabs left tight: START */
html body:has(#product.product-table) .nav.nav-tabs.my-tabs {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
}
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li:first-child,
html body:has(#product.product-table) .nav.nav-tabs.my-tabs > li:first-child > a {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
html body:has(#product.product-table) .tab-content,
html body:has(#product.product-table) .gt-product-tabs-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* GoodTorg product tabs left tight: END */

/* GoodTorg product buybox sticky desktop: START */
@media (min-width: 992px) {
  html body:has(#product.product-table) .gt-product-buybox {
    position: sticky !important;
    top: 2rem !important;
    align-self: flex-start !important;
    z-index: 8 !important;
  }
}
@media (max-width: 991.98px) {
  html body:has(#product.product-table) .gt-product-buybox {
    position: static !important;
    top: auto !important;
  }
}
/* GoodTorg product buybox sticky desktop: END */

/* GoodTorg product tabs before remove: START */
html body .nav.nav-tabs.my-tabs::before,
html body .nav.nav-tabs.my-tabs > li:first-child::before,
html body .nav.nav-tabs.my-tabs > li:first-child > a::before {
  content: none !important;
  display: none !important;
}
/* GoodTorg product tabs before remove: END */

/* GoodTorg product anti FOUC: START */
@supports selector(body:has(#product.product-table)) {
  html body:has(#product.product-table) #content > h1.h1-prod-name:not(.gt-product-title-inside),
  html body:has(#product.product-table) #content > h1:not(.gt-product-title-inside) {
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  html body:has(#product.product-table) .nav.nav-tabs.my-tabs:not(:has(.gt-product-tab-icon)) {
    opacity: 0 !important;
    min-height: 5rem !important;
    pointer-events: none !important;
  }
  html body:has(#product.product-table) #product.product-table:not(.gt-product-layout-ready):not(:has(.gt-product-summary)) {
    opacity: 0 !important;
    visibility: hidden !important;
    min-height: clamp(36rem, 46vw, 58rem) !important;
    overflow: hidden !important;
  }
  html body:has(#product.product-table) #product.product-table.gt-product-layout-ready,
  html body:has(#product.product-table) #product.product-table:has(.gt-product-summary) {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* GoodTorg product anti FOUC: END */

/* GoodTorg product buy button shimmer: START */
html body:has(#product.product-table) #button-cart.gt-product-cart-main,
html body:has(#product.product-table) .btn-general.gt-product-cart-main {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background-image: linear-gradient(100deg, #ff7a00 0%, #ff7a00 38%, #ff9a32 50%, #ff7a00 62%, #ff7a00 100%) !important;
  background-size: 220% 100% !important;
  animation: gtBuyButtonGradient 4.2s ease-in-out infinite alternate !important;
}
html body:has(#product.product-table) #button-cart.gt-product-cart-main::before,
html body:has(#product.product-table) .btn-general.gt-product-cart-main::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.18) 45%, rgba(255,255,255,.34) 50%, rgba(255,255,255,.18) 55%, transparent 100%) !important;
  transform: translateX(90%) !important;
  animation: gtBuyButtonSheen 3.8s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}
html body:has(#product.product-table) #button-cart.gt-product-cart-main:hover,
html body:has(#product.product-table) .btn-general.gt-product-cart-main:hover {
  animation-duration: 2.6s !important;
}
html body:has(#product.product-table) #button-cart.gt-product-cart-main:active,
html body:has(#product.product-table) .btn-general.gt-product-cart-main:active {
  background-position: 50% 0 !important;
}
@keyframes gtBuyButtonGradient {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}
@keyframes gtBuyButtonSheen {
  0% { transform: translateX(92%); opacity: .2; }
  45% { opacity: .38; }
  100% { transform: translateX(-92%); opacity: .2; }
}
@media (prefers-reduced-motion: reduce) {
  html body:has(#product.product-table) #button-cart.gt-product-cart-main,
  html body:has(#product.product-table) .btn-general.gt-product-cart-main,
  html body:has(#product.product-table) #button-cart.gt-product-cart-main::before,
  html body:has(#product.product-table) .btn-general.gt-product-cart-main::before {
    animation: none !important;
  }
}
/* GoodTorg product buy button shimmer: END */

/* GoodTorg product mobile layout repair: START */
@media (max-width: 767.98px) {
  html body:has(#product.product-table) #content,
  html body:has(#product.product-table) .main_block_product,
  html body:has(#product.product-table) .main_block_product > [class*="col-"],
  html body:has(#product.product-table) #product.product-table,
  html body:has(#product.product-table) #product.product-table > .gt-product-summary,
  html body:has(#product.product-table) #product.product-table > .gt-product-buybox {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  html body:has(#product.product-table) .main_block_product {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  html body:has(#product.product-table) .main_block_product > [class*="col-"] {
    float: none !important;
    flex: 0 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  html body:has(#product.product-table) #product.product-table {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  html body:has(#product.product-table) #product.product-table > .gt-product-summary,
  html body:has(#product.product-table) #product.product-table > .gt-product-buybox {
    flex: 0 0 auto !important;
    align-self: stretch !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html body:has(#product.product-table) #product.product-table script,
  html body:has(#product.product-table) #product.product-table style {
    display: none !important;
  }
  html body:has(#product.product-table) #product .gt-product-summary > .row,
  html body:has(#product.product-table) #product .gt-product-summary > .row > .info-product {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  html body:has(#product.product-table) #product .gt-product-summary > .row {
    display: block !important;
    height: auto !important;
  }
  html body:has(#product.product-table) #product .info-product {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: .55rem .75rem !important;
    height: auto !important;
    min-height: 0 !important;
  }
  html body:has(#product.product-table) #product .stock_status_success {
    flex: 0 0 auto !important;
    min-height: 2.4rem !important;
    height: auto !important;
    padding: .35rem .7rem !important;
  }
  html body:has(#product.product-table) #product .info-product .product-text-info.gt-copy-meta {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    gap: .25rem !important;
  }
  html body:has(#product.product-table) #product .gt-copy-meta-label {
    font-size: 12px !important;
  }
  html body:has(#product.product-table) #product .gt-copy-meta-value {
    font-size: 12px !important;
    font-weight: 700 !important;
  }
  html body:has(#product.product-table) #product .options.gt-product-link-options {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: .9rem !important;
    gap: .75rem !important;
  }
  html body:has(#product.product-table) #product .gt-link-option-group {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: .7rem !important;
  }
  html body:has(#product.product-table) #product .gt-link-option-group .control-label.style_name {
    flex: 0 0 4.6rem !important;
    font-size: 13px !important;
  }
  html body:has(#product.product-table) #product .gt-option-values {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    flex-wrap: wrap !important;
  }
  html body:has(#product.product-table) #product .price,
  html body:has(#product.product-table) #product .actions,
  html body:has(#product.product-table) #product .delivery-paymant-info {
    width: 100% !important;
    max-width: 100% !important;
  }
  html body:has(#product.product-table) #product .actions {
    min-height: 0 !important;
    height: auto !important;
    gap: .75rem !important;
  }
  html body:has(#product.product-table) #product .gt-price-qty-row {
    width: 100% !important;
    justify-content: space-between !important;
    gap: .75rem !important;
  }
}
/* GoodTorg product mobile layout repair: END */

/* GoodTorg product mobile gallery height patch: START */
@media (max-width: 767.98px) {
  html body:has(#product.product-table) .main_block_product {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child {
    min-height: 36rem !important;
    height: auto !important;
    margin-bottom: 1rem !important;
  }
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child .thumbnails {
    min-height: 34.5rem !important;
    height: auto !important;
  }
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:nth-child(2) {
    clear: both !important;
    min-height: 0 !important;
    height: auto !important;
  }
}
/* GoodTorg product mobile gallery height patch: END */

/* GoodTorg product mobile gallery dots visible: START */
@media (max-width: 767.98px) {
  html body:has(#product.product-table) .gt-mobile-gallery-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .55rem !important;
    width: 100% !important;
    min-height: 1.8rem !important;
    height: auto !important;
    margin: .85rem 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 5 !important;
  }
  html body:has(#product.product-table) .gt-mobile-gallery-dot {
    display: block !important;
    width: .82rem !important;
    height: .82rem !important;
    min-width: .82rem !important;
    min-height: .82rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #d8dde6 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: width .18s ease, background-color .18s ease, box-shadow .18s ease !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -999rem !important;
    overflow: hidden !important;
  }
  html body:has(#product.product-table) .gt-mobile-gallery-dot.gt-active,
  html body:has(#product.product-table) .gt-mobile-gallery-dot[aria-current="true"] {
    width: 2.2rem !important;
    min-width: 2.2rem !important;
    background: #ff7a00 !important;
    box-shadow: 0 .35rem .9rem rgba(255, 122, 0, .22) !important;
  }
}
/* GoodTorg product mobile gallery dots visible: END */

/* GoodTorg product mobile bigger photo: START */
@media (max-width: 767.98px) {
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child {
    min-height: 44rem !important;
  }
  html body:has(#product.product-table) .main_block_product > [class*="col-"]:first-child .thumbnails {
    min-height: 42.5rem !important;
  }
  html body:has(#product.product-table) .slider-main-img,
  html body:has(#product.product-table) .main-image.thumbnail {
    min-height: 39.5rem !important;
    height: 39.5rem !important;
  }
  html body:has(#product.product-table) .slider-main-img .slick-list,
  html body:has(#product.product-table) .slider-main-img .slick-track,
  html body:has(#product.product-table) .slider-main-img .slick-slide,
  html body:has(#product.product-table) .slider-main-img .slick-slide > div {
    min-height: 39.5rem !important;
    height: 39.5rem !important;
  }
  html body:has(#product.product-table) .main-image.thumbnail img,
  html body:has(#product.product-table) .slider-main-img img.img-responsive {
    height: 39.5rem !important;
    max-height: 39.5rem !important;
    width: auto !important;
    max-width: 94% !important;
    object-fit: contain !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html body:has(#product.product-table) .gt-mobile-gallery-dots {
    margin-top: 1rem !important;
  }
}
/* GoodTorg product mobile bigger photo: END */

/* GoodTorg product mobile scroll swipe fix: START */
@media (max-width: 767.98px) {
  html body:has(#product.product-table) .slider-main-img,
  html body:has(#product.product-table) .slider-main-img .slick-list,
  html body:has(#product.product-table) .slider-main-img .slick-track,
  html body:has(#product.product-table) .slider-main-img .slick-slide,
  html body:has(#product.product-table) .main-image.thumbnail {
    touch-action: pan-y !important;
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  html body:has(#product.product-table) .gt-mobile-gallery-dot,
  html body:has(#product.product-table) .gt-product-photo-actions button,
  html body:has(#product.product-table) .gt-product-photo-actions a {
    touch-action: manipulation !important;
  }
}
/* GoodTorg product mobile scroll swipe fix: END */

/* GoodTorg product mobile UX request polish: START */
@media (max-width: 767.98px) {
  html body:has(#product.product-table) #product .gt-product-title-inside,
  html body:has(#product.product-table) .product-info h1.gt-product-title-inside {
    font-size: clamp(1.85rem, 5.6vw, 2.25rem) !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    color: #171b22 !important;
    letter-spacing: 0 !important;
    margin: 0 0 1rem !important;
  }

  html body:has(#product.product-table) #product .gt-product-summary,
  html body:has(#product.product-table) #product #tab-description,
  html body:has(#product.product-table) #product .tab-pane#tab-description {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  html body:has(#product.product-table) #product .gt-product-summary {
    padding: 0 !important;
  }

  html body:has(#product.product-table) #product .options.gt-product-link-options {
    gap: 1rem !important;
    margin-top: 1.15rem !important;
  }

  html body:has(#product.product-table) #product .gt-link-option-group {
    align-items: flex-start !important;
    gap: .85rem !important;
  }

  html body:has(#product.product-table) #product .gt-link-option-group .control-label.style_name {
    flex: 0 0 5.4rem !important;
    padding-top: .72rem !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    color: #7a828d !important;
  }

  html body:has(#product.product-table) #product a.view0_link.gt-option-chip,
  html body:has(#product.product-table) #product .gt-option-current {
    min-height: 4.4rem !important;
    min-width: 5.8rem !important;
    padding: .95rem 1.25rem !important;
    border-radius: 1.2rem !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    touch-action: manipulation !important;
  }

  html body:has(#product.product-table) #product .gt-option-color a.view0_link.gt-option-chip,
  html body:has(#product.product-table) #product .gt-option-color .gt-option-current {
    width: 4.7rem !important;
    height: 4.7rem !important;
    min-width: 4.7rem !important;
    min-height: 4.7rem !important;
    padding: .35rem !important;
    border-radius: 999px !important;
  }

  html body:has(#product.product-table) #product .gt-option-color .img-thumbnail.view0_link,
  html body:has(#product.product-table) #product .gt-option-color img {
    width: 3.65rem !important;
    height: 3.65rem !important;
    border-radius: 999px !important;
  }

  html body:has(#product.product-table) .slider-main-img,
  html body:has(#product.product-table) .slider-main-img .slick-list,
  html body:has(#product.product-table) .slider-main-img .slick-track,
  html body:has(#product.product-table) .slider-main-img .slick-slide {
    touch-action: pan-y !important;
  }

  html body:has(#product.product-table) .slider-main-img .slick-track {
    transition-duration: 0ms !important;
  }
}
/* GoodTorg product mobile UX request polish: END */

/* GoodTorg product crossell and viewed cards: START */
body:has(#product.product-table) .price-old:before,
body:has(#product.product-table) .price-old::before,
body:has(#product.product-table) .box-price-old .price-old:before,
body:has(#product.product-table) .box-price-old .price-old::before {
  content: none !important;
  display: none !important;
}

body:has(#product.product-table) .gt-crossell {
  margin: 1.8rem 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body:has(#product.product-table) .gt-crossell__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 0 1rem !important;
}

body:has(#product.product-table) .gt-crossell__title {
  font-size: 1.6rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #171b22 !important;
}

body:has(#product.product-table) .gt-crossell__tabs {
  display: flex !important;
  align-items: center !important;
  gap: .8rem !important;
  margin: 0 0 1.2rem !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

body:has(#product.product-table) .gt-crossell__tabs::-webkit-scrollbar {
  display: none !important;
}

body:has(#product.product-table) .gt-crossell__tabs > li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body:has(#product.product-table) .gt-crossell__tabs > li > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 3.6rem !important;
  padding: .75rem 1.25rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f4f5f7 !important;
  color: #5f6875 !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body:has(#product.product-table) .gt-crossell__tabs > li.active > a,
body:has(#product.product-table) .gt-crossell__tabs > li > a:hover {
  background: #ff7a00 !important;
  color: #fff !important;
}

body:has(#product.product-table) .gt-crossell__grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 1.2rem !important;
}

body:has(#product.product-table) .gt-crossell-card {
  flex: 0 0 calc(25% - .9rem) !important;
  max-width: calc(25% - .9rem) !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 25rem !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

body:has(#product.product-table) .gt-crossell-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(22, 28, 45, .08) !important;
}

body:has(#product.product-table) .gt-crossell-card__image {
  height: 13.6rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem .6rem .8rem !important;
}

body:has(#product.product-table) .gt-crossell-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 12rem !important;
  object-fit: contain !important;
}

body:has(#product.product-table) .gt-crossell-card__name {
  min-height: 4.2rem !important;
  margin: 0 0 .8rem !important;
  padding: 0 .6rem !important;
  color: #171b22 !important;
  font-size: 1.4rem !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

body:has(#product.product-table) .gt-crossell-card__bottom {
  margin-top: auto !important;
  min-height: 5.2rem !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 4.6rem !important;
  column-gap: .7rem !important;
  align-items: center !important;
  padding: 0 .6rem .8rem !important;
}

body:has(#product.product-table) .gt-crossell-card__price {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .25rem !important;
}

body:has(#product.product-table) .gt-crossell-card__old {
  color: #9ca3af !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
  white-space: nowrap !important;
}

body:has(#product.product-table) .gt-crossell-card__new,
body:has(#product.product-table) .gt-crossell-card__regular {
  color: #171b22 !important;
  font-size: 1.9rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

body:has(#product.product-table) .gt-crossell-card__new {
  color: #e5332a !important;
}

body:has(#product.product-table) .gt-crossell-card__cart {
  width: 4.6rem !important;
  height: 4.6rem !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #ff7a00 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2rem !important;
  transition: background .18s ease, transform .18s ease !important;
}

body:has(#product.product-table) .gt-crossell-card__cart:hover {
  background: #35a927 !important;
  transform: translateY(-1px) !important;
}

body:has(#product.product-table) .container-module.gt-viewed-products-module .product-thumb,
body:has(#product.product-table) .container-module.gt-sale-viewed-module.gt-viewed-products-module .product-thumb {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

body:has(#product.product-table) .container-module.gt-viewed-products-module .product-thumb:hover,
body:has(#product.product-table) .container-module.gt-sale-viewed-module.gt-viewed-products-module .product-thumb:hover {
  box-shadow: 0 10px 28px rgba(22, 28, 45, .08) !important;
  transform: translateY(-2px) !important;
}

body:has(#product.product-table) .container-module.gt-viewed-products-module .product-thumb .image img {
  object-fit: contain !important;
}

@media (max-width: 1199.98px) {
  body:has(#product.product-table) .gt-crossell-card {
    flex-basis: calc(33.333% - .8rem) !important;
    max-width: calc(33.333% - .8rem) !important;
  }
}

@media (max-width: 767.98px) {
  body:has(#product.product-table) .gt-crossell {
    margin-top: 1.4rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card {
    flex-basis: calc(50% - .6rem) !important;
    max-width: calc(50% - .6rem) !important;
    min-height: 23rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__image {
    height: 12.4rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__image img {
    max-height: 10.8rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__name {
    font-size: 1.3rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__new,
  body:has(#product.product-table) .gt-crossell-card__regular {
    font-size: 1.7rem !important;
  }
}
/* GoodTorg product crossell and viewed cards: END */

/* GoodTorg product crossell size and horizontal scroll: START */
body:has(#product.product-table) .gt-crossell {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body:has(#product.product-table) .gt-crossell__tabs {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x proximity !important;
  padding-bottom: .2rem !important;
}

body:has(#product.product-table) .gt-crossell__tabs > li {
  flex: 0 0 auto !important;
  scroll-snap-align: start !important;
}

body:has(#product.product-table) .gt-crossell__content,
body:has(#product.product-table) .gt-crossell__content .tab-pane.active {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body:has(#product.product-table) .gt-crossell__grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 1.6rem !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x proximity !important;
  padding: .2rem .2rem 1rem !important;
  scrollbar-width: thin !important;
}

body:has(#product.product-table) .gt-crossell__grid::-webkit-scrollbar {
  height: .6rem !important;
}

body:has(#product.product-table) .gt-crossell__grid::-webkit-scrollbar-track {
  background: #f2f3f5 !important;
  border-radius: 999px !important;
}

body:has(#product.product-table) .gt-crossell__grid::-webkit-scrollbar-thumb {
  background: rgba(255, 122, 0, .45) !important;
  border-radius: 999px !important;
}

body:has(#product.product-table) .gt-crossell-card {
  flex: 0 0 clamp(21.5rem, 18vw, 25rem) !important;
  width: clamp(21.5rem, 18vw, 25rem) !important;
  max-width: clamp(21.5rem, 18vw, 25rem) !important;
  min-width: clamp(21.5rem, 18vw, 25rem) !important;
  min-height: 34.5rem !important;
  scroll-snap-align: start !important;
  padding: 0 1rem 1.4rem !important;
}

body:has(#product.product-table) .gt-crossell-card__image {
  height: 20.5rem !important;
  padding: 1.8rem .4rem 1.2rem !important;
}

body:has(#product.product-table) .gt-crossell-card__image img {
  max-height: 18.2rem !important;
}

body:has(#product.product-table) .gt-crossell-card__name {
  min-height: 4.6rem !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
  font-size: 1.5rem !important;
}

body:has(#product.product-table) .gt-crossell-card__bottom {
  min-height: 5.6rem !important;
  grid-template-columns: minmax(0, 1fr) 5.2rem !important;
  padding: 0 !important;
}

body:has(#product.product-table) .gt-crossell-card__cart {
  width: 5.2rem !important;
  height: 5.2rem !important;
  font-size: 2.2rem !important;
}

body:has(#product.product-table) .gt-crossell-card__regular,
body:has(#product.product-table) .gt-crossell-card__new {
  font-size: 2.4rem !important;
}

body:has(#product.product-table) .gt-crossell-card__old {
  font-size: 1.35rem !important;
}

@media (max-width: 767.98px) {
  body:has(#product.product-table) .gt-crossell__grid {
    gap: 1rem !important;
    padding-bottom: .9rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card {
    flex-basis: 17.6rem !important;
    width: 17.6rem !important;
    min-width: 17.6rem !important;
    max-width: 17.6rem !important;
    min-height: 29rem !important;
    padding: 0 .7rem 1.1rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__image {
    height: 16.4rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__image img {
    max-height: 14.2rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__name {
    font-size: 1.35rem !important;
    min-height: 4.2rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__bottom {
    grid-template-columns: minmax(0, 1fr) 4.6rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__cart {
    width: 4.6rem !important;
    height: 4.6rem !important;
  }

  body:has(#product.product-table) .gt-crossell-card__regular,
  body:has(#product.product-table) .gt-crossell-card__new {
    font-size: 1.8rem !important;
  }
}
/* GoodTorg product crossell size and horizontal scroll: END */
