body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1.35em;
    line-height: 20px;
    width: 100%;
}

:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    position: relative;
    color: #000;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1, .h1 {
    font-size: clamp(24px, 2.34vw, 45px);
    font-weight: 700;
    margin-bottom: .2em;

}

h2, .h2 {
    font-size: clamp(21px, 2vw, 36px);
    font-weight: 700;
    margin-bottom: .3em;

}

h3, .h3 {
    font-weight: 700;
    font-size: clamp(19px, 1.56vw, 28px);
    margin-bottom: .5em;

}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

h1.h3.text-center + .row {
    margin-top: 2.5em;
}

a {
    color: rgb(55, 114, 255);
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.dropdown-menu > li > a {
    font-weight: 500;
}

.dropdown-menu > li > a:hover {
    color: rgb(55, 114, 255) !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

#product + #column-right {
    width: 100% !important;
    display: block !important;
    padding-inline: 0;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    max-width: 6.98vw;
    min-width: 70px;
}

#logo img {
    max-width: 100%;
}

/* search */
/*#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}*/

#search {
    position: absolute;
    inset: 0;
    z-index: 99;
    background-color: #fff;
}

#search .tt-col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 800px;
    margin-inline: auto;
    padding-block: 1.2vw;
}

#search .form-control {
    border-radius: 18px;
}

#search .btn {
    color: #777;
    text-decoration: none !important;
    transition: all .3s ease;
}

#search .btn:hover {
    opacity: .5;
}

#search .btn .fa {
    font-size: 18px;
}

/* cart */
/*#cart {
    margin-bottom: 10px;
}*/

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 320px;
}


#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu table td {
    vertical-align: middle;
}

#cart .dropdown-menu table tr:first-child td {
    border-top: none;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

/*@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}*/

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* content */
#content {
    min-height: 400px;
}

body[class^="product-category"],
body[class^="product-special"],
body[class^="product-search"],
body[class^="product-manufacturer-info"] {
    background-color: #F4F5F6;
}

body[class^="product-category"] #content,
body[class^="product-special"] #content,
body[class^="product-search"] #content,
body[class^="product-manufacturer-info"] #content {
    padding-bottom: 3em;
}

body[class^="common-home"] .tt-desktop-header {
    margin-bottom: 0;
}

.splide_solo {
    margin-bottom: 2em;
}

.breadcrumb {
    display: none;
}

/* footer */
footer {
    padding-top: 30px;
    background-color: #FBFCFD;
    /* padding-top: 30px; */
    /* background-color: #303030; */
    /* border-top: 1px solid #ddd; */
    /* color: #e2e2e2; */
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
/*.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

.pagination {
    margin: 0;
    transform: scale(1.2);
    transform-origin: left;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    height: clamp(40px, 3vw, 52px);
    text-align: center;
    font-size: clamp(12px, 1vw, 18px);
    border-radius: 25px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    background-color: #3772ff;
    border-color: #3772ff;
    font-weight: 600;
    box-shadow: none;
}

.btn-outline-white {
    color: #fff !important;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.disabled, .btn-outline-white[disabled],
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: linear-gradient(180deg, #71a3e2, #1256fa);
    box-shadow: none;
    border-color: #3772ff;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    /* border: 1px solid #ddd; */
    margin-bottom: 30px;
    overflow: auto;
    background-color: #fff;
    /* color: #fff; */
    box-shadow: 0 1px .1vw #1432501f;
    border-radius: .26vw;
    padding: .7vw .88vw 1vw;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: 500;
    text-align: center;
    font-size: clamp(12px, 1.15vw, 22px);
    line-height: 1.44;
    min-height: 3em;
}

.product-thumb a:not(:hover) {
    color: #000;
}

.product-thumb h4 + p {
    display: none;
}

.product-thumb .caption {
    /* padding: 0 20px; */
    /* min-height: 180px; */
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}


@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

}

.product-thumb .rating {
    display: none;
}

.rating .fa-stack {
    font-size: 7px;
    color: #777;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #FFD764;
}

.rating a {
    margin-left: 5px;
}

.rating a:not(:hover) {
    color: #777;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #000;
    text-align: center;
    font-size: clamp(14px, 1.35vw, 25px);
    font-weight: 700;
    margin-block: 1em;
}

.product-thumb .price-new {
    /* font-weight: 800; */
}

