/*!
Theme Name: Kaspo
Theme URI: https://miresta.com/
Author: Miresta
Author URI: https://miresta.com/
Description: Theme for Kaspo
Version: 1.0.0
Tested up to: 7.2
Requires PHP: 7.2
Text Domain: kaspo
*/

@font-face {
    font-family: 'HypatiaSansPro';
    src: url('HypatiaSansPro-Bold.eot');
    src: local('Hypatia Sans Pro Bold'), local('HypatiaSansPro-Bold'),
        url('../kaspo/font/HypatiaSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../kaspo/font/HypatiaSansPro-Bold.woff2') format('woff2'),
        url('../kaspo/font/HypatiaSansPro-Bold.woff') format('woff'),
        url('../kaspo/font/HypatiaSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    ascent-override: 85%;
    font-display: swap;
}

@font-face {
    font-family: 'HypatiaSansPro';
    src: url('HypatiaSansPro-Light.eot');
    src: local('Hypatia Sans Pro'), local('HypatiaSansPro-Light'),
        url('../kaspo/font/HypatiaSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../kaspo/font/HypatiaSansPro-Light.woff2') format('woff2'),
        url('../kaspo/font/HypatiaSansPro-Light.woff') format('woff'),
        url('../kaspo/font/HypatiaSansPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: 400;
    ascent-override: 85%;
    font-display: swap;
}

@font-face {
    font-family: 'HypatiaSansPro';
    src: url('HypatiaSansPro-Semibold.eot');
    src: local('Hypatia Sans Pro Semibold'), local('HypatiaSansPro-Semibold'),
        url('../kaspo/font/HypatiaSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../kaspo/font/HypatiaSansPro-Semibold.woff2') format('woff2'),
        url('../kaspo/font/HypatiaSansPro-Semibold.woff') format('woff'),
        url('../kaspo/font/HypatiaSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    ascent-override: 85%;
    font-display: swap;
}

@font-face {
    font-family: 'icons';
    src: url('../kaspo/font/icons/icons.eot?41705314');
    src: url('../kaspo/font/icons/icons.eot?41705314#iefix') format('embedded-opentype'),
         url('../kaspo/font/icons/icons.woff2?41705314') format('woff2'),
         url('../kaspo/font/icons/icons.woff?41705314') format('woff'),
         url('../kaspo/font/icons/icons.ttf?41705314') format('truetype'),
         url('../kaspo/font/icons/icons.svg?41705314#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-more:before { content: '\e801'; } /* '' */
.icon-circle-xmark:before { content: '\e802'; } /* '' */
.icon-arrow:before { content: '\e803'; } /* '' */
.icon-check-solid:before { content: '\e804'; } /* '' */
.icon-filter:before { content: '\e806'; } /* '' */
.icon-star:before { content: '\e807'; } /* '' */
.icon-circle-check:before { content: '\e808'; } /* '' */
.icon-user:before { content: '\e809'; } /* '' */
.icon-pay:before { content: '\e80a'; } /* '' */
.icon-edit:before { content: '\e80b'; } /* '' */
.icon-favorite:before { content: '\e80c'; } /* '' */
.icon-home:before { content: '\e80d'; } /* '' */
.icon-cart:before { content: '\e80e'; } /* '' */
.icon-drop-down:before { content: '\e80f'; } /* '' */
.icon-warning:before { content: '\e810'; } /* '' */
.icon-favorite-full:before { content: '\e811'; } /* '' */
.icon-minus:before { content: '\e812'; } /* '' */
.icon-plus:before { content: '\e813'; } /* '' */
.icon-view:before { content: '\e814'; } /* '' */
.icon-spinner:before { content: '\e831'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */

@-moz-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}
@keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
} 



html {
	height: 100%;
    min-width: 280px;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: var(--global-color-dark);
    line-height: 1.2;
    --global-color-dark: #141414;
    --global-color-accent: #6E49FF;
    --global-color-accent-hover: #582FFF;
    font-family: "HypatiaSansPro", Sans-serif;
}
::-webkit-scrollbar {
    height: 5px;
    width: 5px; 
}
::-webkit-scrollbar-track {
    background: var(--global-color-dark);
    border-radius: 10px;
    margin-bottom: 4px;
}
::-webkit-scrollbar-thumb {
    background: var(--global-color-accent);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--global-color-accent-hover); 
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

main {
	flex: 1 0 auto;
}
footer {
    flex: 0 0 auto;
}
section {
	position: relative;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
    text-decoration: none;
}
b,
strong {
	font-size: 1.15em;
	font-weight: 600;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: none !important;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #ffffff1a;
	margin: 10px 0 0;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0 10px;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
*:focus-visible {
	outline: 0;
}

html {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
    line-height: 1.2;
}
.big-title {
    font-size: 120px;
    margin: 0 0 33px;
}

h1.section-title,
h2.section-title {
    font-size: 70px;
}

.title.divider {
    display: flex;
    align-items: center;
}
.element.title.divider {
    gap: 23px;
    margin-bottom: 35px;
}
.title.divider:after {
    content: '';
    width: 95px;
    height: 1px;
    background: #fff;
}
.pre-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .4em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.content h2 {
    font-size: 50px;
}
.content h3 {
    font-size: 35px;
}
.content h4 {
    font-size: 28px;
}
.content h5 {
    font-size: 24px;
}
.content h6 {
    font-size: 20px;
}
.content ul {
    line-height: 1.65;
    list-style-type: disc;
    padding-left: 1em;
    margin-bottom: 1em;
}
.content li {
    margin-bottom: 0.5em;
}
.content li::marker {
    color: var(--global-color-accent);
}
@media (max-width: 1024px) {
    .big-title  {
        font-size: 90px;
    }
	h1.section-title,
    h2.section-title {
        font-size: 50px;
	}

    .title.divider:after {
        width: 60px;
    }	
    .content h2 {
        font-size: 40px;
    }
    .content h3 {
        font-size: 32px;
    }
    .content h4 {
        font-size: 26px;
    }
    .content h5 {
        font-size: 22px;
    }
    .content h6 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .big-title {
        font-size: 70px;
    }
	h1.section-title,
    h2.section-title {
        font-size: 35px;
	}
    .element.title.divider {
        gap: 20px;
        margin-bottom: 20px;
    }
    .title.divider:after {
        width: 30px;
    }
    .content h2 {
        font-size: 28px;
    }
    .content h3 {
        font-size: 24px;
    }
    .content h4 {
        font-size: 22px;
    }
    .content h5 {
        font-size: 20px;
    }	
}

p {
	margin-top: 0;
    line-height: 1.65;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    font-style: normal;
    background: #181818;
    padding: 20px;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
}
address p {
    margin: 0;
}
pre {
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
mark {
    background: transparent;
    color: #fff;
    font-weight: 600;
}
mark,
ins {
	text-decoration: none;
}
ins {
	color: var(--global-color-accent);
    font-weight: 700;
}
del {
    font-weight: 400;
}
big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
    text-decoration: none;
    transition: color .3s;
}
a:hover,
a:focus,
a:active {
	color: var(--global-color-accent);
    outline: 0;
}

a.more {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .02em;
    transition: inherit;
}
a.more > * {
    transition: color .3s;
}
a.more i {
    display: flex;
    font-size: 56px;    
}
a.more i:before {
    width: auto;
    margin: 0 0 0 27px;
    transition: margin .3s;   
}
a.more:hover i:before {
    margin: 0 0 0 56px; 
}
@media (max-width: 767px) {
    a.more i:before {
        margin: 0 0 0 17px; 
    }
    a.more:hover i:before {
        margin: 0 0 0 34px; 
    }
}

/* Forms
--------------------------------------------- */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea, select,
.select2-search--dropdown .select2-search__field, 
.select2-container--default .select2-selection--single {
    display: block;
    color: #fff;
    background: var(--global-color-dark);
    background: initial;
    border-radius: 8px;
    border: 1px solid #ffffff1a;
    padding: 10px;
    width: 100%;
    outline: none;
    transition: border .3s;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select,
.select2-search--dropdown .select2-search__field, 
.select2-container--default .select2-selection--single {
    height: 42px;
}
.select2-search--dropdown .select2-search__field, 
.select2-container--default .select2-selection--single {
    margin: 0;
}
input.error {
	margin: 0;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover,
textarea:hover {
	border-color: #ffffff80;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
	border-color: var(--global-color-accent);
}
input.error,
textarea.error {
    border-color: #FF5449 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff;
    box-shadow: inset 0 0 20px 20px #141414;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

select {
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 20 20"><path fill="white" d="M10 12L6.5 8L13.5 8L10 12Z"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 50%;
  padding-right: 30px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
    right: 8px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 20 20"><path fill="white" d="M10 12L6.5 8L13.5 8L10 12Z"/></svg>');
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform .3s ease,color .3s ease;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-search--dropdown {
    padding: 8px;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    padding: 8px 12px;
    line-height: 1.4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding: 0;
    line-height: 1.3;
	background-position-x: 100%;  
}
.select2-dropdown {
    background: #181818;
    border: 1px solid #ffffff1a;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #222;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #1b1b1b;
}

.field {
    margin-bottom: 10px;
}
.field label {
    position: relative;
    top: 9px;
    left: 15px;
    background: var(--global-color-dark);
    padding: 0 10px;
    border-radius: 8px;
}
.field.error label {
    color: #FF5449;
}
.field.error input,
.field.error textarea {
    border-color: #FF5449 !important;
}
.field.required label::after {
    content: '*';
}
.field textarea {
    resize: none;
}

.message-error {
    color: #FF5449;
}
.message-error,
.message-success,
.message-error .ico,
.message-success .ico,
.form button.loading .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.message-error,
.message-success,
div.element .message-error,
div.element .message-success {
    margin-top: 20px;
    justify-content: center;
}
.message-error .ico,
.message-success .ico {
    font-size: 28px;
    color: #FF5449;
}
.message-success .ico {
    color: #34bd39;
}

.form button .ico {
    display: none;
    margin-left: 5px;
}
.form button.loading .ico:before {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.grecaptcha-badge { 
    visibility: hidden;
}
#form-field-captcha {
    display: none;
}


/* Navigation
--------------------------------------------- */

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


a.button,
input[type="submit"],
button {
    display: inline-block;
    background: none;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 28px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s, border .3s;
}
a.button:hover,
input[type="submit"]:hover,
button:hover {
	color: var(--global-color-accent);
}
a.button:active,
input[type="submit"]:active,
button:active {
	color: var(--global-color-accent-hover);
}
.button.big,
input[type="submit"].big,
button.big {
	padding: 27px 40px;	
}
.button.medium,
input[type="submit"].medium,
button.medium {
	padding: 20px 40px;	
}
@media (max-width: 767px) {

}
@media (max-width: 479px) {

}

.container, .column, .wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	flex-wrap: wrap;
    box-sizing: border-box;
}
.container {
	max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
.wrap {
	padding: 10px;
	width: 100%;
	flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.full {
	width: 100%;
}
.col-33 {
    width: 33.33333333%;
}
.col-40 {
    width: 40%;
}
.col-42 {
    width: 42%;
}
.col-50, .element.col-50{
    width: 50%;
}
.col-58 {
    width: 58%;
}
.col-60 {
    width: 60%;
}
.col-66 {
    width: 66.6666666%;
}
.element:not(:last-child) {
    margin-bottom: 20px;
}
.element {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.element:not(.content) > *,
.element p:last-child {
	margin: 0;
}
@media (max-width: 767px) {
.col-33, .col-40, .col-42, .col-50, .col-58, .col-60, .col-66 {
    width: 100%;
}   
}

/* Search Form
--------------------------------------------- */
.search-form {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}
.search-form .search-field {
    padding: 10px 40px 10px 10px;
}
input.search-submit {
    position: absolute;
    right: 0;
    border: none;
    font-family: 'icons';
    font-size: 19px;
    padding: 10px;
}

/* Header
--------------------------------------------- */
.site-header {
    z-index: 10;
    padding: 10px 0 0;
}
.site-header .container {
    justify-content: space-between;
}
.site-header .column {
    align-items: center;
}
.site-logo a {
    display: flex;
}
.site-logo img {
    width: 182px;
}
.site-header .col-top_nav {
    flex: 1;
}
.site-header .col-top_nav .wrap {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    transition: gap .3s;
}
.site-header .col-logo .wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.site-header .element {
	width: auto;
}
.site-header .element.contact-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;   
}
.site-header .element.header-search-form {
    flex: 1;
    max-width: 325px;
}
.header-search-form input.search-field {
    height: 40px;
}
.header-search-form input.search-field,
.header-search-form input.search-field:hover {
    border-color: #ffffff80;
}
.header-search-form input.search-field:focus {
    border-color: var(--global-color-accent);
}

.element.shop-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 9px;
	font-size: 22px;
}
.element.shop-icons div {
    position: relative;
}
.element.shop-icons div:hover {
	cursor: pointer;	
    color: var(--global-color-accent);
    transition: color .3s;
}
.site-header .element {
	margin: 0;	
}
.element.shop-icons .mini-cart:before,
.element.shop-icons .wishlist:before {
	content: attr(data-counter);
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 17px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background-color: var(--global-color-accent);
    right: -0.3em;
    top: -0.6em;
    font-weight: 700;
}
.element.shop-icons .mini-cart[data-counter="0"]:before,
.element.shop-icons .wishlist[data-counter="0"]:before {
	display: none;
}

.element.lang-sw {
    display: flex;
    text-transform: uppercase;  
    gap: 3px;
}
.element.lang-sw .lang {
    padding: 3px;
}
.element.lang-sw .lang a {
    color: #ffffff80;
    font-size: 14px;
}
.element.lang-sw .lang a:hover {
    color: var(--global-color-accent);
}
.element.lang-sw .divider {
    background: #ffffff4d;
    width: 1px;
}

@media (min-width: 768px) {
    .header-menu-section .wrap > .element {
        margin: 0;	
    }
}

@media (max-width: 1024px) {
    .site-header .col-top_nav {
        max-width: 650px;
    }
    .site-header .col-top_nav .wrap {
        gap: 0;
        justify-content: space-between;        
    }
    .call-back-btn button {
        padding: 10px 17px;
    }
    .element.shop-icons {
        gap: 5px;
    }
    .site-header .element.header-search-form {
        flex: 0;
    }
    .site-header .search-form input.search-field {
        position: absolute;
        background: var(--global-color-dark);
        padding: 10px 20px;
        transition: width .5s;
    }
    .site-header input.search-submit {
        position: relative;
        right: 2px;
        font-size: 18px;
        background: var(--global-color-dark);
    }
    .site-header .search-active .search-form input.search-field {
        width: 48vw;
        padding: 10px;
    }
    .site-header .contact-list,
    .site-header .call-back-btn {
        opacity: 1;
        transition: opacity .5s;
    }
    .site-header .search-active .contact-list,
    .site-header .search-active .call-back-btn {
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .header-menu-section {
        display: none;
    }
    .site-header .column {
        width: 100%;
    }
    .site-header .col-logo {
        border-bottom: 1px solid #ffffff80;
        padding-bottom: 2px;
    }
    .site-header .col-top_nav {
        max-width: 100%;
    }
    .site-header .contact-list,
    .site-header .call-back-btn {
        display: none;
    }
    .site-header .shop-icons,
    .site-header .lang-sw {
        opacity: 1;
        transition: opacity .5s;
    }
    .site-header .search-active .shop-icons,
    .site-header .search-active .lang-sw {
        opacity: 0;
    }
    .site-header .element.header-search-form {
        max-width: 42px;
    }
    .site-header .search-form {
        width: 42px;
        transition: width .5s;
    } 
    .site-header .search-form input.search-field {
        position: relative;
        padding: 10px;
    }
    .site-header input.search-submit {
        position: absolute;
    }
    .site-header .search-active .search-form {
        width: calc(100vw - 20px);
    } 
    .site-header .search-active .search-form input.search-field {
        width: 100%;
    }
    .element.shop-icons {
        gap: 10px;
    }
}

/* Navigation
--------------------------------------------- */
#menu-icon {
    width: 27px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    cursor: pointer;
    display: block;
}
#menu-icon:hover span {
    background: var(--global-color-accent);
}
#menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}
#menu-icon span:nth-child(1) {
    top: 5px;
    width: 22px;
}
#menu-icon span:nth-child(2) {
    top: 9px;
    width: 15px;
}
#menu-icon span:nth-child(3) {
    top: 13px;
    width: 27px;
}
.m-menu-active #menu-icon span {
    transform-origin: center;
    top: 50%;
}
.m-menu-active #menu-icon span:nth-child(1) {
    transform: rotate(45deg);
    width: 27px;
}
.m-menu-active #menu-icon span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.m-menu-active #menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
}

.main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.main-navigation .header-menu {
    border-top: 1px solid #ffffff80;
    border-bottom: 1px solid #ffffff80;
}

.main-navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.1;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.main-navigation ul:not(.sub-menu) > .current-menu-item {
    border-bottom: 1px solid;
}
.main-navigation ul:not(.sub-menu) > .current-menu-item {
    font-weight: 600;
}
.main-navigation .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: -999em;
    z-index: 99999;
    flex-direction: column;
    align-items: flex-start;
    background: #181818;
    font-weight: 400;
    padding: 15px;
    margin: 0;
    border: 1px solid #ffffff33;
    border-radius: 10px;
    gap: 10px;
}
.main-navigation .sub-menu a {
    padding: 0;
    font-size: 18px;
    line-height: 24px;
}
.main-navigation .sub-menu a:hover {
    color: var(--global-color-accent);
}
.header-menu .menu-item-has-children > a:after {
    font-family: "icons";
    content: "\e80f";
    transition: all .3s;
}
.header-menu .menu-item-has-children.focus > a:after {
    transform: rotate(180deg);
}
.main-navigation ul li.focus > ul {
  left: auto;
}
.mob-menu-contacts {
    display: none;
}
.mob-menu-contacts .element {
    text-align: right;
}  
.element h4.element-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mob-menu-contacts .element h4.element-title {
    font-size: 24px;
}
.mob-menu-contacts .contact-list .list-item {
    font-size: 20px;
}
.contact-list .list-item:not(:last-child) {
    margin-bottom: 5px;
}
.mob-menu-contacts .call-back-btn button {
    padding: 12px 40px;
}

@media screen and (min-width: 768px) {
  .site-header .element.menu-icon {
    display: none;
  }
  .header-menu .menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
  }
  .main-navigation ul:not(.sub-menu) > li {
    flex: 1;
    border-bottom: 1px solid transparent;
    transition: border .3s;
    position: relative;
  }
  .main-navigation ul:not(.sub-menu) > .menu-item:hover {
    border-bottom: 1px solid;
  }
  .main-navigation ul li.focus > ul,
  .main-navigation ul li:hover > ul {
    min-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1024px) {
    .main-navigation ul li.menu-item {
        flex: auto;
    }  
}

@media (max-width: 767px) {
    html.m-menu-active {
        width: 100%;
        position: fixed;
    }
    .m-menu-active header {
        position: fixed;
        background: var(--global-color-dark);
        z-index: 10000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        /*margin-top: 135px;*/
        overflow: auto;
    }
    .m-menu-active .site-header {
        /*position: fixed;*/
        position: sticky;
        top: 0;
        width: 100%;
        background: var(--global-color-dark);
    }
    .m-menu-active .header-menu-section {
        display: flex;
        height: calc(100% - 140px);
    }
    .m-menu-active .header-menu-section .container {
        width: 100%;
    }  
    .m-menu-active .header-menu-section .container .wrap {
        justify-content: space-between;
    }    
    .main-navigation .header-menu {
        border-bottom: none;
    }
    .main-navigation ul {
        flex-direction: column;
    }
    .main-navigation ul:not(.sub-menu) > li.menu-item:not(.focus):not(.current-menu-item) {
        border-bottom: 1px solid #ffffff80;
    }
    .main-navigation a {
        justify-content: flex-end;
    }
    .main-navigation .sub-menu {
        align-items: flex-end;
    }  
    .main-navigation li.focus .sub-menu {
        position: relative;
        align-items: flex-end;
    }
    .mob-menu-contacts {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }  
}

/* Footer
--------------------------------------------- */
footer .container {
	justify-content: space-between;
}
footer .container > div {
    padding: 10px 0 20px;
}
footer .divider {
    display: block;    
    width: 1px;
    background: #ffffff80;
}
footer .element.site-logo {
    margin-bottom: 10px;
}
.footer-menus {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}
.footer-menus .footer-menu {
    width: auto;
    margin-bottom: 0;
}
.footer-menu ul li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    footer .divider,
    footer .col-nav {
        display: none;
    }
    footer .column {
        flex: 1;
    }
}
@media (max-width: 459px) {
    footer .col-contacts {
        display: none;
    }
}

