@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
	--font-primary: 'Gilroy';
	--font-secondary: "Bebas Neue", sans-serif;
	--font-lato: "Lato", sans-serif;
	--color-white: #FFF;
	--color-orange: #FF8303;
	--color-blue: #6AA3B7;
	--color-red: #FF0303;
	--color-green: #2FC21C;
	--color-black: #0A0C0F;
	--color-ebony: #202630;
	--color-charade: #2C323B;
	--color-oxford: #3D485C;
	--color-lynch: #667999;
	--color-mischka: #D1D7E0;
	--color-mystic: #E0E4EB;
	--color-athens: #F0F2F5;
	--color-catskill: #F7F8FA;
	--size-h1: 6.8rem;
	--size-h2: 4.4rem;
	--size-h3: 3.8rem;
	--size-h4: 2.8rem;
	--size-h5: 2rem;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/wb/assets/fonts/Gilroy-Light.otf') format('truetype');
    font-weight: 100 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/wb/assets/fonts/Gilroy-SemiBold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
  
@font-face {
    font-family: 'Gilroy';
	src: url('/wp-content/themes/wb/assets/fonts/Gilroy-ExtraBold.otf') format('truetype');
    font-weight: 700 900;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
    outline: none;
}

html {
    overflow-x: hidden;
	font-size: 10px;
}

body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
	font-family: var(--font-primary);
}

.e-con>.e-con-inner {
    max-width: 1470px !important;
    padding-top: 0 !important;
}

.e-con:not(.e-grid) {
    gap: 0px !important;
}

.elementor-element:not(.use-padding) {
    padding: 0 !important;
}

.container {
    max-width: 1470px;
    margin: 0 auto;
	width: 100%;
}

h1 {
	font-size: var(--size-h1);
    line-height: 110%;
}

h2 {
	font-size: var(--size-h2);
    line-height: 110%;
}

h3 {
	font-size: var(--size-h3);
    line-height: 110%;
}

h4 {
	font-size: var(--size-h4);
    line-height: 110%;
}

h5 {
	font-size: var(--size-h5);
    line-height: 110%;
}

h6 {
	font-size: var(--size-h6);
    line-height: 110%;
}

p {
	font-size: 1.5rem;
	line-height: 150%;
	color: var(--color-oxford);
	font-weight: 500;
    padding-bottom: 12px;
}

a {
	text-decoration: none;
}

b, strong {
    font-weight: 600;
}

.elementor-widget-text-editor ul {
    padding-bottom: 15px;
}

.elementor-widget-text-editor ul li {
    padding-left: 28px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-ebony);
    position: relative;
}

.elementor-widget-text-editor ul li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--color-orange);
    border-radius: 50%;
    display: block;
}

.elementor-widget-text-editor ol {
    list-style: decimal;
    padding-left: 15px;
    padding-bottom: 15px;
}

.elementor-widget-text-editor ol li::marker {
    color: var(--color-orange);
    font-weight: 600;
}

.elementor-widget-text-editor ol li {
    position: relative;
    color: var(--color-ebony);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    padding: 6px 0;
    padding-left: 12px;
}

.elementor-widget-text-editor p {
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 15px;
}

.elementor-widget-text-editor a {
    color: var(--color-orange);
    text-decoration: underline !important;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.elementor-widget-text-editor h1 {
    color: var(--color-ebony);
    font-size: var(--size-h1);
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 15px;
}

.elementor-widget-text-editor h2 {
    color: var(--color-ebony);
    font-size: var(--size-h2);
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 15px;
}

.elementor-widget-text-editor h3 {
    color: var(--color-ebony);
    font-size: var(--size-h3);
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 15px;
}

.elementor-widget-text-editor h4 {
    color: var(--color-ebony);
    font-size: var(--size-h4);
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 15px;
}

.elementor-widget-text-editor h5 {
    color: var(--color-ebony);
    font-size: var(--size-h5);
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 15px;
}

.btn {
	display: inline-flex;
    padding: 18px 38px;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    font-size: 1.8rem;
    font-family: var(--font-lato);
	font-weight: 700;
}

.btn-orange {
	background-color: var(--color-orange);
	border: 2px solid var(--color-orange);
	color: var(--color-white);
}

.btn-green {
    background-color: var(--color-green);
    color: var(--color-white);
}

.header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 10;
}