.product-thumb .price-old {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 80%;
    font-weight: normal;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.old-price {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    margin-left: .5em;
    font-weight: normal;

}

/*.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}*/

.product-thumb .button-group {
    padding: .5em 0;
}

.product-thumb .button-group button {
    color: #ffffff;
    background-color: #3772ff;
    font-weight: 600;
    box-shadow: none;
    text-align: center;
    font-size: clamp(12px, 1vw, 18px);
    border-radius: 25px;
    height: clamp(30px, 3vw, 52px);
    width: 100%;
    border: none !important;
}

.product-thumb .button-group button:hover {
    background: #71A3E2 !important;
    color: #fff !important;
}

.product-thumb .button-group button span {
    display: block !important;
}

.product-thumb .button-group button .fa {
    display: none;
}

.product-thumb .button-group button + button {
    display: none;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

/*@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}*/

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    /* margin-left: 20px; */
}

.thumbnails {
    /* margin-left: -20px; */
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 5px;
    padding: 0;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    /* max-width: calc(16.6% + 5px); */
    max-width: 16.6%;
}

.thumbnails .image-additional {
    float: left;
    /* margin-right: 5px; */
    padding-right: 6px;
}


@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}


@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

.tt-footer-custom {
    background: #000000;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
}

.tt-col-left {
    display: flex;
    padding-block: 17px;
    flex-wrap: wrap;
    gap: 5px 15px;
    align-items: center;
}

h4.tt-collapse-title {
    /* padding-bottom: 1vw; */
    font-size: clamp(14px, 1.14vw, 20px);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 600;
    margin-bottom: 5px;
}

ul.tt-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.tt-list a {
    list-style: none;
    /* line-height: 2; */
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    display: inline-block;
    transition: color 0.2s linear;
    letter-spacing: 0em;
    /* font-family: "Poppins-Regular"; */
    font-size: clamp(12px, .94vw, 17px);
    padding: 0.56vw 0;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

ul.tt-list a:hover {
    opacity: .8;
}

.tt-mobile-collapse {
    padding-top: 1em;
}

ul.tt-payment-list {
    display: flex;
    /* -webkit-flex-direction: row; */
    -ms-flex-direction: row;
    /* flex-direction: row; */
    /* -webkit-flex-wrap: wrap; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 7px;
    max-width: 300px;
}

h4.tt-title-pay {
    /* padding-bottom: .78vw; */
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 600;
    margin-bottom: 5px;
}

.tt-product-single-info .tt-title {
    /*    font-size: clamp(24px, 2.34vw, 45px);
        font-weight: 700;
        color: #000;*/
}

.tt-product-single-info .tt-subtitle {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 500;
    color: #000;
    margin-bottom: .5em;
    padding: 0;
}

.tt-product-single-info .tt-price {
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 700;
    color: #000;
    line-height: 2;
}

.tt-product-single-info .tt-wrapper {
    margin-top: 15px;
    font-size: clamp(12px, .83vw, 16px);

    font-weight: 500;
    line-height: 1.44;
    color: #000;
}

.tt-product-single-info .tt-wrapper ul {
    padding-left: .83vw;
}

.tt-product-single-info .tt-wrapper ul li {
    margin-bottom: .52vw;
    list-style-type: square;
}

.tt-product-single-info {
    max-width: 740px;
}

.off {
    border-top: 1px solid #e9e9e9;
    margin-top: 1.3vw;
    padding-top: 1.3vw;
    font-size: 17px;
}

@media screen and (min-width: 768px) {
    .tt-product-single-info {
        padding-left: 5.21vw;
    }
}

.tt-social-icon {
    list-style: none;
    display: flex;
    padding-left: 0;
    gap: 12px;
    margin-bottom: 30px;
}

.tt-social-icon a {
    width: 32px;
    height: 32px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tt-social-icon a i {
    font-size: 18px;

}

#tab-specification,
#tab-review {
    margin-inline: auto;
    margin-block: 5em;
}


#tab-specification tbody + thead td {
    padding-top: 1.5em;
}

#tab-specification .table td {
    border: 0;
    padding-inline: 0;
    font-weight: 500;
    font-size: clamp(12px, .9vw, 18px);
}

#tab-specification .table thead td {
    font-size: 125%;
}


.footer-cart {
    width: 100%;
    padding: 1.56vw 0;
    border-block: 1px solid #d2cfcf;
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 11;
}

