*,
*::before,
*::after {
  	-webkit-box-sizing: border-box;
  	        box-sizing: border-box;
}

*, :active, :hover, :focus {
    outline: none!important;
}

ul[class],
ol[class] {
  	padding: 0;
}


body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  	margin: 0;
}

h1,
h2,
h3,
h4 {
	font-weight: 400!important;
}

body {
  	min-height: 100vh;
  	scroll-behavior: smooth;
  	text-rendering: optimizeSpeed;
  	line-height: 1.5;
	padding: 0;
}

body.not-scroll {
	overflow-y: hidden!important;
}

ul[class],
ol[class] {
  	list-style: none;
}

a:not([class]) {
  	-webkit-text-decoration-skip: ink;
  	        text-decoration-skip-ink: auto;
}

img {
  	max-width: 100%;
  	display: block;
}

article > * + * {
  	margin-top: 1em;
}

input,
button,
textarea,
select {
  	font: inherit;
}

input[type='search']::-webkit-search-decoration, 
input[type='search']::-webkit-search-cancel-button, 
input[type='search']::-webkit-search-results-button, 
input[type='search']::-webkit-search-results-decoration {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
	  -webkit-animation-duration: 0.01ms !important;
	          animation-duration: 0.01ms !important;
	  -webkit-animation-iteration-count: 1 !important;
	          animation-iteration-count: 1 !important;
	  -webkit-transition-duration: 0.01ms !important;
	       -o-transition-duration: 0.01ms !important;
	          transition-duration: 0.01ms !important;
	  scroll-behavior: auto !important;
  }
}


/* Общие */
body {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size)!important;
    font-style: var(--e-global-typography-text-font-style);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    word-spacing: var(--e-global-typography-text-word-spacing);
    color: var(--e-global-color-primary);
}

.woocommerce a.button.loading::after {
    right: calc(50% - 12px)!important;
    top: calc(50% - 12px)!important;
}


/* Chexbox */
input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type="checkbox"] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid var(--e-global-color-22b524d);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
}

input[type="checkbox"]:not(:disabled):not(:checked)+label:hover::before {
    border-color: var(--e-global-color-primary);
}

input[type="checkbox"]:not(:disabled):active+label::before {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

input[type="checkbox"]:focus:not(:checked)+label::before,
input[type="checkbox"]:focus+label::before {
    border-color: var(--e-global-color-primary);
}

input[type="checkbox"]:checked+label::before {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    background-image: url('../img/icon-check.svg');
    background-size: 10px;
}

input[type="checkbox"]:disabled+label::before {
    background-color: var(--e-global-color-b816a0c);
}

/* Elementor текст */
.elementor-widget-text-editor li + li,
.elementor-widget-text-editor p + p {
	margin-top: 20px;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	padding-left: 20px;
}

.elementor-widget-text-editor ol > ol {
	list-style: lower-latin;
}

.elementor-widget-text-editor a,
.elementor-form a {
    color: inherit;
    font-weight: 500;
}

.elementor-widget-text-editor a:not(:hover),
.elementor-form a:not(:hover) {
    text-decoration: underline;
}

/* Товары в каталоге */
.archive-description {
    margin-top: 20px;
}

.archive-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 10px;
    padding: 0!important;
    margin: 30px 0!important;
}

.archive-categories a {
    color: var( --e-global-color-primary );
    background: var( --e-global-color-b816a0c );
    padding: 5px 10px;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size)!important;
    font-style: var(--e-global-typography-secondary-font-style);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
}

.archive-categories a:hover {
    color: inherit;
    background: var( --e-global-color-1c2d445 );
}

@media (max-width: 1024px) {
    .archive-categories {
        margin: 20px 0!important;
    }
}

@media (max-width: 767px) {
    .archive-categories {
        margin: 10px 0!important;
    }
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px!important;
    margin: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}

.woocommerce .columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce .columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
    .woocommerce .products ul,
    .woocommerce ul.products {
        grid-gap: 30px!important;
    }
    .woocommerce .columns-4 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .woocommerce .columns-3 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .woocommerce .products ul,
    .woocommerce ul.products {
        grid-gap: 20px!important;
    }
    .woocommerce .columns-4 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.woocommerce .columns-4 li.product:nth-child(-n+13),
.woocommerce-page .columns-4 li.product:nth-child(-n+13),
.woocommerce .columns-3 li.product:nth-child(-n+10),
.woocommerce-page .columns-3 li.product:nth-child(-n+10) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.woocommerce .columns-4 .elementor-section {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

.woocommerce .columns-3 .elementor-section {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}

@media (max-width: 1024px) {
    .woocommerce .columns-3 .elementor-section,
    .woocommerce .columns-4 .elementor-section {
        -ms-grid-column-span: 3;
        grid-column: span 3;
    }
}

@media (max-width: 767px) {
    .woocommerce .columns-3 .elementor-section,
	.woocommerce .columns-4 .elementor-section {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
	.woocommerce .columns-3 li.product:nth-child(-n+11),
	.woocommerce-page .columns-3 li.product:nth-child(-n+11) {
		-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
				order: -1;
	}
}
 
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
}

/* Карточка товара в каталоге */
li.product {
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

li.product .product__wrap {
    position: relative;
}

li.product .product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var( --e-global-color-32ad4cf );
	border: 1px solid var( --e-global-color-1c2d445 );
	width: 100%;
    aspect-ratio: 1 / 1;
	position: relative;
}

li.product .product__hover {
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

li.product:not(:hover) .product__hover {
    opacity: 0;
}

li.product .product__hover .button,
li.product .product__hover .added_to_cart {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    color: var(--e-global-color-32ad4cf);
    background-color: #171D42;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 30px 17px 30px;
    margin: 0!important;
}

li.product .product__hover .button.added {
    display: none!important;
}

li.product .product__hover .button:hover,
li.product .product__hover .button:focus,
li.product .product__hover .added_to_cart:hover,
li.product .product__hover .added_to_cart:focus {
    background-color: var(--e-global-color-392b657);
}

/*
li.product:hover .product__image:after {
	content: '';
    display: block;
    background: var(--e-global-color-primary);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
*/

li.product .product__image img {
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0!important;
	aspect-ratio: 1 / 1!important;
}

li.product .product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 15px;
}

li.product .product__title {
    font-family: var(--e-global-typography-0745285-font-family), Sans-serif;
    font-size: var(--e-global-typography-0745285-font-size)!important;
    font-style: var(--e-global-typography-0745285-font-style);
    font-weight: var(--e-global-typography-0745285-font-weight);
    text-transform: var(--e-global-typography-0745285-text-transform);
    font-style: var(--e-global-typography-0745285-font-style);
    line-height: var(--e-global-typography-0745285-line-height);
    letter-spacing: var(--e-global-typography-0745285-letter-spacing);
    word-spacing: var(--e-global-typography-0745285-word-spacing);
    padding: 0!important;
    margin-bottom: 7px;
}

li.product .product__title a {
    color: var(--e-global-color-primary);
    color: inherit;
}

li.product:hover .product__title a {
    text-decoration: underline!important;
}

li.product .product__excerpt {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size)!important;
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    font-style: var(--e-global-typography-d48992e-font-style);
    line-height: var(--e-global-typography-d48992e-line-height);
    letter-spacing: var(--e-global-typography-d48992e-letter-spacing);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    color: var(--e-global-color-text);
    margin-bottom: 2px;
}

li.product .product__excerpt strong {
    color: var(--e-global-color-primary);
}

li.product .product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

li.product .product__price .price {
    margin-bottom: 0!important;
}

li.product .product__price span {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-style: var(--e-global-typography-secondary-font-style);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
}
li.product .product__price > span > span,
li.product .product__price ins {
	color: var(--e-global-color-primary);
    text-decoration: none;
}

li.product .product__price del {
    opacity: 1!important;
	color: var(--e-global-color-text)!important;
}

/* Сортировка WooCommerce */
.woocommerce-ordering-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    margin-bottom: 30px;
}

.woocommerce-ordering-custom + .woocommerce-ordering {
    display: none;
}