/* Page
--------------------------------------------- */
main {
    margin: 80px 0;
}
.page-main {
    margin: 40px 0 80px;
}
.content-section {
    margin: 0 0 80px;
}
main section:not(#hero):not(#contacts):not(:first-child) {
    margin: 80px 0;
}

@media (max-width: 767px) {
    main {
        margin: 40px 0;
    }   
    .page-main {
        margin: 40px 0;
    }
    .content-section {
        margin: 0 0 40px;
    }
    main section:not(#hero):not(#contacts):not(:first-child) {
        margin: 40px 0;
    }
}

/* Archive
--------------------------------------------- */
.posts {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    gap: 20px;
}
@media (max-width: 767px) {
	.posts {
	    grid-template-columns: 1fr;
	}
}


/* Aricle
--------------------------------------------- */
.posts article,
.search-result article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    background: #181818;
    border: solid 1px #ffffff1a;
    border-radius: 14px;
    padding: 25px;
}
.posts article a:not(.button),
.search-result article a:not(.button) {
	text-align: center;
}
.posts article img, 
.search-result article img {
	width: 100%;
    object-fit: contain;
    border-radius: 7px;
    margin-bottom: 15px;
}
.posts article h2,
.search-result article h2 {
    font-size: 25px;
    margin: 0;
}
.posts article .excerpt {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 1024px) {
    .posts article h2,
    .search-result article h2 {
        font-size: 20px;
    }
    .posts article .excerpt {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .posts article,
    .search-result article {
        padding: 20px;
    }
}

/* Post
--------------------------------------------- */
.content.single-post {
    font-size: 18px;
}
.content.single-post img.wp-post-image {
    max-height: 500px;
    object-fit: cover;
    border-radius: 14px;
    margin: 0px 0 17px
}
.content.single-post h1.title {
    font-size: 40px;
    margin: 0px 0 17px
}

@media (max-width: 1024px) {
    .content.single-post {
        font-size: 16px;
    }
    .content.single-post h1.title {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .content.single-post h1.title {
        font-size: 24px;
    }
}

/* 404
--------------------------------------------- */
.error-404 .menu {
    column-count: 2;
    column-gap: 10px;
    font-size: 18px;
    white-space: nowrap;
}
.error-404 .content {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
}
.error-404 .description {
	font-size: 20px;
}
.error-404 .menu .menu-item {
	break-inside: avoid;
    margin: 0 0 5px;
}
@media (max-width: 1024px) {
    .error-404 .content {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .error-404 .content {
        font-size: 24px;
    }
}
@media (max-width: 379px) {
	.error-404 .menu {
	    column-count: 1;
		white-space: normal;
	}
}

/* Comments
--------------------------------------------- */
.reviews-block > div:not(:last-child) {
    margin-bottom: 25px;
}
.reviews-block .write-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ffffff1a;
    border-radius: 9px;
}
.write-review > * {
    margin: 0;
}
.write-review .title {
    font-size: 40px;
}
.write-review .desc {
    font-size: 18px;
}
.write-review .post-review {
    padding: 17px 84px;
}

.total-reviews {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.total-reviews .title {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.average-rating {
    display: flex;
    gap: 5px;
}

.review-list {
    position: relative;
}
.review-list .swiper-slide {
    scroll-margin-top: 80px;
}
.comment-body {
    padding: 15px;
    border: 1px solid #ffffff1a;
    border-radius: 9px;
}
.comment-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 15px;
    margin-bottom: 10px;
}
.comment-author {
    font-size: 30px;
    font-weight: 700;
}

.star-rating {
    position: relative;
    display: inline;
    font-family: icons;
    line-height: 1;
    font-size: 17px;
    padding: 0 0.14em;
    overflow: hidden;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.star-rating:before {
    content: "\e807  \e807  \e807  \e807  \e807";
}

.moderation-message {
    margin-top: 20px;
    font-size: 18px;
    color: #ff8836;
}

p.stars span {
    display: flex;
}
p.stars a {
    position: relative;
    font-size: 40px;
    color: #6e49ff6b;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    box-sizing: content-box;
}
p.stars a:hover,
p.stars a:focus,
p.stars a:active {
    color: var(--global-color-accent);
}
p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'icons';
    content: "\e807";
    text-indent: 0;
}
p.stars a:hover~a::before {
    color: #6e49ff6b;
}

p.stars:hover a::before {
    color: var(--global-color-accent);
}

p.stars.selected a.active::before {
    color: var(--global-color-accent);
}

p.stars.selected a.active~a::before {
    color: #6e49ff6b;
}

p.stars.selected a:not(.active)::before {
    color: var(--global-color-accent);
}

#reply-title {
    font-size: 25px;
    margin: 0 0 15px;
}
#commentform .form-submit {
    margin: 0;
}
#commentform input[type="submit"] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}

@media (max-width: 1024px) {
    .write-review {
        padding: 20px 15px;
    }
    .write-review .title {
        font-size: 30px;
    }
    .write-review .desc {
        font-size: 16px;
    }
    .write-review .post-review {
        padding: 17px 40px;
    }
    .total-reviews .title {
        font-size: 20px;
    }
    .comment-author {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .write-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }
    .write-review .title {
        font-size: 20px;
    }
    .write-review .post-review {
        padding: 17px 20px;
        width: 100%;
    }
    #reply-title {
        font-size: 20px;
    }
}