.footer-cart .shopify-product-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2em;
}

.footer-cart .btn {
    min-width: 11.8vw;
    height: clamp(35px, 3vw, 52px);

}

.footer-cart .footer-name {
    font-size: clamp(12px, 1.56vw, 30px);
}

.footer-product-info {
    display: flex;
    gap: 0 2em;
}

.footer-price {
    font-weight: 600;
    font-size: clamp(14px, 1.8vw, 34px);
}

@media screen and (max-width: 767px) {
    .footer-cart .shopify-product-form {
        justify-content: space-between;
    }

    .footer-product-info {
        flex-direction: column-reverse;
    }

    .tt-product-single-info .tt-wrapper ul {
        padding-left: 4.33vw;
    }
}

.ocs-thumb .thumbnail {
    border: 0;
}

.tt-footer-col .row {
    display: flex;
    flex-wrap: wrap;
}

.safe {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-top: 1.3vw;
    overflow: hidden;
}

.safe img {
    width: 7.82vw;
    height: auto;
    min-width: 70px;
}

.why {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-top: 1.3vw;
    overflow: hidden;
}

.pay {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-top: 1.3vw;
    overflow: hidden;
}

.pay .pay-style img {
    width: 2.76vw;
    height: auto;
    margin-right: .4vw;
    margin-bottom: .52vw;
    min-width: 33px;
}

.delivery {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-top: 1.3vw;
    overflow: hidden;
    margin-bottom: 1vw;
}

.delivery img {
    width: 5.61vw;
    height: auto;
    min-width: 90px;
}

.tt-wrapper .tt-tit {
    width: 100%;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 600;
    margin: 1.04vw 0;
}

.why ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    padding-left: 0 !important;
}

.why ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: .52vw;
    font-size: clamp(12px, .83vw, 16px);
    padding-left: 0;
}

.why ul li p {
    margin-bottom: 0;
}

.why ul li img {
    width: 1.88vw;
    height: auto;
    margin-right: .52vw;
    min-width: 18px;
    min-height: 18px;
}

.pay .pay-style img {
    width: 4.06vw;
    height: auto;
    margin-right: .4vw;
    margin-bottom: .52vw;
}

@media screen and (min-width: 768px) {
    .ocs-thumb {
        position: sticky;
        top: 0;
    }

}

.tt-collapse-title .fa {
    display: none;
}

.orvi {
    margin-block: 1em;
}

.orvi video {
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0;
}

.orvi video {
    transition: transform .2s ease;
}

.orvi .splide__slide:not(.is-active) video {
    transform: scale(.95);
}


@media screen and (max-width: 767px) {
    .tt-wrapper .tt-tit {
        margin-top: 3.2vw;
        margin-bottom: 2.6vw;
    }

    .tt-wrapper .tt-wrapper {
        margin-bottom: 1em;
    }

    .footer-new .tt-payment-list img {
        width: 27px;
        height: auto !important;
    }

    footer .tt-mobile-collapse {
        padding: 0;
        border-bottom: 1px solid #cdcdcd;
    }

    footer .tt-mobile-collapse .tt-collapse-content {
        display: none;
    }

    .tt-mobile-collapse .tt-collapse-title {
        /* font-size: 3.2vw; */
        font-weight: 600;
        color: #000;
        /* line-height: 4.8vw; */
        padding-top: 0;
        padding-block: 2.6vw;
        border-bottom: none;
    }

    .tt-collapse-title .fa {
        float: right;
        font-size: 10px;
        line-height: 2.7;
        opacity: 0.5;
        display: none;
    }

    .tt-collapse-title.active .fa-minus {
        display: block;
    }

    .tt-collapse-title:not(.active) .fa-plus {
        display: block;
    }

    .tt-collapse-title.active + .tt-collapse-content {
        display: block;
    }

    ul.tt-list a {
        color: #000 !important;
        padding-bottom: .5em;
    }

    .footer-cart {
        padding: 2.9vw 0;
    }

    /*    .row:has(.product-layout) {
            margin-right: -5px;
            margin-left: -5px;
        }*/
    .product-layout {
        padding-right: 5px;
        padding-left: 5px;
    }

    .product-thumb {
        margin-bottom: 10px;
    }
}

.tab-review p {
    font-size: clamp(12px, .83vw, 16px);
    line-height: 1.44;
}