.header-top {
	background-color: var(--color-orange);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-message {
	text-align: center;
    color: var(--color-white);
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    font-family: var(--font-secondary);
	text-transform: uppercase;
}

.header-main {
	background-color: var(--color-ebony);
    padding: 0 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
	flex-shrink: 0;
    margin-right: 80px;
}

.header-logo svg {
    width: 156px;
    height: auto;
}

.header-nav {
	flex-grow: 1;
    display: flex;
    align-items: center;
}

.header-nav .nav-item a {
    display: inline-flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    transition: .4s ease;
}

.header-nav .nav-item a:hover {
    cursor: pointer;
    color: var(--color-orange);
}

.header-nav .nav-item.nav__current-item a {
    color: var(--color-orange);
}

.header-actions {
	display: flex;
    align-items: center;
    gap: 22px;
    height: 80px;
}

.header-profile,
.header-help,
.header-language {
	display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 80px;
    padding: 0 8px;
}

.header-profile svg,
.header-help svg,
.header-language svg {
	width: 20px;
	height: 20px;
}

.header-profile span,
.header-help span,
.header-language span {
	color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}

.header-cart svg,
.header-search svg {
	width: 28px;
	height: 28px;
}

.header-cart {
	position: relative;
}

.header-cart-count {
	position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--color-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
	top: -8px;
    right: -8px;
}

.header-cart-count span {
	color: var(--color-ebony);
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
}

#wb__page {
	padding-top: 116px;
}

.footer {
	padding-top: 150px;
}

.footer-questions {
	background-color: var(--color-mischka);
}

.footer-questions-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	padding: 55px 0;
}

.footer-questions-img {
	position: absolute;
    left: 0;
    bottom: 0;
}

.footer-questions-wrapper .footer-questions-img img {
	width: 372px;
    height: auto;
}

.footer-questions-text {
	padding-left: 382px;
}

.footer-questions-title {
	color: var(--color-ebony);
    font-size: var(--size-h2);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.3px;
    font-family: var(--font-secondary);
    padding-bottom: 4px;
}

.footer-questions-subtitle {
	color: var(--color-ebony);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.footer-main {
	background-color: var(--color-ebony);
    padding: 80px 0;
}

.footer-main-wrapper {
	display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-main-menus {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
}

.footer-main-menu {
	display: flex;
    flex-direction: column;
    gap: 15px;
	max-width: 280px;
}

.footer-main-menu-title {
	color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 120%;
}

.footer-bottom {
	background-color: var(--color-ebony);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 20px 0;
}

.footer-bottom-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer-bottom-left {
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 150%;
}

.footer-bottom-right {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.footer-bottom-menu {
	display: flex;
	align-items: center;
	gap: 24px;
}

.footer-bottom-menu a {
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 150%;
}

.footer-bottom-icons {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}

.footer-bottom-icons a img {
	height: 30px;
	width: auto;
}

.footer-nav-item a {
	display: inline-flex;
    color: var(--color-mystic);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 150%;
}

.footer-nav-item {
	padding: 5px 0;
}

.footer-main-information {
	width: 240px;
}

.footer-socials {
	display: flex;
    align-items: center;
    gap: 8px;
}

.footer-social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-charade);
}

.footer-social svg {
	width: 20px;
    height: 20px;
}

.footer-main-information .footer-main-menu-title {
	padding-bottom: 15px;
}

.footer-socials {
	padding-bottom: 30px;
}

.footer-main-contacts {
	display: flex;
    flex-direction: column;
}

.footer-main-contacts-row {
    display: flex;
    gap: 10px;
    padding: 6px 0;
}

.footer-main-contacts-row svg {
	flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.footer-main-contacts-row span {
	color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 150%;
}

.banner {
	margin-bottom: 50px;
}

.banner-item {
	height: 620px;
    position: relative;
    display: flex !important;
    align-items: flex-end;
    padding-bottom: 120px;
}

.banner-item.hide-slide-before-init:not(.slick-slide) {
	display: none !important;
}

.banner-item .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-item .banner-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, .35);
}

.banner-item .banner-bg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.banner-content {
	position: relative;
    z-index: 2;
    max-width: 680px;
}

.banner-title {
	font-family: var(--font-secondary);
    font-size: 6.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-white);
    padding-bottom: 4px;
}

.banner-description {
	color: var(--color-white);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 150%;
}

.banner-btn {
	padding-top: 30px;
}

.slider-btn {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
	transition: .4s ease;
}

.slider-btn.slider-btn-2 {
    background-color: var(--color-athens);
}

.slider-btn.slider-btn-2 svg path {
    stroke: var(--color-ebony);
}

.slider-btn:hover {
	cursor: pointer;
}

.slick-prev.slider-btn {
	left: 50px;
}

.slick-next.slider-btn {
	right: 50px;
}

.slick-prev.slider-btn.slider-btn-2 {
	left: -70px;
}

.slick-next.slider-btn.slider-btn-2 {
	right: -70px;
}

.slick-dots {
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    color: var(--color-white);
    opacity: .4;
    font-size: 0;
	transition: .4s ease;
}

.slick-dots .slick-active button {
	opacity: 1;
}

.popular-categories {
	padding: 50px 0;
}

.product-slider {
    padding: 50px 0;
}

.latest-news {
    padding: 50px 0;
}