/* Pagination
--------------------------------------------- */
.pagination {
	width: 100%;
    margin: 40px 0 0;
}
ul.page-numbers {
	display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
}
.page-numbers li .page-numbers {
	padding: 10px;
}
.page-numbers.current {
    border-radius: 6px;
    border: 1px solid #ffffff3b;
}
.page-numbers a {
	text-decoration: none;
}

/* Popup
--------------------------------------------- */
.popup-bg {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 100000;
    pointer-events: none; 
}
.popup-bg.active { 
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all; 
}
.popup {
    position: relative;
    height: auto;
    overflow: auto;
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh + 2px);
    background: var(--global-color-dark);
    border: 1px solid #ffffff1a;
    border-radius: 13px;
    padding: 30px;
    animation: zoomIn .2s;
}
.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.close-popup span {
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    transform-origin: center;
    top: 50%;
}
.close-popup:hover span {
    background: var(--global-color-accent);
}
.close-popup span:nth-child(1) {
    transform: rotate(45deg);
}
.close-popup span:nth-child(2) {
    transform: rotate(-45deg);
}

.popup-open {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
      opacity:0;
      transform:scale3d(.3,.3,.3)
    }
    50% {
      opacity:1
    }
  }

@media (max-width: 519px) {
    .popup {
        padding: 30px 10px;
    }
}

/* Home
--------------------------------------------- */
.home main.content {
    margin: 10px 0 80px 0;
}
.slide-wrap {
    max-width: 1300px;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.swiper .swiper-slide > a:hover, .swiper .swiper-slide > a:focus, .swiper .swiper-slide > a:active {
    color: inherit;
}
#hero .slide-wrap {
    min-height: 760px;
}
.slide-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    max-width: 1600px;   
    background-repeat: no-repeat;
    background-position: right center;
}
#hero .swiper .pre-title {
    margin: 70px 0 12px;
}
#hero .swiper p {
    font-size: 20px;
    max-width: 730px;
    margin: 0 0 40px;
}
.swiper-pagination {
    display: flex;
    gap: 5px;
    text-align: left;
}
div.swiper .swiper-pagination-bullets {
    max-width: 1300px;  
    bottom: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 10px;
}
div.swiper .swiper-pagination.outside {
    position: initial;
    transform: none;
    justify-content: center;
    padding-top: 20px;
}
div.swiper .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
    width: 34px;
    background: #fff6;
    border-radius: 5px;
    margin: 0;
    opacity: 1;
    transition: width .6s, background .6s;
}
div.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 140px;
    background: #fff;
    margin: 0;
}

#about .image img {
    padding-right: 20px;
}
#about .col-60 .element {
    padding-left: 30px;
}

#recommended-products .products {
    display: flex;
    gap: 0;
    height: auto;
    box-sizing: border-box;
}
#recommended-products .products .product {
    flex-shrink: 0;
}
#about .content,
#promotions .content {
    font-size: 18px;
}
#promotions .swiper-slide {
    padding-bottom: 20px;
}
#promotions .slide-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 480px;
}
#promotions .slide-content {
    width: 60%;
    max-width: 620px;
}
#promotions .slide-image {
    width: 40%;
    padding-left: 20px;
}
.product-lines {
    display: flex;
    gap: 40px;
}
.product-line {
    flex: 1;
    min-height: 323px;
    padding: 34px;
    border-radius: 17px;  
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
    transition: background .3s;
}
.product-line:hover {
    background-color: #00000080;
}
.product-line .element-title,
.product-line p {
    margin: 0 0 11px;
}
.product-line .element-title {
    font-size: 30px;
}
.product-line p {
    font-size: 18px;
}
@media (max-width: 1024px) {
    .slide-bg {
        background-size: 60%;
        background-position: right bottom 50px;
    }
    #about .wrap {
        justify-content: center;
    }
    #about .col-60 .element {
        padding: 0;
    }
    #promotions .slide-wrap {
        min-height: 420px;
    }
    #promotions .slide-content {
        padding-bottom: 20px;
    }
    #promotions .slide-image {
        padding-top: 20px;
    }
    #about .content,
    #promotions .content,
    .product-line p {
        font-size: 16px;
    }
    .product-lines {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .home main.content {
        margin: 10px 0 40px 0;
    }
    #hero .slide-wrap {
        min-height: 830px;
    }
    .slide-bg {
        background-size: 75%;
    }
    #hero .swiper .pre-title {
        margin: 30px 0 12px;
    }
    div.swiper .swiper-pagination-bullets {
        bottom: 40px;
    }
    #about .container {
        flex-direction: column-reverse;
    }
    #about .image img {
        padding: 0;
    }
    #promotions .slide-content,
    #promotions .slide-image {
        width: 100%;
    }
    #promotions .slide-content {
        margin-top: 20px;
    }
    #promotions .swiper-slide {
        padding: 60px 0 100px;
    }
    #promotions .slide-image {
        text-align: center;
        padding-left: 0;
    }
    #promotions .slide-image img {
        max-width: 85%;
    }
    #promotions .swiper-pagination-bullets {
        bottom: 70px;
    }
    .product-lines {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 359px) {
    .product-line {
        padding: 15px;
    }
}