.some-cat {
    font-weight: 800;
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    font-size: clamp(14px, 1vw, 18px);
    justify-content: center;
    margin-block: 2em 3em;
}

.some-cat a:not(:hover) {
    color: rgba(0, 0, 0, 0.2);
}

.tt-desktop-header {
    background: #fbfcfd;
    margin-bottom: 2em;
    position: relative;
}


.tt-header-holder {
    padding: 0 5.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 45px;

}

.tt-col-obj {
    display: flex;
    align-items: center;
}

#form-language .btn {
    justify-content: flex-start;
    gap: 5px;
    padding-right: 0;
}

#form-language .dropdown-toggle img {
    width: 20px;
    margin-top: 3px;
}

.tt-dropdown-toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: .2vw .4em;
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
    background: none;
    border: none;
    display: inline-block;
    transition: all 0.3s linear;
}

.tt-dropdown-toggle img {
    width: 1.14vw;
    min-width: 17px;
    max-width: 22px;
}

.tt-dropdown-toggle img + img {
    display: none;
}

.tt-desctop-menu nav > ul {
    margin-bottom: 0;
    display: flex;
    gap: 2.2em;
}

.tt-desctop-menu nav > ul > li.dropdown > a {
    font-size: clamp(12px, .94vw, 18px);
    font-weight: 600;
    color: #000;
    transition: color .2s ease;
    text-decoration: none !important;
    padding-block: 1.7vw;
    display: inline-block;
}

.tt-desctop-menu nav > ul > li.dropdown > a:hover {
    color: #2879fe;
}

.menu-toggle .fa {
    font-size: 18px;
}

.tt-desctop-menu .dropdown {
    position: static;
}

.tt-desctop-menu {
    position: relative;
}

.tt-desctop-menu .dropdown-menu {
    width: calc(100% + 300px);
    box-shadow: 0 0 0 100vmax #fff;
    clip-path: inset(0 -100vmax);
    border: none;
    margin-top: -1px;
    padding-inline: 50px;
    margin-left: -50px;
    padding-block: 1.6vw;
    border-radius: 0;
}

.tt-desctop-menu .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 2vw;
}

.tt-desctop-menu .dropdown-menu ul li {
    width: 10vw;
    max-width: 183px;
}

.tt-desctop-menu .dropdown-menu ul li img {
    max-width: 100%;
}

p.device-name {
    margin-top: 10px;
    font-size: clamp(12px, .83vw, 16px);
    text-align: center;
    color: #000;
    font-weight: 600;
}

.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown {
    display: inline-block;
}

.row-products {
    display: flex;
    flex-wrap: wrap;
}

header .tt-badge-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: #3772ff;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -5px;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
}

.tt-badge-cart:empty {
    display: none;
}

.module-products {
    background-color: #F4F5F6;
    padding-block: 3vw;
    margin-block: 3vw;
    box-shadow: 0 0 0 100vmax #F4F5F6;
    clip-path: inset(0 -100vmax);
}

.module-products .row {
    display: flex;
    flex-wrap: wrap;
}

#content .module-products:last-child {
    margin-bottom: 0;
}

.owl-carousel.owl-theme:has(.owl-controls) {
    margin-bottom: calc(3vw + 10px);
}

.custom-simple-banner-section-container-swiper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.04vw;
}

.custom-simple-banner-section {
    width: 48vw;
    margin-bottom: 1.04vw;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.custom-simple-banner-section .ttbannermobileimg {
    display: none;
}

.custom-simple-banner-box {
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    top: 0;
    left: 0;
    padding-top: 6.458333333333333vw;
    text-align: left;
    padding-left: 5.208333333333333vw;
}

.custom-simple-banner-text-1 {
    position: relative;
    color: #ffffff;
    font-size: 2.5vw;
    line-height: 3.3333333333333335vw;
    text-align: left;
    margin-bottom: 0.20833333333333334vw;
    font-weight: 700;
}

.custom-simple-banner-text-2 {
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    font-size: 1.25vw;
    line-height: 1.875vw;
    text-align: left;
    margin-bottom: 1.7708333333333333vw;
}

.custom-simple-banner-box .btn-outline-white {
    min-width: 9vw;
    font-weight: 600;
}

.tt-services-listing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: space-between !important;
}