.block-title {
	font-family: var(--font-secondary);
    color: var(--color-ebony);
    font-weight: 400;
    text-transform: uppercase;
	padding-bottom: 30px;
}

.popular-categories-list {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
	padding: 20px;
    border: 1px solid var(--color-mystic);
}

.category-card .category-card-thumbnail img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
}

.category-card-title {
	padding-top: 10px;
    color: var(--color-black);
    text-align: center;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: 0.8px;
}

.product-card {
    position: relative;
    padding: 10px 16px 16px;
    border: 1px solid var(--color-mystic);
    background-color: #FFF;
}

.product-card-labels {
    position: absolute;
    top: 10px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    z-index: 2;
}

.product-card-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 3px;
    font-weight: 600;
    font-size: 1.2rem;
}

.label-popular {
    background-color: #1C89AF;
    color: var(--color-white);
}

.label-sale {
    background-color: var(--color-red);
    color: var(--color-white);
}

.label-new {
    background-color: var(--color-green);
    color: var(--color-white);
}

.label-onbackorder {
    background-color: var(--color-athens);
    color: var(--color-oxford);
}

.label-instock {
    background-color: rgba(47, 194, 28, 0.10);
    color: var(--color-green);
}

.product-card-thumbnail {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-card .product-card-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-card-info {
    padding-top: 10px;
}

.product-card-title {
    padding-top: 8px;
    color: var(--color-ebony);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
    min-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-add-to-cart {
    width: 48px;
    height: 48px;
    background-color: var(--color-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-card-add-to-cart svg {
    width: 24px;
    height: 24px;
}

.product-card-lower {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.product-price-before {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-price-old bdi {
    color: var(--color-lynch);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    text-decoration: line-through;
}

.product-price-before .product-discount-percentage {
    padding: 2px 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-red);
    color: var(--color-white);
    font-size: 1.2rem;
    font-weight: 600;
}

.price-current bdi {
    color: var(--color-ebony);
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
}

.popular-product-slider .slick-prev.slider-btn {
    left: -74px;
    background-color: var(--color-athens);
}

.popular-product-slider .slick-next.slider-btn {
    right: -74px;
    background-color: var(--color-athens);
}

.popular-product-slider .slider-btn svg path {
    stroke: var(--color-ebony);
}

.latest-news-slider .slick-slide {
	margin: 0 15px;
}

.latest-news-slider .slick-list {
	margin: 0 -15px;
}

.post-card-thumbnail {
    height: 195px;
}

.post-card .post-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.post-card-info {
    padding-top: 16px;
}

.post-card-title {
    color: var(--color-ebony);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 110%;
    padding-bottom: 6px;
}

.post-card-excerpt {
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.breadcrumbs {
    padding: 20px 0;
}

.shop-header {
    padding: 40px 0 20px;
}

.shop-title {
    font-family: var(--font-secondary);
    color: var(--color-ebony);
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.3px;
    padding-bottom: 12px;
}

.breadcrumbs > span a span {
    color: var(--color-black);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 150%;
}

.breadcrumbs > span span {
    color: var(--color-lynch);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 150%;
}

.breadcrumbs {
    color: var(--color-black);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.shop-container {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 30px;
}

.shop-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.shop-sidebar .widget {
    padding: 24px 20px;
    background-color: var(--color-catskill);
}

.shop-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shop-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.includes_tax {
    display: none !important;
}

.cart-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 60px;
    padding-top: 18px;
    padding-bottom: 100px;
    position: relative;
}

.cart-totals-wrapper {
    background-color: var(--color-catskill);
    padding: 40px;
}

.totals-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
}

.totals-label {
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.totals-value {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}

.line-seperator {
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background-color: #E6E9EB;
}

.totals-button {
    padding-top: 13px;
}

.totals-button a {
    display: flex;
    width: 100%;
}

.cart-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-mystic);
    padding: 20px 0;
}

.cart-item-img a {
    width: 100px;
    height: 100px;
    display: block;
}

.cart-item-img {
    padding-right: 16px;
}

.cart-item-name {
    width: 340px;
}

.cart-item-name a {
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.cart-item-info {
    display: flex;
    align-items: center;
    width: 500px;
}

.product-quantity .quantity {
    display: flex;
    align-items: center;
}

.product-quantity .quantity .quantity-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-athens);
    transition: .4s ease;
}

.product-quantity .quantity .quantity-btn:hover {
    cursor: pointer;
}

.product-quantity .quantity .quantity-btn svg {
    width: 12px;
    height: 12px;
}

.product-quantity .quantity .quantity-btn svg path {
    transition: .4s ease;
}

.product-quantity .quantity .quantity-btn.quantity-minus:hover {
    background-color: var(--color-mystic);
}

.product-quantity .quantity .quantity-btn.quantity-minus:hover svg path {
    stroke: #021F39;
}

.product-quantity .quantity .quantity-btn.quantity-plus:hover svg path {
    stroke: var(--color-white);
}

.product-quantity .quantity .quantity-btn.quantity-plus:hover {
    background-color: var(--color-blue);
}

.product-quantity .quantity input::-webkit-outer-spin-button,
.product-quantity .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity .quantity input {
    -moz-appearance: textfield;
    width: 48px !important;
    height: 40px;
    border: 1px solid var(--color-athens);
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

.product-item-remove,
.checkout-item-remove {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-lynch);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 150%;
    text-decoration: underline;
    transition: .4s ease;
}

.product-item-remove svg,
.checkout-item-remove svg {
    width: 13px;
    height: auto;
}

.product-item-remove svg path,
.checkout-item-remove svg path {
    transition: .4s ease;
}

.product-item-remove:hover,
.checkout-item-remove:hover {
    cursor: pointer;
    color: var(--color-black);
}

.product-item-remove:hover svg path,
.checkout-item-remove:hover svg path {
    stroke: var(--color-black);
}

.cart-item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 110px;
}

.cart-item-price .price-current {
    text-align: right;
}

.cart .shop-title {
    padding-top: 40px;
}

.single-product-images {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 20px;
}

.single-product-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    padding: 30px 0 100px;
}

.single-product-gallery-nav .slick-slide {
	margin: 4px 0;
}

.single-product-gallery-nav .slick-list {
	margin: -4px 0;
}

.single-product-gallery-nav .slick-slide.slick-current {
    border: 2px solid var(--color-orange);
}

.single-product-gallery-nav .slick-slide img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.single-product-gallery-nav .slick-slide:hover {
    cursor: pointer;
}

.single-product-image-wrapper {
    position: relative;
}

.single-product-image-wrapper .product-card-labels {
    top: 20px;
    left: 20px;
}

.single-product-info-header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 6px 0;
}