/* About Us
--------------------------------------------- */
#about-head .column {
    min-height: 525px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 440px;
}
#about-head .wrap {
    max-width: 730px;
}
#about-head .content p {
    font-size: 20px;
}
#about-desc .container {
    align-items: center;
}
#about-desc .image {
    min-height: 411px;
}
#about-desc .image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    border-radius: 11px;
}
#about-desc .content {
    font-size: 18px;
    padding-left: 30px;
}
#certificates .swiper {
    margin-top: 20px;
}
#certificates .swiper-wrapper {
    height: auto;
}
#certificates .swiper .swiper-slide .slide-image img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 1s;
}
#certificates .swiper .swiper-slide.swiper-slide-active .slide-image img {
    filter: grayscale(0);
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
    cursor: pointer;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev .ico:before {
    transform: rotate(180deg);
}
.swiper-button-prev .ico,
.swiper-button-next .ico {
    display: flex;
    font-size: 56px;
    transition: margin .3s, color .3s;
}
.swiper-button-prev .ico:before,
.swiper-button-next .ico:before {
    margin: 0;
    width: auto;
}
.swiper-button-prev:hover .ico {
    color: var(--global-color-accent);
    margin-left: 10px;
}
.swiper-button-next:hover .ico {
    color: var(--global-color-accent);
    margin-right: 10px;
}
#certificates .swiper-pagination {
    display: none;
    padding-top: 30px;
}
.statistics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}
.statistics .count {
    text-align: center;
}
.statistics .amount {
    font-size: 70px;
    font-weight: 700;
}
@media (max-width: 1024px) {
    #about-head .column {
        min-height: 545px;
    }
    #about-head .wrap {
        max-width: 570px;
    }
    #about-desc .content {
        font-size: 16px;
        padding-left: 0;
    }
    .swiper-button-prev .ico,
    .swiper-button-next .ico {
        font-size: 46px;
    }
    .statistics .count {
        width: calc(50% - 10px);
    }
    .reviews-block .write-review {
        padding: 20px 15px;
    }
    .reviews-block .write-review .title {
        font-size: 30px;
    }
    .reviews-block .write-review .desc {
        font-size: 16px;
    }
    .reviews-block .write-review .post-review {
        padding: 17px 40px;
    }
}
@media (max-width: 767px) {
    #about-head .content p {
        font-size: 16px;
    }
    #about-desc .image {
        min-height: auto;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    #certificates .wrap {
        overflow: hidden;
    }
    #certificates .swiper {
        width: 126%;
        margin-left: -13%;
        margin-right: -13%;
    }
    #certificates .swiper-pagination {
        display: flex;
    }
    .statistics .amount {
        font-size: 35px;
    }
    .reviews-block .write-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }
    .reviews-block .write-review .title {
        font-size: 20px;
    }
    .reviews-block .write-review .post-review {
        padding: 17px 20px;
        width: 100%;
    }
}
@media (max-width: 539px) {
    #about-head .column {
        background-size: contain;
    }
}
@media (max-width: 359px) {
    .statistics .count {
        width: 100%;
    }
}

/* Contact page
--------------------------------------------- */
#contacts .container {
    gap: 20px;
}
#contacts .column {
    flex: 1;
}
#contacts .elements.contacts {
    width: 100%;
    padding: 15px 0;
}
#contacts .elements.contacts:before {
    content: '';
    position: absolute;
    top: -25px;
    right: 5%;
    width: 260px;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center;
}
.feedback-form {
    background: #181818;
    padding: 30px;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
}
.feedback-form .title {
    font-size: 25px;
    margin-bottom: 20px;
}
.feedback-form .field label {
    background: #181818;
}
.feedback-form button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}
.embed-gmap iframe {
    border: 0;
    border-radius: 17px;
}
@media (max-width: 1024px) {
    .feedback-form .title {
        font-size: 20px;
    }
    #contacts .elements.contacts:before {
        width: 210px;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    #contacts .column {
        flex: auto;
        width: 100%;
    }
    .feedback-form {
        padding: 15px;
    }
    #contacts .elements.contacts {
        padding: 15px 0 0;
    }
    #contacts .elements.contacts:before {
        right: 2%;
    }    
}