.icon-list .container .tt-services-block {
    padding: 1.15vw 0;
    box-sizing: border-box;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.tt-services-block .tt-col-icon {
    margin-right: 7px;
}

.tt-services-block .tt-col-icon img {
    max-width: 60px;
}
.tt-services-block .tt-col-description h4 {
    font-size: 20px;
}
.splide__slide img {
    width: 100%;
}

.mobile-header-menu {
    overflow: scroll;
    background: #ffffff;
    position: fixed;
    z-index: 22;
    inset: 0;
    max-width: 450px;
}

.mobile-header-menu ul li a {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: #191919;
    position: relative;
    font-weight: 600;
}

.mobile-header-menu .tt-megamenu-submenu a {
    padding: 8px 8px 0;
    font-size: 2.6vw;
    position: relative;
}

.mobile-header-menu .device-box {
    display: inline-flex;
    margin-bottom: 2.6vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 24.5vw;
    max-width: 110px;
}

.device-image {
    outline: 6px solid #f4f5f6;
    background-color: #f4f5f6;
}

.mobile-header-menu .device-image {
    height: auto;
    width: 24.5vw;
    max-width: 110px;
    outline: 4px solid #f4f5f6;
    /*border-radius: .6vw;*/
    background-color: #f4f5f6;
}

.tt-megamenu-submenu li {
    padding-inline: 0;
}

.mobile-header-menu > ul {
    display: flex;
    flex-direction: column;
}

.tt-megamenu-submenu {
    display: none;
    margin-top: 16px;
}

.mobile-header-menu > ul > li {
    padding: 12px 0px 12px 0;
    margin: 0 12px;
    border-bottom: 1px solid #D7D7D7;
}

.mm-title.active {
    color: #3772ff;
}

.mm-title .fa-chevron-down {
    margin-left: auto;
    margin-top: 5px;
    transition: transform .3s ease;
}

.mm-title.active .fa-chevron-down {
    transform: rotate(180deg);
}

.mm-title.active + .tt-megamenu-submenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-close-wrap {
    text-align: right;
    padding-top: 16px;
    padding-inline: 11px;
    opacity: .5;
}

.icon-close-wrap .fa {
    font-size: 24px;
}

.pup-video-wrap {
    cursor: pointer;
    position: relative;
}

.pup-video-wrap > img {
    transition: all .3s ease;
}

.text-white {
    color: #fff;
}

.pup-video-wrap .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    font-size: 48px;
}

.pup-video-wrap:hover > img {
    filter: brightness(70%);
}

.pup-video-wrap .icon-play {
    transition: all .3s ease;
    z-index: 9;
}

.pup-video-wrap:hover .icon-play {
    transform: scale(1.2);
}

.product_desc {
    font-size: clamp(12px, 1vw, 18px);
    font-weight: 500;
    line-height: 1.44;
    margin-block: 4em;
}

.product_desc .product__title,
.product_desc .text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.product_desc ul {
    margin-block: 10px;
}

@media (min-width: 992px) {
    .py-lg-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}
.ms-2 {
    margin-left: .5rem !important;
}

@media (min-width: 992px) {
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
}

.product_desc img.img-responsive {
    max-height: 90vh;
    margin-inline: auto;
    display: block;
}



.product_desc .product__title, .product_desc .text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    #logo {
        margin-right: auto;
    }

    .custom-simple-banner-section {
        width: 47vw;
    }
}

@media (min-width: 767px) {

    .custom-simple-banner-text-1 {
        max-width: 33vw;
        text-wrap: balance;
        margin-bottom: .5em;
    }

    .custom-simple-banner-text-2 {
        max-width: 40vw;
        text-wrap: balance;
    }

    .splide__slide .custom-simple-banner-box {
        padding-top: 12.458333vw;
    }

    .icon-list.for-footer-blocks {
        margin-bottom: 2em;
    }

}