.single-product-brand {
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    text-decoration: underline;
}

.single-product-sku {
    display: flex;
    align-items: center;
    gap: 16px;
}

.single-product-sku span {
    color: var(--color-lynch);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 150%;
}

h1.single-product-title {
    color: var(--color-ebony);
    font-family: var(--font-secondary);
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding: 20px 0;
}

.single-product .single-product-price {
    color: var(--color-black);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E9EB;
}

.single-product-short-description {
    padding: 25px 0;
    border-bottom: 1px solid #E6E9EB;
}

.short-description-title {
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.single-product-short-description p {
    font-size: 1.4rem;
}

.single-product .single-product-price .price-has-discount {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product .single-product-price .price-has-discount .product-price-old bdi {
    color: var(--color-lynch);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: line-through;
}

.single-product .single-product-price .price-has-discount .price-current {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product .single-product-price .price-has-discount .price-current bdi {
    font-size: 2.4rem;
    color: var(--color-red);
    font-weight: 600;
    line-height: 120%;
}

.single-product .single-product-price .price-has-discount .price-current .product-discount-percentage {
    background-color: var(--color-red);
    padding: 3px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%;
}

.single-product-stock-information {
    padding-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.stock-information-row {
    border: 1px solid var(--color-mystic);
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.stock-information-row > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stock-information-row div svg {
    width: 24px;
    height: 24px;
}

.stock-information-row div span {
    color: var(--color-oxford);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}

.stock-information-row > div:last-child {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}

.single-product-add-to-cart {
    padding: 20px 0 25px;
    border-bottom: 1px solid var(--color-mystic);
}

.single-add-to-cart-form button {
    padding: 14px 38px;
}

.single-add-to-cart-form .product-quantity .quantity .quantity-btn {
    width: 54px;
    height: 54px;
}

.single-add-to-cart-form .product-quantity .quantity input {
    height: 54px;
    width: 60px !important;
}

.single-add-to-cart-form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-add-to-cart-form .product-quantity {
    flex-shrink: 0;
}

.single-add-to-cart-form button {
    flex-grow: 1;
}

.single-product-benefits {
    padding: 25px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.benefit {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
}

.benefit svg {
    width: 24px;
    height: 24px;
}

.benefit span {
    color: var(--color-black);
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
    line-height: 130%;
}

.single-product-descriptions {
    position: relative;
    padding: 100px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
    z-index: 2;
}

.single-product-description {
    position: relative;
    z-index: 2;
}

.single-product-technical {
    position: relative;
    z-index: 2;
}

.single-product-descriptions:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(((100vw - 1470px) / 2) * -1);
    width: 100vw;
    height: 100%;
    background-color: var(--color-catskill);
    display: block;
}

h2.single-product-tab-title {
    color: var(--color-ebony);
    font-family: var(--font-secondary);
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 12px;
}

.related-product-slider {
    padding: 100px 0 0;
}

.single-product-tab-content p {
    color: var(--color-ebony);
}

.backorder-form-btn {
    padding: 25px 0;
    border-bottom: 1px solid var(--color-mystic);
}

.backorder-form-btn button {
    display: flex;
    width: 100%;
}

.fade-out {
	-webkit-animation: fade-out 0.4s ease-in-out both;
	        animation: fade-out 0.4s ease-in-out both;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-in {
	-webkit-animation: fade-in 0.4s ease-in-out both;
	        animation: fade-in 0.4s ease-in-out both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 17px;
}

.lds-ellipsis div {
    position: absolute;
    top: 5px;
    width: 13.33333px;
    height: 13.33333px;
    border-radius: 50%;
    background: currentColor;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.4s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.4s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.4s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.4s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
  }
}

.notification {
    position: fixed;
    top: 135px;
    z-index: 1000;
    right: 30px;
    min-width: 400px;
    padding: 20px;
}

.notification.success {
    background-color: rgb(234 249 232);
}

.notification.error {
    background-color: rgb(249 232 232);
}

.notification-text {
    font-size: 1.5rem;
}

.notification.success .notification-text {
    color: var(--color-green);
}

.notification.error .notification-text {
    color: var(--color-red);
}

.notification-close {
    position: absolute;
    right: 10px;
    top: 7px;
    display: block;
    font-size: 1.3rem;
    color: var(--color-black);
    font-weight: 600;
    font-family: var(--font-lato);
}

.notification-close:hover {
    cursor: pointer;
}


.lds-dual-ring,
.lds-dual-ring:after {
    box-sizing: border-box;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: var(--color-orange) transparent var(--color-orange) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hes-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .85);
}

.empty-cart {
    text-align: center;
    padding: 50px 0;
}

.empty-cart-title {
    font-family: var(--font-secondary);
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 30px;
}

.shop-sidebar .product-categories li {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.shop-sidebar .product-categories li a {
    padding: 8px 0;
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
}

.shop-sidebar .product-categories li .count {
    color: var(--color-orange);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
}

.shop-sidebar .widget-title {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 10px;
}

.header-block {
    background-image: url(https://hes2.webserveris.pro/wp-content/uploads/image-1-2.png);
    height: 520px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 40px;
}

.header-block.header-block-single-post {
    height: 360px;
    padding: 0;
}

.header-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.15) 100%);
}

.header-block-content {
    position: relative;
    z-index: 2;
    width: 680px;
}

.header-block-title {
    padding-bottom: 4px;
}

.header-block-title h1 {
    color: var(--color-white);
    font-size: 6.8rem;
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
}

.header-block-description {
    color: var(--color-white);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 150%;
}

.header-block-btn {
    padding-top: 30px;
}

.image-text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    align-items: center;
}

.image-text-img {
    height: 540px;
}

.image-text-wrapper .image-text-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.image-text-wrapper.image-left .image-text-content {
    order: 2;
}

.image-text-wrapper.image-left .image-text-img {
    order: 1;
}

.image-text {
    padding: 30px 0;
}

.image-text.mt-none {
    padding-top: 0;
}

.benefits {
    padding: 80px 0;
    margin: 40px 0;
    background-color: var(--color-catskill);
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 60px;
    grid-row-gap: 30px;
}

.benefit-item {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefit-icon {
    display: inline-flex;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--color-mystic);
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-item .benefit-icon img {
    max-width: 40px;
    max-height: 40px;
}

.benefit-title {
    color: var(--color-ebony);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 5px;
    text-align: center;
}

.benefit-description {
    color: var(--color-oxford);
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    line-height: 150%;
}

.related-services-slider .slick-slide {
	margin: 0 15px;
}

.related-services-slider .slick-list {
	margin: 0 -15px;
}

.related-services-slider a {
    aspect-ratio: 4 / 3;
    position: relative;
    display: flex !important;
    align-items: flex-end;
    padding: 28px 24px;
}

.related-services-slider a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(210deg, rgba(0, 0, 0, 0.12) 7.67%, rgba(0, 0, 0, 0.50) 92.33%);
}

.related-services-slider a .service-card-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.related-services-slider a .service-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.related-services-slider a .service-card-info {
    position: relative;
    z-index: 2;
}

.related-services-slider .service-card-title {
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.1px;
}

.related-services {
    padding: 40px 0 50px;
}

.related-services h3 {
    font-family: var(--font-secondary);
    color: var(--color-ebony);
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.1px;
}

.related-services-slider {
    padding-top: 30px;
}

.service-full-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    align-items: center;
}

.service-full-card .service-full-card-thumbnail {
    height: 396px;
    width: 100%;
}

.service-full-card .service-full-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.service-full-card-title {
    color: var(--color-ebony);
    font-family: var(--font-secondary);
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 12px;
}

.service-full-card-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.service-full-card-btn {
    padding-top: 30px;
}

.all-services-list .service-full-card:nth-child(2n) .service-full-card-thumbnail {
    order: 2;
}

.all-services-list .service-full-card:nth-child(2n) .service-full-card-info {
    order: 1;
}

.all-services-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.all-services {
    padding: 40px 0;
}

.page-blocks {
    padding: 40px 0;
}

.page-blocks-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
}