/* Woocommerce
--------------------------------------------- */
.woocommerce {
    width: 100%;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading {
    opacity: .75;
}
.product .loading .ico:before {
    content: "\e831";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.product .added .ico:before {
    content: "\e804";  
}

.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}
.woocommerce-breadcrumb a {
	text-decoration: none;
    color: #ffffff80;
}
.woocommerce-breadcrumb h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.woocommerce-breadcrumb a:hover {
	color: var(--global-color-accent);
}
.woocommerce-breadcrumb .ico {
    font-size: 23px;
}
.woocommerce-breadcrumb .ico:before {
    margin: auto;
}
.woocommerce-breadcrumb .delimiter {
    width: 25px;
    height: 1px;
    background: #ffffff80;
}

form.cart .added_to_cart.wc-forward,
.products .added_to_cart.wc-forward {
    display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    position: relative;
    width: auto;
    font-size: 20px;
    background: #181818;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
    list-style: none outside;
    word-wrap: break-word;
    padding: 30px 20px 30px 60px;
    margin: 0 0 40px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    font-family: icons;
    color: var(--global-color-accent);
    content: "\e810";
    position: absolute;
    left: 20px;
    font-size: 1.6em;
}
.woocommerce-error::before {
    content: "\e805";
    color: #FF5449;
}
.woocommerce-message::before {
    content: "\e804";
    color: #34bd39;
}
.woocommerce-error > li, .woocommerce-info > li, .woocommerce-message > li {
	width: 100%;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    background: none;
    border: none;
    padding: 0;
    color: var(--global-color-accent);
    font-size: 1em;
    font-weight: 600;
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
    color: var(--global-color-accent-hover);
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
	display: inline-block;
}
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
	background: none;
}
.flex-form {
	display: -webkit-box;
    display: -ms-flexbox;	
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-row-wide,
.form-row {
	width: 100%;
    line-height: inherit;
    margin-bottom: 10px;
    border-radius: 8px;
}
.form-row.form-row-first,
.form-row.form-row-last {
    width: calc(50% - 10px);
}
.form-row:not(.create-account) label {
    position: relative;
    top: 9px;
    left: 15px;
    background: linear-gradient(to bottom, var(--global-color-dark) 11px, transparent 1px);
    padding: 0 10px;
}
.form-row.woocommerce-invalid label {
    color: #a12629;
}
.form-row.woocommerce-invalid input {
    border-color: #a12629;
}

@media (max-width: 1024px) {
    .form-row.form-row-first,
    .form-row.form-row-last {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 25px 20px 25px 60px;
        margin: 0 0 30px;
    }
}

/* Catalog
--------------------------------------------- */
.categories {
    display: grid;
    gap: 40px;
}
.categories .product-category {
    display: flex;
    align-items: center;
    gap: 40px;
}
.categories .product-category:nth-child(even) {
    flex-direction: row-reverse;
}
.categories .category-thumbnail {
    flex: 40%;
    max-width: 510px;
}
.categories .product-category:nth-child(even) .category-thumbnail {
    text-align: right;
}
.categories .category-info {
    flex: 60%;
    display: grid;
    gap: 30px;
}
.categories .category-info .title {
    gap: 20px;
}
.categories .category-info .woocommerce-loop-category__title {
    font-size: 60px;
    line-height: 1;
    word-break: break-word;
    margin: 0;
}
.categories .category-info .category-description {
    font-size: 18px;
}
.categories .category-info .category-description p:last-child {
    margin: 0;
}
@media (max-width: 1024px) {
    .categories {
        gap: 50px;
    }
    .categories .product-category {
        flex-wrap: wrap;
        gap: 30px;
    }
    .categories .category-thumbnail,
    .categories .category-info {
        flex: 100%;
    }
    .categories .product-category:nth-child(even) {
        flex-direction: row;
    }
    .categories .product-category:nth-child(even) .category-thumbnail {
        text-align: left;
    }
    .categories .category-info .woocommerce-loop-category__title {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .categories .product-category {
        gap: 20px;
    }
    .categories .category-info .woocommerce-loop-category__title {
        font-size: 35px;
    }
    .categories .category-info .category-description {
        font-size: 16px;
    }
    .categories .category-info a.more {
        font-size: 18px;
    }
}

/* Category
--------------------------------------------- */
.breadcrumb-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
.breadcrumb-block .woocommerce-breadcrumb {
    margin: 0;
}
.woocommerce-ordering select {
    height: 54px;
    font-size: 20px;
    border-radius: 13px;
}
.filter-button {
	display: none;
}
.products-wrap {
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.sidebar_filter {
	width: calc(25% - 15px);
}
.wrap:not(.no_products_found) .premmerce-filter-ajax-container {
	width: calc(75% - 5px);
}
.woocommerce-no-products-found .woocommerce-info {
    margin: 0;
}
div.products {
    display: grid;
	grid-template-columns: repeat(3,1fr);
    gap: 20px;
    width: 100%;
}
.products .product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    padding: 20px;
    background: #181818;
    border: solid 1px #ffffff1a;
    border-radius: 14px;
}
.products .product .category-product-stickers {
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.products .product .category-product-stickers > div {
    font-size: 14px;
    line-height: 1.6;
    padding: 5px 20px;
    border-radius: 0px 5px 5px 0px;
    background: var(--global-color-accent);
}
.products .product .category-product-stickers .percent-sticker {
    background: #A449FF;
}
.products .product .category-product-stickers .black-friday {
    background: #000;
}
.products .product a.woocommerce-loop-product__link {
    text-align: center;
	text-decoration: none;
}
.products .product img {
	aspect-ratio: 1;
    object-fit: contain;
    margin-bottom: 15px;
}
.products .product a h2 {
    font-size: 25px;
    text-align: left;
    height: 60px;
    margin: 0;
    overflow: hidden;
}
.products .product-card-footer {
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.products .woocommerce-product-details__short-description {
    font-size: 18px;
    height: 87px;
    overflow: hidden;
}
.product-card-buttons {
    display: flex;
    gap: 10px;
}
.product-card-buttons a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    flex: 1;
    padding: 0;
    gap: 5px;
}
.product-card-buttons a.button .ico {
    font-size: 22px;
}
.product-card-buttons a.button .ico:before {
    width: auto;
    margin: 0;
}
.product-card-buttons .add-to-wishlist {
    width: 55px;
    padding: initial;
    font-size: 21px;
}
.product-card-buttons .add-to-wishlist .ico:before {
    width: auto;
    line-height: 2em;
}
.add-to-wishlist.added .ico {
    color: var(--global-color-accent);
}
.add-to-wishlist.added .ico:before {
    content: "\e811";
}
.products .product .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    font-size: 25px;
    font-weight: 600;
}
.products .product .price del {
    font-size: 18px;
}
.products .product .average-rating {
    height: 19px;
}
.woocommerce-pagination {
	width: 100%;
    margin: 40px 0 0;
}
.archive .term-description {
    margin: 40px 0 0;
}

/*  Filter */
.premmerce-filter-loader-wrapper::after {
    display: flex;
	align-items: center;
    justify-content: center;
    font-family: "icons";
    content: '\e831';
    border: none;
    border-radius: 0;
    animation: spin 1.6s linear infinite;
    font-size: 5em;
}
.filter-header {
	display: none;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
	padding: 10px 0 15px;
	cursor: pointer;
}
.filter-header .filter-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-header .filter-title .ico {
    font-size: 26px;
}
.filter-header .filter-title .ico:before {
    transform: rotate(180deg);
    width: auto;
    line-height: inherit;
}
.filter-header .filter-title:hover {
	color: var(--global-color-accent);
}
.filter-header .close-popup {
    top: 25px;
}
.premmerce-filter-body {
    background: #181818;
    border: solid 1px #ffffff3d;
    border-radius: 13px;
	padding: 15px;
}
.filter__item {
    margin: 0;
}
.filter__item:not(:last-child ) {
    margin: 0 0 20px;
}
.filter__header {
    margin: 0 0 10px;
}
.filter__properties-item:not(:last-child),
.filter__properties-itemfilter__properties-item--active {
    margin-bottom: 10px;
}
.filter__title {
    font-size: 20px;
    font-weight: 600;
}
.pc-range-slider__wrapper {
    height: 22px;
    overflow: visible;
}
.pc-range-slider__control {
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
}
.pc-range-slider__control .ui-slider-range {
    background: #ffffff80;
    height: 2px !important;
    width: 100% !important;
    left: 0 !important;
    margin-top: -1px;
    border-radius: 5px;
}
.pc-range-slider__control .ui-slider-handle,
.pc-range-slider__control .ui-slider-handle:focus {
    background: var(--global-color-accent);
    width: 12px !important;
    height: 12px !important;
    border: 0;
    border-radius: 50%;
    top: 5px;
    outline: 5px solid #6e49ffa1;
}
.filter__checkgroup-control {
    display: none;
}
.filter__checkgroup-check {
    display: block !important;
	width: 18px;
    height: 18px;
    margin-right: 5px !important;
    background: initial;
    border: 1px solid #ffffff1a;
    border-radius: 3px;
}
.filter__checkgroup-check:before {
    opacity: 0;
	font-family: "icons";
    content: "\e804";
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background: var(--global-color-accent);
    width: 18px;
    height: 18px;
    border-radius: 3px;
}
.filter__checkgroup-title {
	color: #fff;
}

@media (max-width: 1024px) {
    .sidebar_filter {
	    width: calc(33.334% - 13.333px);
	}
	.wrap:not(.no_products_found) .premmerce-filter-ajax-container {
		width: calc(66.667% - 6.666px);
	}
	div.products {
		grid-template-columns: repeat(2,1fr);
	}		
    .products .product a h2 {
        font-size: 20px;
        height: 48px;
    }
    .products .woocommerce-product-details__short-description {
        font-size: 16px;
        height: 79px;
    }
    .product-card-buttons a.button {
        height: 45px;
        font-size: 16px;
    }
    .product-card-buttons a.button .ico {
        font-size: 19px;
    }
    .product-card-buttons .add-to-wishlist {
        width: 45px;
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-block {
        gap: 20px;
    }
    .woocommerce-breadcrumb {
        width: 100%;
        font-size: 16px;
        gap: 8px;
    }
    .woocommerce-ordering {
        width: calc(50% - 10px);
    }
	.filter-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        height: 52px;
        width: calc(50% - 10px);
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 13px;
	}
	.wrap:not(.no_products_found) .premmerce-filter-ajax-container {
		width: 100%;
	}
    div.products {
        grid-template-columns: repeat(2,1fr);
	}
    /*  Filter */
    .sidebar_filter {
	    position: fixed;
	    z-index: 9998;
	    top: 0;
	    bottom: 0;
	    padding: 0;
	    left: 0;
	    width: 100vw;
	    height: 100vh;
	    background-color: transparent;
	    -webkit-transform: scale(0);
	    -ms-transform: scale(0);
	    transform: scale(0);
	    transition: background-color .4s;
	}
	.sidebar_filter.show-filter {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	    background-color: rgba(0,0,0,.25);
	}
	.sidebar_filter .filter-wrap {
	    z-index: 10001;
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    height: 100vh;
	    width: 85vw;
	    background: var(--global-color-dark);
		padding: 10px;
	    transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	}
	.sidebar_filter.show-filter .filter-wrap {
	    transition: transform .3s;
	    transform: translateX(0%);
	    -ms-transform: translateX(0%);
	    -webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    -webkit-box-shadow: 0 0 20px rgb(0 0 0/20%);
	    box-shadow: 0 0 20px rgb(0 0 0/20%);
	}
	.filter-header {
		display: flex;
	}
}

@media (max-width: 499px) {
    .woocommerce-ordering,
    .filter-button {
        width: 100%;
    }
	div.products {
		grid-template-columns: 1fr;
	}	
}
@media (max-width: 379px) {
    /*  Filter */
	.sidebar_filter .filter-wrap {
	    width: 100vw;
	}
}

/* Product
--------------------------------------------- */
.wrap > .product.type-product,
.woocommerce .product .images .flex-control-thumbs {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrap > .product.type-product {
    flex-wrap: wrap;
}
.wrap > .product.type-product {
    column-gap: 40px;
    row-gap: 60px;
}
.wrap > .product.type-product,
.woocommerce .product .images .flex-control-thumbs,
.product .woocommerce-tabs,
.product .related {
    width: 100%;
}
.product-gallery,
.product-template-default .entry-summary {
    width: calc(50% - 20px);
}
.product-gallery {
    position: relative;
}
.product-template-default .entry-summary {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.product-gallery .woocommerce-product-gallery,
.product-gallery .swiper-thumb {
    background: #181818;
    border-radius: 12px;
    border: 1px solid #ffffff26;
}
.product-gallery .woocommerce-product-gallery {
    padding: 30px;
    margin-bottom: 30px;
}
.product-gallery .swiper-thumb {
    padding: 3px 9px;
    max-width: 128px;
}
.product-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    cursor: pointer;
}
.woocommerce-product-gallery .swiper-pagination {
    bottom: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.woocommerce-product-gallery .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff73;
}
.woocommerce-product-gallery .swiper-button-prev,
.woocommerce-product-gallery .swiper-button-next {
    padding: 11px 10px;
    border-top: 1px solid #ffffff36;
    border-bottom: 1px solid #ffffff36;
    background: #ffffff14;
}
.woocommerce-product-gallery .swiper-button-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ffffff36;
}
.woocommerce-product-gallery .swiper-button-next {
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #ffffff36;
}
.woocommerce-product-gallery .swiper-button-prev .ico,
.woocommerce-product-gallery .swiper-button-next .ico {
    font-size: 30px;
}
.woocommerce-product-gallery .swiper-button-prev:hover .ico,
.woocommerce-product-gallery .swiper-button-next:hover .ico {
    margin: 0;
}
.pswp__caption {
    display: none;
}
.product-template-default .onsale {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10000;
}
.product-template-default .onsale span {
    display: block;
    min-width: 80px;
    text-align: center;
    color: #fff;
    background-color: var(--global-color-accent);
    padding: 5px 10px;
}
.product-template-default .product_meta {
    color: #ffffff80;
    font-weight: 600;
    line-height: normal;
}
.product-template-default .product_title {
    font-size: 50px;
    line-height: 1;
    margin: 0;
}
.product-template-default .entry-summary .woocommerce-product-details__short-description {
    font-size: 18px;
}
.product-template-default .entry-summary .woocommerce-product-details__short-description p:last-child {
    margin: 0;
}
.product-template-default .entry-summary .price {
    font-size: 30px;
    font-weight: 600;
}
.product-template-default .entry-summary .price > * {
    display: block;
}
.product-template-default .entry-summary .price > del {
    font-size: 18px;
}
.product-template-default .entry-summary .stock {
    margin: 0;
    font-size: 18px;
}
.product-template-default .entry-summary .stock.available-on-backorder {
    color: #ff8836;
}
.product-template-default .entry-summary .stock.out-of-stock {
    color: #FF5449;
}
.product-template-default  .product-add-to-cart-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.product-template-default .product-add-to-cart-buttons > * {
    width: calc(50% - 10px);
}
.product-template-default .outofstock .product-add-to-cart-buttons > * {
    width: 100%;
}
.product-template-default .product-add-to-cart-buttons .quantity {
    display: none;
}
.product-template-default .product-add-to-cart-buttons .single_add_to_cart_button {
    width: 100%;
    height: 55px;
    gap: 5px;
    background: var(--global-color-accent);
    border: none;
    transition: background .3s;
}
.product-template-default .product-add-to-cart-buttons .single_add_to_cart_button:hover {
    background: var(--global-color-accent-hover);
    color: #fff;
}
.product-template-default .product-add-to-cart-buttons .single_add_to_cart_button .ico {
    font-size: 22px;
}
.product-template-default .payment-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 40px;
    width: 100%;
    margin: 4px 0;
}
.product-template-default .payment-icons .payment-ico {
    height: 100%;
    position: relative;
}
.product-template-default .payment-icons .payment-ico.counter:before {
    content: attr(data-counter);
    position: absolute;
    right: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    color: #000;
    text-align: center;   
}
.product-template-default .payment-icons .payment-ico.border {
    padding: 10px 15px;
    border-radius: 7px;
    border: 1px solid #ffffff42;
}
.product-template-default .payment-icons .payment-ico img {
    height: 100%;
    width: auto;
}
.product-template-default .entry-summary button.add-to-wishlist {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    padding: 0;
    border: 0;
}
.product-template-default .woocommerce-product-rating .title {
    font-size: 18px;
    margin-bottom: 7px;
}
.product-template-default .woocommerce-product-rating a {
    display: flex;
    gap: 5px;
}
.product-template-default .woocommerce-product-rating .star-rating {
    margin-left: -0.14em;
}

.product-template-default .product-delivery .title {
    font-size: 18px;
    margin-bottom: 15px;
}
.product-template-default .product-delivery-list {
    display: grid;
    gap: 10px;
}
.product-template-default .product-delivery-item,
.product-template-default .product-delivery-value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 5px;
    column-gap: 10px;   
}
.product-template-default .product-delivery-item {
    justify-content: space-between;
}
.product-template-default .product-delivery-value {
    font-weight: 600;
}
.product-template-default .product-delivery-desc {
    color: var(--global-color-accent);
}
.product-template-default .product-delivery-price.free {
    font-size: 14px;
    padding: 5px 12px;
    background: var(--global-color-accent);
    border: solid .5px;
    border-radius: 5px;
}