.woocommerce-ordering-custom__title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 5px;
}

.woocommerce-ordering-custom__title strong {
    font-weight: 500;
}

.woocommerce-ordering-custom__title:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon-chevron-down.svg);
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
}

.woocommerce-ordering-custom__dropdown:hover .woocommerce-ordering-custom__title:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.woocommerce-ordering-custom__dropdown:not(:hover) .woocommerce-ordering-custom__wrap {
    display: none;
    opacity: 0;
}

.woocommerce-ordering-custom__wrap {
    width: auto;
    min-width: 10em;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

.woocommerce-ordering-custom__list {
    background-color: var(--e-global-color-32ad4cf);
    border: 1px solid var(--e-global-color-1c2d445);
    padding: 15px!important;
    margin-top: 5px;
}

.woocommerce-ordering-custom__list li + li {
    margin-top: 5px;
}

.woocommerce-ordering-custom__list li:hover {
    font-weight: 500;
}

.woocommerce-ordering-custom__list li:hover {
    cursor: pointer;
}

.elementor-widget-container>.facetwp-pager {
    order: 5;
    padding-top: 50px;
    margin-top: 100px;
    border-top: 1px solid var(--e-global-color-22b524d);
}

/* @media(max-width: 767px) {
    .elementor-widget-container>.facetwp-pager {
        margin-bottom: 300px;
    }
} 

@media(max-width: 730px) {
    .elementor-widget-container>.facetwp-pager {
        margin-bottom: 200px;
    }
}

@media(max-width: 680px) {
    .elementor-widget-container>.facetwp-pager {
        margin-bottom: 100px;
    }
}

@media(max-width: 620px) {
    .elementor-widget-container>.facetwp-pager {
        margin-bottom: 0;
    }
} */

.facetwp-pager .facetwp-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.facetwp-pager a {
    margin: 0 -0.5px;
    padding: .5em;
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    min-height: 36px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media(min-width: 768px) {
    .facetwp-pager a.prev {
        /* margin-left: auto; */
        position: absolute;
        left: 0;
        top: 0;
    }

    .facetwp-pager a.next {
        /* margin-right: auto; */
        position: absolute;
        right: 0;
        top: 0;
    }
}

.facetwp-pager a:not(.next, .prev).active {
    background-color: #e9e6ed;
    color: #816e99;
    font-weight: 400;
}

.facetwp-pager a:not(.next, .prev, .dots) {
    border: 1px solid #cfc8d8;
}

.facetwp-pager .next {
    /* margin-left: auto; */
    font-size: 0;
    display: inline-flex;
    align-items: center;
}

.facetwp-pager .next:after {
    content: '';
    background-image: url(../img/icon-arrow-right.svg);
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
}

.facetwp-pager .next:before {
    content: "Next";
    font-size: 18px;
}

.facetwp-pager .prev {
    /* margin-right: auto; */
    font-size: 0;
    display: inline-flex;
    align-items: center;
}

.facetwp-pager .prev:before {
    content: '';
    background-image: url(../img/icon-arrow-left.svg);
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
}

.facetwp-pager .prev:after {
    content: "Previous";
    font-size: 18px;
}

@media(max-width: 1024px) {
    .facetwp-pager .prev:after {
        font-size: 16px;
    }

    .facetwp-pager .next:before {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .facetwp-pager .prev {
        margin-right: 0;
    }

    .facetwp-pager .next {
        margin-left: 0;
    }

    .facetwp-pager .prev:after {
        display: none;
    }

    .facetwp-pager .prev:before {
        margin-right: 0;
    }

    .facetwp-pager .next:before {
        display: none;
    }

    .facetwp-pager .next:after {
        margin-left: 0;
    }

    .facetwp-pager .next,
    .facetwp-pager .prev {
        margin: 0 -0.5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-weight: 400;
        border: 1px solid #cfc8d8;
        min-width: 36px;
    }
}

/* Пагинация WooCommerce */
nav.woocommerce-pagination {
    padding-top: 50px;
    margin-top: 100px;
    border-top: 1px solid var(--e-global-color-22b524d);
	display: none !important;
}

nav.woocommerce-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 10px;
    padding: 0 100px;
    margin: 0;
    border: none;
}



nav.woocommerce-pagination ul:before,
nav.woocommerce-pagination ul:after {
    display: none!important;
}

nav.woocommerce-pagination ul li {
    border: none;
}

nav.woocommerce-pagination ul li:first-child .page-numbers:not(.prev) {
    margin-left: auto;
}

nav.woocommerce-pagination ul li:last-child .page-numbers.next {
    margin-left: auto;
}

nav.woocommerce-pagination ul li > a,
nav.woocommerce-pagination ul li > span {
    color: var(--e-global-color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
}

nav.woocommerce-pagination ul li:first-child > a.prev {
    left: 0;
}

nav.woocommerce-pagination ul li:last-child > a.next {
    right: 0;
}

nav.woocommerce-pagination ul li:first-child > a.prev > span,
nav.woocommerce-pagination ul li:last-child > a.next > span {
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
}

nav.woocommerce-pagination ul li:first-child > a.prev:before,
nav.woocommerce-pagination ul li:last-child > a.next:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
}

nav.woocommerce-pagination ul li:first-child > a.prev:before {
    background-image: url('../img/icon-arrow-left.svg');
    margin-right: 10px;
}

nav.woocommerce-pagination ul li:last-child > a.next:after {
    background-image: url('../img/icon-arrow-right.svg');
    margin-left: 10px;
}

nav.woocommerce-pagination ul li > a:focus,
nav.woocommerce-pagination ul li > a:hover,
nav.woocommerce-pagination ul li > span.current {
    color: inherit;
    background: var( --e-global-color-b816a0c );
}

@media (min-width: 768px) {
    nav.woocommerce-pagination ul li:first-child > a.prev,
    nav.woocommerce-pagination ul li:last-child > a.next {
        width: auto;
        padding: 0;
        position: absolute;
    }
    
    nav.woocommerce-pagination ul li > a.prev:focus,
    nav.woocommerce-pagination ul li > a.next:focus,
    nav.woocommerce-pagination ul li > a.prev:hover,
    nav.woocommerce-pagination ul li > a.next:hover {
        text-decoration: underline;
        background: none;
    }
}

@media (max-width: 1024px) {
    .woocommerce-pagination {
        padding-top: 30px!important;
        margin-top: 60px!important;
    }
}

@media (max-width: 767px) {
    .woocommerce-pagination {
        padding-top: 20px!important;
        margin-top: 40px!important;
    }
    
    nav.woocommerce-pagination ul {
        padding: 0;
    }
    
    nav.woocommerce-pagination ul li:first-child > a.prev > span,
    nav.woocommerce-pagination ul li:last-child > a.next > span {
        font-size: 0;
    }
    
    nav.woocommerce-pagination ul li:first-child > a.prev:before,
    nav.woocommerce-pagination ul li:last-child > a.next:after {
        margin: 0;
    }
}

@media (max-width: 359px) {
    nav.woocommerce-pagination ul li:first-child > a.prev,
    nav.woocommerce-pagination ul li:last-child > a.next {
        display: none;
    }
}


/* Страница товара */
.single-product .woocommerce-notices-wrapper {
    padding: 0 20px;
}


.woocommerce-notices-wrapper .woocommerce-error,
.single-product .woocommerce-message {
    width: 100%;
    max-width: 1440px;
	padding: 1em 2em 1em 3.5em;
    margin: 0 auto 50px auto;
}

.wc-empty-cart-message .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-info {
    padding: 20px 65px !important;
    background-color: #FAF7F6 !important;
    border: none !important;
    border-left: 3px solid #171D42 !important;
    font-size: 16px;
    line-height: 22px;
}

.woocommerce-notices-wrapper .woocommerce-info:before {
    display: none;
}

.woocommerce-notices-wrapper .woocommerce-info {
    background: url(https://staging-williamsontea2.kinsta.cloud/wp-content/uploads/2024/08/truck.svg) no-repeat;
    background-position-y: center;
    background-position-x: 24px;
}

.single-product .woocommerce-message a {
    color: var(--e-global-color-32ad4cf)!important;
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: auto!important;
    border-radius: 50px;
    padding: 10px 30px;
}

.single-product .woocommerce-message a:hover {
    background-color: var(--e-global-color-392b657);
}

@media (max-width: 1024px) {
    .single-product .woocommerce-message {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .single-product .woocommerce-message {
        margin-bottom: 20px;
    }
}

.single-product__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 50px
}

.single-product__image {
    width: calc(100% / 12 * 6 );
}

.single-product__image .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1 / 1;
}

.single-product__image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
	aspect-ratio: 1 / 1!important;
}

.single-product__info {
    width: calc(100% / 12 * 6 );
}

.single-product__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 10px;
    padding: 0!important;
    margin-bottom: 15px!important;
}