.page-item .page-item-image {
    height: 396px;
    width: 100%;
}

.page-item .page-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-item-content {
    padding-top: 20px;
}

.page-item-title {
    color: var(--color-ebony);
    font-family: var(--font-secondary);
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding-bottom: 12px;
}

.page-item-description {
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.page-item-btn {
    padding-top: 30px
}

.news-header {
    padding: 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

h1.news-title {
    color: var(--color-ebony);
    font-family: var(--font-secondary);
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
}

.news-archive-list {
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.go-back {
    padding-bottom: 30px;
}

.go-back a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-lynch);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 150%;
}

.single-post-wrapper {
    display: grid;
    grid-template-columns: 970px 240px;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 70px;
}

.single-post-related {
    padding: 70px 0 50px;
    border-top: 1px solid var(--color-mystic);
}

.related-posts-list .slick-slide {
	margin: 0 15px;
}

.related-posts-list .slick-list {
	margin: 0 -15px;
}

.post-title {
    color: var(--color-ebony);
    font-family: var(--font-secondary);
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.14px;
    padding-bottom: 15px;
}

.single-post-sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 52px;
}

.share-title,
.mentioned-product-title {
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.share-icons {
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.share-icons a {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background-color: var(--color-catskill);
}

.share-icons a svg {
    width: 20px;
    height: 20px;
}

.mentioned-products a {
    display: block;
}

.mentioned-product-list {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notfound {
    padding: 120px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1.notfound-title {
    color: var(--color-black);
    font-size: 6.8rem;
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.notfound-description {
    color: var(--color-oxford);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.notfound-btn {
    padding-top: 30px;
}

.optional {
    display: none !important;
}

.required {
    display: none !important;
}

.checkout-wrapper form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 60px;
}

.checkout-block {
    padding: 40px;
    border: 1px solid var(--color-mystic);
}

h3.checkout-title {
    font-family: var(--font-secondary);
    color: var(--color-black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
}

.checkout-cart {
    margin-bottom: 20px;
}

.checkout-cart-items {
    padding-top: 20px;
}

.checkout-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-mystic);
}

.checkout-cart-item:last-child {
    border-bottom: none;
}

.checkout-cart-item-left {
    display: grid;
    grid-template-columns: 100px 345px;
    gap: 16px;
    align-items: center;
}

.checkout-cart-item .checkout-cart-item-left img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center center;
}

.checkout-cart-item-title {
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.checkout-cart-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.checkout-cart-item-qty,
.checkout-cart-item-price {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 5px;
}

.woocommerce-checkout {
    margin-top: 20px;
}

#billing_person_type_field {
    padding-top: 20px;
}

#billing_person_type_field .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

#billing_person_type_field .woocommerce-input-wrapper label {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 5px;
}

#billing_person_type_field .hes-checkbox-label {
    padding-left: 25px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-black);
}