.product .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff47;
    overflow: hidden;
}
.product .woocommerce-tabs ul.tabs li {    
    flex: 1;
    text-align: center;
    padding: 0 0 8px;
    border-bottom: 1px solid transparent;
    transition: border-color .3s;
}
.product .woocommerce-tabs ul.tabs li a {    
    color: #fff6;
}
.product .woocommerce-tabs ul.tabs li.active,
.product .woocommerce-tabs ul.tabs li:hover {
    border-color: #fff;
}
.product .woocommerce-tabs ul.tabs li.active a,
.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
}
.woocommerce-Tabs-panel {
	padding: 20px 0 0 0;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    font-size: 18px;
}
.woocommerce-product-attributes {
    display: grid;
    gap: 10px;
}
.woocommerce-product-attributes-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.woocommerce-product-attributes-item .woocommerce-product-attributes-item__values {
    display: grid;
    gap: 5px;
    font-weight: 600;
}
.product-faq {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-faq .faq-toggle-item {
    width: 100%;
}
.product-faq .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 22px;
    font-weight: 600;
}
.product-faq .faq-question:hover {
    color: var(--global-color-accent);
    cursor: pointer;
    transition: color .3s;
}
.product-faq .faq-question button {
    padding: 7px;
    border-radius: 3px;
    font-size: 10px;
}
.product-faq .faq-question:hover button {
    color: var(--global-color-accent);
}
.product-faq .faq-question button .ico {
    display: flex;
}
.product-faq .faq-question button .ico:before {
    margin: 0;
}
.product-faq .faq-toggle-item.active .faq-question button .ico:before {
    content: '\e812';
}
.product-faq .faq-answer {
    height: 0;
    font-size: 18px;
    overflow: hidden;
    transition: height .3s;
}
.product-faq .faq-answer-wrap {
    padding-top: 15px;
}
.related,
.upsells {
    width: 100%;
	margin: 80px 0 0;
}
.related h2,
.upsells h2 {
    font-size: 40px;
    margin: 0 0 20px;
}
.related .products {
    display: flex;
    gap: 0;
    height: auto;
    box-sizing: border-box;
}
.related .products .product {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

@media (max-width: 1024px) {
    .product-gallery, .product-template-default .entry-summary {
        width: 100%;
    }
    .wrap > .product.type-product {
        row-gap: 30px;
    }
    .product-template-default .entry-summary {
        margin-top: 0;
    }
    .product-faq .faq-answer {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .woocommerce-product-gallery .swiper-button-prev, .woocommerce-product-gallery .swiper-button-next {
        display: block;
        padding: 8px 7px;
    }
    .woocommerce-product-gallery .swiper-button-prev .ico, .woocommerce-product-gallery .swiper-button-next .ico {
        font-size: 24px;
    }
    .product-template-default .product_title {
        font-size: 35px;
    }
    .product-template-default .entry-summary .woocommerce-product-details__short-description {
        font-size: 16px;
    }
    .product-template-default .product-add-to-cart-buttons > * {
        width: 100%;
    }
    .product .woocommerce-tabs ul.tabs li {
        flex: auto;
    }
    .product-faq .faq-question {
        font-size: 18px;
    }
    .related, .upsells {
        margin: 40px 0 0;
    }
}
@media (max-width: 499px) {
    .product-gallery .woocommerce-product-gallery {
        margin-bottom: 15px;
    }
}
@media (max-width: 379px) {
    .product-gallery .swiper-thumb {
        max-width: 100px;
    }
}

/* Buy One Click
--------------------------------------------- */
.product-template-default .product-add-to-cart-buttons .buy-one-click {
    height: 55px;
}
.popup-buy-one-click .popup-title {
    margin: 20px 0 0;
}
#buy-one-click {
    margin: 20px auto 0;
    max-width: 420px;
}
#buy-one-click button {
    display: flex;
    margin: 25px auto 0;
}

/* Cart
--------------------------------------------- */
.woocommerce-cart .content-section {
    margin: 0;
}
.woocommerce-cart .cart-wrapper {
    border: 1px solid #ffffff1a;
    border-radius: 13px;
    padding: 30px;
}
.woocommerce-cart .button.wc-backward {
    display: inline-flex;
    height: 54px;
}
#cart {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#cart.loading {
  opacity: 0.5;
  pointer-events: none
}
#cart.loading .mini-cart-qty[data-total="0"] {
  display: none;
}
#cart.loading .cart-wrapper:after {
    opacity: 1;
    font-family: "icons";
    position: absolute;
    content: "\e831";
    animation: spin 1.6s linear infinite;
    font-size: 5em;
	top: calc(50% - 64px);
    left: calc(50% - 40px);  
} 
#cart .cart-wrapper {
	position: relative;
    text-align: center;
}
#cart table {
  font-size: 1.2em;
}
#cart .cart-empty-ico .icon-cart {
  font-size: 5em;
}
#cart h4.cart-empty {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0;
}
#cart tr {
    border-bottom: 1px solid #ffffff80;
}
#cart td {
    padding: 15px 10px;
    border: none;
    vertical-align: middle;
}
#cart .product-remove {
    padding-left: 0;
    width: 34px;
}
#cart .product-remove a {
    font-size: 1.2em;
    color: #ffffff40;
}
#cart .product-remove a:hover {
    color: #FF5449;
}
#cart .product-thumbnail {
    width: 90px;
    text-align: center;
}
#cart .product-thumbnail img {
  max-width: 70px;
}
#cart .product-thumbnail a {
  display: flex;
}
#cart .product-name {
  line-height: 1.5;
}
#cart .product-price,
#cart .product-subtotal {
    white-space: nowrap;
}
#cart .product-quantity {
    min-width: 161px;
}
#cart .product-subtotal {
  font-weight: 500;
  text-align: right;
}
.product-quantity button {
    border-color: #ffffff1a;
    padding: 0 5px;
    height: 42px;
}
.product-quantity button:hover {
    border-color: var(--global-color-accent);
}
#cart .product-quantity .quantity,
.woocommerce-cart .product-quantity .quantity {
    display: inline-block;
}
#cart .product-quantity .qty::-webkit-outer-spin-button,
#cart .product-quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart .product-quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart .product-quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#cart .product-quantity input.qty,
.woocommerce-cart .product-quantity input.qty {  
    text-align: center;
    width: 50px;
    padding: 10px 3px;
}
#cart .product-quantity input.qty:hover,
.woocommerce-cart .product-quantity input.qty:hover {  
    border-color: #ffffff80;
}
#cart .product-quantity input.qty:focus,
.woocommerce-cart .product-quantity input.qty:focus {  
    border-color: var(--global-color-accent);
}
.cart-collaterals {
    margin: 40px 0 0;
}
#cart .cart_totals {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}
#cart .cart_totals_title_value,
#cart .cart_totals_buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    align-items: center;
    justify-content: space-between;
}
#cart .cart_totals_title_value h4 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0;
}
#cart .cart_totals .subtotal,
#cart .cart_totals .discount,
#cart .cart_totals .total {
	line-height: 1;
	font-size: 2em;
	font-weight: 600;
}
#cart .cart_totals .total {
	font-weight: 700;
}
#cart .cart_totals_buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.woocommerce-checkout #cart .cart_totals_buttons,
.woocommerce-cart #cart .cart_totals_buttons {
  justify-content: flex-end;
}
.woocommerce-checkout #cart .continue-shopping,
.woocommerce-cart div:not(#mini-cart) .continue-shopping {
    display: none;
}

#cart-cross-sells {
  margin: 20px 0 0;
  overflow: hidden;
}
#cart-cross-sells h4 {
    margin: 10px 0 20px;
    font-size: 23px;
    font-weight: 400;
}
.product-cs {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    background: #181818;
    border: solid 1px #ffffff1a;
    border-radius: 14px;
    padding: 15px;
    box-sizing: border-box;
}
.swiper-slide.product-cs {
    height: auto;
}
.product-cs-thumb  {
	text-align: center;
}
.product-cs img {
    aspect-ratio: 1;
    object-fit: contain;
}
.product-cs-title {
    font-size: 18px;
    font-weight: 400;
    height: 42px;
    margin: 0;
    overflow: hidden;
}
.product-cs-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 43px;
    font-size: 20px;
    font-weight: 600;
}
.product-cs-price del {
    font-size: 15px;
}
.product-cs .product-card-buttons {
    width: 100%;
}
.product-cs .product-card-buttons .add_to_cart_button {
    font-size: 16px;
    height: 44px;
}
.product-cs .product-card-buttons .add_to_cart_button .ico {
    font-size: 20px;
}
.product-cs .added_to_cart.wc-forward {
    display: none;
}
.product-cs  .product-card-buttons .add-to-wishlist {
    display: none;
}
#cart-cross-sells .swiper-pagination {
    position: initial;
    transform: none;
    justify-content: center;
    padding-top: 20px;
}
/* Popup Cart
--------------------------------------------- */
.popup-cart .popup {
    max-width: 960px;
}
.popup-header {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ffffff80;
}
.popup-title {
    font-size: 40px;
    text-align: center;
    margin: 0;
}
.popup-cart .mini-cart-contet {
    padding: 0 15px 10px;
    overflow-y: auto;
    height: 100%;
}

