/**********
* GENERAL *
**********/

:root{
    --light-blue-color-old:#1e89c9;
    --light-blue-color:#1A77AD;

    --light-blue-color2-old:#1E89CA;;
    --light-blue-color2:#1B7BB6;

    
    --light-blue-color2-opacity:rgba(27,123,182,0.5);
}

* {
    font-family: 'Commissioner', sans-serif;
    box-sizing: border-box;
    
}

a {
    text-decoration: none;
	color:var(--light-blue-color);
}

.container {
    max-width: 1600px;
}

body {
    margin: 0px;
    background-color: #f9f9f9;
}

.position-relative {
    position: relative;
}

.h-100 {
    height: 100%;
}

p {
    margin-top: 0px;
}

img {
    max-width: 100%;
}

.tc-btn {
    border: 0px;
    cursor: pointer;
}

.tc-section-title {
    text-align: center;
    font-size: 42px;
    color: #082F50;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

.tc-text-white {
    color: #fff;
}

.tc-section-subtitle {
    font-size: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #082F50;
    font-weight: 300;
}

.main-search-col {
    transition: .2s all ease;
}

ul.breadcrumbs {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #082F50;
    font-weight: 500;
}

li:not(:last-of-type) {
    margin-right: 4px;
}

ul.breadcrumbs li:not(:last-of-type):after {
    content: '/';
    margin-left: 4px;
    color: var(--light-blue-color2);
}

ul.breadcrumbs>li>a {
    /*color: var(--light-blue-color2);*/
    color: #1D76AA;
}



.concept-modal-overlay{
    position: fixed;
    opacity: 0.7;
    background-color: #000;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}
.concept-modal{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: white;
   padding: 4px;
   box-shadow: 5px 5px 15px #888888;
   z-index: 101;
   display: none;
}

.blog-category-name{
    padding: 5px;
    background-color: rgb(164, 201, 218);
    border-radius: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;;
}
.blog-category-name a{
    color:black;
}

.blog .guide-content-inner h3{
    height: 48px;
    font-size: 1.1rem;
}
.blog .guide-content-inner p{
    height: 56px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .menu-categories__right-content:hover {
        display: block;
    }

    .header-main.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        padding: 10px;
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0px 0px 10px #0000006b;
    }

    .hero-category-3 {
        margin-top: 1px;
    }

    .hero-category-1 img {
        height: 595px;
    }

    .hero-category-2 img,
    .hero-category-3 img {
        height: 286px;
    }

    .home-steps-col .step-trigger {
        position: relative;
    }
}

@media (max-width: 1024px) {
	html:has(.open-menu), html:has(.filter-open) {
		overflow: hidden;
	}
    .main-nav-trigger {
        background-color: transparent !important;
        border-radius: inherit !important;
        width: fit-content !important;
        position: relative;
        z-index: 99;
    }
    body.open-menu .main-nav-trigger {
        position: fixed!important;
		top: 0;
		left: 11px;
    }

    .main-nav-trigger--burger span {
        border-color: #082F50 !important;
    }

    #search-contents {
        width: calc(100% - (var(--bs-gutter-x) * 1)) !important;
        margin-left: inherit !important;
        right: inherit !important;
        left: inherit !important;
        top: 66% !important;
        border: 1px solid #000 !important;
        flex-direction: column;
    }

    .search-related-products,
    .search-related-categories {
        width: 100% !important;
    }

    .main-search-col.active .main-search input {
        border-radius: 30px 30px 0px 0px;
        border-bottom: 0px;
    }

    .main-search-col.active {
        width: 100%;
    }

    .owl-nav,
    .owl-dots {
        display: none;
    }

    .step-popup {
        width: 100vw !important;
    }

    .home-card__icon {
        width: 56px !important;
        height: 56px !important;
        padding: 12px;
    }

    .home-card__title * {
        margin-bottom: 0px !important;
        font-size: 15px !important;
        word-break: break-word;
    }

    .home-card__icon img {
        max-height: 100%;
    }

    .tc-section-title {
        font-size: 30px;
    }

    .title-newsletter {
        font-size: 22px !important;
        line-height: inherit !important;
        text-align: center;
        margin-bottom: 28px;
    }

    .tc-input-newsletter {
        height: 45px !important;
        margin-bottom: 24px;
    }

    .home-steps__nums span:not(:last-of-type):before {
        content: '---' !important;
    }

    .tc-btn.tc-btn-newsletter {
        padding: 10px 54px;
        font-size: 20px;
        margin: 0 auto;
        display: table;
    }

    .footer-info {
        font-size: 18px;
        line-height: inherit;
    }

    .hero-content h1 {
        font-size: 34px !important;
        margin-bottom: 14px;
        margin-top: 10px;
    }

    .hero-content p {
        font-size: 18px !important;
        line-height: inherit !important;
    }

    .hero-content .tc-btn {
        font-size: 14px !important;
        padding: 10px 36px !important;
    }

    .hero-category .hero-content {
        z-index: 1;
    }

    .hero-category.hero-category-2 img,
    .hero-category.hero-category-3 img {
        object-fit: cover;
        position: absolute;
        height: 100%;
    }

    .hero-category.hero-category-2 .hero-content h1,
    .hero-category.hero-category-3 .hero-content h1 {
        font-size: 27px !important;
        margin-bottom: 14px !important;
    }

    .hero-category.hero-category-2,
    .hero-category.hero-category-3 {
        height: 196px;
        border-radius: 18px;
        overflow: hidden;
    }

    .hero-category.hero-category-2 .hero-content p,
    .hero-category.hero-category-3 .hero-content p {
        font-size: 14px !important;
        margin-bottom: 24px !important;
    }

    .hero-category.hero-category-2 .hero-content .tc-btn,
    .hero-category.hero-category-3 .hero-content .tc-btn {
        font-size: 12px !important;
        padding: 10px 24px !important;
    }

    header .top p {
        font-size: 12px;
    }

    .main-nav-trigger--title {
        display: none;
    }

    .menu-categories {
        top: 0px !important;
        margin-top: -1.5rem !important;
        border-radius: 0px 20px 20px 0px !important;
    }

    body.open-menu .main-nav-trigger .main-nav-trigger--burger span {
        border-color: #1E89C9 !important;
    }

    .menu-categories__left {
        background-color: #F9F9F9 !important;
		box-shadow: 0px 0px 20px;
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		width: calc(100vw - 30px)!important;
		min-height: initial!important;
		height: 100vh;
		overflow: auto;
    }

    .mobile-menu-separator {
        height: 1px;
        background-color: #000;
        width: 90%;
        display: table;
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-categories__right-content {
        position: absolute;
        padding-top: 100px !important;
        width: 80% !important;
    }

    .menu-categories__title {
        color: #082F50 !important;
        font-weight: normal !important;
    }

    .menu-categories__title:before {
        display: none;
    }

    .menu-categories__right-content {
        background-color: #F9F9F9 !important;
		position: fixed;
		top: 0;
		width: calc(100vw - 30px)!important;
		height: 100vh;
		bottom: 0;
		left: 0;
		padding-top: 55px!important;
		max-height: 100vh!important;
    }

    .menu-categories__right-content .menu-categories__title~ul.active {
		display: block;
		position: fixed;
		z-index: 99;
		background-color: #f9f9f9;
		top: 0px;
		left: 0;
		width: calc(100vw - 30px);
		border-radius: 0px 20px 20px 0px;
		overflow: hidden;
		overflow-y: scroll;
		max-height: 100vh;
		padding: 40px 25px;
		height: 100vh;
    }

    .mobile-mainmenu-back {
        font-size: 22px;
        font-weight: bold;
        color: var(--light-blue-color);
        margin-bottom: 24px;
        position: relative;
        padding-left: 24px;
        position: sticky;
        top: 0;
        background-color: #f9f9f9;
		cursor: pointer;
    }

    .mobile-mainmenu-back:before {
        content: '';
        width: 14px;
        background-image: url('../img/Group 63_mobile.png');
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .mobile-mainmenu-back:after {
        content: '';
        background-color: #f9f9f9;
        width: 100%;
        position: absolute;
        height: 138px;
        left: 0;
        right: 0;
        bottom: 100%;
    }

    .mobile-main-menu a {
        color: #082F50 !important;
        font-size: 18px;
        line-height: 54px;
    }

    .mobile-submenu-back {
        font-size: 22px;
        font-weight: bold;
        color: var(--light-blue-color);
        margin-bottom: 24px;
        position: relative;
        padding-left: 24px;
        position: sticky;
        top: 0;
        background-color: #f9f9f9;
		cursor: pointer;
    }

    .mobile-submenu-back:before {
        content: '';
        width: 14px;
        background-image: url('../img/Group 63_mobile.png');
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .mobile-submenu-back:after {
        content: '';
        background-color: #f9f9f9;
        width: 100%;
        position: absolute;
        height: 138px;
        left: 0;
        right: 0;
        bottom: 100%;
    }

    .menu-categories__right-content .menu-categories__title~ul.active a {
        color: #082F50 !important;
        font-size: 18px;
        line-height: 22px;
    }

    .menu-categories__right-content .menu-categories__title~ul.active li {
        margin-top: 20px;
    }

    .menu-categories__title:after {
        background-image: url('../img/Group 63_mobile.png');
        right: 0px !important;
        left: inherit !important;
        width: 14px !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        height: 100% !important;
        background-color: transparent !important;
        transform: rotate(180deg);
    }

    .menu-categories__left .mobile-second-menu ul {
        flex-direction: column;
        padding-top: 0px !important;
    }

    .menu-categories__left .mobile-second-menu ul li img {
        filter: brightness(0.5);
    }

    .mobile-second-menu {
        margin-bottom: 24px;
    }

    .menu-categories__right-content ul {
        display: none;
    }

    .menu-categories__left ul a {
        color: #082F50 !important;
        font-weight: normal !important;
    }

    .menu-categories__left ul li a {
        padding-left: 15px !important;
    }

    .menu-categories__left ul {
        padding-top: 40px !important;
    }

    .menu-categories__left ul li.has-children:after {
        background-image: url('../img/Group 63_mobile.png') !important;
    }

    .header-shopping-cart-items {
        transform: translateX(0px) !important;
    }

    .header-shopping-cart-items:before {
        left: inherit !important;
        right: 18px !important;
    }

    .top-language-menu, .top-currency-menu {
        right: 0px !important;
        width: 130px;
    }

    .top-language-menu:before, .top-currency-menu:before {
        left: inherit !important;
        right: 8px !important;
    }

}

/**********
* HEADER *
**********/

.header-main {
    padding: 14px 0px;
}

header .top {
    background-color: #082F50;
    font-size: 12pt;
    color: #fff;
    min-height: 44px;
    padding: 6px 0px;
}

header .top p {
    margin-bottom: 0px;
}

header .top .top-menu ul {
    list-style-type: none;
}

header .top a {
    color: #fff;
    text-decoration: none;
}

header .top a:hover {
    color: var(--light-blue-color);
}

.main-search {
    position: relative;
}

.hero-category {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.hero-category img {
    width: 100%;
    transition: .2s all ease-in-out;
}

.hero-category:hover img {
    transform: scale(1.05);
}

.hero-category .hero-content {
    position: absolute;
    left: 6%;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #082F50;
}
.hero-content.dark-text h1, .hero-content.dark-text p {
    color: #082F50!important;
}
.hero-content.light-text h1, .hero-content.light-text p {
    color: #fff!important;
}

.hero-content p {
    font-size: 22px;
    color: #082F50;
    line-height: 34px;
}

.hero-content .tc-btn {
    border-radius: 37px;
    background-color: #082F50;
    width: fit-content;
    padding: 10px 46px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.hero-category.hero-category-2 .hero-content h1,
.hero-category.hero-category-3 .hero-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 18px;
}

.hero-category.hero-category-2 .hero-content p,
.hero-category.hero-category-3 .hero-content p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.hero-category.hero-category-2 .hero-content .tc-btn,
.hero-category.hero-category-3 .hero-content .tc-btn {
    font-size: 18px;
}

.header-language-switcher {
    position: relative;
    text-align: right;
}

.header-currency-switcher {
    position: relative;
    text-align: right;
}

.active-language {
    cursor: pointer;
}
.active-currency {
    cursor: pointer;
}

.top-language-menu:before, .top-currency-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.top-language-menu, .top-currency-menu {
    position: absolute;
    margin: 0;
    z-index: 11;
    background-color: #fff;
    list-style: none;
    box-shadow: 3px 3px 23px #0000004D;
    border-radius: 17px;
    margin-top: 12px;
    right: -34px;
    transition: all ease-in-out 2.s;
    visibility: hidden;
    opacity: 0;
	padding: 0;
}
.top-language-menu li, .top-currency-menu li {
    padding: 16px 28px;
}

.menu-categories {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    margin-top: 8px;
    z-index: 99;
    overflow: hidden;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
}

body.open-menu .main-nav-trigger--burger span:nth-child(1) {
    transform: rotate(45deg);
}

body.open-menu .main-nav-trigger--burger span:nth-child(3) {
    transform: rotate(-45deg);
}

body.open-menu .main-nav-trigger--burger span:nth-child(2) {
    visibility: hidden;
}

.menu-categories__left ul li:hover,
.menu-categories__left ul li.has-children.active {
    background-color: var(--light-blue-color);
}

.menu-categories__left ul {
    margin: 0;
    list-style: none;
    padding: 41px 0px 0px 0px;
}

.menu-categories__left ul li {
    margin-bottom: 14px;
    cursor: pointer;
    position: relative;
}

.menu-categories__left {
    background-color: #082F50;
    padding-right: 0px;
    min-height: 820px;
    width: 30%;
    float: left;
}

.menu-categories__right {
    background-color: #164064;
    padding: 40px 25px 40px 25px;
}

.menu-categories__title {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    position: relative;
    display: block;
    text-decoration: none;
}

.menu-categories__right-content {
    display: none;
    width: 70%;
    background-color: #164064;
    padding: 40px 25px 40px 25px;
    float: left;
    /*padding-right: 15%;*/
}

.menu-categories__left ul li.has-children:after {
    content: '';
    width: 14px;
    background-image: url('../img/Group 63.png');
    position: absolute;
    right: 20px;
    top: 0px;
    transform: rotate(180deg);
    bottom: 0px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.menu-categories__right {
    visibility: hidden;
    opacity: 0;
}

.menu-categories__right.active {
    visibility: visible;
    opacity: 1;
}

.menu-categories__right-content.active {
    display: block;
	max-height: calc(100vh - 144px);
    overflow-y: auto;
}

.menu-categories__right-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 42px;
}

.menu-categories__left ul a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    padding: 10px 0px 10px 79px;
	display: block;
}

.header-shopping-cart-items {
    position: absolute;
    margin: 0;
    top: 38px;
    background-color: #fff;
    list-style: none;
    padding: 16px 28px;
    box-shadow: 3px 3px 23px #0000004D;
    border-radius: 17px;
    margin-top: 12px;
    right: 0px;
    transition: all ease-in-out 2.s;
    z-index: 11;
    width: 350px;
    transform: translateX(39%);
    visibility: hidden;
    opacity: 0;
}

.header-shopping-cart-items.active {
    opacity: 1;
    visibility: visible;
}

.header-shopping-cart-items:before {
    content: '';
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.cart-small-items {
	max-height: calc(100vh - 360px);
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: -15px;
    padding-right: 15px;
}

.cart-item-title-quantity-price, .cart-item-title-quantity-price a {
    font-size: 16px;
    font-weight: bold;
    color: #082F50;
}

.quantity-price {
    font-size: 18px;
    font-weight: normal;
    color: #7E7E7E;
}

.remove-cart {
	cursor: pointer;
}
.remove-cart:hover {
	color: var(--light-blue-color);
}

.cart-total-title,
.cart-total-price {
    font-size: 22px;
    font-weight: bold;
    color: #082F50;
}

.cart-total-price {
    text-align: right;
}

.tc-go-to-shop {
    background: #082F50 0% 0% no-repeat padding-box;
    border-radius: 26px;
    color: #fff;
    padding: 14px;
    text-align: center;
    margin-bottom: 24px;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-language-menu.active, .top-currency-menu.active {
    opacity: 1;
    visibility: visible;
}

.cart-total {
    float: right;
    background-color: var(--light-blue-color);
    width: 23px;
    height: 23px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
	aspect-ratio: 1/1;
    font-weight: bold;
}

.header-shopping-cart {
    position: relative;
    max-width: fit-content;
}

.header-shopping-cart>img,
.header-shopping-cart>span {
    cursor: pointer;
}

.main-search .search-input-icon {
    position: absolute;
    left: 16px;
    top: 34%;
}

.main-search .barcode-input-icon {
    position: absolute;
    right: 16px;
    top: 24%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    display: none;
}

.main-search input {
    height: 50px;
    width: 100%;
    border: 1px solid #082F50;
    border-radius: 58px;
    font-size: 16px;
    padding-left: 40px;
    color: #082F50;
    line-height: 22px;
}

.main-search input::placeholder {
    text-align: left;
    letter-spacing: 0px;
    color: #082F50;
    font-style: italic;
    font-weight: 200;
}

.main-nav-trigger {
    background-color: #082F50;
    color: #fff;
    font-size: 19px;
    border-radius: 25px;
    width: 181px;
    height: 50px;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
}

span.main-nav-trigger--burger {
    display: block;
    float: left;
}

.main-nav-trigger--burger span {
    width: 17px;
    height: 0px;
    border: 1px solid #F9F9F9;
    opacity: 1;
    float: left;
    clear: both;
    margin-bottom: 4px;
    border-radius: 4px;
    transform-origin: 0;
    transition: .2s all ease-in-out;
}

#search-contents {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 8px;
    z-index: 99;
    overflow: hidden;
    border-radius: 0px 0px 30px 30px;
    display: flex;
    transition: .2s all ease-in-out;
    box-shadow: 0px 3px 23px #0000004D;
    margin-left: 26%;
    width: 74%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}

#search-contents .x-close-button {
    position: absolute;
    top: 0px;
    right: 5px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    color: gray;
    display: none;
    ;
}

#search-contents.active {
    visibility: visible;
    opacity: 1;
}

.search-related-products,
.search-related-categories {
    padding: 41px 40px;
    width: 50%;
}

.search-related-products .search-related-product a {
    font-size: 16px;
    color: #082F50;
    font-weight: bold;
    margin: 0px;
    text-decoration: none;
    
    text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    display: -webkit-box;
}

.search-related-products h4,
.search-related-categories h4 {
    font-size: 20px;
    color: var(--light-blue-color);
    font-weight: bold;
    margin-top: 0px;
    border-bottom: 1px solid #1e8ac96e;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.search-related-categories {
    background-color: #F1F1F1;
}

.search-related-categories ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 24px;
}

.search-related-categories ul li a {
    font-size: 16px;
    color: #082F50;
    text-decoration: none;
    font-weight: bold;
    line-height: 29px;
}

.tc-btn-search-more-results {
    margin-top: 24px;
    display: table;
    text-decoration: none;
    background-color: #082F50;
    border-radius: 30px;
    color: #fff;
    padding: 15px 23px;
}

.search-related-product {
    border-bottom: 1px solid #1e8ac96e;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0px;
    padding-top: 10px;
    align-items: center;
}


body.open-menu .menu-categories {
    opacity: 1;
    visibility: visible;
}

.main-nav-trigger--burger span:last-of-type {
    margin: 0px;
}


.home-category {
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 19px;
    padding: 27px 21px;
    position: relative;
}

.home-category.home-category-01 {
    background-color: var(--light-blue-color);
}

.home-category.home-category-02 {
    background-color: #389EC8;
}

.home-category.home-category-03 {
    background-color: #1B8AB8;
}

.home-category.home-category-04 {
    background-color: #167196;
}

.home-category .home-category__title {
    max-width: 270px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    z-index: 1;
}

.menu-categories__right-content ul li a {
    color: #F9F9F9;
    text-decoration: none;
    font-size: 15px;
    line-height: 31px;
}

.home-category .home-category__link {
    z-index:1;
}

.home-category .home-category__link .tc-btn {
    background-color: #082F50;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 24px;
    border-radius: 22px;
}

.home-category .home-category__link .tc-btn:hover {
    background-color: #fff;
    color:var(--light-blue-color);
}

.home-category__image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.home-offers {
    background-color:var(--light-blue-color);
}

.home-offers .home-offers-tabs {
    background-color: #FFFFFF;
    border-radius: 42px;
    padding: 30px;
}

.home-offers .home-offers-tabs ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-x: auto;
}