@media (max-width: 767px) {
    .custom-simple-banner-section .ttbannermobileimg {
        display: block;
    }

    .custom-simple-banner-section .ttbannerpcimg {
        display: none;
    }

    /*    #menu {
            border-radius: 4px;
        }
    
        #menu div.dropdown-inner > ul.list-unstyled {
            display: block;
        }
    
        #menu div.dropdown-menu {
            margin-left: 0 !important;
            padding-bottom: 10px;
            background-color: rgba(0, 0, 0, 0.1);
        }
    
        #menu .dropdown-inner {
            display: block;
        }
    
        #menu .dropdown-inner a {
            width: 100%;
            color: #fff;
        }
    
        #menu .dropdown-menu a:hover,
        #menu .dropdown-menu ul li a:hover {
            background: rgba(0, 0, 0, 0.1);
        }
    
        #menu .see-all {
            margin-top: 0;
            border: none;
            border-radius: 0;
            color: #fff;
        }*/
    .tt-header-holder {
        padding-inline: 0;
    }

    /*
    .tt-dropdown-toggle {
        padding-inline: 1vw;
    }

    #form-language .btn {
        padding-left: 4px;
    }

    #logo,
    .tt-col-obj,
    .menu-toggle {
        width: 33.33%;
    }*/
    .tt-col-obj {
        justify-content: flex-end;
    }

}

@media (max-width: 600px) {
    .custom-simple-banner-section-container-swiper {
        padding: 4.53vw 3.33vw 0;
    }

    .custom-simple-banner-section {
        margin-bottom: 3.2vw;
        border-radius: 4.53vw;
        width: 100%;
        overflow: hidden;
    }

    .custom-simple-banner-box {
        text-align: center !important;
        padding-top: 21.866666666666667vw;
        padding-inline: 0;
        width: 100%;
    }

    .custom-simple-banner-text-1 {
        width: 100%;
        font-size: 6.133333333333334vw;
        line-height: 7.733333333333333vw;
        text-align: center;
        /* margin: 0 2.6666666666666665vw; */
        margin-bottom: 2.5vw;
    }

    .custom-simple-banner-text-2 {
        width: 100%;
        font-size: 3.2vw;
        line-height: 4.8vw;
        text-align: center;
        /* margin: 9.066666666666666vw; */
    }

    .btn-outline-white {
        /* display: none; */
        width: 30.4vw;
        height: 8.8vw;
        line-height: 8.8vw;
        border-radius: 4.4vw;
        font-size: 3.2vw;
        margin-bottom: 0.0vw;
        margin-top: 4.8vw;
    }

    #cart {
        position: static;
    }

    #cart .dropdown-menu li > div {
        min-width: 100%;
    }

    #cart table .text-right {
        white-space: nowrap;
    }

    .tt-header-holder {
        position: relative;
    }


    #cart .dropdown-menu {
        width: 100%;
        font-size: 12px;
    }

    .tt-desktop-header {
        margin-bottom: 1em;
    }

    .some-cat {
        margin-block: 2em;
    }

    .splide__slide .custom-simple-banner-box-text {
        padding-inline: 20%;
    }
}
.langspan {
    font-size: 21px;
    color: #000;
    display: block;
}
.footer-product-buttons {
    display: flex;
    gap: 25px;
}
.yottel {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 15px;
}
.yottel .telefon {
    font-size: clamp(12px,.94vw,18px);
    font-weight: 600;
    color: #000;
    transition: color .2s ease;
    display: flex;
    gap: 4px;
    align-items: center;
}
.yottel .telefon img {
    width: 26px;
}
.yottel .youtobelink img {
    width: 35px;
}
.tt-dropdown-toggle {
    line-height: 0px;
    padding: 0vw .4em;
}
#form-language .btn {
    padding: 0px;
    padding-left: 5px;
}
.yotprod img {
    width: 60px;
}
.tt-wrapperprod #column-right {
    width: 100% !important;
    float: none !important;
}
@media (max-width: 500px) {
.footer-cart .btn {
    width: 100%;
}
.footer-cart #button-ukrcredits {
    margin-top: 4px;
}
.langspan {
    font-size: 15px;
}
.tt-dropdown-toggle {
    padding: 0 0.2em;
}
.yottel .telefon img {
    width: 19px;
}
.yottel .telefon {
    font-size: 11px;
}
.yottel {
    margin-right: 12px;
}
.yottel .youtobelink {
    display: none;
}
.footer-product-buttons {
    display: block;
}
.footer-cart .shopify-product-form {
    gap: 1em;
}
.yotprod img {
    width: 30px;
}
}
.nalich {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px;
    color: #3772ff;
}
#button-ukrcredits {
    background-color: #ffffff;
    color: #3772ff;
}
@media (max-width: 1000px) {
.tt-product-single-info img {
    width: 100% !important;
    height: auto !important;
}
}