#billing_person_type_field .hes-checkmark {
    top: 7px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    background-color: var(--color-catskill);
    padding: 17px;
    border: 1px solid var(--color-catskill);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-ebony);
}

.woocommerce form .form-row .input-text::placeholder {
    color: var(--color-lynch);
}

.input-row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-bottom: 10px;
}

.input-row-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding-bottom: 10px;
}

.input-row-2 .form-row,
.input-row-3 .form-row {
    width: 100% !important;
}

#billing_country_field .woocommerce-input-wrapper .select2 .select2-selection {
    background-color: var(--color-catskill);
    padding: 17px;
    border: 1px solid var(--color-catskill);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-ebony);
    height: 57px;
}

#billing_country_field .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: 100%;
}

.billing-address-inputs {
    padding-top: 20px;
}

.hes-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hes-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.hes-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--color-orange);
}

.hes-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.hes-checkbox-container input:checked ~ .hes-checkmark:after {
    display: block;
}

.hes-checkbox-container .hes-checkmark:after {
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-orange);
}

.block-shipping,
.block-payment {
    margin-top: 20px;
}

.woocommerce .block-shipping #shipping_method.woocommerce-shipping-methods {
    padding-top: 20px;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-mystic);
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li .hes-checkbox-label {
    display: inline-flex;
    position: relative;
    gap: 15px;
    align-items: center;
    width: 100%;
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li .hes-checkbox-label .amount {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li .hes-checkbox-label bdi {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}

.omnivalt_terminal_container {
    padding-top: 20px;
}

.woocommerce .woocommerce-checkout #payment {
    background: #FFF;
    padding-top: 20px;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-mystic);
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: none;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li .hes-checkbox-label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li .hes-checkbox-label .hes-shipping-icon {
    height: 18px;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li .hes-checkbox-label .hes-shipping-icon svg {
    width: 18px;
    height: 18px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important;
    padding: 0 !important;
}

.place-order {
    display: none !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    position: absolute;
    top: 135px;
    width: 100%;
    max-width: 1470px;
}

.order-review-wrapper {
    position: relative;
}

#place_order.btn.btn-orange {
    background-color: var(--color-orange);
    color: var(--color-white);
    border: 2px solid var(--color-orange);
    border-radius: 0;
    width: 100%;
    padding: 18px;
    color: var(--color-white);
    font-size: 1.8rem;
    font-family: var(--font-lato);
    font-weight: 700;
}

.contacts-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.contact-information {
    width: 590px;
}

h1.contacts-title {
    color: var(--color-ebony);
    font-family: var(--font-secondary);
    font-size: 6.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.contact-information p {
    color: #333;
}

.contacts-location {
    padding-top: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts-location .btn {
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
}

.contacts-location .btn svg {
    width: 24px;
    height: 24px;
}

.btn-grey-border {
    border: 2px solid var(--color-mystic);
    color: var(--color-ebony);
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 100%;
}

.contact-form {
    width: 720px;
}

.contacts-our-contacts {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.contact-information-row {
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}

.contact-information-row svg {
    width: 20px;
    height: 20px;
}

.form-input input {
    background-color: var(--color-catskill);
    padding: 17px;
    border: 1px solid var(--color-catskill);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-ebony);
    width: 100%;
}

.form-input input::placeholder {
    color: var(--color-lynch);
}

.form-input textarea {
    background-color: var(--color-catskill);
    padding: 17px;
    border: 1px solid var(--color-catskill);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-ebony);
    width: 100%;
    min-height: 150px;
    resize: none;    
}

.form-input textarea::placeholder {
    color: var(--color-lynch);
}

.form-input {
    width: 100%;
}

#contact-form .input-row-2 {
    gap: 12px;
    padding-bottom: 12px;
}

.grecaptcha-badge {
    display: none !important;
}

.input-row-switcher {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 12px;
}

.input-row-switcher label.form-person-type {
    border: 1px solid var(--color-mystic);
    padding: 15px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    transition: .4s ease;
}

.input-row-switcher label.form-person-type:hover {
    cursor: pointer;
}

.input-row-switcher label.form-person-type svg {
    opacity: 0;
    transition: .4s ease;
}

.input-row-switcher label.form-person-type span {
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
    transition: .4s ease;
}

.input-row-switcher label.form-person-type:has(input:checked) svg {
    opacity: 1;
}

.input-row-switcher label.form-person-type input {
    display: none;
}

.input-row-switcher label.form-person-type:has(input:checked) span {
    color: var(--color-orange);
}

.input-row-switcher label.form-person-type:has(input:checked) {
    border-color: var(--color-orange);
}

.form-input:has(.hes2-select) .select2-container {
    width: 100% !important;
}

.form-input:has(.hes2-select) .select2-container--default .select2-selection--single {
    background-color: var(--color-catskill);
    padding: 17px;
    border: 1px solid var(--color-catskill);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-ebony);
    width: 100%;
    height: 57px;
}