@media (max-width: 767px) {
    .woocommerce-cart .cart-wrapper {
        padding: 30px 20px;
    } 
  #cart td,
  .woocommerce-cart td {
    padding: 10px;
  }
  #cart .product-thumbnail,
  .woocommerce-cart .product-thumbnail {
    width: 80px;
  }
  #cart .product-name,
  .woocommerce-cart .product-name {
    flex: 60%;
    text-align: left;
  }
  #cart .product-price,
  .woocommerce-cart .product-price {
    display: none;  
  }
  #cart .product-quantity,
  #cart .product-subtotal,
  .woocommerce-cart .product-quantity,
  .woocommerce-cart .product-subtotal {
    flex: 50%;
    text-align: center;
  } 
  #cart .cart_totals .subtotal,
  #cart .cart_totals .discount,
  #cart .cart_totals .total,
  .woocommerce-cart .cart_totals .subtotal {
    font-size: 1.5em;
  }
  #cart .cart_totals_buttons,
  .woocommerce-cart .cart_totals_buttons {
    justify-content: flex-end;
  }
  #cart .continue-shopping {
    display: none;
  }
  .popup-cart .mini-cart-contet {
    padding: 0 10px 10px;
  } 
  #cart tr,
  .woocommerce-cart tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 519px) {
    #cart .product-remove,
    .woocommerce-cart .product-remove {
        width: 25px;
    }
}
@media (max-width: 359px) {
    #cart .product-remove,
    .woocommerce-cart .product-remove {
        display: none;
    }
    #cart .product-thumbnail,
    .woocommerce-cart .product-thumbnail {
      width: 100%;
    }
    #cart .product-thumbnail a {
        justify-content: center;
    }
    #cart .product-thumbnail img {
        max-width: 120px;
    }
    #cart .product-name,
    .woocommerce-cart .product-name {
      flex: 100%;
      text-align: center;
    }
}

/* Checkout
--------------------------------------------- */
.blockUI.blockOverlay  {
    background: #fff !important;
    opacity: 0.01 !important;
    border-radius: 13px;
}
.blockUI.blockOverlay:after {
    border: none;
}
.woocommerce-checkout .content-section {
    margin: 0;
}
#customer_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
    width: calc(50% - 20px);
}
#customer_details::after,
#customer_details::before {
    display: none;
}
.checkout.woocommerce-checkout .checkout-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
.checkout.woocommerce-checkout h3 {
    font-size: 40px;
    margin: 0;
}
.checkout.woocommerce-checkout .label-step {
    background: var(--global-color-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
}
.checkout-login {
    font-size: 18px;
	margin: 0 0 10px;
}
.checkout-login a {
    font-weight: 600;
}
#billing_country_field {
	display: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper:not(.shipping-fields) {
    margin: 0 0 15px;  
}
.woocommerce-billing-fields,
.woocommerce-checkout-payment {
    margin: 0 0 25px;
}
.woocommerce-billing-fields .woocommerce-account-fields {
    display: flex;
    padding: 0 3px;
    margin: -5px 0 15px;
}
.woocommerce .custom_show_shipping_before_adress ul#shipping_method {
    padding: 3px;
}
.shipping_method_label, 
.payment_method_label {
    font-size: 20px
}
.woocommerce-checkout #customer_details #payment {
  padding: 3px;
}
#payment .blockUI.blockOverlay  {
    background: none !important;
}
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    background: #181818;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
    padding: 15px;
    margin: 15px 0 0;
}
.woocommerce-checkout #payment div.payment_box p {
    margin: 0;
}
.payment_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.payment_list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.woocommerce-checkout #shipping_method li,
.wc_payment_method:not(:last-child) {
	margin-bottom: 15px;
}
.wc_payment_method input.input-radio,
#shipping_method input,
.woocommerce-checkout .create-account label.woocommerce-form__label input,
.woocommerce-form-login label.woocommerce-form-login__rememberme input {
    display: none;
}
.woocommerce-checkout #shipping_method label.custom-radio-button,
.wc_payment_method label.custom-radio-button,
.woocommerce-checkout form .form-row.create-account label.woocommerce-form__label,
.woocommerce .woocommerce-form-login label.woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce-checkout #shipping_method label.custom-radio-button .radio-button,
.wc_payment_method label.custom-radio-button .radio-button,
.woocommerce-checkout .create-account label.woocommerce-form__label .createaccount-check,
.woocommerce-form-login label.woocommerce-form-login__rememberme .rememberme-check {
    display: inline-block;
    background: #fff;
    border: 1px solid #ffffff1a;
    width: 18px!important;
    height: 18px!important;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}
.woocommerce-checkout #shipping_method label.custom-radio-button .radio-button,
.wc_payment_method label.custom-radio-button .radio-button {
    border-radius: 10px;
}
.woocommerce-checkout #shipping_method input:checked + label.custom-radio-button .radio-button,
.wc_payment_method input:checked + label.custom-radio-button .radio-button {
    border: 6px solid var(--global-color-accent);
}

.woocommerce-checkout .create-account label.woocommerce-form__label input:checked + .createaccount-check:before,
.woocommerce-form-login label.woocommerce-form-login__rememberme input:checked + .rememberme-check:before {
    opacity: 1;
}
.woocommerce-checkout .create-account label.woocommerce-form__label .createaccount-check:before,
.woocommerce-form-login label.woocommerce-form-login__rememberme .rememberme-check:before {
    font-family: "icons";
    opacity: 0;
    content: '\e804';
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background: var(--global-color-accent);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#wcus-shipping-cost {
    display: flex;
    align-items: center;
}
#wcus-shipping-cost:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
#wcus-shipping-cost:before {
    background-image: url(/wp-content/themes/kaspo/img/np.svg);
}
.wcus-checkout-fields h3 {
	display: none;
}
.wcus-checkout-fields .zen-ui-select__value {
    height: 42px;
    width: 100%;
    line-height: 1.3;
    background: initial;
    border-radius: 8px;
    border: 1px solid #ffffff1a;
    outline: none;
    padding: 10px !important;
    margin: 0 0 15px;
    transition: border .3s;
}
.wcus-checkout-fields .zen-ui-select__value.disabled {
    border-radius: 8px 8px 0 0;
}
.wcus-checkout-fields .zen-ui-select__value > svg {
    fill: transparent;
    right: 8px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 20 20"><path fill="white" d="M10 12L6.5 8L13.5 8L10 12Z"/></svg>');
    background-repeat: no-repeat;
    background-position: 50%;
}
.wcus-checkout-fields .zen-ui-select__value.disabled > svg {
    fill: transparent;
}
.wcus-checkout-fields .zen-ui-select__dropdown {
    background: none;
}
.wcus-checkout-fields .zen-ui-select__options {
    background: #181818;
    border: 1px solid #ffffff1a;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.wcus-checkout-fields .zen-ui-select__search {
    background: #181818;
    border: 1px solid #ffffff1a;
    border-top: 0;
    border-bottom: 0;
}
.wcus-checkout-fields .zen-ui-select__search-input {
    padding: 10px !important;
    border: 1px solid #ffffff1a !important;
    border-radius: 8px !important;
}
.wcus-checkout-fields .zen-ui-select__search-input:hover {
    border-color: #ffffff80 !important;
}
.wcus-checkout-fields .zen-ui-select__search-input:focus {
    border-color: var(--global-color-accent) !important;
}
.wcus-checkout-fields .zen-ui-select__option--current {
    background: #1b1b1b;
}
.wcus-checkout-fields .zen-ui-select__option:not(.zen-ui-select__option--disabled):not(.zen-ui-select__option--current):hover {
    background: #222;
}
.woocommerce .loader, .wcus-state-loading:before {
    background: none !important;
}
.wcus-state-loading:after {
    border: none;
}

.order_review_heading_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.order_review_heading_block .cart-edit {
    font-size: 20px;
    cursor: pointer;
    color: var(--global-color-accent);
}
.order_review_heading_block .cart-edit i {
    margin-right: 3px;
}
.woocommerce-checkout-review-order-table {
    background: #181818;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
    padding: 25px;
}
.woocommerce-checkout-review-order-table .woocommerce-form-coupon-toggle,
.woocommerce-coupon-cart form,
.woocommerce-checkout-review-order-table .cart-discount,
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .shipping-total,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .fee,
.woocommerce-checkout-review-order-table .cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout-review-order-table .woocommerce-form-coupon-toggle {
	padding: 15px 0 5px;
}
.woocommerce-checkout-review-order-table .woocommerce-form-coupon-toggle .showcoupon {
    font-weight: 600;
}
.woocommerce-coupon-cart form {
    flex-wrap: wrap;
	padding: 10px 0 15px;   
}
.woocommerce-coupon-cart .coupon-input,
.woocommerce-coupon-cart .coupon-add-button {
	display: none;
    margin: 0;
}
.woocommerce-coupon-cart .checkout_coupon .coupon-input,
.woocommerce-coupon-cart .checkout_coupon .coupon-add-button {
	display: block;
}
.woocommerce-coupon-cart button.button {
    height: 42px;
    padding: 12px 20px;
    font-size: 16px;
}
.woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 1px solid #ffffff80;
    padding: 10px 0;
}
.woocommerce-checkout-review-order-table .product-thumb-name,
.woocommerce-checkout-review-order-table .product-thumb {
    display: flex;
    align-items: center;
}
.woocommerce-checkout-review-order-table .product-thumb img {
    max-width: 70px;
    height: auto;
}
.woocommerce-checkout-review-order-table .product-name {
    padding-left: 10px;
}
.woocommerce-checkout-review-order-table .product-name .checkout-product-warning {
	color: #FF5449;
    font-size: .9em;
}
.woocommerce-checkout-review-order-table .product-quantity-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 130px;
    width: 30%;
    justify-content: flex-end;
    padding-left: 10px;
}
.woocommerce-checkout-review-order-table dl.product-quantity {
    width: 55px;
}
.woocommerce-checkout-review-order-table dl {
    text-align: center;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table dt {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
}
.woocommerce-checkout-review-order-table dd {
    margin-bottom: 4px;
}
.woocommerce-checkout-review-order-table dd {
    margin-left: 0;
}
.woocommerce-checkout-review-order-table dl.product-total {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .cart-discount,
.woocommerce-checkout-review-order-table .shipping-total,
.woocommerce-checkout-review-order-table .fee,
.woocommerce-checkout-review-order-table .tax-rate,
.woocommerce-checkout-review-order-table .tax-total {
    padding-bottom: 5px;
}
.woocommerce-checkout-review-order-table .place-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 0;
}

@media (min-width: 768px) {
	.checkout #order_review {
		position: sticky;
		top: 30px;
	}
}
@media (max-width: 1024px) {
	.checkout.woocommerce-checkout h3 {
        font-size: 30px;
	}	
    .order_review_heading_block .cart-edit {
        font-size: 18px;
    }	
    .order_review_heading_block .cart-edit i {
        margin-right: 0;
    }
    .woocommerce-checkout-review-order-table .product-quantity-total {
        min-width: 115px;
    }
}
@media (max-width: 767px) {
	.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
	    width: 100%;
	}	
}
@media (max-width: 600px) {
  .woocommerce-checkout-review-order-table {
    padding: 25px 15px;
  }
  .woocommerce-checkout-review-order-table .cart_item {
    flex-direction: column;
  }
  .woocommerce-checkout-review-order-table .product-thumb-name, .woocommerce-checkout-review-order-table .product-quantity-total {
    width: 100%;
  }
  .woocommerce-checkout-review-order-table .product-quantity-total {
    justify-content: space-evenly;
    padding: 0;
  }
  .woocommerce-checkout-review-order-table .product-quantity-total dl.product-quantity,
  .woocommerce-checkout-review-order-table .product-quantity-total dl.product-total {
    width: auto;
    align-items: center;
  }
}