.home-offers .home-offers-tabs ul li {
    font-size: 18px;
    color: #707070;
    border-radius: 18px;
    padding: 5px 14px;
    position: relative;
}

.home-offers .home-offers-tabs ul li.choose-offer {
    cursor: pointer;
}

.home-offers .home-offers-tabs ul li.choose-offer.active,
.home-offers .home-offers-tabs ul li.choose-offer:hover {
    background-color: #082F50;
    text-align: center;
    color: #fff;
}

.tc-product-table {
    /* border: 1px solid var(--light-blue-color); */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background: #fff;
    border-radius: 12px;
    display: table;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.tc-product-table.tc-product-table-white {
    background-color: #fff;
}

.tc-product-table .tc-product-table__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 53px;
}

.tc-product-table .tc-product-table__group * {
    margin: 0px;
}

.foam-head1 {
    text-align: left;
    font-weight: bold;
}

.tc-product-table__image {
    width: 220px;
    height: 220px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--light-blue-color);
}

.tc-product-table-white .tc-product-table__image {
    border: 0px;
}

.tc-product-table__image img {
    object-fit: contain;
    height: 100%;
}

.tc-product-table__title,
.tc-product-table__title a,
.foam-head1,
.price-text {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #082F50;
}

.tc-product-table-white .tc-product-table__title,
.foam-head1 {
    text-align: left;
    font-weight: normal;
}

.tc-product-table__title a,
.tc-product-table__store a
 {
    color: #082F50;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	line-height: 1.5rem;
    min-height: 4.5rem;
}

.guide-content-inner h3
 {
    color: #082F50;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	line-height: 1.5rem;
    min-height: 3.8rem;
}

.tc-product-table__store {
    font-size: 14px;
    margin-top: 6px;
    color: #082F50;
}

.tc-product-table__label {
    border-radius: 0 0 0 15px;
    background-color: #082F50;
    height: 29px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px;
}

.tc-product-table__price,
.price-number {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #082F50;
    margin-top: 16px;
    margin-bottom: 35px;
}

.tc-product-table__price span.deleted, .tc-product-table__price span:not(.the_price_novat):not(._price_vat) {
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 5px;
}
.tc-product-table__price.text-left {
    text-align: left;
}

.tc-product-table__price .the_price_novat {
    font-weight: normal;
    display: block;
    font-size: 70%;
}
.tc-product-table__link {
    text-align: center;
}

.tc-product-table__link a {
    background-color: #082F50;
    color: #fff;
    text-decoration: none;
    border-radius: 24px;
    padding: 6px 28px;
}

.tc-product-table__link a:hover {
    background-color: var(--light-blue-color);
}

.home-cards {
    background-color: #082F50;
    padding-top: 104px;
    padding-bottom: 104px;
}