.form-input:has(.hes2-select) .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}

.input-row-1 {
    padding-bottom: 12px;
}

.form-button {
    padding-top: 18px;
}

.form-button button {
    width: 100%;
}   

#contact-form {
    position: relative;
}

.form-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .85);
    display: none;
}

.form-success-inner {
    max-width: 400px;
    width: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #FFF;
        border: 1px solid var(--color-mystic);
}

.form-success-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.form-success-close svg {
    width: 16px;
    height: 16px;
}

.form-success-title {
    text-align: center;
    font-family: var(--font-secondary);
    color: var(--color-ebony);
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.1px;
    padding-bottom: 10px;
}

.form-success-description {
    color: var(--color-oxford);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}

.form-success-btn {
    padding-top: 30px;
    width: 100%;
}

.form-success-btn button,
.form-success-btn a {
    width: 100%;
}

.map-wrapper {
    padding: 40px 0;
}

#map {
    height: 620px;
}

.header-checkout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-checkout-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 60px;
    height: 82px;
    background-color: #FFF;
    border-bottom: 1px solid var(--color-mystic);
}

.header-checkout-back {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-checkout-back svg {
    width: 24px;
    height: 24px;
}

.header-checkout-back span {
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.header-checkout-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 11px;
}

.header-checkout-logo svg {
    width: 140px;
}

.header-checkout-actions .header-help span {
    color: var(--color-black);
}

.form-input:has(.hes2-select) .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

.form-input:has(.hes2-select) .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: '';
    background-image: url('/wp-content/themes/wb/assets/images/hes_chevron_down.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.auth {
    padding: 40px 0;
}

.post-title.centered-title {
    text-align: center;
}

.auth-form {
    width: 700px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.login-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

.login-form-remember label {
    margin-bottom: 0;
}

.login-form-remember label span {
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.login-form-remember label .hes-checkmark {
    top: 4px;
}

.login-form-forgot a {
    color: var(--color-orange);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.auth-switcher {
    text-align: center;
    padding-top: 40px;
    font-size: 1.6rem;
    color: var(--color-black);
    font-weight: 500;
    line-height: 150%;
}

.auth-switcher a {
    color: var(--color-orange);
    text-decoration: underline;
    font-weight: 600;
}

.input-row-privacy {
    padding-top: 10px;
    padding-bottom: 2px;
}

.input-row-privacy label a {
    color: var(--color-orange);
    text-decoration: underline;
}

.register-legal-fields {
    padding-bottom: 20px;
}

input.validation-error {
    border: 1px solid var(--color-red);
    color: var(--color-red);
}

.validation-error::placeholder {
    color: var(--color-red);
}

.form-error-wrapper {
    margin-top: 12px;
    background-color: rgba(255, 0, 0, .25);
}

.form-error {
    color: var(--color-red);
    padding: 12px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}

.hes-checkbox-container.validation-error {
    border: 1px solid var(--color-red);
}

.profile-confirmed-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 110%;
    padding-bottom: 10px;
}

.profile-confirmed-description {
    text-align: center;
}

.profile-confirmed-btn {
    text-align: center;
    padding-top: 20px;
}

.hes-my-account {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 60px;
    padding: 40px 0;
}

.woocommerce-account .hes-my-account .woocommerce-MyAccount-navigation {
    float: initial;
    width: 100%;
    padding: 24px 20px;
    background-color: var(--color-catskill);
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 0;
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
}

.woocommerce-account .hes-my-account .woocommerce-MyAccount-content {
    float: initial;
    width: 100%;
}

.product-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.product-popup-wrapper {
    width: 400px;
    background-color: var(--color-white);
    padding: 40px;
    position: relative;
}

.product-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.product-popup-close svg {
    width: 24px;
    height: 24px;
}

.product-popup-title {
    font-family: var(--font-secondary);
    color: var(--color-ebony);
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.14px;
    text-align: center;
    padding-bottom: 10px;
}

.product-popup-description {
    text-align: center;
}

.product-popup-options {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-popup-options .btn {
    padding: 12px 16px;
    font-size: 1.5rem;
    gap: 10px;
}

.product-popup-close:hover {
    cursor: pointer;
}

.wpml-ls-legacy-dropdown {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .4s ease;
    padding: 0 10px;
}

.wpml-ls-legacy-dropdown:hover {
    background-color: #2C323B;
}

.wpml-ls-legacy-dropdown a {
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    background-color: transparent;
    border: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language > a:before {
    content: '';
    background-image: url('/wp-content/themes/wb/assets/images/hes_language.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language > a .wpml-ls-flag {
    display: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language > a {
    padding-left: 25px;
    padding-right: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language > a:hover {
    background-color: transparent;
    color: var(--color-white);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    background-color: var(--color-white);
    width: calc(100% + 16px);
    left: -8px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: var(--color-black);
    text-align: center;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: transparent;
    color: var(--color-white);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: none;
}

.dpd-carrier-icon-image-holder {
    display: none;
}

.liaa {
    padding: 40px 0;
}

.liaa-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: center;
}

.liaa-image {
    text-align: right;
}

.liaa-text p {
    font-size: 1.6rem;
}

.header-help {
    position: relative;
}

.need-help-dropdown {
    position: absolute;
    top: 100%;
    width: 360px;
    padding: 20px;
    background-color: var(--color-white);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s ease;
    z-index: 2;
}

.header-overlay {
    position: fixed;
    top: 116px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s ease;
}

.header-help:hover .need-help-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.header-help:hover .header-overlay {
    opacity: 1;
    visibility: visible;
}

.need-help-dropdown-title {
    color: var(--color-oxford);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 12px;
}

.need-help-row {
    padding: 12px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 14px;
}

.need-help-row svg {
    width: 20px;
    height: 20px;
}

.need-help-title {
    color: var(--color-ebony);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 120%;
}

.need-help-description {
    color: var(--color-oxford);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}

.footer-contact-info-row {
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 150%;
}

.woocommerce-order .woocommerce-notice {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 3.8rem;
    color: var(--color-ebony);
    padding-bottom: 30px;
    letter-spacing: 1.14px;
}

.woocommerce ul.order_details li {
    font-size: 1.2rem;
}

.woocommerce-order h2 {
    font-family: var(--font-secondary);
    font-size: 2.6rem;
    letter-spacing: 1.2px;
    padding-bottom: 12px;
    font-weight: 400;
}

.woocommerce table.shop_table td {
    font-size: 1.5rem;
}

.woocommerce table.shop_table th {
    font-size: 1.5rem;
}