/* Thank You Page
--------------------------------------------- */
.woocommerce-thankyou-order-received {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}
.woocommerce-order .woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    margin: 0 0 20px;    
}
.woocommerce-order .order_details li {
    margin: 0 25px 25px 0;
    text-transform: uppercase;
    font-size: .8em;
    border-right: 1px dashed #ffffff3d;
    padding-right: 25px;
}
.woocommerce-order .order_details li:last-child {
    margin: 0 0 25px 0;
    padding: 0;
    border: none;
}
.woocommerce-order .order_details li strong {
    display: block;
    font-size: 18px;
    text-transform: none;
    line-height: 1.5;
}
.woocommerce-order .woocommerce-order-details {
    margin: 30px 0;
}
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.woocommerce-order-overview__transaction-status.declined a {
    color: #ff8a1c;
}
.woocommerce-order-overview__transaction-status.approved a {
    color: #34bd39;
}
.woocommerce-order-overview__transaction-status.declined a:hover {
    color: var(--global-color-accent);
}

.shop_table {
    background: #181818;
    padding: 20px;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
}
.shop_table th {
    padding: 9px 12px;
}
.shop_table td {
    border-top: 1px solid #ffffff1a;
    padding: 9px 12px;
    vertical-align: middle;
}
.shop_table tbody th,
.shop_table tfoot td,
.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid #ffffff1a;
}

@media (max-width: 767px) {
    .woocommerce-order .woocommerce-order-details {
        margin: 20px 0;
    }
    .woocommerce-thankyou-order-received {
        font-size: 30px;
    }
    .shop_table th,
    .shop_table td {
        padding: 9px;
    }
	.woocommerce ul.order_details {
	    flex-direction: column;	    
	}
	.woocommerce ul.order_details li {
	    margin: 0 0 20px;
	    padding: 0;
	    border: none;
	}
}
@media (max-width: 499px) {
    .shop_table {
        padding: 20px 10px;
    }
}

/* Order Pay
--------------------------------------------- */
.woocommerce-order-pay .payment_methods {
    margin: 40px 0 25px;
}
.woocommerce-order #form_wayforpay {
    height: 0;
}

/* Popup Login
--------------------------------------------- */
.popup-login .woocommerce-notices-wrapper > * {
    font-size: 16px;
    margin: 30px 0 15px;
    padding: 20px 10px 20px 40px;
}
.popup-login .woocommerce-notices-wrapper > *:before {
    left: 10px;
}
.login-title,
.register-title {
    font-size: 40px;
    text-align: center;
    margin: 0;
}
/* Log in & Register
--------------------------------------------- */
.toggle-title {
	margin: 0;
}
.login-form p,
.register-form p {
	text-align: center;
}
.login-form a,
.woocommerce-form-login a,
.register-form a {
	font-weight: 600;
}
.login-form a:hover,
.woocommerce-form-login a:hover,
.register-form a:hover {
	color: var(--global-color-accent);
}
.woocommerce-form-login,
.woocommerce-form-register {
	margin: 20px auto 0;
	max-width: 420px;
}
.woocommerce-form-login button,
.woocommerce-form-register button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 25px auto 15px;
}
p.lost_password,
.woocommerce-privacy-policy-text p {
    text-align: center;
    margin: 0;
}
/* Lost password
--------------------------------------------- */
.woocommerce-lost-password .woocommerce .description {
    font-size: 18px;
	text-align: center;
}
form.lost_reset_password {
	margin: 25px auto 0;
	max-width: 420px;	
}
form.lost_reset_password button {
    margin: 25px auto 15px;
}
/* New password
--------------------------------------------- */
.woocommerce-password-strength {
	text-align: center;
    margin: 10px 0;
}
.woocommerce-password-hint {
    font-size: 16px;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
	color: #ff5449;
}
.woocommerce-password-strength.good {
	color: var(--global-color-accent);
}
.woocommerce-password-strength.strong {
	color: #34bd39;
}

/* My account
--------------------------------------------- */
.woocommerce-account .content-section {
    margin: 0;
}
.woocommerce-account.logged-in .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
}
/* Dashboard */
.dashboard-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.dashboard-blocks > div {
    background: #181818;
    padding: 30px;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
	flex: 1;
}
.dashboard-blocks article.info-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
}
.dashboard-blocks article.info-block > * {
    margin: 0;
}
.dashboard-blocks article.info-block p {
    line-height: 1.2;
}
.dashboard-blocks a.woocommerce-column__title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.dashboard-blocks a.woocommerce-column__title .ico {
    display: flex;
	font-size: 28px;
}
.dashboard-blocks a.woocommerce-column__title .ico:before {
    margin: 0;
}

/* Navigation */
.woocommerce-MyAccount-navigation ul {
    border-top: 1px solid #ffffff80;
}
.woocommerce-MyAccount-navigation-link {
    font-size: 26px;
    font-weight: 600;
    padding: 13px 30px;
    border-bottom: 1px solid #ffffff80;
}
.woocommerce-MyAccount-navigation-link.is-active {
    border-bottom: 2px solid #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 40px;
    margin: 0px 0 17px;
}
@media (max-width: 767px) {
	.woocommerce-MyAccount-navigation {
		display: none;
	}	
    .woocommerce-account .woocommerce-MyAccount-content h3 {
        font-size: 30px;
    }
}

/* Address */
.woocommerce-edit-address .woocommerce-Address-title {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    transition: color .3s;
}
.woocommerce-edit-address .woocommerce-Address-title:hover,
.woocommerce-edit-address .woocommerce-Address-title:hover a {
	color: var(--global-color-accent);
}

/* Edit Address */
form > .woocommerce-address-fields {
    display: grid;
    gap: 20px;
}
.woocommerce-address-fields h4 {
    font-size: 20px;
    margin: 0 0 15px;
}
label .optional {
    display: none;
}
/* Edit account */
.woocommerce-edit-account [name="save_account_details"] {
	margin-top: 20px;
}

/* Orders */
.my_account_orders.order-rows {
    display: grid;
    gap: 20px;
}
.my_account_orders .orders-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #181818;
    border: 1px solid #ffffff1a;
    border-radius: 13px;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.6;
}
.my_account_orders .orders-row .order-meta {
	flex: 2;
}
.my_account_orders .orders-row .order-status {
    font-weight: 600;
    color: #ff8836;
}
.my_account_orders .orders-row.orders-row--status-completed .order-status,
.my_account_orders .orders-row.orders-row--status-refunded .order-status {
	color: #34bd39;
}
.my_account_orders .orders-row.orders-row--status-cancelled .order-status,
.my_account_orders .orders-row.orders-row--status-failed .order-status {
	color: #FF5449;
}
.my_account_orders .orders-row .order-product-count_total {
	flex: 1;
}
.my_account_orders .orders-row .order-actions {
	flex: 1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
	flex-direction: column;
    align-items: flex-end;
}
.my_account_orders .orders-row .order-actions-buttons {
	font-size: 22px;
}
.my_account_orders .orders-row .order-actions-buttons a.pay {
	color: #34bd39;
}
.my_account_orders .orders-row .order-actions-buttons a.cancel {
	color: #FF5449;
}
.my_account_orders .orders-row .order-actions-buttons a.pay:hover {
	color: #227b25;
}
.my_account_orders .orders-row .order-actions-buttons a.cancel:hover {
	color: #a33a34;
}
.my_account_orders .orders-row .order-actions-buttons .ico:before {
    width: auto;
	margin: 0 6px;
}
.my_account_orders .orders-row .order-actions-buttons a:last-child .ico:before {
	margin: 0 0 0 6px;
}
.my_account_orders .orders-row .order-total del {
	margin: 0 5px 0 0;
}

.woocommerce-view-order .woocommerce-MyAccount-content > p {
    font-size: 20px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
    margin: 0 0 30px;
}

.woocommerce-orders .woocommerce-pagination {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-orders .woocommerce-pagination .woocommerce-button--previous {
	margin-right: auto;
}
.woocommerce-orders .woocommerce-pagination .woocommerce-button--next {
	margin-left: auto;
}

.order-again {
    margin: 20px 0 0;
}
.order-again a.button {
    display: inline-flex;
}

@media (max-width: 460px) {
	.my_account_orders .orders-row .order-meta {
		flex: 100%;
	}
}

/* Wishlist
--------------------------------------------- */
.wishlist-empty {
    width: 100%;
}
.wishlist-empty .woocommerce-info{
    margin: 0 0 25px;
}
.wishlist-empty .button.wc-backward {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
}