.home-card {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home-card__icon {
    width: 123px;
    height: 123px;
    background-color: var(--light-blue-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-card__title * {
    font-size: 20px;
    margin-bottom: 33px;
    margin-top: 34px;
    letter-spacing: 1px;
    min-height: 48px;
}

.owl-carousel .nav-btn {
    position: absolute;
    cursor: pointer;
    top: 44%;
    background-color: var(--light-blue-color);
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: -70px;
}

.owl-carousel .next-slide {
    right: -70px;
    transform: rotate(180deg);
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--light-blue-color);
}

.home-offers .owl-theme .owl-dots .owl-dot.active span,
.home-offers .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.home-offers .owl-carousel .nav-btn {
    background-color: #082F50;
}

.home-steps {
    background-color: #1C507D;
}

.tc-section-subtitle-steps {
    color: #F9F9F9;
    text-align: center;
    margin-top: 24px;
    font-size: 22px;
    font-weight: 200;
}

.home-steps__title {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.home-steps__nums {
    overflow: hidden;
}

.home-steps__nums span {
    position: relative;
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light-blue-color);
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

.home-steps__nums span:not(:last-of-type):before {
    content: '-----------------------';
    position: absolute;
    width: max-content;
    left: 38px;
}

.step-popup {
    position: absolute;
    left: 0;
    right: 0px;
    font-size: 18px;
    background-color: #fff;
    width: auto;
    padding: 50px 20px;
    box-shadow: 0px 3px 23px #0000004D;
    border-radius: 37px;
    margin-top: 90px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .2s;
    z-index: 11;
}

.step-popup:before {
    content: '';
    width: 37px;
    height: 37px;
    transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.active .step-popup {
    visibility: visible;
    opacity: 1;
}

.active .home-steps__title {
    color: var(--light-blue-color);
}

.footer-newsletter {
    background-color: #082F50;
}

.payment-methods {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.payment-methods li {
    width: 38px;
    height: 38px;
    background-color: var(--light-blue-color2);
    margin-right: 14px;
    padding: 6px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
}

.title-newsletter {
    font-size: 30px;
    color: #F9F9F9;
    font-weight: bold;
    line-height: 34px;
}

.tc-input-newsletter::placeholder {
    color: #082F50;
}

.tc-input-newsletter {
    height: 65px;
    border-radius: 58px;
    padding: 0px 24px;
    border: 0px !important;
    width: 100%;
    outline: none !important;
    font-size: 21px;
    color: #082F50;
    line-height: 28px;
}

.tc-btn-newsletter {
    background-color: var(--light-blue-color);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 58px;
    padding: 15px 61px;
}

footer {
    background-color: #0E273D;
}

.footer-icon {
    width: 31px;
    height: 31px;
    min-width: 31px;
    min-height: 31px;
    background-color: var(--light-blue-color);
    padding: 5px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-info {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    word-break: break-all;
}

.footer-title {
    font-size: 27px;
    color: #F9F9F9;
    position: relative;
    margin-bottom: 38px;
}

.menu-categories__title:before {
    bottom: 0px !important;
}

.menu-categories__title:after {
    bottom:3px !important;
}

.menu-categories__title:before,
.footer-title:before {
    content: '';
    position: absolute;
    width: 158px;
    height: 1px;
    background-color: #707070;
    bottom: -17px;
}

.menu-categories__title:after,
.footer-title:after {
    content: '';
    width: 76px;
    height: 3px;
    background-color: var(--light-blue-color);
    position: absolute;
    left: 0;
    bottom: -18px;
}

.footer-social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.footer-social-links li {
    margin-right: 29px;
}

.footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-menu li a {
    color: #CBCBCB;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none !important;
}

.tc-btn-pro {
    background-color: #f6fbff;
    font-size: 20px;
    line-height: 27px;
    color: #0e273d;
    text-decoration: none;
    border-radius: 27px;
    padding: 13px 36px;
}

/** PRODUCTS LIST **/

.filters-sidebar-box {
    border: 1px solid var(--light-blue-color2);
    border-radius: 22px;
}

.filters-sidebar__title {
    color: #082F50;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    padding: 32px 0px;
}

.filters-sidebar__separator {
    height: 1px;
    width: 100%;
    background-color: var(--light-blue-color2);
}

.filters-sidebar__filter {
    padding: 21px;
}

.filters-sidebar__filter-title.open {
    margin-bottom: 28px;
}

.filters-sidebar__filter-title {
    color: #082F50;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: .5s all ease-in-out;
}

.filters-sidebar__filter-title .filters-sidebar__filter-dropdown {
    transform: rotate(-90deg) scaleX(1);
    transition: .2s all ease-in-out;
    transform-origin: center;
}

.filters-sidebar__filter-list .filters-count {
    color: #707070;
    font-size: 12px;
    margin-left: 2px;
}

label.label-color-picker {
    display: inline-flex;
    margin: 3px;
}

label.label-color-picker input {
    display: none;
}

label.label-color-picker:not(.d-none) {
    display: inline-flex !important;
}

label.label-color-picker .color-picker {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    display: block;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px #000;
}

label.label-color-picker input:checked~.color-picker {
    outline-offset: 2px;
    outline-color: #7c7c7c;
    outline-style: auto;
    outline-width: 1px;
}

.filters-sidebar__filter-title.open .filters-sidebar__filter-dropdown {
    transform: rotate(-90deg) scaleX(-1);
}

.filters-sidebar__filter-list.open {
    max-height: 500px;
}

.filters-sidebar__filter-list {
    max-height: 0px;
    overflow: hidden;
    transition: .2s all ease-in-out;
}

.filters-sidebar__filter-list-inner {
    max-height: 500px;
    overflow: auto;
}

.filters-sidebar__filter-list label {
    font-size: 16px;
    color: #082F50;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 18px;
}

.filters-sidebar__filter input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 14px;
}

.range_container {
    display: flex;
    flex-direction: column;
    padding: 14px;
    overflow: hidden;
}

.range_container .sliders_control {
    position: relative;
    min-height: 50px;
}

.range_container .form_control {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #635a5a;
    justify-content: space-between;
}

.range_container input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

.range_container input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

.range_container .form_control_container__time {
    /*color: var(--light-blue-color2);*/
    color: #082F50;
    font-size: 14px;
    font-weight: 500;
}

.range_container input[type="number"]::-webkit-outer-spin-button,
.range_container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.range_container input[type=number] {
    -moz-appearance: textfield;
}

.range_container .form_control_separator {
    width: 40px;
    height: 1px;
    background-color: #c3c3c3;
    margin: 0px 32px;
    margin-top: 24px;
}

.range_container input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

.range_container input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #082F50, 0 0 9px #082F50;
}

.range_container input[type="number"] {
    /*color: var(--light-blue-color2);*/
    color: #082F50;
    width: 83px;
    height: 41px;
    font-size: 16px;
    border: 1px solid #707070;
    border-radius: 9px;
    text-align: center;
    margin-top: 8px;
}

.range_container input[type=number]::-webkit-inner-spin-button,
.range_container input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.range_container input[type="range"] {
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

.range_container #fromSlider {
    height: 0;
    z-index: 1;
}

.filters-sidebar__filter-dropdown img {
    max-width: 8px;
}

select {
    min-width: 132px;
    height: 30px;
    border: 1px solid var(--light-blue-color2);
    border-radius: 19px;
    color: #082F50;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 14px 2px 14px;
    cursor: pointer;
    box-shadow: 3px 3px 8px #00000029;
}

.products-view-options>div {
    cursor: pointer;
}

.products-view-options>div:nth-child(1) {
    margin-right: 20px;
}

.products-view-options img {
    max-width: 30px;
}

.products-view-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-view .tc-product-table {
    width: 100%;
}

.products-view.products-view-table .tc-product-table {
    width: 350px;
    margin-right: 0.125rem;
}

.products-view .tc-product-table__label {
    background-color: var(--light-blue-color2);
}

.tc-product-table__contents {
    margin: -30px;
    padding: 30px;
}

.tc-product-table__selected {
    background-color: #80ceff47;
}

.tc-pagination-btn {
    height: 60px;
    background-color: transparent;
    border-radius: 14px;
    border: 1px solid #5E5E5E;
    padding: 0px 24px;
    color: #5E5E5E;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #5E5E5E;
}

.pagination {
    display: flex;
    list-style: none;
    margin: 0px 24px;
    padding: 0;
}

.products-pagination-inner {
    display: flex;
    justify-content: center;
    overflow-x: auto;
}

.tc-pagination-btn[disabled] {
    opacity: 20%;
    color: #5E5E5E;
    cursor: default;
    pointer-events: none;
}

.tc-pagination-btn.tc-pagination-active {
    border-color: var(--light-blue-color2);
    /*  color: var(--light-blue-color2);*/
    color: #082F50;
}

.pagination li:not(:last-of-type) {
    margin-right: 24px;
}

.product-category-title {
    color: #082F50;
    font-size: 28px;
    font-weight: 700;
}

.category-title__count {
    color: #082F50;
    font-size: 16px;
    font-weight: 500;
}









.foam-lite-inner {
    border: 1px solid #082F50;
    border-radius: 1.188rem;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.foam-lite-col1x {
    width: 25rem;
    background-color: #fff;
    border-right: 1px solid #082F50;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.foam-lite-sec {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.foam-lite-col1x img {
    width: 100%;
}

.foam-lite-col1x-inner {
    /* padding: 2rem 5rem; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foam-lite-col1x-inner-1x {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.125rem 1.5rem;
    border-top: 1px solid #082F50;
}

.foam-lite-col2x {
    width: calc(100% - 25rem);
    padding: 2rem 2rem;
}

.foam-head1 {
    text-align: start;
    margin: 0;
    font-size: 1.375rem;
    max-width: 28rem;
}

.foam-lite-col2x-content .tc-product-table__store {
    margin-top: 1rem;
}

.star-rate {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.75rem;
}

.star-rate img {
    width: 0.75rem !important;
}

.star-rate span {
    color: #082F50;
    font-size: 0.875rem;
    font-weight: 500;
    margin-left: 0.5rem;
}

.text-scan {
    color: #082F50;
    opacity: 0.5;
    font-size: 0.8rem;
    margin-top: 0.75rem;
}

.conva-div {
    margin-top: 1.5rem;
}

.conva-ul {
    padding: 0;
    margin: 0;
}

.conva-ul li {
    color: #082F50;
    margin: 0;
    list-style: none;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.price-text {
    text-align: start;
    font-size: 1rem;
    margin: 0;
}

.price-number {
    text-align: start;
    font-size: 1.5rem;
    margin: 0;
    margin-top: 0.75rem;
}

.price-del {
    margin: 0;
    color: #082F50;
    opacity: 0.6;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

.price-sec {
    border: 1px solid var(--light-blue-color);
    border-radius: 1.25rem;
    padding: 2rem 0 0 0;
    overflow: hidden;
}

.price-inner {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.number-products1x h3 {
    color: #082F50;
    font-size: 0.938rem;
    margin-top: 0;
}

.number-products1x .input-group {
    border: 1px solid #082F50;
    border-radius: 0.563rem;
    overflow: hidden;
    width: 5rem;
    height: 2rem;
    padding: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-products1x .btn-number,
.number-products1x .btn-q-number  {
    background-color: transparent;
    border: 0;
}

.number-products1x .glyphicon-minus {
    font-size: 1rem;
    color: #082F50;
}

.number-products1x .input-number,
.number-products1x .input-q-number {
    border: 0;
    background-color: transparent;
    width: 2rem;
    text-align: center;
    max-width: 100%;
}

.number-products1x .glyphicon-plus {
    font-size: 1rem;
    color: #082F50;
}

.delivery-stock, .discounts-wrapper, .presents-wrapper{
    margin-top: 1.75rem;
    padding: 0 1.5rem;
}

.klarna-interest-free {
    margin-top: 1.75rem;
    padding: 0 1.5rem;
}
.stock1x {
    display: flex;
    align-items: center;
    margin-top: 0.35rem;
}

.stock1x p, .stock1x .product-availability {
    margin: 0;
    color: #082F50;
    font-size: 0.875rem;
    margin-left: 0.75rem;
}

.hr1 {
    width: 18rem;
    border: 1px solid #082F50;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.color-picker-head {
    padding: 0 1.5rem;
}

.color-picker-head .color-picker1 {
    background-color: #082F50;
    box-shadow: none !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.color-picker-head .color-picker2 {
    background-color: #ECDF20;
}

.color-picker-head .color-picker3 {
    background-color: #D96767;
}

.color-picker-head .label-color-picker {
    margin-right: 0.65rem !important;
}

.color-picker-head .foam-head1 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.color-picker-head label.label-color-picker input:checked~.color-picker1 {
    outline-offset: 3px !important;
    outline-color: #082F50 !important;
}

.color-picker-head label.label-color-picker {
    margin: 4px !important;
}

.color-picker-head label.label-color-picker input:checked~.color-picker2 {
    outline-color: #ECDF20 !important;
}

.color-picker-head label.label-color-picker input:checked~.color-picker3 {
    outline-color: #D96767 !important;
}

.number-picker-head {
    margin-top: 1rem;
}

.size-number {
    border: 1px solid #414141;
    border-radius: 10px;
    min-width: 2.938rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
	padding: 0 0.8rem;
    width: auto;
}


.number-picker-head label.label-color-picker input:checked~.size-number {
    border: 2px solid var(--light-blue-color);
}


.number-picker-head label.label-color-picker input:disabled~.size-number {
    opacity: .5;
}

.shopping-btn {
    margin-top: 2rem;
}

.d-btn {
    background: var(--light-blue-color);
    border-radius: 0px 0px 1.188rem 1.188rem;
    width: 100%;
    height: 4.5rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    gap: 0.5rem;
    border: 0;
    cursor: pointer;
}

.d-btn img {
    width: 1rem;
}

.description-sec {
    padding: 2.5rem 0;
}

.description-content h1 {
    color: var(--light-blue-color2);
    font-size: 1.313rem;
    margin-bottom: 1.5rem;
}

.description-content .like-h1 {
    color: var(--light-blue-color2);
    font-size: 1.313rem;
    margin-bottom: 1.5rem;
}

.description-content p {
    color: #082F50;
    margin-top: 1.125rem;
	line-height: 1.4rem;
	text-align: justify;
}
.description-content ul li {
    color: #082F50;
    margin-top: 0.525rem;
	line-height: 1.4rem;
}

.see-pair-sec {
    padding: 1rem 0;
}

.see-pair-col {
    background: #D6E7F1;
    border-radius: 1.25rem;
    padding: 2rem 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.see-pair-inner {
    width: 12.5rem;
    max-width: 100%;
    margin: 0 1rem;
}

.see-pair-inner .tc-product-table {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1.188rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 18rem;
}

.see-pair-inner .tc-product-table__price {
    margin-bottom: 1.25rem;
}

.see-pair-inner .tc-product-table__image img {
    width: 8rem;
    height: initial;
}

.see-pair-inner h3 {
    color: var(--light-blue-color2);
    font-size: 1.313rem;
    margin-top: 0;
}

.see-pair-inner .tc-product-table__image {
    text-align: center;
    padding: 0;
    height: initial;
    width: initial;
}

.see-pair-inner .tc-product-table__title {
    font-size: 0.938rem;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.see-pair-inner .tc-product-table__price {
    font-size: 0.875rem;
}

.see-pair-inner .tc-product-table__link a {
    padding: 7px 22px;
    font-size: 0.875rem;
    font-weight: 500;
}

.see-yew-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    max-width: 100%;
}

.pairing-col {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 55%;
    max-width: 100%;
    flex-direction: column;
}

.pairing-col h3 {
    font-size: 1.313rem;
    color: var(--light-blue-color2);
    /*color: #13567f;*/
    margin-top: 0;
}

.table-sec table {
    border-collapse: collapse;
    width: 100%;
}

.table-sec td,
th {
    border: 1px solid #082F50;
    text-align: left;
    padding: 0.65rem;
    color: #082F50;
    font-size: 0.875rem;
}

.table-sec {
    padding: 2rem 0;
}

.table-sec .table-inner tr td:last-child {
    text-align: end;
    padding-right: 1.5rem;
}

.table-sec .table-inner tr td:first-child {
    padding-left: 2rem;
    width: 61%;
}

.table-sec tr:nth-child(even) {
    background-color: #fff;
}

.evaluation-sec {
    padding: 1rem 0;
}

.evaluation-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.evaluation-content a {
    color: var(--light-blue-color);
    font-weight: 500;
    transition: .3s;
    font-size: 0.9rem;
}

.evaluation-content a:hover {
    text-decoration: underline;
}

.to-text1x {
    max-width: 65rem;
}

.evaluation-content-inner {
    background: #FFFFFF;
    border: 1px solid #082F50;
    border-radius: 1.25rem;
    padding: 1rem 1.25rem;
    width: calc(100% - 1px);
    min-height: 16rem;
}

.evaluation-content-inner .tc-product-table__store {
    margin: 0;
    font-size: 1rem;
}

.evaluation-content-inner .star-rate {
    margin-top: 0;
}

.evaluation-content-inner .text-scan {
    opacity: 1;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.evaluation-content-inner h6 {
    color: #082F50;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.evaluation-content-inner a {
    color: var(--light-blue-color);
    font-weight: 500;
}

.evaluation-content-inner .star-rate img {
    width: 0.85rem;
}

.related-product-sec {
    padding: 2rem 0;
}

.related-product-sec .nav-btn {
    display: none !important;
}

.related-product-sec .tc-product-table {
    border: 1px solid #082F50;
    background-color: #FFFFFF;
    padding: 1rem;
    border-radius: 1.188rem;
    min-height: 21rem;
    width: calc(100% - 1px);
    display: inline-block;
}

.related-product-sec .tc-product-table__image {
    margin: auto;
    padding: 0;
    border: 0;
    width: initial;
    height: initial;
}

.owl-carousel-evaluation1x .owl-stage-outer {
    padding-right: 2px;
}

.related-product-sec .tc-product-table__title {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: start;
    max-width: 12rem;
}

.related-product-sec .tc-product-table__store {
    font-size: 0.75rem;
    margin-top: 0.625rem;
}

.related-product-sec .related-inner1x {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.related-product-sec .related-inner1x .tc-product-table__price {
    margin: 0;
    font-size: 0.875rem;
}

.related-product-sec .related-inner1x .tc-btn {
    padding: 6px 18px;
    font-size: 0.875rem;
    font-weight: 500;
}

.strip-text {
    padding-top: 1rem;
}

.see-pair-inner1x {
    margin: 0;
}

.pairing-col-owl-carousel .owl-stage {
    display: flex;
    align-items: end;
}

.mbl-sec-res {
    display: none;
}

.mbl-owl-mdcn {
    display: none !important;
}

.mbl-btn-shopping {
    display: none;
}

.table-sec .table-inner tr td:first-child {
    border-top: 0;
    border-left: 0;
}

.table-sec .table-inner tr td:last-child {
    border-top: 0;
    border-right: 0;
}

.table-sec .table-inner tr:last-child td:first-child {
    border-bottom: 0;
}

.table-sec .table-inner tr:last-child td:last-child {
    border-bottom: 0;
}

.table-inner {
    border: 1px solid #082F50;
    border-radius: 1.125rem;
    overflow: hidden;
}

.owl-carousel-product-inside .owl-dots {
    display: block;
}

.price-sec {
    position: sticky;
    top: 6rem;
}

.close-mb-price-sec {
    display: none;
}

.slide-click-d div {
    cursor: pointer;
}

.wound-row {
    border: 1px solid var(--light-blue-color2);
    border-radius: 1.313rem;
    margin: 1rem 0;
    align-items: center;
    padding: 0.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(245 245 245) 100%);
}

.wound-content {
    padding: 1rem;
    padding-top: 0;
}

.wound-content h3 {
    color: #082F50;
    font-weight: 700;
    font-size: 1.5rem;
}

.wound-content p {
    color: #082F50;
    font-size: 1.125rem;
}

.wound-content1x p span,
.wound-content1x p a {
    color: var(--light-blue-color2);
}

.wound-content1x p:first-child {
    padding-top: 2.5rem;
}

.best-seller-row {
    padding: 5rem 0;
}

.best-seller-row .tc-section-title {
    margin: 0;
    font-weight: 700;
    font-size: 2.125rem;
}

.best-seller-row-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.best-seller-row .best-seller-row-inner a {
    color: var(--light-blue-color2);
    font-weight: 500;
}

.best-seller-row .tc-product-table {
    background-color: #fff;
    padding: 1.25rem;
    display: inline-block;
    border-radius: 1.188rem;
    min-height: 26rem;
}

.best-seller-row .tc-product-table__image {
    width: initial;
    height: initial;
}

.best-seller-row .tc-product-table__title {
    font-size: 14px;
}

.bandage-inner {
    background: var(--light-blue-color);
    border-radius: 0.75rem;
    display: flex;
    align-items: end;
    padding: 1rem;
    width: 19rem;
    max-width: 100%;
}

.bandage-inner1x h6 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75;
}

.bandage-inner1x p {
    margin: 0;
    color: #fff;
    font-size: 0.75rem;
    padding-top: 1rem;
}

.bandage-inner2x {
    width: 10rem;
}

.bandage-inner1x1 {
    background-color: #408BB8;
}

.bandage-inner-col {
    flex-direction: column;
}

.bandage-inner-col {
    align-items: self-start;
    background-color: #389EC8;
    min-height: 17rem;
    justify-content: space-between;
}

.bandage-inner-col .bandage-inner1x p {
    max-width: 11rem;
}

.bandage-inner-col .bandage-inner2x {
    width: 100%;
}

.bandage-inner-col .bandage-inner2x {
    display: flex;
    justify-content: end;
}

.owl-carousel-gauze .owl-item img {
    width: 15rem;
}

.hansaplast img {
    width: 7.5rem !important;
}

.skin-section img {
    width: 8rem !important;
}

.review-inner-1x {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #082F50;
    border-radius: 1.188rem;
    overflow: hidden;
    height: 100%;
}

.review-inner-col {
    width: 19rem;
    background-color: #fff;
    padding: 2rem;
    border-right: 1px solid;
    height: 100%;
}

.review-inner-2x .tc-product-table__image {
    border: 0;
    margin: 0;
    padding: 0;
    display: flex;
}

.review-inner-2x .tc-product-table__image img {
    width: 70%;
}

.review-cus-1x .tc-product-table__title {
    color: #082F50;
    font-size: 1.25rem;
    text-align: start;
    font-weight: 700;
}

.review-cus-1x .tc-product-table__store {
    margin-top: 1rem;
}

.end-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.end-review .tc-product-table__price {
    margin: 0;
}

.end-review .tc-btn {
    padding: 0.375rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.customer-profile {
    width: calc(100% - 19rem);
    padding: 2rem;
    height: 100%;
}

.profile-inner {
    display: flex;
    align-items: self-start;
    width: 100%;
}

.profile-col {
    width: 3rem;
}

.profile-col-1x {
    width: calc(100% - 3rem);
    padding-left: 1rem;
}

.profile-col-1x h6 {
    margin: 0;
    color: #082F50;
    font-size: 1.125rem;
}

.profile-col-1x .star-rate {
    margin-top: 0.125rem;
}

.profile-col-1x .text-scan {
    margin: 0;
    margin-top: 0.25rem;
    opacity: 1;
}

.customer-profile h5 {
    color: #000;
    font-weight: 400;
    font-size: 1.05rem;
}

.customer-profile a {
    color: var(--light-blue-color);
    font-weight: 600;
}

.guide-content {
    border: 1px solid #082F50;
    border-radius: 1.25rem;
    overflow: hidden;
}

.guide-content-inner {
    border-top: 1px solid #082F50;
    padding: 1.5rem;
}

.guide-content-inner h3 {
    margin: 0;
    color: #082F50;
    font-size: 1.275rem;
    font-weight: 800;
    line-height: 1.1;
}

.guide-content-inner h6 {
    color: #082F50;
    font-size: 0.688rem;
    font-weight: 500;
    margin-top: 1rem;
}

.guide-content-inner p {
    color: #082F50;
    font-size: 0.95rem;
    font-weight: 500;
}

.guide-content-inner a {
    color: var(--light-blue-color);
    font-weight: 500;
}

.all-product-sec .tc-product-table__title {
    font-size: 1.5rem;
}

.mybasket-sec {
    padding: 2rem 0;
}

.mybasket-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mybasket-inner {
    display: flex;
    align-items: center;
}

.mybasket-inner h1 {
    margin: 0;
    color: #082F50;
    font-size: 1.5rem;
    font-weight: 800;
}

.mybasket-inner p {
    color: #082F50;
    margin: 0;
    font-size: 0.875rem;
    margin-left: 2rem;
}

.mybasket-inner1x {
    display: flex;
    align-items: center;
}

.mybasket-inner1x h6, .mybasket-inner1x h6 a {
    margin: 0;
    color: #082F50;
    font-size: 0.875rem;
    font-weight: 400;
    margin-right: 0.3rem;
}

.wound-sec-inner {
    background: #FFFFFF;
    border: 1px solid #082F50;
    border-radius: 1.188rem;
    overflow: hidden;
    margin: 2rem 0;
    padding: 0rem 3rem;
}

.wound-mdcn {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.wound-img {
    width: 6rem;
}

.wound-img img {
    width: 100%;
}

.wound-content1x {
    padding: 0;
    width: calc(100% - 6rem);
    padding-left: 2rem;
}

.wound-content-inner h6 {
    color: #082F50;
    font-size: 1.125rem;
    padding-right: 12rem;
    margin: 0;
}

.wound-content-inner .tc-product-table__store {
    margin-top: 1rem;
}

.wound-content-inner .star-rate {
    margin-top: 1rem;
}

.wound-sec-row {
    border-bottom: 1px solid #082F50;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
}

.delete-number-product {
    justify-content: space-between;
}

.delete-number-product .price-del {
    text-align: end;
}

.wound-sec-row1x {
    border: 0;
}

.tradition-col {
    border: 1px solid #082F50;
    background-color: #fff;
    padding: 1.5rem;
    margin-top: 3.85rem;
    border-radius: 1.188rem;
}

.tradition-col h6 {
    margin: 0;
    font-size: 1.125rem;
    color: #082F50;
    font-weight: 800;
}

.tradition-col label {
    display: flex !important;
    align-items: center !important;
    margin-top: 2rem !important;
}

.tradition-col label div.lab {
    color: #082F50;
    font-weight: 600;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

.tradition-inner {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.tradition-inner input {
    background: #FFFFFF;
    border: 1px solid #082F50;
    border-radius: 1.188rem;
    width: 11rem;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    max-width: 100%;
}

.tradition-inner img {
    width: 1.75rem;
    margin-left: 0.5rem;
    cursor: pointer;
    transition: .5s;
}

.tradition-inner img:hover {
    margin-left: 1rem;
}

.tradition-col p {
    margin: 0;
    color: #082F50;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.tradition-col h5 {
    margin: 0;
    color: #082F50;
    font-size: 0.85rem;
    margin-top: 1rem;
    font-weight: 400;
}

.cart-total-sec {
    padding: 0;
    margin-top: 2rem;
}

.cart-total-sec h6 {
    padding: 1.5rem;
}

.cart-total-inner {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin: 1.5rem;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.cart-total-inner p {
    margin: 0;
}

.cart-total-inner h5 {
    margin: 0;
}

.cart-total-inner1x {
    text-align: end;
}

.cart-total-inner1x p {
    font-size: 0.75rem;
}

.cart-total-sec .d-btn {
    background: #082F50;
}

.total-cart-inner {
    margin: 1.5rem;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
}

.total-cart-inner h3 {
    color: #082F50;
}

.include-tax {
    text-align: end;
    margin: 0 1.5rem !important;
}

.login-row {
    justify-content: center;
    margin: 3rem 0;
}

.login-col {
    background: #FFFFFF;
    border: 1px solid #082F50;
    border-radius: 3rem;
    padding: 3rem 1rem;
    position: relative;
}

.login-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.login-inner1x h1 {
    margin: 0;
    color: #082F50;
    font-weight: 700;
    margin-bottom: 2rem;
}

.login-input {
    position: relative;
    margin-top: 1.125rem;
}

.login-input input {
    width: 26rem;
    border: 0;
    border-bottom: 2px solid #ccc;
    font-size: 0.875rem;
    padding: 0.125rem;
    max-width: 100%;
}

.login-input img {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 0.35rem;
}

.forget-pass-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.75rem;
}


.forget-pass-inner label {
    display: flex;
    align-items: center;
}

.forget-pass-inner input {
    width: 15px;
    height: 15px;
}

.forget-pass-inner span {
    margin-left: 0.25rem;
    color: #082F50;
    font-size: 0.875rem;
}

.forget-pass-inner a {
    color: var(--light-blue-color2);
    font-size: 0.875rem;
}

.forget-pass-inner a:hover {
    text-decoration: underline;
}

.login-input input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.enter-btn {
    width: 26rem;
    height: 2.75rem;
    background: #082F50;
    border-radius: 1.563rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    margin-top: 2rem;
    cursor: pointer;
    transition: .3s;
    border: 1px solid transparent;
    max-width: 100%;
}

.enter-btn:hover {
    color: #082F50;
    background-color: transparent;
    border: 1px solid #082F50;
}

.make-acc {
    margin-top: 4rem;
}

.make-acc p {
    color: #082F50;
    font-size: 0.875rem;
}

.make-acc .enter-btn {
    margin: 0;
    color: #082F50;
    background-color: #fff;
    border: 1px solid #082F50;
}

.make-acc .enter-btn:hover {
    color: #fff;
    background-color: #082F50;
}

.firstaid {
    position: absolute;
    left: -6rem;
    bottom: 0;
    width: 9rem;
}

.ambulance {
    position: absolute;
    bottom: 0;
    width: 12rem;
    right: -9rem;
}

.checkout-sec {
    padding: 2rem 0;
}

.checkout-col {
    border: 1px solid #082F50;
    border-radius: 1.188rem;
    background-color: #fff;
    overflow: hidden;
    padding: 4rem 3rem;
    padding-bottom: 2.5rem;
}

.checkout-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-inner1x label p {
    margin: 0;
    color: var(--light-blue-color2);
    font-size: 0.875rem;
    text-align: center;
}

.checkout-inner1x label span {
    color: #fff;
    border: 1px solid transparent;
    background-color: var(--light-blue-color2);
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    margin: auto;
    margin-top: 0.5rem;
}

.checkout-inner1x label {
    cursor: pointer;
}

.checkout-inner1x {
    opacity: 1;
}

.checkout-inner {
    position: relative;
}

.checkout-inner::after {
    position: absolute;
    content: '';
    border-bottom: 1px dashed var(--light-blue-color2);
    left: 4rem;
    right: 6rem;
    bottom: 1rem;
}

.checkout-inner2x label span {
    color: var(--light-blue-color2);
    border: 1px solid var(--light-blue-color2);
    background-color: transparent;
}

.checkout-inner2x {
    opacity: 0.5;
}

.invoice-col {
    margin-top: 3rem;
}

.invoice-col h5 {
    margin: 0;
    color: #082F50;
    font-size: 1.375rem;
    font-weight: 700;
}

.invoice-inner {
    display: flex;
    align-items: center;
}

.invoice-inner1x {
    margin-right: 2rem;
    margin-top: 0.85rem;
}

.invoice-inner1x label {
    display: flex;
    align-items: center;
}

.invoice-inner1x label span {
    padding-left: 0.35rem;
    color: #082F50;
    font-size: 0.9rem;
}

input[type='radio'] {
    accent-color: #082F50;
}

input[type=checkbox] {
    accent-color: #082F50;
}

.billing-in {
    margin-top: 1.125rem;
}

.billing-in label {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #082F50;
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 0.6rem 1.25rem;
}

.billing-in label span {
    color: #082F50;
    font-size: 0.875rem;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.billing-in label input {
    border: 0;
    padding: 0;
    color: #082F50;
    font-size: 1rem;
    padding-top: 0.25rem;
}

.billing-in label input::placeholder {
    color: #9f9f9f;
}

.billing-in label input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.continue-btn {
    width: 9.75rem;
    height: 2.688rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.continue-btn img {
    width: 0.5rem;
    transform: rotate(180deg);
    transition: .5s;
}

.continue-btn:hover {
    color: #fff;
    background-color: #082F50;
}

.continue-btn:hover img {
    margin-left: 1rem;
}

.process-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process-inner p {
    color: #199DD2;
}

.cart-summary-sec {
    margin: 0;
    padding: 1.125rem;
}

.process-inner1x h5 {
    opacity: 0.5;
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.75rem;
}

.estimated-delivery {
    background: #D1EBF6;
    border-radius: 0.625rem;
    padding: 1rem 3.5rem 1rem 0.75rem;
    margin-top: 1.125rem;
}

.estimated-delivery h4 {
    color: #082F50;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
}

.delivery-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.delivery-counter p {
    margin: 0;
    font-size: 1rem;
	flex: 1;
    text-align: right;
}

.delivery-counter span {
    color: #082F50;
    opacity: 0.5;
    font-size: 0.875rem;
	flex: 1;
    text-align: center;
}

.continuity-btn {
    margin-top: 3rem;
}

.card-sec-inner {
    border: 1px solid #082F50;
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 0.75rem 2rem 2rem 0.75rem;
    margin-top: 2rem;
    display: block;
}

.card-sec-inner .invoice-inner1x {
    margin: 0;
}

.tc-product-table.tc-product-table-white .tc-product-table__image {
    text-align: center;
}

.tc-product-table.tc-product-table-white .tc-product-table__image img {
    width: 240px;
    height: 240px;
    margin: 0 auto;
}

.card-sec-inner .card-col {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.payment-sec-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.payment-select {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.payment-select select {
    width: 100%;
    min-height: 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid;
    box-shadow: none;
    color: #082F50;
    font-weight: 400;
}

.debit-inner {
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    margin-top: 1rem;
    min-height: 3.438rem;
    display: flex;
    align-items: center;
}

.terms a {
    margin: 0;
    color: var(--light-blue-color2);
    font-size: 0.875rem;
    margin-left: 4px;
}

.ship-btn {
    width: 15.625rem;
    max-width: 100%;
    margin: 0 !important;
}

.ship-btn:hover {
    color: #082F50;
    background-color: transparent;
    border: 1px solid #082F50;
}

.shipping-btn {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

.shipping-btn p {
    margin: 0;
    color: #082F50;
    font-size: 0.875rem;
    margin-left: 3rem;
}

.launch-slider .slick-slide img {
    display: block;
    width: 5rem;
    margin: auto;
}


.click-img-popup-slick {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 999;
    background-color: rgba(0, 0, 0, .4);
}

.click-img-popup-slick.active {
    display: flex !important;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.slick-slide img {
    display: block;
    width: 100%;
    margin: 0;
}

.launch-slider1x {
    background-color: #fff;
    border: 1px solid var(--light-blue-color2);
    border-radius: 1rem;
    overflow: hidden;
}

.have-coup {
    text-align: center;
    color: #082F50;
    font-weight: 700;
    font-size: 1.75rem;
    display: none;
}

.mbl-head1x {
    color: #082F50;
    padding-left: 1rem;
    display: none;
}

.launch-slider .slick-track,
.click-img-popup-slick1 .launch-slider1x .slick-track {
    display: flex;
    align-items: center;
}

.launch-slider .slick-arrow,
.click-img-popup-slick1 .launch-slider1x .slick-arrow {
    left: 0.5rem;
    bottom: 36%;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    border: 0;
    font-size: 0;
    background-color: transparent;
    opacity: .7;
    cursor: pointer;
}

.click-img-popup-slick1 .launch-slider1x .slick-arrow {
    bottom: calc(50% - 1rem);
}

.launch-slider .slick-prev,
.click-img-popup-slick1 .launch-slider1x .slick-prev {
    background-image: url(../img/left-d.png);
}

.launch-slider .slick-next,
.click-img-popup-slick1 .launch-slider1x .slick-next {
    background-image: url(../img/right-d.png);
    left: initial;
    right: 0.5rem;
}

.accordion {
    background-color: #3097D5;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2.2rem;
    border-radius: .6rem;
    margin-top: 1rem;
    cursor: pointer;
}

.accordion.active {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.accordion.active svg {
    transform: rotate(90deg);
}

.accordion svg {
    fill: #fff;
    transition: all .2s ease;
}

.panel {
    border: 1px solid #707070;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    border-top: 0;
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
    display: none;
}

.footer-info a {
    color: #fff;
    text-decoration: none;
}

.panel.collapse {
    display: block;
}

.faqs-d .tc-section-title {
    margin: 0;
    font-weight: 700;
    font-size: 2.125rem;
    justify-content: start;
}

.faqs-d {
    margin-bottom: 5rem;
}

.click-img-slick1 {
    cursor: pointer;
}

.click-img-popup-slick.click-img-popup-slick1 {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.click-img-popup-slick.click-img-popup-slick1.active {
    opacity: 1;
    visibility: visible;
}

.click-img-popup-slick1 .col-d {
    max-width: 40rem;
    position: relative;

}

.click-img-popup-slick1 .col-d .launch-slider1x {
    padding: 1.5rem 2rem;
}

.click-img-popup-slick1 .launch-slider1x img {
    max-height: calc(100vh - 8rem);
    width: initial;
    max-width: calc(100vw - 12rem);
    margin: auto;
}

.close-mb-price-sec.close-mb-price-sec1 {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 1;
    cursor: pointer;
    color: var(--light-blue-color2);
}

.checkout-inner1x.active {
    opacity: 1 !important;
}

.checkout-inner1x.active label span {
    color: #fff !important;
    background-color: var(--light-blue-color2);
}

.cart-login-sec {
    max-width: 65rem;
    position: relative;
    margin: auto;
    background-color: #fff !important;
    padding: 5rem;
    border: 1px solid;
    border-radius: 1rem;
}

.cart-cross-img {
    display: flex;
    align-items: end;
    justify-content: end;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 1;
    cursor: pointer;
}

.cart-login-content h2 {
    margin: 0;
    color: #082F50;
    font-weight: 700;
    text-align: center;
}

.cart-login-col-1x {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #000;
    padding-right: 3rem;
}

.cart-login-col-1x .enter-btn {
    width: 17rem;
    margin-top: 4rem;
}

.cart-login-col-1x h2:nth-child(3) {
    margin-top: 2rem;
}

.cart-login-col-1x a:nth-child(4) .enter-btn {
    width: 17rem;
    color: #082F50;
    background-color: transparent;
    border: 1px solid #082F50;
    margin-top: 2rem;
}

.cart-login-col-1x a:nth-child(4) .enter-btn:hover {
    background: #082F50;
    border: 1px solid transparent;
    color: #fff;
}

.cart-account-1x .login-inner1x {
    padding-left: 5rem;
}

.cart-account-1x .login-inner1x h1 {
    font-size: 1.5rem;
}

.cart-account-1x .enter-btn {
    width: 8rem;
    color: #082F50;
    background-color: transparent;
    border: 1px solid #082F50;
}

.cart-account-1x .enter-btn:hover {
    background: #082F50;
    border: 1px solid transparent;
    color: #fff;
}

.cart-login-sec1x-col {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.cart-login-sec1x-col.active {
    opacity: 1;
    visibility: visible;
}

.cart-login-sec1x-col.active {
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.cart-login-sec1x-col {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 999;
    display: none;
}

.grid1x {
    display: none;
}




.address-pop.active {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.address-pop.active {
    opacity: 1;
    visibility: visible;
}

.address-pop {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 999;
    display: none;
}

.address-pop {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.address-pop-col {
    width: 65rem;
    position: relative;
    margin: auto;
    background-color: #F9F9F9 !important;
    border: 1px solid;
    border-radius: 1rem;
    overflow: hidden;
}

.address-pop-img {
    height: 100%;
    width: 100%;
}

.address-pop-img img {
    height: 100%;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
}

.address-pop-content {
    padding: 0 2.5rem;
}

.address-pop-content h2 {
    color: #082F50;
    font-weight: 700;
}

.address-pop-content-inner1x {
    display: flex;
    align-items: center;
    max-width: 25rem;
}

.address-pop-content-inner1x .billing-in {
    width: 11rem;
    margin-right: 1.5rem;
}

.add-selection .enter-btn {
    width: 14rem;
}

.search-no-products-found,
.search-no-categories-found{
    font-size: small;
    padding:0 20px 20px 0;
}

.blog-categories-nav-header {
    font-size: 1.3rem;
    font-weight: bold;
}

.blog-categories-nav {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.no-blog-articles-found, .blog-articles-found{
    text-align: center;
    background-color: #eee;
    padding: 10px;
    border-radius: 20px;
}
.blog-articles-found {
    margin-bottom: 20px;
}

.blog-article-meta{
    font-size:13px;
}

.blog-icon-box-default svg{
    width: 1em;
    height: 1em;
    font-size: 100px;
    float:left;
}

.guide-posts  .guide-img{
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background-size: cover;
}

.guide-posts img{
    opacity: 0.00000001;
    height: 100%;
    width: 100%;
    max-height: 335px;
}

.guide-posts .owl-carousel .owl-stage{
    display: flex;
}

.guide-posts .item, 
.guide-posts .guide-content, 
.guide-posts .guide-content-inner {
    height:100%;
} 


.blog-article-image{
    aspect-ratio: 1.91;
    max-height: 250px;
    overflow: hidden;
}

.blog-article-image img{
    opacity: 0.00000001;
    max-height: 250px;
    height: 100%;
    width: 100%;
}

.article-date{
    font-size:13px;
}

.category-buttons{
    margin-bottom: 10px;
}

.invalid-coupon{
    background: #f9d7e5;
    border-radius: 0.625rem;
    padding: 0.5rem 3.5rem 0.5rem 0.75rem;
    margin-top: 0.25rem;
    font-size: 0.8rem;
}

@media(min-width: 767px) {
    .products-view.products-view-list .tc-product-table {
        display: flex;
        align-items: center;
        padding: 10px 28px;
        padding-right: 0;
    }

    .products-view.products-view-table .table-list-inner p {
        display: none;
    }

    .products-view.products-view-list .tc-product-table__group {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .products-view.products-view-list p {
        margin-top: 1.5rem;
    }

    .products-view.products-view-list .table-list-inner {
        width: calc(100% - 24rem);
        margin-right: auto;
        max-width: 35rem;
    }

    .products-view.products-view-list .tc-product-table__image {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: .5rem;
    }

    .products-view.products-view-list .tc-product-table__group {
        margin-top: 0;
        margin-bottom: auto;
        padding-top: 2.4rem;
        height: 100%;
        padding-bottom: 2rem;
        padding-right: 3rem;
        min-width: 14rem
    }

    .products-view.products-view-list .tc-product-table__contents.tc-product-table__selected {
        display: flex;
        margin: 0;
        margin-top: -0px;
        height: calc(100% + 20px);
        width: calc(100% - 11rem)
    }

    .products-view.products-view-list .tc-product-table__price {
        font-size: 1.8rem;
    }

    .products-view.products-view-list .tc-product-table__contents.tc-product-table__selected .table-list-inner {
        width: calc(100% - 2rem)
    }

    .products-view.products-view-list .tc-product-table__contents.tc-product-table__selected .tc-product-table__group {
        padding-top: 0.8rem;
        padding-bottom: 0.5rem;
        padding-right: 1rem;
        min-width: 12rem;
    }
}

@media (max-width: 1900px) {
    .header-shopping-cart-items {
        right: 9rem;
    }

    .header-shopping-cart-items:before {
        left: 18rem;
    }
}

@media (max-width:1450px) {
    .see-pair-inner h3 {
        font-size: 1.125rem;
    }

    .review-inner-col {
        width: 16rem;
    }

    .customer-profile {
        width: calc(100% - 16rem);
    }

    .review-inner-1x {
        flex-direction: column;
    }
}

@media (max-width:1450px) {
    .price-sec {
        top: 8rem;
    }

    .review-inner-col {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }

    .customer-profile {
        width: 100%;
    }

    .review-inner-2x .tc-product-table__image {
        justify-content: center;
    }

    .products-view.products-view-table .tc-product-table {
        max-width: calc(33.3333% - 1rem);
    }
}

@media (max-width:1400px) {
    .wound-content-inner h6 {
        padding-right: 4rem;
    }

    .tc-pagination-btn {
        height: 45px;
        background-color: transparent;
        border-radius: 10px;
        border: 1px solid #5E5E5E;
        padding: 0px 16px;
        font-size: 14px;
        cursor: pointer;
    }

}

@media (max-width: 1300px) {
    .header-shopping-cart-items {
        right: 10rem;
    }

    .header-shopping-cart-items:before {
        left: 20rem;
    }

    .wound-content {
        padding: 0;
    }

    .best-seller-row {
        padding: 5rem 0;
        margin: 2rem 0;
    }

    .wound-content1x1 {
        width: 100%;
    }

    body,
    html {
        font-size: 14px;
    }

    .see-pair-col {
        padding: 1rem 1rem;
    }

    .see-pair-inner h3 {
        font-size: 1rem;
    }

    .evaluation-content-inner {
        padding: 0.75rem 0.75rem;
    }

    
    .blog .guide-content-inner p,
    .guide-posts .guide-content-inner p{
        height: 48px;
    }

}   



@media (max-width: 1200px) {
    .related-product-sec .tc-product-table {
        padding: 0.5rem;
        min-height: 20rem;
    }

    .related-product-sec .related-inner1x .tc-btn {
        padding: 5px 20px;
        font-size: 1rem;
    }

    .related-product-sec .tc-product-table__title {
        font-size: 0.8rem;
    }

    .see-pair-inner .tc-product-table {
        padding: 0.5rem;
        padding-bottom: 1rem;
    }

    .products-view.products-view-table .tc-product-table {
        max-width: calc(33.3333% - 1rem);
    }
    
}

@media (max-width: 1120px) {
    .wound-row {
        background-image: none;
    }

    .products-view.products-view-table .tc-product-table {
        width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

}

@media(max-width: 1024px) {
    .header-shopping-cart-items {
        right: 0rem;
    }

    .owl-carousel-evaluation1x .owl-stage {
        padding-left: 0 !important;
    }

    .pairing-col-owl-carousel .owl-stage {
        padding-left: 0 !important;
    }

    .size-number {
        margin-right: 0.5rem;
    }

    .see-pair-inner .tc-product-table {
        padding: 0.5rem;
        min-height: 20rem;
    }

    .price-sec {
        top: 2rem;
    }

    .pairing-col-owl-carousel .owl-dots {
        display: block;
    }

    .wound-content-inner h6 {
        padding-right: 0;
    }

    .products-view.products-view-table .tc-product-table {
        max-width: calc(50% - 1rem);
    }
}

@media (max-width: 992px) {
	
	header .logo {
		margin-right: calc(27vw - 100px);
	}
    .checkout-col {
        padding: 3rem 2rem;
        padding-bottom: 1.5rem;
    }

    .checkout-inner::after {
        left: 6rem;
        right: 9rem;
    }

    .total-cart-inner {
        margin: 0.5rem;
    }

    .cart-total-inner {
        margin: 0.5rem;
    }

    .cart-total-sec h6 {
        padding: 0.5rem;
    }

    .tradition-inner input {
        height: 2rem;
    }

    .include-tax {
        margin: 0 0.5rem !important;
    }

    br {
        display: none;
    }

    .wound-sec-inner {
        padding: 0rem 2rem;
    }

    .wound-content1x {
        width: calc(100% - 5rem);
        padding-left: 1rem;
    }

    .wound-img {
        width: 5rem;
    }

    .wound-mdcn {
        padding: 0;
    }

    .tradition-col {
        padding: 0.75rem;
    }

    body,
    html {
        font-size: 13px;
    }

    .foam-lite-col2x {
        padding: 1rem 1rem;
    }

    .foam-lite-col2x {
        width: calc(100% - 20rem);
    }

    .foam-lite-col1x {
        width: 20rem;
    }

    .size-number {
        margin-right: 0.125rem;
    }

    .color-picker-head {
        padding: 0 0.5rem;
    }

    .delivery-stock, .discounts-wrapper, .presents-wrapper{
        padding: 0 0.5rem;
    }

    .klarna-interest-free {
        padding: 0 0.5rem;
    }
    .price-inner {
        padding: 0 0.5rem;
    }

    .price-sec {
        padding: 1rem 0 0 0;
    }

    .shopping-btn {
        margin-top: 1rem;
    }

    .related-product-sec .tc-product-table__title {
        font-size: 1.125rem;
        max-width: 100%;
    }

    .related-product-sec .tc-product-table {
        padding: 1.5rem;
        min-height: 31rem;
    }

    .related-product-sec .tc-product-table__store {
        font-size: 1rem;
    }

    .cart-login-sec {
        margin: 1rem;
    }

    .address-pop.active {
        padding: 1.5rem;
    }

    .tc-pagination-btn {
        height: 45px;
        background-color: transparent;
        border-radius: 10px;
        border: 1px solid #5E5E5E;
        padding: 0px 16px;
        font-size: 14px;
        cursor: pointer;
    }

    .products-view.products-view-table .tc-product-table {
        margin-left: auto;
        margin-right: auto;
    }

    .products-view.products-view-table .tc-product-table {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(50% - 1rem);
    }

    .filters-sidebar__filter-list {
        width: 100%;
    }

    .range_container .form_control_separator {
        margin-left: 0;
        margin-right: 0;
    }

    .filters-sidebar__filter {
        padding: 28px 15px;
    }
	.cart-small-items {
		max-height: 300px;
	}

	.cart-item-title-quantity-price, .cart-item-title-quantity-price a {
		font-size: 14px;
	}

	.quantity-price {
		font-size: 14px;
	}

	.cart-total-title,
	.cart-total-price {
		font-size: 19px;
	}
	.tc-go-to-shop {
		margin-bottom: 10px;
	}
}

.grid2x {
    display: none;
}

.filters-mobile-footer {
    display: none;
}

@media (max-width: 1199px) {

    .filters-sidebar-box.filter-open {
        display: block;
        position: fixed;
        top: 0;
        height: 100vh;
        border-radius: 0;
    }

    .filters-sidebar-box.filter-open .filters-container {
        display: block;
        overflow-y: auto;
        /*height: calc(100vh - 60px);*/
    }

    .filters-sidebar-box.filter-open .filters-mobile-footer {
        position: absolute;
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 1rem;
        padding: 5px;
    }

    .filters-sidebar-box.filter-open .filters-mobile-footer .results-btn {
        width: 100%;
        height: 45px;
        background: var(--light-blue-color2);
        color: #fff;
        border: 0;
        border-radius: 6px;
        cursor: pointer;
    }

    .filters-sidebar-box.filter-open .filters-mobile-footer .reset-btn {
        width: 100%;
        height: 45px;
        border: 1px solid var(--light-blue-color2);
        color: var(--light-blue-color2);
        border-radius: 6px;
        cursor: pointer;
    }

    .filters-sidebar-box {
        position: absolute;
        left: 0;
        z-index: 9999;
        background: #fff;
        display: none;
    }

    .filters-sidebar__separator {
        display: none;
    }

    .filters-sidebar__title {
        padding: 20px 0px;
        display: flex;
        padding-left: 28px;
        color: #1F8ACA;
        font-weight: 600;
        font-size: 20px;
    }

    .filters-sidebar__title img {
        display: block !important;
        margin-right: 10px;
        width: 24px;
    }

    .filters-sidebar__filter {
        padding: 15px 28px;
    }

    .filters-sidebar__filter .range_container {
        padding: 0;
        padding-top: 14px;
        padding-right: 5px;
    }

    .grid2x {
        display: inline-block;
        margin-right: 2rem;
    }

    body.open-menu:after,
    body.filter-open:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        transition: background-color .3s cubic-bezier(.42, .00, .58, 1.00);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9;
    }

    .main-search .barcode-input-icon {
        display: block;
    }

    
    .blog .item {
        margin-bottom: 40px;
    }
    .blog .guide-content-inner h3,
    .guide-posts .guide-content-inner h3{
        height: auto;
    }
    .blog .guide-content-inner p,
    .guide-posts .guide-content-inner p{
        height: 48px;
    }
    
}    

body.mobile-menu-fixed header .top {
	display:none!important;
}
body.mobile-menu-fixed {
	padding-top: 9rem;
}
@media (max-width: 767px) {
	
	body.mobile-menu-fixed {
		padding-top: 12rem;
	}
	body.mobile-menu-fixed.products-sticky {
		padding-top: 15rem;
	}
	
	body:has(.main-search-col.active) .header-main .lang-col-div {
		right: -100px;
	}
	body:has(.main-search-col.active) .header-main .currency-col-div {
		right: -50px;
	}
	body:not(.mobile-menu-fixed) #search-contents {
		margin-top: 37px;
	}
	
	.header-main.mobile-fixed {
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 10;
		padding-top: 0;
		width: 100%;
		transition: top 0.2s ease;
	}
	.header-main.mobile-fixed.hidden-menu {
		top: -200px;
	}
	.header-main.mobile-fixed .main-search .barcode-input-icon{
		top: 5px;
		height: 21px;
	}
	.header-main.mobile-fixed .main-search-col {
		width: 100%;
	}
	.header-main.mobile-fixed #search-contents {
		top: 91% !important;
	}
	
	.header-main.mobile-fixed .main-search .search-input-icon {
		position: absolute;
		left: 16px;
		top: 7px;
		height: 18px;
	}
	.header-main.mobile-fixed .main-search input{
		height: 33px;
		background-color: #f5f5f5;
		border: none;
	}
	.header-main.mobile-fixed .main-search-col.active .main-search input {
		border-radius: 15px 15px 0 0;
		border-bottom: 0;
	}
	.header-main .lang-col-div {
		position: absolute;
		top: 63px;
		width: auto;
		right: 0;
		transition: .2s all ease;
	}
	.header-main .currency-col-div {
		position: absolute;
		top: 63px;
		width: auto;
		right: 50px;
		transition: .2s all ease;
	}
	.header-main.mobile-fixed .mt-2 {
		margin-top:0!important;
	}
	.header-main.mobile-fixed .lang-col-div {
		right: -100px;
	}
	.header-main.mobile-fixed .currency-col-div {
		right: -50px;
	}
	
	
	.footer-info {
		font-size: 16px;
	}
	.footer-title {
		font-size: 22px;
	}
	.footer-menu li a {
		font-size: 16px;
		line-height: 34px;
	}
	.footer-logo img {
		width: 174px;
		height: 47px;
	}
    .home-offers .home-offers-tabs {
        padding: 10px;
    }

    .mobile-logo-div {
        padding-right: 18px;
    }

    .home-offers .home-offers-tabs ul {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .home-offers .home-offers-tabs ul::-webkit-scrollbar {
        display: none;
    }

    .home-offers .home-offers-tabs ul li {
        font-size: 16px;
    }

    .pagination li:not(:last-of-type) {
        margin-right: 10px;
    }

    .products-view.products-view-list p {
        display: none;
    }

    .grid1x {
        display: block;
    }

    .category-title .mbl-pro-au .category-title__count {
        margin-left: 0 !important;
    }

    .products-view.products-view-table .tc-product-table {
        max-width: 100%;
        margin-bottom: 1.4rem !important;
        padding: 30px 15px;
        width: 100%;
    }

    .products-view.products-view-table .tc-product-table__title {
        font-size: 20px;
    }

    .filters-sidebar-box {
        max-width: calc(100% - 2rem);
    }

    .pagination {
        margin: 0px 10px;
        margin-left: 0;
    }

    .tc-pagination-btn {
        height: 50px;
        border-radius: 12px;
        padding: 0px 20px;
        margin: 0 6px;
    }

    .tc-pagination-next,
    .tc-pagination-prev {
        display: none;
    }

    .products {
        margin-bottom: 3rem;
    }

    .category-title {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
		transition: all 0.2s ease;
    }

    .category-title .grid1x,
    .category-title .mbl-pro-au {
        width: initial;
    }

    .mbl-pro-au .product-category-title {
        margin-top: .5rem !important;
    }

    .tc-pagination-btn[disabled] {
        display: none;
    }

    .products-taxonomy-filters {
        display: none;
    }

    .mbl-pro-au {
        flex-direction: column;
    }

    .mbl-pro-au .product-category-title {
        width: 100%;
        text-align: end;
        margin-bottom: 0;
        font-size: 22px;
    }

    .mbl-pro-au .category-title__count {
        width: 100%;
        text-align: end;
    }

    .filters-sidebar-box {
        display: none;
    }

    .products-view-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .address-pop-content {
        padding: 1rem 0.5rem;
    }

    .address-pop-content .cart-cross-img {
        background-color: #fff;
        padding: 1rem;
        border-radius: 1rem;
    }

    .cart-account-1x .login-inner1x .login-input input {
        width: 100%;
    }

    .cart-account-1x .login-inner1x {
        width: 100%;
    }

    .cart-login-col-1x {
        padding-right: 0.75rem;
        border: 0;
    }

    .cart-account-1x .login-inner1x {
        padding-left: 0;
        margin-top: 3rem;
    }

    .cart-login-sec {
        padding: 2rem;
    }

    .best-seller-row .mx-auto {
        padding: 0;
    }

    .best-seller-row .tc-product-table,
    .bandage-inner {
        width: 100%;
    }

    .owl-carousel-best-sellers1x1,
    .owl-carousel-gauze,
    .owl-carousel-offers1x-in {
        padding-left: 15px;
    }

    .owl-carousel-best-sellers1x1 .owl-stage,
    .owl-carousel-gauze .owl-stage,
    .owl-carousel-offers1x-in .owl-stage {
        padding-left: 0 !important;
    }

    .owl-carousel-offers1x-in .tc-product-table__group {
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }

    .owl-carousel-offers1x-in .tc-product-table__price {
        margin-bottom: 1rem;
    }

    .all-product-sec .tc-product-table__title {
        font-size: 1.2rem;
    }

    .best-seller-row~.row {
        margin-left: 0;
    }

    .best-seller-row .tc-section-title {
        font-size: 1.5rem;
        text-align: left;
    }

    .customer-reviews-owl,
    .guide-owl-row {
        padding: 0 15px;
    }

    .review-inner-col {
        border-right: 0;
        border-bottom: 1px solid;
    }

    .review-cus-1x .tc-product-table__title {
        font-size: 1rem;
    }

    .end-review {
        flex-direction: column;
        align-items: start;
        margin-top: .6rem;
    }

    .end-review .tc-product-table__link {
        margin-top: 1.5rem;
    }

    .review-inner-col {
        padding: 1.5rem 1rem;
    }

    .best-seller-row {
        padding: 2rem 0;
        margin: 2rem 0;
        padding-bottom: 1rem;
    }

    .number-products1x .input-group {
        order: 2;
    }

    .number-products1x img {
        order: 3;
    }

    .checkout-sec .checkout-col {
        border: 1px solid #082F50;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .checkout-sec .checkout-col1 {
        border: 0;
        padding: 0;
        margin-top: .5rem;
    }

    .checkout-sec .checkout-col .invoice-inner {
        flex-direction: column;
        align-items: flex-start;
		justify-content: center;
    }

    .wound-row {
        margin: 1rem 1rem;
    }

    .wounded-sec .col-lg-10 {
        padding: 0;
    }

    .wound-content1x p:first-child {
        padding-top: 0;
    }

    .ambulance {
        bottom: -6rem;
        right: calc(50% - 8rem);
    }

    .firstaid {
        display: none;
    }

    .checkout-col {
        border: 0;
        background-color: transparent;
    }

    .continuity-mbl .d-btn {
        justify-content: center !important;
    }

    .continuity-mbl .d-btn .d-flex {
        gap: 1rem;
    }

    .checkout-sec {
        padding: 0;
    }

    .continuity-mbl .d-btn .d-flex img {
        width: 1rem;
        transform: rotate(180deg);
    }

    .mbl-head1x {
		display: flex;
		margin: 0;
		font-size: 1.5rem;
		margin-top: 1rem;
		gap: 0.8rem;
	}

    .cart-summary-sec {
        display: none;
    }

    .invoice-col2x .invoice-inner {
        flex-direction: column;
        align-items: self-start;
    }

    .checkout-col {
        padding: 0 2rem;
        padding-bottom: 1.5rem;
    }

    .invoice-col {
        margin-top: 2rem;
    }

    .checkout-inner {
        display: none;
    }

    .mbl-btn-shopping1x .d-btn h2 {
        font-size: 1.5rem !important;
    }

    .mbl-btn-shopping1x .d-btn h6 {

        font-size: 1.5rem !important;
    }

    .continuity-btn {
        display: none;
    }

    .tradition-col {
        padding: 1.75rem;
    }

    .cart-total-sec {
        padding: 1.75rem 0 !important;
    }

    .have-coup {

        display: block;
    }

    .mybasket-inner {
        flex-direction: column;
        align-items: self-start;
    }

    .cart-total-sec h6 {
        padding: 1.5rem;
    }

    .shopping-btn1x {
        display: none;
    }

    .table-sec .description-content h1 {
        margin-left: 2rem;
    }

    .cart-total-inner {
        margin: 1.5rem;
    }

    .total-cart-inner {
        margin: 1.5rem;
    }

    .include-tax {
        margin: 0 1.5rem !important;
    }

    .see-pair-sec {
        margin-left: -11px;
        margin-right: -11px;
    }

    .coupon-btn {
        flex-direction: column;
        gap: 1rem;
    }

    .mybasket-inner p {
        margin-left: 0;
    }

    .coupon-input {
        width: 100%;
    }

    .wound-sec-inner {
        padding: 0rem 1rem;
    }

    .delete-number-product {
        margin-top: 2rem;
    }

    .see-pair-inner1x1 {
        width: 15rem;
    }

    .foam-lite-inner {
        border: none;
        display: block;
    }

    .evaluation-sec .col-lg-5 {
        padding-right: 0 !important;
    }

    .foam-lite-col1x {
        width: 100%;
    }

    .foam-lite-col1x-inner-1x {
        display: none;
    }

    body,
    html {
        font-size: 15px;
        overflow-x: hidden;
    }

    .foam-head1 {
        font-size: 1.75rem;
        max-width: 100%;
    }

    .foam-lite-col2x {
        width: 100%;
    }

    .mb-price-sec {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-y: auto;
        z-index: 999;
        background-color: rgba(0, 0, 0, .4);
        display: none;
    }

    .mb-price-sec.active {
        display: block;
    }

    .close-mb-price-sec {
        display: flex !important;
        color: var(--light-blue-color2);
        font-weight: 600;
        padding-left: 1.5rem;
        margin-bottom: 2rem;
		align-items: center;
		justify-content: flex-start;
    }

    .mb-price-sec .price-sec {
        background-color: #fff;
        width: 90%;
        margin-left: 5%;
    }

    .mb-price-sec .color-picker-head label.label-color-picker:first-child {
        margin-left: 0 !important;
    }

    .mb-price-sec .filters-sidebar__filter-list,
    .mb-price-sec .color-picker-head .foam-head1,
    .mb-price-sec .delivery-stock,
    .mb-price-sec .discounts-wrapper, 
    .mb-price-sec .presents-wrapper,
    .mb-price-sec .klarna-interest-free,
    .mb-price-sec .price-inner {
        padding: 0 1.5rem;
    }

    .conva-div {
        display: none;
    }

    .description-content p {
		line-height: 1.5rem;
    }

    .description-sec {
        padding: 1.5rem 0;
    }

    .mbl-sec-res {
        display: block;
        padding: 0 2rem;
    }

    .mbl-sec-res .conva-div {
        display: block;
    }

    .foam-lite-col2x {
        padding: 2rem 2rem;
        padding-bottom: 0;
    }

    .mbl-sec-res .delivery-stock,
    .mbl-sec-res .discounts-wrapper, 
    .mbl-sec-res .presents-wrapper,
    .mbl-sec-res .klarna-interest-free{
        margin: 0;
        margin-bottom: 1rem;
    }

    .description-content {
        padding: 0 0rem;
    }

    .description-content a {
        color: var(--light-blue-color2);
        font-weight: 500;
    }

    .see-pair-col {
        flex-direction: column;
    }

    .see-yew-col {
        flex-direction: column;
    }

    .puzzle-inner {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .table-inner {
        margin: 0 2rem;
    }

    .foam-lite-col1x {
        display: none;
    }

    .mbl-owl-mdcn {
        display: block !important;
        border: 1px solid var(--light-blue-color);
        margin: 4%;
        border-radius: 3.25rem;
        overflow: hidden;
        background-color: #fff;
        width: 92%;
    }

    .color-picker-head,
    .mbl-sec-res .delivery-stock,
    .mbl-sec-res .discounts-wrapper, 
    .mbl-sec-res .presents-wrapper,
    .mbl-sec-res .klarna-interest-free {
        padding: 0;
    }

    .mbl-owl-mdcn .owl-nav,
    .owl-dots {
        display: block;
    }

    .mbl-owl-mdcn .owl-dots {
        margin-bottom: 1.2rem;
    }

    .mbl-owl-mdcn .owl-item img {
        width: 50% !important;
        margin: auto !important;
        margin-top: 1rem !important;
    }

    .mbl-owl-mdcn .prev-slide {
        left: 25px !important;
    }

    .mbl-owl-mdcn .next-slide {
        right: 25px !important;
    }

    .mbl-owl-mdcn .nav-btn {
        background-color: transparent;
    }

    .see-yew-col {
        width: 14rem;
        text-align: center;
    }

    .pairing-col h3 {
        width: 100%;
        text-align: center;
    }

    .pairing-col {
        width: 100%;
        padding-left: 2rem;
    }

    .see-pair-col {
        padding: 3rem 0rem;
        border-radius: 0;
    }

    .mbl-btn-shopping {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9;
    }

    .mbl-btn-shopping .d-btn {
        justify-content: space-between;
        padding: 0.2rem 1rem;
        border-radius: 1.188rem 1.188rem 0 0;
        height: 4.2rem;
		background: linear-gradient(55deg, #1E89C9 15%, #59b4eb 37%, #1E89C9 40%) center right / 300% 100% no-repeat;
		transition: transform .75s ease-in-out;
		animation: button-glow-anim 5s linear infinite;
    }

    .mbl-btn-shopping .d-btn p {
        margin: 0;
        font-size: 1rem;
        text-align: end;
        opacity: .5;
    }

    .mbl-btn-shopping .d-btn h6 {
        color: #fff;
        margin: 0;
        font-size: 1.4rem;
    }

    .mbl-btn-shopping .d-btn h2 {
        margin: 0;
        margin-left: 1rem;
        font-size: 1.2rem;
    }

    .mbl-btn-shopping .d-btn div.h2 {
        margin: 0;
        margin-left: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .mbl-btn-shopping .d-btn img {
        width: 1.45rem;
    }

    .related-product-sec .tc-product-table {
        width: 100%;
    }

    .see-pair-inner {
        width: 100%;
    }

    .evaluation-sec {
        padding: 1rem 2rem;
        padding-right: 0;
        margin-right: -11px;
    }

    .related-product-sec .related-inner1x {
        flex-direction: column;
    }

    .related-product-sec .related-inner1x .tc-product-table__price {
        margin-bottom: 1rem;
    }

    .owl-carousel-product-inside .owl-stage {
        padding-left: 0 !important;
    }

    .evaluation-content .mx-auto {
        padding: 0;
    }

    .owl-carousel-evaluation1x .owl-stage {
        padding-left: 0 !important;
    }

    .owl-carousel-evaluation1x {
        padding: 0;
    }

    .description-sec .description-content {
        padding: 0 2rem;
    }

    .breadcrumbs {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        overflow-x: auto;
    }

    .breadcrumbs::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    .table-sec .table-inner tr td:first-child {
        padding-left: 1rem;
        width: 60%;
    }

    .table-sec .table-inner tr td:last-child {
        padding-right: 1rem;
    }

    .table-sec td,
    th {
        padding: 0.5rem;
    }


    .login-row {
        margin-top: 1rem;
    }

    .blog .item {
        margin-bottom: 40px;
    }
    .blog .guide-content-inner h3,
    .guide-posts .guide-content-inner h3{
        height: auto;
    }
    .blog .guide-content-inner p,
    .guide-posts .guide-content-inner p{
        height: 50px;
    }
    
}

@media (max-width: 570px) {
    .cart-login-sec {
        padding: 1rem;
    }

    .filters-sidebar-box.filter-open {
        min-width: 90vw;
    }

    .foam-head1 {
        font-size: 1.25rem;
        max-width: 100%;
    }

    .description-content {
        padding: 0 0;
    }

    .related-product-sec .tc-product-table {
        padding: 1.25rem;
        min-height: 24.5rem;
    }

    .mbl-btn-shopping1x .d-btn h2 {
        font-size: 1rem !important;
    }

    .mbl-btn-shopping1x .d-btn h6 {

        font-size: 1rem !important;
    }

    .checkout-col {
        padding: 0 1rem;
        padding-bottom: 1.5rem;
    }

    .login-inner1x {
        width: 19rem;
        max-width: 100%;
    }

    .address-pop-content-inner1x {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .address-pop-content-inner1x .billing-in {
        width: 100%;
        margin-right: 0;
    }

    .tc-pagination-btn {
        height: 40px;
        padding: 0px 15px;
        margin: 0;
    }


    .search-related-products,
    .search-related-categories {
        padding: 10px 10px;
    }


    .search-related-products h4,
    .search-related-categories h4 {
        font-size: 1em;
    }
    
    #search-contents .x-close-button{
        display: block;
    }

    .concept-modal{
        position: fixed;
        left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }
    
    .blog .item {
        margin-bottom: 40px;
    }
    .blog .guide-content-inner h3,
    .guide-posts .guide-content-inner h3{
        height: auto;
    }
    .blog .guide-content-inner p,
    .guide-posts .guide-content-inner p{
        height: 50px;
    }
}

footer .copyright {
    background: #1C507D;
    text-align: center;
    color: #f7f2f2;
    font-size: 13px;
}

footer .copyright a {
    color: #fff;
}

.products-view-inner {
    justify-content: center !important;
    gap: 1.5rem;
}

.products-view.products-view-table .tc-product-table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(min-width: 1450px) {
    .products-view.products-view-table .tc-product-table {
        width: calc(33.3334% - 1.2rem);
        margin-right: 0;
    }
}

@media(min-width: 767px) {
    .tc-product-table-white .tc-product-table__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .tc-product-table-white .table-list-inner {
        min-height: 7rem;
    }
}

@media(max-width: 600px) {
    .products-view.products-view-table .tc-product-table {
        width: 100%;
    }

    .hero-content p {
        font-size: 14px !important;
    }
}

@media(max-width: 1024px) {
    #search-contents {
        flex-direction: column-reverse;
    }
    
}

.header-main .logo img {
    max-width: 220px;
}

.top-language-menu a, .top-currency-menu a {
    color: #292929;
    font-size: .9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
	justify-content: center;
}

@media(max-width: 1448px) {
    .main-nav-trigger--title {
        display: none;
    }

    .main-nav-trigger {
        width: 50px;
    }
}



.mobile-overlay, .mobile-overlay-p {
	position: fixed;
	background: rgb(0 0 0 / 71%);
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#quick-buy-popup {
	position: fixed;
	z-index: 999;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 500px;
}
#quick-buy-popup .close {
	cursor: pointer;
}

#quick-remove-cart {
	display: block;
    text-align: center;
    color: #ff5e6d;
    font-size: 14px;
}
#quick-buy-popup .header {
	padding: 0.2rem 1rem;
	border-radius: 1.188rem 1.188rem 0 0;
	height: 3.2rem;
	background: #e9e9e9;
	color: #000;
}
@media (max-width: 767px) {
	#quick-buy-popup {
		width: 100%;
		transform: none;
		bottom: 0;
		left: 0;
		top: auto;
		transition: all 0.5s ease;
	}
	#quick-buy-popup.d-none {
		bottom: -100%!important;
		display: block!important;
	}
	#quick-buy-popup .header {
		box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.75);
	}
}
@media (min-width: 768px) {
	.quick-added-to-cart-info, .buy-eopyy-form {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.footer-menu li {
		margin-bottom: 18px;
	}
}

.quick-added-to-cart-info, .buy-eopyy-form  {
	background: #fff;
	padding: 10px;
}

.quick-change-quantity-btn {
	color: var(--light-blue-color);
}
.quick-suggested-product .price del {
	font-size: 13px;
	color: #5d5d5d;
}
.quick-added-to-cart-info .view-cart {
	display: block;
	width: 100%;
	background: #2991cd;
	margin-top: 10px;
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #082F50;
}
.quick-cart-suggestions .quick-products-slider {
	overflow: hidden;
	display: flex;
	gap: 1rem;
	overflow: auto;
	flex: 1;
}
.quick-cart-suggestions .quick-products-slider .suggested-product {
	padding: 5px;
	border: 1px solid #082F50;
	border-radius: 11px;
	text-align: center;
	padding-top: 0;
	display: block;
	width: 150px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 44%;
}
.quick-cart-suggestions .quick-products-slider .suggested-product img {
	height: 90px;
	display: block;
	margin: 0 auto;
}
.quick-cart-suggestions .quick-products-slider .suggested-product a {
	color: #082F50;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}


.search-product-sku {
	font-size: 80%;
	font-weight: normal;
    color: #082F50;
    float: left;
}

.search-product-price {
	font-size: 80%;
	font-weight: normal;
    color: #082F50;
    float: right;
}

.search-product-price img{
    width: 30px;
}

.search-result-sale-price {
    text-decoration: line-through;
    margin-right: 5px;
}

.search-result-price {
    font-weight: bold;
    color: var(--light-blue-color);
}

.float-none{
    clear: both;
}

@keyframes button-glow-anim {
	0% {
		background-position: center right;
	}
	20% {
		background-position: center right;
	}
	40% {
		background-position: center right;
	}
	60% {
		background-position: center right;
	}
	80% {
		background-position: center right;
	}
	
	100% {
		background-position: center left;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 992px)  {
	nav.top-menu ul li a img {
		display: none;
	}
}
.gap-1 {
	gap: 1rem!important;
}

.custom-scrollbar {
	padding-bottom: 1rem;
}
.custom-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
	background-color: var(--light-blue-color);
}

.review-container,
.reviews-stars-container{
    position: relative;
    width: 83px;
    text-align: left;
    margin: 0 auto;
}
.reviews-stars-empty,
.reviews-stars-full{
    position: absolute;
    top:0;
    left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;;
}
.reviews-stars-empty{
    width: 100%;
}

.reviews-stars-empty img,
.reviews-stars-full img {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 1px;
}

.reviews-rating {
    position: relative;
    font-size: 20px;
    color: gold;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
}
.reviews-rating::before { 
    content: "★★★★★" 
}

.reviews-rating-gray {
    position: absolute;
    font-size: 20px;
    color: gray;
    top:0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 83px;
    z-index: 1;
}
.reviews-rating-gray::before { 
    content: "★★★★★" 
}

/* -- newsletter popup */
.newsletter-popup {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}
.newsletter-popup .header {
    padding: 0.2rem 1rem;
    border-radius: 1.188rem 1.188rem 0 0;
    height: 3.2rem;
    background: var(--light-blue-color);
    color: #fff;
}
@media (min-width: 768px) {
    .newsletter-popup-info {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}
@media (max-width: 767px) {
    .newsletter-popup {
        width: 100%;
        transform: none;
        bottom: 0;
        left: 0;
        top: auto;
    }
    .newsletter-popup .header {
        box-shadow: 0px 12px 18px -3px rgba(0,0,0,0.18);
    }
}

@media (max-width: 992px) {
    .newsletter-popup {
        margin-top: 1rem;
    }
}

.newsletter-popup-info {
    background: #fff;
    padding: 20px;
    box-shadow: -2px 0px 37px 6px rgba(0,0,0,0.18);
}

.change-quantity-btn {
    color: var(--light-blue-color);
}

.newsletter-popup-info .view-cart {
    display: block;
    width: 100%;
    background: #2991cd;
    margin-top: 10px;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #082F50;
}
.newsletter-popup-info .input-group {

}
.newsletter-popup-info .input-group .form-control{
    border: 0;
    width:100%; 
    text-align:center;
    font-size:14px; 
    --focus-outline-color: transparent !important; 
}

.newsletter-popup-info .input-group .form-control:focus {
    border: 0;
    outline: none;
}
.newsletter-popup .newsletter-text{
    font-size:18px;
    text-align: center;
}
.newsletter-popup .close{
    cursor: pointer;
}
.newsletter-popup.invisible, .newsletter-popup .invisible{
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1000;
}
.newsletter-popup.make-visible, .newsletter-popup .make-visible{
    opacity: 1;
    transition: all 0.2s ease;
    z-index: 1000!important;
}
.newsletter-popup .alert-danger {
    border: 1px solid #F44336;
    display: block;
    border-radius: 1.563rem;
    font-size: 1rem;
    padding: 8px;
    color: #F44336;
    font-weight: normal;
    text-align: center;
}
.newsletter-popup .input-group {
    border: 1px solid #082F50;
    border-radius: 1.563rem;
    overflow: hidden;
    width: 5rem;
    height: 2.5rem;
    padding: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter-popup .input-group input{
    font-size: 16px!important;
}

.error-div.invisible{
    height: 0px;
}
.error-div.make-visible{
    height: unset!important;
}

/* -- newsletter popup */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px; 
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* Chrome, Safari, Edge, Opera */
.number-products1x input::-webkit-outer-spin-button,
.number-products1x input::-webkit-inner-spin-button,
.input-number input::-webkit-outer-spin-button,
.input-number input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.number-products1x input[type=number],
.input-number input[type=number] {
  -moz-appearance: textfield;
}


.plus-row .delivery-stock a{
    color: #1f90d4
}
.plus-row .delivery-stock a:hover{
    color: #082F50;
}

.presents-wrapper .presents{
    margin-top:20px;
}
.presents-wrapper .present-product{
    display: flex;
}
.presents-wrapper .present-product .present-title{
    font-size: 0.9em;
    padding:0 10px;
}
.presents-wrapper .present-product img{
    border-radius: 10px;
    border: 1px solid #1a77ad;
    min-width:60px;
    height:auto;
}
.presents-wrapper .low-inventory {
    font-size: 0.8em;
    display: block;
    color:darkred;
}

.discounts-wrapper .product-qtydiscount{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 3px 10px;  
    border-radius: 10px;
    font-size: 0.9em;
    cursor: pointer;
}
.product-qtydiscount:has(.product-qtydiscount-active-msg){
    background-color: #aadfff;
}


.trauma-check {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231e89c9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

@media(max-width: 1400px) {
    .main-search-col {
        width: 52%;
    }
}
@media(max-width: 1300px) {
    .main-search-col {
        width: 55%;
    }
}
@media(max-width: 1200px) {
    .main-search-col {
        width: 50%;
    }
}
@media(max-width: 1024px) {
    .main-search-col {
        width: 50%;
    }
}
@media(max-width: 900px) {
    .main-search-col {
        width: 75%;
    }
}
@media(max-width: 600px) {
    .main-search-col {
        width: 65%;
    }
}

@media(max-width: 900px) {
    
	body:has(.main-search-col.active) .lang-col-div, body:has(.main-search-col.active) .currency-col-div {
		display: none!important;
	}
	body:has(.main-search-col.active) .main-search-col  {
		width: 100%;
	}
}

.the_price_novat{
 /*   display: none;*/
}