.single-product__categories a {
    color: var( --e-global-color-primary );
    background: var( --e-global-color-b816a0c );
    padding: 5px 10px;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size)!important;
    font-style: var(--e-global-typography-secondary-font-style);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
}

.single-product__categories a:hover {
    color: inherit;
    background: var( --e-global-color-1c2d445 );
}

.single-product__title {
    font-family: var(--e-global-typography-0f493ed-font-family), Sans-serif;
    font-size: var(--e-global-typography-0f493ed-font-size)!important;
    font-style: var(--e-global-typography-0f493ed-font-style);
    font-weight: var(--e-global-typography-0f493ed-font-weight);
    text-transform: var(--e-global-typography-0f493ed-text-transform);
    font-style: var(--e-global-typography-0f493ed-font-style);
    line-height: var(--e-global-typography-0f493ed-line-height);
    letter-spacing: var(--e-global-typography-0f493ed-letter-spacing);
    word-spacing: var(--e-global-typography-0f493ed-word-spacing);
}

.single-product__excerpt {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size)!important;
    font-style: var(--e-global-typography-d48992e-font-style)!important;
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    font-style: var(--e-global-typography-d48992e-font-style);
    line-height: var(--e-global-typography-d48992e-line-height);
    letter-spacing: var(--e-global-typography-d48992e-letter-spacing);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    margin-top: 15px;
}

.single-product__price {
    margin-top: 30px;
}

.single-product__price span {
    font-family: "FuturaPT", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.single-product__price ins {
    text-decoration: none;
}

.single-product__description {
    margin-top: 15px;
}


.single-product__cart .stock {
    margin-top: 15px;
}

.single-product__cart form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 15px;
    margin-top: 30px;
}

.single-product__cart form::after,
.single-product__cart form::before {
    display: none!important;
}

.single-product__cart .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0!important;
    position: relative;
}

.single-product__cart .quantity input {
    text-align: center;
    height: 100%!important;
    width: 170px!important;
    min-width: 170px;
    max-width: 170px;
    height: 60px;
    padding: 0 50px;
    border: 1.5px solid var( --e-global-color-1c2d445 );
    border-radius: 50px!important;
}

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

.single-product__cart .quantity input[type=number]{
    -moz-appearance: textfield;
}

.single-product .quantity__minus,
.single-product .quantity__plus {
    width: 20px;
    height: 20px;
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
}

.single-product .quantity__minus {
    background-image: url('../img/icon-minus-sm.svg');
    left: 30px;
}

.single-product .quantity__plus {
    background-image: url('../img/icon-plus-sm.svg');
    right: 30px;
}

.single-product__cart .button[type="submit"] {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-style: var(--e-global-typography-secondary-font-style);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    color: var(--e-global-color-32ad4cf)!important;
    background-color: var(--e-global-color-primary)!important;
    border-radius: 50px;
    padding: 17px 30px 17px 30px;
    height: 60px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.single-product__cart .button[type="submit"]:hover,
.single-product__cart .button[type="submit"]:focus {
    background-color: var(--e-global-color-392b657)!important;
}

.single-product__additional {
    margin-top: 60px;
    padding-top: 45px;
    border-top: 1px solid var( --e-global-color-1c2d445 );
}

.single-product__additional {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
}


.single-product__additional > h2 {
    font-family: var(--e-global-typography-0745285-font-family), Sans-serif;
    font-size: var(--e-global-typography-0745285-font-size);
    font-style: var(--e-global-typography-0745285-font-style);
    font-weight: var(--e-global-typography-0745285-font-weight);
    text-transform: var(--e-global-typography-0745285-text-transform);
    line-height: var(--e-global-typography-0745285-line-height);
    word-spacing: var(--e-global-typography-0745285-word-spacing);
    margin-bottom: 15px;
}


@media (max-width: 1024px) {
    .single-product__wrap {
        grid-gap: 30px
    }
    .single-product__image {
        width: calc(100% / 12 * 4 );
    }
    .single-product__info {
        width: calc(100% / 12 * 8 );
    }
    .single-product__additional {
        margin-top: 40px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .single-product__wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-gap: 20px
    }
    .single-product__image,
    .single-product__info {
        width: 100%
    }
    .single-product__cart form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .single-product__cart .quantity input {
        width: 100%!important;
    }
    .single-product__additional {
        margin-top: 20px;
        padding-top: 15px;
    }
}

/* WooCommerce Cart */

.woocommerce .return-to-shop a {
    color: var(--e-global-color-32ad4cf)!important;
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: auto!important;
    border-radius: 50px;
    padding: 10px 30px;
}

.woocommerce .return-to-shop a:hover {
    background-color: var(--e-global-color-392b657);
}

.woocommerce .woocommerce-cart-form table.shop_table {
    border: none!important;
    margin: 0!important;
}


@media (min-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 40px;
    }
}

.woocommerce .woocommerce-cart-form table.shop_table tbody tr {
    border-top: 1px solid var( --e-global-color-1c2d445 )!important;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form table.shop_table tr {
        border-top: none!important;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid var( --e-global-color-1c2d445 )!important;
    }
}

.woocommerce .woocommerce-cart-form table.shop_table th {
    padding: 0 0 15px 0!important
}

.woocommerce .woocommerce-cart-form table.shop_table th,
.woocommerce .woocommerce-cart-form table.shop_table td:before {
    font-weight: var(--e-global-typography-text-font-weight)!important;
    line-height: var(--e-global-typography-text-line-height)!important;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
    border: none;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table td {
        padding: 20px 0;
        position: relative;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form table.shop_table td {
        border: none;
        padding: 10px 0;
        width: 100%;
        background-color: transparent!important
    }
    .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        grid-gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .woocommerce .woocommerce-cart-form table.shop_table td:first-child {
        padding-top: 30px;
        position: relative;
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail:before {
    display: none;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
        grid-gap: 50px;
        width: 190px;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 120px;
    max-width: 120px;
	height: 120px;
	max-height: 120px;
    /*background: var( --e-global-color-b816a0c );*/
    aspect-ratio: 1 / 1;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail .image img {
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0!important;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail .remove {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: none;
    background-image: url('../img/icon-x.svg');
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
    position: relative;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail .remove:not(:hover) {
    -webkit-filter: invert(50%) sepia(7%) saturate(809%) hue-rotate(195deg) brightness(98%) contrast(94%);
            filter: invert(50%) sepia(7%) saturate(809%) hue-rotate(195deg) brightness(98%) contrast(94%);
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail .remove {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-gap: 10px;
        width: calc(50% - 190px);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name a {
    font-family: var(--e-global-typography-a88bfee-font-family), Sans-serif;
    font-size: var(--e-global-typography-a88bfee-font-size);
    font-style: var(--e-global-typography-a88bfee-font-style);
    font-weight: var(--e-global-typography-a88bfee-font-weight);
    text-transform: var(--e-global-typography-a88bfee-text-transform);
    line-height: var(--e-global-typography-a88bfee-line-height);
    word-spacing: var(--e-global-typography-a88bfee-word-spacing);
    color: inherit;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-price,
    .woocommerce .woocommerce-cart-form table.shop_table .product-quantity,
    .woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(50% / 3);
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .quantity input {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    border: 1px solid var( --e-global-color-1c2d445 )!important;
    width: 40px;
    height: 40px;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-quantity input::-webkit-outer-spin-button,
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity__minus,
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity__plus {
    display: none;
}

.woocommerce .woocommerce-checkout .woocommerce-Price-amount {
    font-weight: 500;
}

.woocommerce .woocommerce-cart-form table.shop_table .actions {
    width: 100%;
    padding: 30px 0;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
    text-align: right;
}

.woocommerce-cart-form table.cart td.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: transparent!important;
}

@media (max-width: 767px) {
    .woocommerce-cart-form table.cart td.actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 20px;
    }
}

.woocommerce-cart-form table.cart td.actions .coupon {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
    padding: 0;
}

.woocommerce-cart-form table.cart td.actions .coupon:before,
.woocommerce-cart-form table.cart td.actions .coupon:after {
    display: none;
}

.woocommerce-cart-form table.cart td.actions .coupon .input-text {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    height: 44px;
    width: 100%;
    border: 1px solid var( --e-global-color-1c2d445 )!important;
    max-width: 380px;
    padding: 0 14px;
    margin-right: 0;
}

.woocommerce-cart-form table.cart td.actions .button {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: auto!important;
    border-radius: 50px;
    padding: 10px 30px;
}

@media (max-width: 767px) {
    .woocommerce-cart-form table.cart td.actions .button {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

.woocommerce-cart-form table.cart td.actions .button[name="apply_coupon"] {
    color: var(--e-global-color-32ad4cf);
    background-color: var(--e-global-color-primary);
}

.woocommerce-cart-form table.cart td.actions .button[name="apply_coupon"]:hover {
    background-color: var(--e-global-color-392b657);
}


.woocommerce-cart-form table.cart td.actions .button[name="update_cart"] {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-32ad4cf);
    border: 1px solid var(--e-global-color-1c2d445);
    width: auto;
}

.woocommerce-cart-form table.cart td.actions .button[name="update_cart"]:not([disabled]):hover {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 25%;
    min-width: 360px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
    border: none;
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-title td {
    text-align: left!important;
    padding: 10px 0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-title td:before {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
    font-weight: var( --e-global-typography-text-font-weight );
    padding: 15px 0;
    background: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table td:before {
    font-weight: var( --e-global-typography-text-font-weight );
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total td {
    text-align: right;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-Price-amount {
    font-weight: 500;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0!important;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        margin-top: 25px;
    }
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: 100%!important;
    border-radius: 50px;
    padding: 17px 30px;
    margin-bottom: 0;
    color: var(--e-global-color-32ad4cf);
    background-color: var(--e-global-color-primary);
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    background-color: var(--e-global-color-392b657);
}

@media (max-width: 767px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        min-width: 100%;
    }
}

/* WooCommerce Checkout */
.woocommerce-NoticeGroup-checkout .woocommerce-error {
    padding: 1em 2em 1em 3.5em;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .woocommerce-NoticeGroup-checkout .woocommerce-error {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce-NoticeGroup-checkout .woocommerce-error {
        margin-bottom: 20px;
    }
}

.woocommerce-checkout {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
}

.woocommerce-checkout a {
    color: inherit;
    font-weight: 500;
}

.woocommerce-checkout a:not(:hover) {
    text-decoration: underline;
}

.woocommerce-checkout h3 {
    font-family: var(--e-global-typography-a88bfee-font-family), Sans-serif;
    font-size: var(--e-global-typography-a88bfee-font-size);
    font-style: var(--e-global-typography-a88bfee-font-style);
    font-weight: var(--e-global-typography-a88bfee-font-weight);
    text-transform: var(--e-global-typography-a88bfee-text-transform);
    line-height: var(--e-global-typography-a88bfee-line-height);
    word-spacing: var(--e-global-typography-a88bfee-word-spacing);
}

.woocommerce-checkout-customer-details h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid var( --e-global-color-22b524d );
}

.woocommerce-checkout-customer-details h3 + * {
   margin-top: 35px;
}

form.woocommerce-checkout .woocommerce-checkout__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 50px;
}

@media (max-width: 1024px) {
    .woocommerce-checkout-customer-details h3 + * {
       margin-top: 25px;
    }
    form.woocommerce-checkout .woocommerce-checkout__wrap {
        grid-gap: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout-customer-details h3 + * {
       margin-top: 15px;
    }
    form.woocommerce-checkout .woocommerce-checkout__wrap {
        grid-gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.woocommerce-checkout-customer-details {
    width: 50%;
}

@media (max-width: 767px) {
    .woocommerce-checkout-customer-details {
        width: 100%;
    }
}

form.woocommerce-checkout .form-row {
    padding: 0;
    margin: 0;
}

form.woocommerce-checkout .form-row:not(:last-child) {
    margin-bottom: 25px;
}

form.woocommerce-checkout .form-row#billing_address_1_field {
    margin-bottom: 15px;
}

form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-last {
    width: calc(50% - 25px);
}

form.woocommerce-checkout .woocommerce-shipping-fields,
form.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 35px;
}

@media (max-width: 1024px) {
    form.woocommerce-checkout .form-row-first,
    form.woocommerce-checkout .form-row-last {
        width: calc(50% - 15px);
    }
    
    form.woocommerce-checkout .form-row:not(:last-child) {
        margin-bottom: 15px;
    }
    
    form.woocommerce-checkout .form-row#billing_address_1_field {
        margin-bottom: 10px;
    }
    
    form.woocommerce-checkout .woocommerce-shipping-fields,
    form.woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    form.woocommerce-checkout .form-row-first,
    form.woocommerce-checkout .form-row-last {
        width: calc(50% - 10px);
    }
    form.woocommerce-checkout .woocommerce-shipping-fields,
    form.woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 15px;
    }
    
    form.woocommerce-checkout .woocommerce-shipping-fields,
    form.woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 15px;
    }
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea.input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 44px;
    width: 100%;
    border: 1px solid var( --e-global-color-1c2d445 )!important;
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
}


.woocommerce-checkout .select2-dropdown {
    border-color: var( --e-global-color-1c2d445 )!important;
}

.woocommerce-checkout textarea.input-text {
    padding: 14px;
    min-height: 120px;
}

.woocommerce-checkout .select2-container .select2-selection--single span {
    padding: 0!important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: auto;
}

.woocommerce form .form-row .required {
    color: inherit;
}

.woocommerce-checkout-review-order {
    width: 50%;
}

@media (max-width: 767px) {
    .woocommerce-checkout-review-order {
        width: 100%;
    }
}

.woocommerce-checkout-review-order-wrap {
    padding: 50px;
    background: var(--e-global-color-b816a0c);
    height: auto;
}

.woocommerce-checkout-review-order-wrap h3 {
    margin-bottom: 35px;
}

@media (max-width: 1024px) {
    .woocommerce-checkout-review-order-wrap {
        padding: 30px;
    }
    .woocommerce-checkout-review-order-wrap h3 {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout-review-order-wrap {
        padding: 20px;
    }
    .woocommerce-checkout-review-order-wrap h3 {
        margin-bottom: 15px;
    }
}

.woocommerce-checkout-review-order table.shop_table {
    border: none;
    border-radius: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table thead {
        display: none;
    }
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item:first-child {
    border-top: 1px solid var( --e-global-color-1c2d445 )!important;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item {
        display: block;
    }
    
    .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item:not(:first-child) {
        margin-top: 20px;
    }
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item:last-child {
    border-bottom: 1px solid var( --e-global-color-1c2d445 )!important;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 20px;
    }
}

.woocommerce .woocommerce-checkout-review-order table.shop_table th {
    border: none!important;
    padding: 0 0 15px 0!important;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table th,
.woocommerce .woocommerce-checkout-review-order table.shop_table td:before {
    font-weight: var(--e-global-typography-text-font-weight)!important;
    line-height: var(--e-global-typography-text-line-height)!important;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table td {
    border: none;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table td span {
    font-weight: 400;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table td {
        padding: 10px 0;
        position: relative;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table td {
        padding: 10px 0;
        position: relative;
    }
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .product-total {
    text-align: right;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .product-thumbnail .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 80px;
    max-width: 80px;
	height: 80px;
	max-height: 80px;
    background: var( --e-global-color-32ad4cf );
    border: 1px solid var( --e-global-color-22b524d );
    aspect-ratio: 1 / 1;
	position: relative;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .product-thumbnail .image img {
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0!important;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .product-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-thumbnail {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-thumbnail {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-name {
        display: block;
    }
    
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-name:before {
        content: attr(data-title) ": ";
        float: left;
    }
}


@media (min-width: 768px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(50% - 80px);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-name {
        text-align: right;
    }
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .product-name__title a,
.woocommerce .woocommerce-checkout-review-order table.shop_table .product-name__title span {
    font-family: var(--e-global-typography-0745285-font-family), Sans-serif;
    font-size: var(--e-global-typography-0745285-font-size);
    font-style: var(--e-global-typography-0745285-font-style);
    font-weight: var(--e-global-typography-0745285-font-weight);
    text-transform: var(--e-global-typography-0745285-text-transform);
    line-height: var(--e-global-typography-0745285-line-height);
    word-spacing: var(--e-global-typography-0745285-word-spacing);
    color: inherit;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name__title a:hover {
    text-decoration: underline;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .product-total {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-style: var(--e-global-typography-text-font-style);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
    word-spacing: var(--e-global-typography-text-word-spacing);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-total {
        display: block;
    }
    .woocommerce .woocommerce-checkout-review-order table.shop_table .product-total:before {
        content: attr(data-title) ": ";
        float: left;
    }
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    min-width: 360px;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr {
        min-width: 100%;
    }
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr:not(:first-child) {
    border-top: 1px solid var(--e-global-color-22b524d)!important;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal {
        margin-top: 10px;
    }
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td {
    padding: 20px 0!important;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total th,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total td {
    padding-bottom: 0!important;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal td,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total td {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-style: var(--e-global-typography-text-font-style);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
    word-spacing: var(--e-global-typography-text-word-spacing);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.woocommerce ul#shipping_method li input {
    margin: 8px 4px 0 0!important;
}

.woocommerce ul#shipping_method li label,
.woocommerce ul#shipping_method li label * {
    font-weight: var(--e-global-typography-text-font-weight)!important;
    line-height: var(--e-global-typography-text-line-height)!important;
}

.woocommerce-checkout #payment ul.payment_methods {
    background: var(--e-global-color-32ad4cf);
    border-bottom: 1px solid var(--e-global-color-b816a0c);
    margin-top: 20px;
}

.woocommerce-checkout #payment .form-row.place-order  {
    background: var(--e-global-color-32ad4cf);
}

.woocommerce-checkout #payment div.payment_box {
    background: var(--e-global-color-b816a0c);
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--e-global-color-b816a0c);
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 0 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    border-radius: 50px;
    padding: 17px 60px;
    margin-bottom: 0;
    color: var(--e-global-color-32ad4cf);
    background-color: var(--e-global-color-primary);
    margin-top: 20px;
}

.woocommerce-page #payment #place_order:hover {
    background-color: var(--e-global-color-392b657)!important;
}


/* WooCommerce Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: calc(25% + 1px);
    border-top: 1px solid var(--e-global-color-1c2d445);
    border-right: 1px solid var(--e-global-color-1c2d445);
    margin-right: -1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 20px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:not(:first-child) {
    border-top: 1px solid var(--e-global-color-1c2d445);
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: inherit;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    padding: 50px;
    border-top: 1px solid var(--e-global-color-1c2d445);
    border-left: 1px solid var(--e-global-color-1c2d445);
}

.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content a {
    color: inherit;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background: none;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(:hover) {
    text-decoration: underline;
}

.woocommerce-MyAccount-delivery-terms {
    background: var(--e-global-color-b816a0c);
    padding: 30px;
    margin-top: 30px;
}

.woocommerce-MyAccount-delivery-terms .delivery-terms-title {
    font-family: var(--e-global-typography-a88bfee-font-family), Sans-serif;
    font-size: var(--e-global-typography-a88bfee-font-size);
    font-style: var(--e-global-typography-a88bfee-font-style);
    line-height: var(--e-global-typography-a88bfee-line-height);
    letter-spacing: var(--e-global-typography-a88bfee-letter-spacing);
    word-spacing: var(--e-global-typography-a88bfee-word-spacing);
}

.woocommerce-MyAccount-delivery-terms .delivery-terms-text {
    color: var( --e-global-color-accent );
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        border-right: none;
        width: 100%
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        border-left: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li {
        padding: 10px 0;
    }
}

.woocommerce-account table.my_account_orders {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size)!important;
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    font-style: var(--e-global-typography-d48992e-font-style);
    line-height: var(--e-global-typography-d48992e-line-height);
    letter-spacing: var(--e-global-typography-d48992e-letter-spacing);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    border-radius: 0;
    border: none;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding-top: 8px;
    padding-bottom: 8px;
}

.woocommerce-account table.my_account_orders th,
.woocommerce-account .woocommerce-orders-table__cell-order-number a {
    font-weight: 500;
    text-decoration: none!important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a:not(:last-child) {
    margin-right: 10px;
}

.woocommerce-account  .woocommerce-orders-table__cell-order-actions a {
    color: var(--e-global-color-32ad4cf)!important;
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: auto!important;
    min-width: 100px;
    border-radius: 50px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none!important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover {
    background-color: var(--e-global-color-392b657);
}


.woocommerce-account .edit-account fieldset {
    border: 1px solid var(--e-global-color-1c2d445);
}

.woocommerce-account .edit-account .woocommerce-Button {
    margin-top: 30px;
}

.woocommerce-account .woocommerce-Addresses {
    border-top: 1px solid var(--e-global-color-1c2d445);
    padding-top: 15px;
    margin-top: 15px;
}


/* Login Page, Register Page */
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row,
.woocommerce-form-lost-password .form-row {
    margin-top: 0!important;
    margin-bottom: 25px;
}

.woocommerce-form-login .form-row.login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}

.woocommerce-form-login .form-row.login__rememberme a {
    color: inherit;
}

.woocommerce-form-login .form-row.login__rememberme a:hover {
    text-decoration: underline;
}

.woocommerce-form-login .form-row.register_form {
    text-align: center;
    margin-top: 25px!important;
    margin-bottom: 0!important;
}

.woocommerce-form-login .form-row.register_form a,
.woocommerce-form-register .woocommerce-privacy-policy-text a {
    color: inherit;
    font-weight: 500;
}

.woocommerce-form-login .form-row.register_form a:not(:hover),
.woocommerce-form-register .woocommerce-privacy-policy-text a:not(:hover) {
    text-decoration: underline;
}

.woocommerce-form-register .form-row-first {
    width: calc(50% - 25px);
    float: left;
}

.woocommerce-form-register .form-row-last {
    width: calc(50% - 25px);
    float: right;
}

.woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-lost-password-text {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .woocommerce-form-register .form-row-first,
    .woocommerce-form-register .form-row-last {
        width: calc(50% - 7.5px);
    }
}

@media (max-width: 767px) {
    .woocommerce-form-register .form-row-first,
    .woocommerce-form-register .form-row-last {
        width: 100%;
    }
}

.woocommerce-form-login .woocommerce-form-row label,
.woocommerce-form-register .woocommerce-form-row label,
.woocommerce-form-lost-password .woocommerce-form-row label {
    display: block;
    line-height: 2;
}

.woocommerce-form-login .woocommerce-form-row input,
.woocommerce-form-register .woocommerce-form-row input,
.woocommerce-form-lost-password .woocommerce-form-row input {
    height: 44px;
    width: 100%;
    border: 1px solid var(--e-global-color-1c2d445)!important;
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
}

.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-form-lost-password button[type="submit"] {
    width: 100%;
    border: none;
    cursor: pointer;
}


@media (max-width: 1024px) {
    .woocommerce-form-login .form-row,
    .woocommerce-form-register .form-row,
    .woocommerce-form-lost-password .form-row,
    .woocommerce-form-register .woocommerce-privacy-policy-text {
        margin-bottom: 15px;
    }
    .woocommerce-form-login .form-row.login__rememberme {
        margin-bottom: 30px;
    }
    .woocommerce-form-login .form-row.register_form {
        margin-top: 20px!important;
    }
}

@media (max-width: 767px) {
    .woocommerce-form-login .form-row.login__rememberme {
        margin-bottom: 15px;
    }
    .woocommerce-form-login .form-row.register_form {
        margin-top: 15px!important;
    }
}

/* Woof filter */
.woof-dropdown__btn {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.woof-dropdown__btn:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon-chevron-down.svg);
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.woof-dropdown__btn.active:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.woof-dropdown__content {
    display: none;
}

.woof-dropdown__btn span {
    font-weight: 400;
}

.woof-dropdown__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.woof-dropdown__title h2 {
    font-family: var(--e-global-typography-0745285-font-family), Sans-serif;
    font-size: var(--e-global-typography-0745285-font-size);
    font-style: var(--e-global-typography-0745285-font-style);
    font-weight: var(--e-global-typography-0745285-font-weight);
    text-transform: var(--e-global-typography-0745285-text-transform);
    line-height: var(--e-global-typography-0745285-line-height);
    word-spacing: var(--e-global-typography-0745285-word-spacing);
    color: inherit;
}

.woof-dropdown__title a {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: 500;
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    color: inherit;
}

.woof-dropdown__title a:not(:hover) {
    text-decoration: underline;
}

.woof-dropdown__title-reset {
    display: none;
}

.woof-dropdown__content {
    padding-top: 30px;
}

.woof_container {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--e-global-color-1c2d445);
}

.woof_container_inner h4 {
    font-family: var(--e-global-typography-0745285-font-family), Sans-serif;
    font-size: var(--e-global-typography-0745285-font-size);
    font-style: var(--e-global-typography-0745285-font-style);
    font-weight: var(--e-global-typography-0745285-font-weight);
    text-transform: var(--e-global-typography-0745285-text-transform);
    line-height: var(--e-global-typography-0745285-line-height);
    word-spacing: var(--e-global-typography-0745285-word-spacing);
    color: inherit;
    position: relative;
    margin-bottom: 0;
}

a.woof_front_toggle {
    width: 15px;
    height: 15px;
    font-size: 0;
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
}

a.woof_front_toggle.woof_front_toggle_opened {
    background-image: url(../img/icon-minus-sm.svg);
}

a.woof_front_toggle.woof_front_toggle_closed {
    background-image: url(../img/icon-plus-sm.svg);
}

.woof_block_html_items {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    margin-top: 15px;
}

ul.woof_list li,
ul.woof_list input,
ul.woof_list label {
    padding: 0!important;
    margin: 0!important;
}

ul.woof_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.woof_list label {
    font-weight: 400;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

ul.woof_list input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

ul.woof_list input[type="checkbox"] + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

ul.woof_list input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid var(--e-global-color-22b524d);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%;
}

ul.woof_list input[type="checkbox"]:not(:disabled):not(:checked)+label:hover::before {
    border-color: var(--e-global-color-primary);
}

ul.woof_list input[type="checkbox"]:not(:disabled):active+label::before {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

ul.woof_list input[type="checkbox"]:focus:not(:checked)+label::before,
ul.woof_list input[type="checkbox"]:focus+label::before {
    border-color: var(--e-global-color-primary);
}

ul.woof_list input[type="checkbox"]:checked+label::before {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    background-image: url('../img/icon-check.svg');
    background-size: 10px;
}

ul.woof_list input[type="checkbox"]:disabled+label::before {
    background-color: var(--e-global-color-b816a0c);
}

ul.woof_list .woof_checkbox_count {
    font-size: 14px;
    color: var(--e-global-color-text);
    margin-left: auto;
}

.woof_price_filter_txt_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
}

.woof_price_filter_txt_container:before {
    content: '-';
    line-height: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 10px;
}

.woof_price_filter_txt_from,
.woof_price_filter_txt_to {
    text-align: right;
    height: 40px;
    padding: 0 8px 0 42px;
    border: 1px solid var(--e-global-color-22b524d);
}

.woof_price_filter_txt_container .woof_wcga_label_hide {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    width: 34px;
    height: 40px;
    border-right: 1px solid var(--e-global-color-22b524d);
    margin-right: -34px;
    z-index: 1;
}

.woof_price_filter_txt_container .woof_wcga_label_hide:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.woof_price_filter_txt_container .woof_wcga_label_hide:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.woof_price_filter_txt_container .woof_wcga_label_hide:before {
    content: '£';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34px;
    height: 40px;
    font-size: var(--e-global-typography-d48992e-font-size);
}

.woof_price_filter_txt_from {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.woof_price_filter_txt_to {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.woof_submit_search_form_container {
    display: none;
}


/* FacetWP */
.facet-wrap h3 {
    font-family: var(--e-global-typography-0745285-font-family), Sans-serif;
    font-size: var(--e-global-typography-0745285-font-size);
    font-style: var(--e-global-typography-0745285-font-style);
    font-weight: var(--e-global-typography-0745285-font-weight);
    text-transform: var(--e-global-typography-0745285-text-transform);
    line-height: var(--e-global-typography-0745285-line-height);
    word-spacing: var(--e-global-typography-0745285-word-spacing);
}

.facetwp-facet {
    padding-bottom: 20px!important;
    margin: 20px 0!important;
    border-bottom: 1px solid var(--e-global-color-1c2d445);
}

.facetwp-display-value {
    margin-right: auto;
}

.facetwp-counter {
    color: var(--e-global-color-text);
}

.facetwp-type-checkboxes {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    margin-top: 15px;
}

.facetwp-checkbox {
    font-weight: 400;
    background: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 0!important;
    margin-bottom: 0!important;
}

.facetwp-checkbox:not(:last-child) {
    margin-bottom: 5px!important;
}

.facetwp-checkbox:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid var(--e-global-color-22b524d);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%;
}

.facetwp-checkbox:not(.disabled):hover::before {
    border-color: var(--e-global-color-primary);
}

.facetwp-checkbox.checked::before {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    background-image: url('../img/icon-check.svg');
    background-size: 10px;
}

.facetwp-facet-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
}

.facetwp-facet-price .facetwp-number {
    text-align: right;
    height: 40px;
    min-width: 75px !important;
    padding: 0 8px 0 42px;
    border: 1px solid var(--e-global-color-22b524d);
}

.facetwp-facet-price .facetwp-number-min {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.facetwp-facet-price .facetwp-number-max {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.facetwp-facet-price:before {
    content: '-';
    line-height: 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 10px;
}

.facetwp-facet-price .facetwp-submit {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 20px!important;
    border: none;
    cursor: pointer;
}

.facetwp-facet-tag .facetwp-display-value {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    background: var(--e-global-color-1c2d445);
    padding: 0 5px;
}


/* Order Table */
.woocommerce-thankyou-order-received {
    font-family: var(--e-global-typography-a88bfee-font-family), Sans-serif;
    font-size: var(--e-global-typography-a88bfee-font-size);
    font-style: var(--e-global-typography-a88bfee-font-style);
    font-weight: var(--e-global-typography-a88bfee-font-weight);
    text-transform: var(--e-global-typography-a88bfee-text-transform);
    line-height: var(--e-global-typography-a88bfee-line-height);
    word-spacing: var(--e-global-typography-a88bfee-word-spacing);
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 1024px) {
    .woocommerce-thankyou-order-received {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce-thankyou-order-received {
        margin-bottom: 20px;
    }
}

.woocommerce .woocommerce-order-details table.shop_table {
    border: none!important;
    margin: 0!important;
}


@media (min-width: 768px) {
    .woocommerce .woocommerce-order-details table.shop_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 40px;
    }
}

.woocommerce .woocommerce-order-details table.shop_table tr.order_item {
    border-top: 1px solid var( --e-global-color-1c2d445 )!important;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-order-details table.shop_table tr.order_item {
        border-top: none!important;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid var( --e-global-color-1c2d445 )!important;
    }
}

.woocommerce .woocommerce-order-details table.shop_table th {
    padding: 0 0 15px 0!important
}

.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order-details table.shop_table td:before {
    font-weight: var(--e-global-typography-text-font-weight)!important;
    line-height: var(--e-global-typography-text-line-height)!important;
}

.woocommerce .woocommerce-order-details table.shop_table td {
    border: none;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-order-details table.shop_table td {
        padding: 20px 0;
        position: relative;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-order-details table.shop_table td {
        border: none;
        padding: 10px 0;
        width: 100%;
        background-color: transparent!important
    }
    .woocommerce .woocommerce-order-details table.shop_table td.product-quantity {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        grid-gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .woocommerce .woocommerce-order-details table.shop_table td:first-child {
        padding-top: 30px;
        position: relative;
    }
}

.woocommerce .woocommerce-order-details table.shop_table .product-thumbnail:before {
    display: none;
}

.woocommerce .woocommerce-order-details table.shop_table .product-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-order-details table.shop_table .product-thumbnail {
        grid-gap: 50px;
        width: 120px;
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-order-details table.shop_table .product-thumbnail {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.woocommerce .woocommerce-order-details table.shop_table .product-thumbnail .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 120px;
    max-width: 120px;
    background: var( --e-global-color-b816a0c );
    aspect-ratio: 1 / 1;
}

.woocommerce .woocommerce-order-details table.shop_table .product-thumbnail .image img {
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0!important;
}

.woocommerce .woocommerce-order-details table.shop_table .product-thumbnail .remove {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: none;
    background-image: url('../img/icon-x.svg');
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
    position: relative;
}

.woocommerce .woocommerce-order-details table.shop_table .product-thumbnail .remove:not(:hover) {
    -webkit-filter: invert(50%) sepia(7%) saturate(809%) hue-rotate(195deg) brightness(98%) contrast(94%);
            filter: invert(50%) sepia(7%) saturate(809%) hue-rotate(195deg) brightness(98%) contrast(94%);
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-order-details table.shop_table .product-thumbnail .remove {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-order-details table.shop_table .product-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-gap: 10px;
        width: calc(50% - 120px);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

.woocommerce .woocommerce-order-details table.shop_table .product-name a {
    font-family: var(--e-global-typography-a88bfee-font-family), Sans-serif;
    font-size: var(--e-global-typography-a88bfee-font-size);
    font-style: var(--e-global-typography-a88bfee-font-style);
    font-weight: var(--e-global-typography-a88bfee-font-weight);
    text-transform: var(--e-global-typography-a88bfee-text-transform);
    line-height: var(--e-global-typography-a88bfee-line-height);
    word-spacing: var(--e-global-typography-a88bfee-word-spacing);
    color: inherit;
    text-decoration: none;
}

.woocommerce .woocommerce-order-details table.shop_table .product-name a:hover {
    text-decoration: underline;
}

.woocommerce .woocommerce-order-details table.shop_table .product-price ins {
    text-decoration: none;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-order-details table.shop_table .product-price,
    .woocommerce .woocommerce-order-details table.shop_table .product-quantity,
    .woocommerce .woocommerce-order-details table.shop_table .product-subtotal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(50% / 3);
    }
}

.woocommerce .woocommerce-order-details table.shop_table .quantity input {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    border: 1px solid var( --e-global-color-1c2d445 )!important;
    width: 40px;
    height: 40px;
}

.woocommerce .woocommerce-order-details table.shop_table .product-quantity input::-webkit-outer-spin-button,
.woocommerce .woocommerce-order-details table.shop_table .product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .woocommerce-order-details table.shop_table .product-quantity .quantity__minus,
.woocommerce .woocommerce-order-details table.shop_table .product-quantity .quantity__plus {
    display: none;
}

.woocommerce .woocommerce-checkout .woocommerce-Price-amount {
    font-weight: 500;
}

.woocommerce .woocommerce-order-details table.shop_table .actions {
    width: 100%;
    padding: 30px 0;
}

.woocommerce .woocommerce-order-details table.shop_table .product-subtotal {
    text-align: right;
}

.woocommerce-order-details table.cart td.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: transparent!important;
}

@media (max-width: 767px) {
    .woocommerce-order-details table.cart td.actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 20px;
    }
}

.woocommerce-order-details table.cart td.actions .coupon {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
    padding: 0;
}

.woocommerce-order-details table.cart td.actions .coupon:before,
.woocommerce-order-details table.cart td.actions .coupon:after {
    display: none;
}

.woocommerce-order-details table.cart td.actions .coupon .input-text {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size);
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    line-height: var(--e-global-typography-d48992e-line-height);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    height: 44px;
    width: 100%;
    border: 1px solid var( --e-global-color-1c2d445 )!important;
    max-width: 380px;
    padding: 0 14px;
    margin-right: 0;
}

.woocommerce-order-details table.cart td.actions .button {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: auto!important;
    border-radius: 50px;
    padding: 10px 30px;
}

@media (max-width: 767px) {
    .woocommerce-order-details table.cart td.actions .button {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

.woocommerce-order-details table.cart td.actions .button[name="apply_coupon"] {
    color: var(--e-global-color-32ad4cf);
    background-color: var(--e-global-color-primary);
}

.woocommerce-order-details table.cart td.actions .button[name="apply_coupon"]:hover {
    background-color: var(--e-global-color-392b657);
}


.woocommerce-order-details table.cart td.actions .button[name="update_cart"] {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-32ad4cf);
    border: 1px solid var(--e-global-color-1c2d445);
    width: auto;
}

.woocommerce-order-details table.cart td.actions .button[name="update_cart"]:not([disabled]):hover {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 25%;
    min-width: 360px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
    border: none;
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-title td {
    text-align: left!important;
    padding: 10px 0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-title td:before {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
    font-weight: var( --e-global-typography-text-font-weight );
    padding: 15px 0;
    background: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table td:before {
    font-weight: var( --e-global-typography-text-font-weight );
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total td {
    text-align: right;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-Price-amount {
    font-weight: 500;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0!important;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        margin-top: 25px;
    }
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: 100%!important;
    border-radius: 50px;
    padding: 17px 30px;
    margin-bottom: 0;
    color: var(--e-global-color-32ad4cf);
    background-color: var(--e-global-color-primary);
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    background-color: var(--e-global-color-392b657);
}

@media (max-width: 767px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        min-width: 100%;
    }
}

.woocommerce-page .order_totals {
    width: 25%;
    min-width: 360px;
    margin-left: auto;
    margin-top: 10px;
}

.woocommerce .order_totals table.shop_table {
    border: none;
    margin: 0;
}

.woocommerce .order_totals table.shop_table tr {
    display: block;
}

.woocommerce .order_totals table.shop_table tr:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

.woocommerce .order_totals table.shop_table tr:first-child td:before {
    display: none;
}

.woocommerce .order_totals table.shop_table th,
.woocommerce .order_totals table.shop_table td {
    font-weight: var( --e-global-typography-text-font-weight );
    padding: 15px 0!important;
    background: none;
    border: none!important;
    display: table-cell!important;
}

.woocommerce .order_totals table.shop_table td:before {
    font-weight: var( --e-global-typography-text-font-weight );
}

.woocommerce .order_totals table.shop_table td {
    width: 100%;
    text-align: right!important;
}

.woocommerce .order_totals table.shop_table td:before {
    display: none;
}

.woocommerce .order_totals table.shop_table .woocommerce-Price-amount {
    font-weight: 500;
}

.woocommerce .order_totals .wc-proceed-to-checkout {
    padding: 0!important;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .woocommerce .order_totals .wc-proceed-to-checkout {
        margin-top: 25px;
    }
}

.woocommerce .order_totals .wc-proceed-to-checkout a {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: 100%!important;
    border-radius: 50px;
    padding: 17px 30px;
    margin-bottom: 0;
    color: var(--e-global-color-32ad4cf);
    background-color: var(--e-global-color-primary);
}

.woocommerce .order_totals .wc-proceed-to-checkout a:hover {
    background-color: var(--e-global-color-392b657);
}

@media (max-width: 767px) {
    .woocommerce .order_totals, .woocommerce-page .order_totals {
        width: 100%;
        min-width: 100%;
    }
}

.woocommerce-customer-details .woocommerce-column__title {
    font-family: var(--e-global-typography-a88bfee-font-family), Sans-serif;
    font-size: var(--e-global-typography-a88bfee-font-size);
    font-style: var(--e-global-typography-a88bfee-font-style);
    font-weight: var(--e-global-typography-a88bfee-font-weight);
    text-transform: var(--e-global-typography-a88bfee-text-transform);
    line-height: var(--e-global-typography-a88bfee-line-height);
    word-spacing: var(--e-global-typography-a88bfee-word-spacing);
}

.woocommerce-customer-details .woocommerce-column__title {
    padding-bottom: 15px;
    border-bottom: 1px solid var( --e-global-color-22b524d );
}

.woocommerce-customer-details .woocommerce-column__title + * {
   margin-top: 35px;
}

.woocommerce-customer-details .woocommerce-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 50px;
}

.woocommerce-customer-details .woocommerce-columns > *:before,
.woocommerce-customer-details .woocommerce-columns > *:after {
    display: none;
}

.woocommerce-customer-details address {
    padding: 0!important;
    border: none!important;
}

.woocommerce-customer-details address p {
    margin: 0;
    padding: 0!important;
}

.woocommerce-customer-details address p:before {
    display: none;
}

@media (max-width: 1024px) {
    .woocommerce-customer-details .woocommerce-column__title + * {
       margin-top: 25px;
    }
    .woocommerce-customer-details .woocommerce-columns {
        grid-gap: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce-customer-details .woocommerce-column__title h3 + * {
       margin-top: 15px;
    }
    .woocommerce-customer-details .woocommerce-columns {
        grid-gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}


/* WooCommerce общее */
.woocommerce button.woocommerce-Button {
    color: var(--e-global-color-32ad4cf)!important;
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    word-spacing: var(--e-global-typography-secondary-word-spacing);
    width: auto!important;
    border-radius: 50px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none!important;
}

.woocommerce button.woocommerce-Button:hover {
    background-color: var(--e-global-color-392b657);
}

.woocommerce input.input-text,
.woocommerce textarea.input-text,
.woocommerce select,
.woocommerce .select2-container .select2-selection--single {
    height: 44px;
    width: 100%;
    border: 1px solid var( --e-global-color-1c2d445 )!important;
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
}

.woocommerce .select2-dropdown {
    border-color: var( --e-global-color-1c2d445 )!important;
}

.woocommerce textarea.input-text {
    padding: 14px;
    min-height: 120px;
}

.woocommerce-checkout .select2-container .select2-selection--single span {
    padding: 0!important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: auto;
}

.woocommerce form .form-row .required {
    color: inherit;
}

.woocommerce label input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.woocommerce label input[type="checkbox"] + span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.woocommerce label input[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid var(--e-global-color-22b524d);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%;
}

.woocommerce label input[type="checkbox"]:not(:disabled):not(:checked)+span:hover::before {
    border-color: var(--e-global-color-primary);
}

.woocommerce label input[type="checkbox"]:not(:disabled):active+span::before {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.woocommerce label input[type="checkbox"]:focus:not(:checked)+span::before,
.woocommerce label input[type="checkbox"]:focus+label::before {
    border-color: var(--e-global-color-primary);
}

.woocommerce label input[type="checkbox"]:checked+span::before {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    background-image: url('../img/icon-check.svg');
    background-size: 90% 90%;
}

.woocommerce label input[type="checkbox"]:disabled+span::before {
    background-color: var(--e-global-color-b816a0c);
}

.woocommerce input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.woocommerce input[type="radio"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.woocommerce input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid var(--e-global-color-22b524d);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%;
}

.woocommerce input[type="radio"]:not(:disabled):not(:checked)+label:hover::before {
    border-color: var(--e-global-color-primary);
}

.woocommerce input[type="radio"]:not(:disabled):active+label::before {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.woocommerce input[type="radio"]:focus:not(:checked)+label::before,
.woocommerce input[type="radio"]:focus+label::before {
    border-color: var(--e-global-color-primary);
}

.woocommerce input[type="radio"]:checked+label::before {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    background-image: url('../img/icon-check.svg');
    background-size: 10px;
}

.woocommerce input[type="radio"]:disabled+label::before {
    background-color: var(--e-global-color-b816a0c);
}

/* Блог */
.blog .blog__list {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px!important;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
}

.blog .blog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 50px
}


.blog-filter-category {
    width: 100%;
    max-width: 300px;
}

.blog-filter-category .woocommerce-ordering-custom__dropdown {
	width: 100%;
}

.blog-filter-category .woocommerce-ordering-custom__wrap {
	width: 100%;
    right: auto;
    left: 0;
}

.blog-filter-category .woocommerce-ordering-custom__list {
    max-height: 200px;
    overflow-y: auto;
}

.blog-filter-category a {
    color: inherit;
}


@media (max-width: 1024px) {
    .blog .blog__list {
        grid-gap: 30px!important;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .blog .blog__top {
        grid-gap: 30px!important;
    }
}

@media (max-width: 767px) {
    .blog .blog__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .blog .blog__top {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 5px!important;
    }
    
    .blog .blog__top .blog-filter-category {
       margin-bottom: 0;
    }
    
    .blog .woocommerce-ordering-custom__wrap {
        right: auto;
        left: 0;
    }
}

li.post-item .post-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--e-global-color-32ad4cf);
    border: 1px solid var(--e-global-color-1c2d445);
    aspect-ratio: 430 / 300;
    margin-bottom: 20px;
}

li.post-item .post-item__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 430 / 300;
    -o-object-fit: cover;
       object-fit: cover;
}

li.post-item .post-item__title {
    font-family: var(--e-global-typography-0745285-font-family), Sans-serif;
    font-size: var(--e-global-typography-0745285-font-size)!important;
    font-style: var(--e-global-typography-0745285-font-style);
    font-weight: var(--e-global-typography-0745285-font-weight);
    text-transform: var(--e-global-typography-0745285-text-transform);
    font-style: var(--e-global-typography-0745285-font-style);
    line-height: var(--e-global-typography-0745285-line-height);
    letter-spacing: var(--e-global-typography-0745285-letter-spacing);
    word-spacing: var(--e-global-typography-0745285-word-spacing);
    padding: 0!important;
    margin-bottom: 7px;
}

li.post-item .post-item__title a {
    color: var(--e-global-color-primary)!important;
    color: inherit;
    cursor: pointer;
}

li.post-item .post-item__title a:hover {
    text-decoration: underline!important;
}

li.post-item .post-item__excerpt {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: var(--e-global-typography-d48992e-font-size)!important;
    font-style: var(--e-global-typography-d48992e-font-style);
    font-weight: var(--e-global-typography-d48992e-font-weight);
    text-transform: var(--e-global-typography-d48992e-text-transform);
    font-style: var(--e-global-typography-d48992e-font-style);
    line-height: var(--e-global-typography-d48992e-line-height);
    letter-spacing: var(--e-global-typography-d48992e-letter-spacing);
    word-spacing: var(--e-global-typography-d48992e-word-spacing);
    color: var(--e-global-color-primary);
    margin-bottom: 15px;
	height: 48px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

li.post-item .post-item__date {
    font-family: var(--e-global-typography-d48992e-font-family), Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: var(--e-global-color-text);
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    li.post-item .post-item__excerpt,
    li.post-item .post-item__date {
        margin-bottom: 7px;
    }
}

li.post-item .post-item__readmore {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size)!important;
    font-style: var(--e-global-typography-text-font-style);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    word-spacing: var(--e-global-typography-text-word-spacing);
    color: var(--e-global-color-primary);
}

li.post-item .post-item__readmore:not(:hover) {
    text-decoration: underline!important;
}