/*!
Theme Name: Durotan
Theme URI: http://demo4.drfuri.com/durotan
Author: DrFuri
Author URI: http://drfuri.com
Description: Woocommerce WordPress Theme
Version: 1.1.8
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: durotan
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Layout
# Modules
# Elementor
# Navigation
# Form
# Media
# Content
# Shop
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
	--durotan-color-darker: #000000;
	--durotan-color-dark: #222222;
	--durotan-color-light: #ffffff;
	--durotan-color-gray: #999999;
	--durotan-color-primary: #928656;
	--durotan-color-blue: #00ccff;
	--durotan-background-color-darker: #000000;
	--durotan-background-color-light: #ffffff;
	--durotan-background-color-gray: #999999;
	--durotan-background-color-primary: #928656;
	--durotan-text-input-color: #999999;
	--durotan-text-main-color: #666666;
	--durotan-text-input-focus-color: #010101;
	--durotan-link-color: #000000;
	--durotan-border-color-primary: #928656;
	--durotan-border-color-light: #ffffff;
	--durotan-border-input-color: #d8d8d8;
	--durotan-border-input-focus-color: #000000;
}

:root {
	--durotan-heading-font: "Marcellus", sans-serif;
	--durotan-font-main: "Jost", sans-serif;
}

@keyframes bubble {
	0%, 100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}

@keyframes durotanFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 80px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes durotan-scale {
	30% {
		transform: scale(0.3);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes durotan-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes durotan-loading {
	0%, 20%, 40%, 60%, 100% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 0;
	}
	10%, 30%, 50%, 70% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 1;
	}
}

@keyframes durotan-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes anim-ripple {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	20% {
		transform: scale(1);
		opacity: .4;
	}
	to {
		transform: scale(1.2);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	color: var(--durotan-text-main-color);
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.67;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--durotan-heading-font);
	font-weight: 400;
	color: var(--durotan-color-darker);
}

h1 {
	font-size: 60px;
	font-size: 3.75rem;
}

h2 {
	font-size: 48px;
	font-size: 3rem;
}

h3 {
	font-size: 36px;
	font-size: 2.25rem;
}

h4 {
	font-size: 30px;
	font-size: 1.875rem;
}

h5 {
	font-size: 24px;
	font-size: 1.5rem;
}

h6 {
	font-size: 20px;
	font-size: 1.25rem;
}

a {
	color: var(--durotan-color-darker);
	text-decoration: none;
	transition: 0.3s ease-in;
}

a:focus, a:hover, a:active {
	outline: 0;
	color: var(--durotan-color-primary);
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 20px;
	line-height: 1.5;
	color: var(--durotan-color-darker);
	padding: 20px 30px;
	border-left: 3px solid var(--durotan-color-primary);
	margin-left: 0;
}

blockquote p {
	margin: 0 0 10px;
}

blockquote cite {
	font-size: 14px;
	display: block;
	color: #838889;
}

blockquote cite a {
	color: inherit;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #eee;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-size: 13px;
}

code {
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.content-sidebar .single-post__header,
.sidebar-content .single-post__header {
	margin-bottom: 96px;
}

.sidebar-content .site-content .content-area {
	order: 2;
}

.sidebar-content .site-content .widget-area {
	order: 1;
}

.site-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.site-content.no-top-spacing {
	padding-top: 0 !important;
}

.site-content.no-bottom-spacing {
	padding-bottom: 0 !important;
}

.durotan-container-narrow {
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1560px;
}

.durotan-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1680px;
}

.durotan-container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 70px;
	padding-right: 70px;
	max-width: 1900px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 1790px) {
	.durotan-container-fluid {
		width: 100%;
	}
}

@media (max-width: 1590px) {
	.durotan-container {
		width: 100%;
	}
}

@media (max-width: 1470px) {
	.durotan-container-narrow {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.durotan-container,
	.durotan-container-narrow,
	.durotan-container-fluid {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 767px) {
	.durotan-container,
	.durotan-container-narrow,
	.durotan-container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.row--inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xs-1-10, .col-xs-2-10, .col-xs-3-10, .col-xs-4-10, .col-xs-5-10,
.col-xs-6-10, .col-xs-7-10, .col-xs-8-10, .col-xs-9-10,
.col-sm-1-10, .col-sm-2-10, .col-sm-3-10, .col-sm-4-10, .col-sm-5-10,
.col-sm-6-10, .col-sm-7-10, .col-sm-8-10, .col-sm-9-10,
.col-md-1-10, .col-md-2-10, .col-md-3-10, .col-md-4-10, .col-md-5-10,
.col-md-6-10, .col-md-7-10, .col-md-8-10, .col-md-9-10,
.col-lg-1-10, .col-lg-2-10, .col-lg-3-10, .col-lg-4-10, .col-lg-5-10,
.col-lg-6-10, .col-lg-7-10, .col-lg-8-10, .col-lg-9-10 {
	padding-left: 15px;
	padding-right: 15px;
}

.col-mega-1_8 {
	width: 12.5%;
}

.col-mega-1_5 {
	width: 20%;
}

.col-mega-1_4 {
	width: 25%;
}

.col-mega-1_3 {
	width: 33.33%;
}

.col-mega-3_8 {
	width: 37.5%;
}

.col-mega-2_5 {
	width: 40%;
}

.col-mega-1_2 {
	width: 50%;
}

.col-mega-3_5 {
	width: 60%;
}

.col-mega-5_8 {
	width: 62.5%;
}

.col-mega-2_3 {
	width: 66.6666%;
}

.col-mega-3_4 {
	width: 75%;
}

.col-mega-4_5 {
	width: 80%;
}

.col-mega-7_8 {
	width: 87.5%;
}

.col-mega-1_1 {
	width: 100%;
}

.col-xs-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-xs-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xs-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xs-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xs-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xs-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xs-1-10 {
	flex: 0 0 10%;
	max-width: 10%;
}

.col-xs-2-10 {
	flex: 0 0 20%;
	max-width: 20%;
}

.col-xs-3-10 {
	flex: 0 0 30%;
	max-width: 30%;
}

.col-xs-4-10 {
	flex: 0 0 40%;
	max-width: 40%;
}

.col-xs-5-10 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-6-10 {
	flex: 0 0 60%;
	max-width: 60%;
}

.col-xs-7-10 {
	flex: 0 0 70%;
	max-width: 70%;
}

.col-xs-8-10 {
	flex: 0 0 80%;
	max-width: 80%;
}

.col-xs-9-10 {
	flex: 0 0 90%;
	max-width: 90%;
}

@media (min-width: 768px) {
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-1-10 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.col-sm-2-10 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sm-3-10 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.col-sm-4-10 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-sm-5-10 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-6-10 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-sm-7-10 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.col-sm-8-10 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.col-sm-9-10 {
		flex: 0 0 90%;
		max-width: 90%;
	}
}

@media (min-width: 992px) {
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-1-10 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.col-md-2-10 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-md-3-10 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.col-md-4-10 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-md-5-10 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-6-10 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-md-7-10 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.col-md-8-10 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.col-md-9-10 {
		flex: 0 0 90%;
		max-width: 90%;
	}
}

@media (min-width: 1200px) {
	.col-flex-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-flex-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-flex-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-flex-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-flex-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-flex-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-flex-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-flex-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-flex-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-flex-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-flex-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-flex-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-1-10 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.col-lg-2-10 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-lg-3-10 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.col-lg-4-10 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-lg-5-10 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-6-10 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-lg-7-10 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.col-lg-8-10 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.col-lg-9-10 {
		flex: 0 0 90%;
		max-width: 90%;
	}
}

.hidden {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

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

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row-flex:before,
.row-flex:after,
.row:before,
.row:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row-flex:after,
.row:after {
	clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text, .site-branding .site-title,
.site-branding .site-description {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus, .site-branding .site-title:focus,
.site-branding .site-description:focus {
	background-color: var(--durotan-background-color-gray);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--durotan-color-gray);
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.durotan-svg-icon {
	display: inline-block;
	outline: none;
}

.durotan-svg-icon svg {
	vertical-align: -0.125em;
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentColor;
}

.underline {
	line-height: 1;
	position: relative;
	display: inline-block;
}

.underline:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid;
}

.underline-hover {
	line-height: 1;
	position: relative;
	display: inline-block;
}

.underline-hover:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid;
	transition: width 0.4s;
}

.underline-hover.active, .underline-hover:hover {
	text-decoration: none;
}

.underline-hover.active:after, .underline-hover:hover:after {
	width: 100%;
	left: 0;
}

.text-dark,
.text-dark a {
	color: var(--durotan-color-dark);
}

.text-light,
.text-light a {
	color: var(--durotan-color-light);
}

hr.divider {
	margin-top: 0;
	margin-bottom: 0;
}

.durotan-language,
.durotan-currency {
	text-align: left;
}

.durotan-language ul,
.durotan-currency ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.durotan-language--horizontal ul,
.durotan-currency--horizontal ul {
	display: flex;
	align-items: center;
}

.durotan-language--horizontal ul li,
.durotan-currency--horizontal ul li {
	padding: 0 14px;
}

.durotan-language--horizontal ul li a,
.durotan-currency--horizontal ul li a {
	color: var(--durotan-color-gray);
}

.durotan-language--horizontal ul li a:hover, .durotan-language--horizontal ul li a.active,
.durotan-currency--horizontal ul li a:hover,
.durotan-currency--horizontal ul li a.active {
	color: var(--durotan-color-darker);
}

.durotan-language--horizontal ul li:first-child,
.durotan-currency--horizontal ul li:first-child {
	padding-left: 0;
}

.durotan-language--horizontal ul li:last-child,
.durotan-currency--horizontal ul li:last-child {
	padding-right: 0;
}

.durotan-language--list-dropdown,
.durotan-currency--list-dropdown {
	color: var(--durotan-color-darker);
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}

.durotan-language--list-dropdown .current,
.durotan-currency--list-dropdown .current {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.durotan-language--list-dropdown .current .durotan-svg-icon,
.durotan-currency--list-dropdown .current .durotan-svg-icon {
	font-size: 12px;
	margin-left: 10px;
}

.durotan-language--list-dropdown ul,
.durotan-currency--list-dropdown ul {
	white-space: nowrap;
	position: absolute;
	left: -15px;
	top: calc( 100% + 1px);
	opacity: 0;
	background: #fff;
	transform: translate(0, 20px);
	transition: transform 0.3s, opacity 0.3s;
	z-index: 1000;
	pointer-events: none;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	min-width: 100px;
}

.durotan-language--list-dropdown ul::before,
.durotan-currency--list-dropdown ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -1px;
	background-color: transparent;
	z-index: -1;
}

.durotan-language--list-dropdown ul li a,
.durotan-currency--list-dropdown ul li a {
	padding: 10px 15px;
	display: block;
	color: var(--durotan-color-gray);
}

.durotan-language--list-dropdown ul li a:hover,
.durotan-currency--list-dropdown ul li a:hover {
	color: var(--durotan-color-darker);
}

.durotan-language--list-dropdown:hover ul,
.durotan-currency--list-dropdown:hover ul {
	opacity: 1;
	transform: translate(0, 0);
	pointer-events: initial;
}

.spinner {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid;
	border-top-color: transparent;
	-webkit-animation: durotan-spin infinite 1s linear;
	animation: durotan-spin infinite 1s linear;
}

.durotan-social-links__link {
	color: #666666;
	margin-right: 20px;
}

.durotan-social-links__link:last-child {
	margin-right: 0;
}

.durotan-social-links__icon {
	font-size: 20px;
}

.durotan-social-links--fill .durotan-social-links__link {
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin: 0 10px 10px 0;
	text-align: center;
	vertical-align: middle;
}

.durotan-social-links--fill .durotan-social-links__link:last-child {
	margin-right: 0;
}

.durotan-social-links--fill .durotan-social-links__icon {
	font-size: 14px;
	line-height: 1;
}

.offscreen-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1600;
	display: none;
	--durotan-panel-spacing: 80px;
	margin-top: 0;
}

.admin-bar .offscreen-panel {
	top: 32px;
}

.offscreen-panel__backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4);
}

.offscreen-panel__button-close {
	cursor: pointer;
	position: absolute;
	right: var(--durotan-panel-spacing);
	top: 45px;
	color: var(--durotan-color-darker);
}

.offscreen-panel__button-close .durotan-svg-icon {
	font-size: 20px;
}

.offscreen-panel__button-close .hamburger-box__two-line {
	width: 40px;
	height: 40px;
}

.offscreen-panel__button-close .hamburger-box__two-line .hamburger-inner {
	height: 0;
}

.offscreen-panel__button-close .hamburger-box__two-line .hamburger-inner::before, .offscreen-panel__button-close .hamburger-box__two-line .hamburger-inner::after {
	height: 1px;
}

.offscreen-panel__button-close .hamburger-box__two-line .hamburger-inner::before {
	top: -6px;
}

.offscreen-panel__button-close .hamburger-box__two-line .hamburger-inner::after {
	bottom: -6px;
}

.offscreen-panel__wrapper {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 645px;
	max-width: 100%;
	margin: 0;
	background: #fff;
	transition: transform .4s;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
}

.offscreen-panel.open .offscreen-panel__wrapper {
	transform: none;
}

.header-cart-side-right .offscreen-panel__wrapper {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

.offscreen-panel__header {
	padding: 40px var(--durotan-panel-spacing);
}

.offscreen-panel__header label {
	font-size: 24px;
	color: var(--durotan-color-darker);
	display: block;
}

.offscreen-panel__content {
	padding: 70px var(--durotan-panel-spacing) 0;
	flex: 1;
	overflow-y: auto;
	scrollbar-width: none;
}

.offscreen-panel__content::-webkit-scrollbar {
	display: none;
}

.offscreen-panel__content.cart-empty {
	padding-top: 0;
}

.offscreen-panel__content.cart-empty .widget_shopping_cart_content {
	justify-content: center;
}

.cart-panel .offscreen-panel__header {
	padding-top: 0;
	padding-bottom: 0;
}

.cart-panel .offscreen-panel__header label {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dedede;
}

.cart-panel .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cart-panel .widget_shopping_cart_content .total,
.cart-panel .widget_shopping_cart_content .buttons {
	width: 100%;
	margin: 0;
	padding-top: 20px;
}

.cart-panel .widget_shopping_cart_content .total {
	padding-top: 60px;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cart-panel .widget_shopping_cart_content .total strong {
	font-weight: 400;
}

.cart-panel .widget_shopping_cart_content .total .amount {
	color: var(--durotan-color-darker);
	font-size: 24px;
}

.cart-panel .widget_shopping_cart_content .buttons {
	text-align: center;
	margin-bottom: 40px;
}

.cart-panel .widget_shopping_cart_content .buttons a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--durotan-color-darker);
	line-height: 60px;
	border: 1px solid #999;
	margin-top: 15px;
	transition: 0.4s;
}

.cart-panel .widget_shopping_cart_content .buttons a.checkout {
	color: #fff;
	background-color: var(--durotan-background-color-primary);
	border-color: var(--durotan-color-primary);
}

.cart-panel ul.cart_list {
	margin: 0;
	padding: 0;
	padding-right: 1em;
	list-style: none;
	flex: 1;
}

.cart-panel ul.cart_list li {
	display: flex;
	margin-bottom: 28px;
}

.cart-panel ul.cart_list img {
	float: left;
	margin-right: 20px;
}

.cart-panel .woocommerce-mini-cart-item__summary {
	flex-grow: 1;
}

.cart-panel .woocommerce-mini-cart-item__summary .variation {
	font-size: 14px;
	color: var(--durotan-text-main-color);
	margin-bottom: 5px;
}

.cart-panel .woocommerce-mini-cart-item__summary .amount {
	font-size: 16px;
}

.cart-panel .woocommerce-mini-cart-item__data {
	margin-left: 80px;
	display: flex;
	flex-direction: column;
}

.cart-panel .woocommerce-mini-cart-item__name {
	font-size: 16px;
}

.cart-panel .woocommerce-mini-cart-item__qty {
	padding: 0 30px;
	flex: 0 0 140px;
	max-width: 140px;
	text-align: center;
}

.cart-panel .woocommerce-mini-cart-item__qty .quantity {
	border: 1px solid #d0d0d0;
	display: flex;
	justify-content: space-between;
	transition: .4s;
}

.cart-panel .woocommerce-mini-cart-item__qty .quantity .qty {
	width: 20px;
	font-size: 14.01px;
}

.cart-panel .woocommerce-mini-cart-item__qty .quantity:hover, .cart-panel .woocommerce-mini-cart-item__qty .quantity:focus {
	border-color: var(--durotan-color-darker);
}

.cart-panel .woocommerce-mini-cart-item__qty .qty-button {
	font-size: 10.01px;
	user-select: none;
	cursor: pointer;
	transition: .4s;
	line-height: 35px;
	padding: 0px 9px;
	color: var(--durotan-color-gray);
}

.cart-panel .woocommerce-mini-cart-item__qty .qty-button:hover {
	color: var(--durotan-color-darker);
}

.cart-panel .woocommerce-mini-cart-item__remove-button {
	flex: 0 0 50px;
	max-width: 50px;
	text-align: right;
}

.cart-panel .woocommerce-mini-cart-item__remove-button a {
	display: block;
	line-height: 1;
}

.cart-panel .woocommerce-mini-cart-item__remove-button .durotan-svg-icon {
	font-size: 12px;
}

.cart-panel .cart-behaviour-page {
	display: none;
}

.menu-panel .offscreen-panel__button-close {
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	top: 58px;
	left: var(--durotan-panel-spacing);
	right: auto;
}

.menu-panel .offscreen-panel__button-close .durotan-svg-icon {
	font-size: 30px;
}

.menu-panel .offscreen-panel__button-close .menu-text {
	padding-left: 25px;
}

.menu-panel .offscreen-panel__wrapper {
	width: 445px;
	right: auto;
	left: 0;
	transform: translateX(-100%);
	padding-top: 150px;
}

.menu-panel .offscreen-panel__content {
	padding: 0 var(--durotan-panel-spacing);
	display: flex;
	flex-direction: column;
}

.menu-panel .offscreen-panel__content .language-currency-switcher {
	display: flex;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 80px;
}

.menu-panel .offscreen-panel__content .language-currency-switcher .durotan-header-list--dropdown {
	padding-bottom: 18px;
}

.menu-panel .offscreen-panel__content .language-currency-switcher .durotan-header-list--dropdown .current {
	color: var(--durotan-color-darker);
	padding-right: 28px;
	margin-right: 28px;
	border-right: 1px solid #dbdbdb;
}

.menu-panel .offscreen-panel__content .language-currency-switcher .durotan-header-list--dropdown:last-child .current {
	padding-right: 0;
	margin-left: 0;
	border-right: 0;
}

.menu-panel .offscreen-panel__content .language-currency-switcher .durotan-header-list__dropdown {
	left: -15px;
}

.menu-panel .offscreen-panel__content .language-currency-switcher .durotan-header-list__dropdown a {
	text-transform: uppercase;
}

.menu-panel .offscreen-panel__content .text-box {
	color: #000;
	font-size: 16px;
	margin-bottom: 45px;
}

.menu-panel .offscreen-panel__content .text-box h4 {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.menu-panel .offscreen-panel__content .main-navigation {
	height: auto;
	flex: 1;
	margin-bottom: 70px;
	position: static;
}

.menu-panel .offscreen-panel__content .main-navigation ul ul {
	top: 0;
	left: 100%;
	box-shadow: none;
	transform: translate(-20px, 0);
	height: 100%;
	visibility: hidden;
	padding: 150px 0 100px;
}

.menu-panel .offscreen-panel__content .main-navigation ul ul.dropdown-submenu {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-panel .offscreen-panel__content .main-navigation ul ul:before {
	content: '';
	width: 80px;
	height: 100%;
	top: 0;
	left: -80px;
	position: absolute;
}

.menu-panel .offscreen-panel__content .main-navigation ul ul ul {
	margin: 0;
	padding: 0;
	visibility: inherit;
}

.menu-panel .offscreen-panel__content .main-navigation ul ul ul:before {
	display: none;
}

.menu-panel .offscreen-panel__content .main-navigation li {
	position: static;
}

.menu-panel .offscreen-panel__content .main-navigation li:hover > ul {
	pointer-events: initial;
}

.menu-panel .offscreen-panel__content .main-navigation li li {
	padding-bottom: 10px;
}

.menu-panel .offscreen-panel__content .main-navigation ul.menu {
	display: block;
	height: auto;
	position: static;
}

.menu-panel .offscreen-panel__content .main-navigation ul.menu > li {
	padding: 5px 0;
}

.menu-panel .offscreen-panel__content .main-navigation ul.menu > li > a {
	font-size: 30px;
	text-transform: capitalize;
	color: var(--durotan-color-darker);
}

.menu-panel .offscreen-panel__content .main-navigation ul.menu > li > a:hover {
	color: var(--durotan-color-primary);
}

.menu-panel .offscreen-panel__content .main-navigation ul.menu > li.current-menu-item > a {
	color: var(--durotan-color-primary);
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu .dropdown-submenu {
	padding: 100px 30px;
	display: flex;
	align-items: center;
	display: block;
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu .dropdown-submenu:after {
	content: '';
	width: 80px;
	height: 100%;
	top: 0;
	left: -80px;
	position: absolute;
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu .dropdown-submenu ul {
	padding: 0;
	transform: translate(0, 0);
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu .dropdown-submenu a.is-label {
	color: var(--durotan-color-gray);
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 72px;
	margin-bottom: 18px;
	display: block;
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu.align-left .dropdown-submenu, .menu-panel .offscreen-panel__content .main-navigation .is-mega-menu.align-center .dropdown-submenu, .menu-panel .offscreen-panel__content .main-navigation .is-mega-menu.align-center .dropdown-submenu {
	left: 100%;
	right: auto;
	transform: translate(0, 0);
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu li {
	padding-bottom: 0;
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu .menu-item-mega {
	padding: 0 70px;
}

.menu-panel .offscreen-panel__content .main-navigation .is-mega-menu.mega-fullwidth > .dropdown-submenu {
	width: calc( 100vw - 445px);
}

.menu-panel .hamburger-box .hamburger-inner {
	background-color: var(--durotan-color-darker);
}

.menu-panel.side-right .offscreen-panel__button-close {
	right: var(--durotan-panel-spacing);
	left: auto;
}

.menu-panel.side-right .offscreen-panel__button-close .menu-text {
	padding-left: 0;
	padding-right: 25px;
}

.menu-panel.side-right .offscreen-panel__wrapper {
	left: auto;
	right: 0;
	transform: translateX(100%);
}

.menu-panel.side-right.open .offscreen-panel__wrapper {
	transform: translateX(0);
}

.menu-panel.side-right .offscreen-panel__content .main-navigation ul ul {
	right: 100%;
	left: auto;
	transform: translate(66px, 0);
}

.menu-panel.side-right .offscreen-panel__content .main-navigation .is-mega-menu.align-left .dropdown-submenu, .menu-panel.side-right .offscreen-panel__content .main-navigation .is-mega-menu.align-center .dropdown-submenu, .menu-panel.side-right .offscreen-panel__content .main-navigation .is-mega-menu.align-center .dropdown-submenu {
	right: 100%;
	left: auto;
	transform: translate(66px, 0);
}

.menu-panel.side-right .offscreen-panel__content .main-navigation .is-mega-menu.mega-fullwidth > .dropdown-submenu {
	width: calc( 100vw - 399px);
}

.menu-panel.side-right .offscreen-panel__content .main-navigation li:hover > ul {
	transform: translate(46px, 0);
}

.durotan-socials__humburger-menu {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}

.durotan-socials__humburger-menu a {
	background-color: transparent !important;
	color: #666666;
	margin-right: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #4d524b;
	text-align: center;
}

.durotan-socials__humburger-menu a .durotan-svg-icon {
	font-size: 18px;
}

.durotan-socials__humburger-menu a:last-child {
	margin-right: 0;
}

.durotan-socials__humburger-menu a:hover {
	color: #fff;
	background-color: var(--durotan-background-color-primary) !important;
	border-color: var(--durotan-color-primary);
}

.body-modals {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 1100;
	overflow-y: scroll;
	overflow-x: hidden;
}

.modal.open {
	visibility: visible;
	z-index: 2000;
}

.modal__header {
	padding: 60px 0;
}

.modal__header .durotan-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__label {
	font-size: 30px;
	color: var(--durotan-color-darker);
	font-family: var(--durotan-heading-font);
}

.modal__button-close {
	color: var(--durotan-color-darker);
	cursor: pointer;
}

.modal__button-close .durotan-svg-icon {
	font-size: 20px;
}

.search-modal {
	background: #fff;
}

.search-modal .modal__header,
.search-modal .modal__content {
	width: 100%;
}

.search-modal .modal__content {
	max-height: 100%;
	top: 35%;
	transition: top .8s;
}

.search-modal .modal__content .durotan-container {
	height: 100%;
}

.search-modal .search-fields {
	position: relative;
}

.search-modal .search-fields .search-reset {
	color: #a2a5a6;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	padding: 0;
	background: transparent;
	opacity: 0;
	transition: opacity 0.4s;
	z-index: 1;
	outline: none;
	border: none;
}

.search-modal .search-fields .search-reset .durotan-svg-icon {
	font-size: 16px;
}

.search-modal .search-fields .spinner {
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	transition: opacity 0.4s;
}

.search-modal .search-field {
	width: 100%;
	font-size: 36px;
	color: var(--durotan-color-darker);
}

.search-modal .search-field:focus {
	border-bottom-color: var(--durotan-color-darker);
}

.search-modal .search-result {
	padding-top: 56px;
	position: relative;
	overflow: hidden;
}

.search-modal .search-result .ps__rail-x,
.search-modal .search-result .ps__rail-y {
	display: none;
}

.search-modal .search-result__label {
	color: var(--durotan-text-input-color);
	font-family: "Jost", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 32px;
}

.search-modal .search-result__items {
	height: calc(100% - 56px);
	position: relative;
	overflow: hidden;
}

.search-modal .item-not-found {
	text-align: center;
	width: 100%;
}

.search-modal .item-not-found .text {
	font-size: 18px;
	line-height: 22.5px;
	margin-bottom: 13px;
	color: var(--durotan-color-darker);
	display: block;
}

.search-modal .search-result__view-more {
	text-align: center;
	margin-bottom: 90px;
}

.search-modal .search-result__view-more a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.025em;
	border: 1px solid #999;
	display: inline-block;
	padding: 16px 48px;
}

.search-modal.searched .modal__content {
	bottom: 0;
}

.search-modal.searched .search-result {
	height: calc(100% - 155px);
}

.search-modal form.actived .search-reset {
	opacity: 1;
}

.search-modal form.actived .search-field {
	border-bottom-color: var(--durotan-color-darker);
}

.search-modal form.searching .spinner {
	opacity: 1;
}

.search-modal form.searching .search-field {
	border-bottom-color: var(--durotan-color-darker);
}

.size-guide-modal .modal-header {
	padding: 25px 45px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: var(--durotan-background-color-light);
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.size-guide-modal .modal-header .title {
	font-family: var(--durotan-font-main);
}

.size-guide-modal .durotan-size-guide__name {
	font-family: var(--durotan-font-main);
}

.size-guide-modal .modal-content {
	position: relative;
	padding: 30px;
	background-color: var(--durotan-background-color-light);
}

.size-guide-modal .modal__backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: var(--durotan-background-color-darker);
	opacity: 0.5;
}

.size-guide-modal .modal__button-close {
	display: flex;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #a6a6a6;
	margin-left: 20px;
}

.size-guide-modal .modal__button-close:hover {
	color: #767676;
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

/*
* Scrollbar rail styles
*/
.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	/* there must be 'bottom' or 'top' for ps__rail-x */
	position: absolute;
	/* please don't change 'position' */
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	/* there must be 'right' or 'left' for ps__rail-y */
	position: absolute;
	/* please don't change 'position' */
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
	opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	/* there must be 'bottom' for ps__thumb-x */
	position: absolute;
	/* please don't change 'position' */
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	/* there must be 'right' for ps__thumb-y */
	position: absolute;
	/* please don't change 'position' */
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
}

hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

figure {
	margin: 1em 0;
}

img {
	height: auto;
	max-width: 100%;
}

.durotan-primary-color {
	color: var(--durotan-color-primary);
}

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

.text-left {
	text-align: left;
}

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

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.durotanFadeInUp {
	animation-name: durotanFadeInUp;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.65, 0.8, 0.44, 0.99);
}

.durotan-scrollbar {
	overflow-y: auto;
	scrollbar-color: var(--durotan-color-darker) #e2e2e278;
	scrollbar-width: thin;
}

.durotan-scrollbar::-webkit-scrollbar {
	width: 2px;
}

.durotan-scrollbar::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

.durotan-scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--durotan-color-darker);
}

.durotan-loading {
	position: relative;
}

.durotan-loading:before {
	content: '';
	display: block;
	border-radius: 100px;
	position: absolute;
}

.durotan-loading:before {
	background-color: var(--durotan-background-color-primary);
	height: 13px;
	width: 13px;
	top: 0;
	left: 0;
	animation: durotan-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.durotan-spinner-loading {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 50%;
	top: 50%;
}

.durotan-spinner-loading > div {
	position: absolute;
	width: 2px;
	height: 17px;
	background-color: #999999;
	opacity: 0.05;
	animation: durotan-spinner 0.8s linear infinite;
}

.durotan-spinner-loading > div.bar-1 {
	transform: rotate(0deg) translate(0, -19px);
	animation-delay: 0.05s;
}

.durotan-spinner-loading > div.bar-2 {
	transform: rotate(45deg) translate(0, -19px);
	animation-delay: 0.15s;
}

.durotan-spinner-loading > div.bar-3 {
	transform: rotate(90deg) translate(0, -19px);
	animation-delay: 0.25s;
}

.durotan-spinner-loading > div.bar-4 {
	transform: rotate(135deg) translate(0, -19px);
	animation-delay: 0.35s;
}

.durotan-spinner-loading > div.bar-5 {
	transform: rotate(180deg) translate(0, -19px);
	animation-delay: 0.45s;
}

.durotan-spinner-loading > div.bar-6 {
	transform: rotate(225deg) translate(0, -19px);
	animation-delay: 0.55s;
}

.durotan-spinner-loading > div.bar-7 {
	transform: rotate(270deg) translate(0, -19px);
	animation-delay: 0.65s;
}

.durotan-spinner-loading > div.bar-8 {
	transform: rotate(315deg) translate(0, -19px);
	animation-delay: 0.75s;
}

.durotan-loading__background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: -50px;
	right: 0;
	z-index: 998;
	background-color: var(--durotan-background-color-light);
	display: none;
	text-align: center;
}

.durotan-loading__background .durotan-loading {
	position: absolute;
	top: 1.5em;
	left: 50%;
	transform: translateX(-50%);
}

.durotan-loading__background.show {
	display: block;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
}

caption,
td,
th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}

table,
th,
td {
	border: 1px solid #e5e5e5;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 3px;
	text-align: center;
}

thead th {
	font-weight: 500;
}

table.large-padding thead th, table.large-padding thead td {
	padding: 12px 30px;
}

table.large-padding th,
table.large-padding td {
	padding: 18px 30px;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

ol.durotan-custom-padding li:not(:last-child) {
	padding-bottom: 11px;
}

body .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.elementor .elementor-hidden-tablet {
		display: none;
	}
}

@media (min-width: 1025px) {
	.elementor .elementor-hidden-desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 750px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-default {
		max-width: 770px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
		max-width: 780px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
		max-width: 760px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
		max-width: 790px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
		max-width: 810px;
	}
}

@media (min-width: 992px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 970px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-default {
		max-width: 990px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
		max-width: 1000px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
		max-width: 980px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
		max-width: 1010px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
		max-width: 1030px;
	}
}

@media (min-width: 1200px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1170px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-default {
		max-width: 1190px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
		max-width: 1200px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
		max-width: 1180px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
		max-width: 1210px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
		max-width: 1230px;
	}
	.elementor-width-durotan-container .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container {
		max-width: 1680px;
	}
	.elementor-width-durotan-container-narrow .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container {
		max-width: 1560px;
	}
	.elementor-width-durotan-container-fluid .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container {
		max-width: 1900px;
	}
	.elementor-width-container-single.full-content .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container {
		max-width: 1170px;
	}
	.elementor-width-container-single.full-content .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-column-gap-default {
		max-width: 1190px;
	}
	.elementor-width-container-single.full-content .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-column-gap-extended {
		max-width: 1200px;
	}
	.elementor-width-container-single.full-content .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-column-gap-narrow {
		max-width: 1180px;
	}
	.elementor-width-container-single.full-content .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-column-gap-wide {
		max-width: 1210px;
	}
	.elementor-width-container-single.full-content .elementor-section-full_width:not(.elementor-section-stretched) > .elementor-column-gap-wider {
		max-width: 1230px;
	}
	.elementor-width-durotan-container .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container,
	.elementor-width-durotan-container-narrow .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
		max-width: 1290px;
	}
	.elementor-width-durotan-container-fluid .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
		max-width: 1310px;
	}
	.elementor-width-container-single .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
		max-width: 770px;
	}
	.elementor-width-container-single .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-column-gap-default {
		max-width: 790px;
	}
	.elementor-width-container-single .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-column-gap-extended {
		max-width: 800px;
	}
	.elementor-width-container-single .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-column-gap-narrow {
		max-width: 780px;
	}
	.elementor-width-container-single .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-column-gap-wide {
		max-width: 810px;
	}
	.elementor-width-container-single .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-column-gap-wider {
		max-width: 830px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-container,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-container {
		padding-left: 60px;
		padding-right: 60px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-default,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-default {
		padding-left: 50px;
		padding-right: 50px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-extended,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-extended {
		padding-left: 45px;
		padding-right: 45px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-narrow,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-narrow {
		padding-left: 55px;
		padding-right: 55px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wide,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wide {
		padding-left: 40px;
		padding-right: 40px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wider,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wider {
		padding-left: 30px;
		padding-right: 30px;
	}
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-container {
		padding-left: 70px;
		padding-right: 70px;
	}
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-default {
		padding-left: 60px;
		padding-right: 60px;
	}
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-extended {
		padding-left: 55px;
		padding-right: 55px;
	}
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-narrow {
		padding-left: 65px;
		padding-right: 65px;
	}
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wide {
		padding-left: 50px;
		padding-right: 50px;
	}
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wider {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 1199px) {
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-container,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-container,
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-default,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-default,
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-default {
		padding-left: 15px;
		padding-right: 15px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-extended,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-extended,
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-extended {
		padding-left: 10px;
		padding-right: 10px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-narrow,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-narrow,
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-narrow {
		padding-left: 20px;
		padding-right: 20px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wide,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wide,
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wide {
		padding-left: 5px;
		padding-right: 5px;
	}
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wider,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wider,
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wider {
		padding-left: 0;
		padding-right: 0;
	}
	.elementor-width-container .elementor-section:not(.elementor-section-stretched) > .elementor-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.elementor-width-durotan-container-fluid .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.elementor-width-container .elementor-section:not(.elementor-section-stretched) > .elementor-container,
	.elementor-width-durotan-container .elementor-section:not(.elementor-section-stretched) > .elementor-container,
	.elementor-width-durotan-container-narrow .elementor-section:not(.elementor-section-stretched) > .elementor-container,
	.elementor-width-durotan-container-fluid .elementor-section:not(.elementor-section-stretched) > .elementor-container {
		padding-left: 0;
		padding-right: 0;
	}
	.elementor .elementor-hidden-phone {
		display: none;
	}
}

.elementor-section-content-space-between .elementor-container {
	justify-content: space-between;
}

.single-post.elementor-page:not(.full-content) .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-default {
	margin-left: -10px;
	margin-right: -10px;
}

.single-post.elementor-page:not(.full-content) .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-extended {
	margin-left: -15px;
	margin-right: -15px;
}

.single-post.elementor-page:not(.full-content) .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

.single-post.elementor-page:not(.full-content) .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wide {
	margin-left: -20px;
	margin-right: -20px;
}

.single-post.elementor-page:not(.full-content) .elementor-section:not(.elementor-section-stretched) > .elementor-column-gap-wider {
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-widget-durotan-map {
	overflow: hidden;
}

.durotan-map {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.durotan-map > * {
	height: 693px;
}

.durotan-map .mapboxgl-ctrl-bottom-left {
	display: none;
}

.durotan-map .mapboxgl-ctrl-top-right {
	position: absolute;
	z-index: 1;
	width: 75%;
	left: 0;
	right: 0;
	margin: auto;
	top: -175px;
}

.durotan-map .mapboxgl-ctrl-geocoder {
	min-width: 100%;
}

.durotan-map .mapboxgl-ctrl-geocoder ul > li > a {
	text-decoration: none;
	padding: 10px;
	color: var(--durotan-color-darker);
}

.durotan-map .mapboxgl-popup-content {
	max-width: 270px;
	font-size: 15px;
}

.durotan-map .mapboxgl-popup-content .map-title {
	font-size: 16px;
	padding-right: 20px;
	margin-bottom: 13px;
}

.durotan-map .mapboxgl-popup-content .map-local {
	margin-bottom: 14px;
}

.durotan-map .mapboxgl-popup-content .map-desc > *:not(:last-child) {
	margin-bottom: 13px;
}

.durotan-map__content {
	width: 100%;
}

.durotan-socials {
	margin-right: -12px;
	margin-left: -12px;
}

.durotan-socials .social {
	padding-right: 12px;
	padding-left: 12px;
	display: inline-block;
}

.durotan-socials .durotan-svg-icon {
	font-size: 19.96px;
	color: #666666;
}

.durotan-contact-form-7 input:not([type="submit"]) {
	padding: 30px 0 15px 0;
	width: 100%;
}

.durotan-contact-form-7 textarea {
	padding: 30px 0px 0 0px;
	width: 100%;
}

.durotan-contact-form-7 input[type="submit"] {
	margin-top: 48px;
}

.durotan-contact-form-7 .wpcf7-form .wpcf7-response-output {
	margin: 2em 0 1em;
}

.icon-box-horizontal .durotan-icons-box__wrapper {
	display: flex;
}

.icon-box-horizontal .durotan-icons-box .icon-box {
	display: flex;
	transition: 0.3s;
	padding: 0px 100px 0px 45px;
}

.icon-box-horizontal .durotan-icons-box .durotan-icon {
	line-height: 1;
	font-size: 40px;
	margin-right: 41px;
	color: #000000;
}

.icon-box-horizontal .durotan-icons-box .icon-box__title {
	margin: 0;
	font-family: "Jost", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 18px;
	color: #000000;
}

.icon-box-horizontal .durotan-icons-box .icon-box__description {
	color: #999999;
	font-size: 16px;
	line-height: 26px;
}

.icon-box-vertical .durotan-icons-box .icon-box {
	display: flex;
	transition: 0.3s;
	width: 100%;
	padding-bottom: 72px;
}

.icon-box-vertical .durotan-icons-box .icon-box:last-child {
	padding-bottom: 0;
}

.icon-box-vertical .durotan-icons-box .durotan-icon {
	line-height: 1;
	font-size: 60px;
	margin-right: 46px;
	color: #000000;
}

.icon-box-vertical .durotan-icons-box .icon-box__title {
	margin: 0 0 25px 0;
	font-family: "Jost", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 29px;
	color: #000000;
	letter-spacing: 0.05em;
}

.icon-box-vertical .durotan-icons-box .icon-box__description {
	color: #999999;
	font-size: 18px;
	line-height: 30px;
}

.durotan-banner {
	position: relative;
	padding: 81px 76px 87px;
	overflow: hidden;
}

.durotan-banner:hover .durotan-banner__bg {
	transform: scale(1.1);
}

.durotan-banner__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	transition: .4s;
}

.durotan-banner__link-all {
	position: absolute;
	top: -80px;
	bottom: -80px;
	right: -76px;
	left: -76px;
	z-index: 3;
	transition: .4s;
}

.durotan-banner__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.durotan-banner__before-heading {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: var(--durotan-color-primary);
	text-transform: uppercase;
	margin-bottom: 20px;
}

.durotan-banner__heading {
	font-size: 60px;
	line-height: 60px;
	color: var(--durotan-color-darker);
	text-transform: uppercase;
	margin-bottom: 47px;
}

.durotan-banner__description {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 126px;
}

.durotan-banner__content .button-text {
	display: inline-block;
	color: var(--durotan-color-light);
	border: 1px solid var(--durotan-background-color-primary);
	line-height: 58px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding: 0 39px;
	margin-right: 28px;
	transition: .5s;
	z-index: 4;
	cursor: pointer;
	position: relative;
	position: relative;
}

.durotan-banner__content .button-text:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);
	transform-origin: left center;
	z-index: -1;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.durotan-banner__content .button-text:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: right center;
	z-index: -1;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.durotan-banner__content .button-text.active:before, .durotan-banner__content .button-text:hover:before, .durotan-banner__content .button-text:focus:before {
	transform-origin: right center;
	transform: scale(0, 1);
}

.durotan-banner__content .button-text.active:after, .durotan-banner__content .button-text:hover:after, .durotan-banner__content .button-text:focus:after {
	transform: scale(1, 1);
	transform-origin: left center;
}

.durotan-banner__content .button-text:before {
	background-color: var(--durotan-background-color-primary);
}

.durotan-banner__content .button-text:hover {
	color: var(--durotan-color-primary);
	border-color: var(--durotan-color-primary);
}

.durotan-banner__content .button-text--2 {
	color: var(--durotan-color-primary);
	border: 1px solid var(--durotan-border-color-primary);
	margin-right: 0;
}

.durotan-banner__content .button-text--2:before {
	background-color: transparent;
}

.durotan-banner__content .button-text--2:after {
	background-color: var(--durotan-background-color-primary);
}

.durotan-banner__content .button-text--2:hover {
	color: var(--durotan-color-light);
	border-color: transparent;
}

.durotan-banner__content .button-text--2:hover:after {
	background-color: var(--durotan-background-color-primary);
}

.durotan-banner__content .button-text--line {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	background-color: transparent;
	border-width: 0 0 1px 0;
	text-transform: uppercase;
	margin-right: 28px;
	letter-spacing: 0.025em;
	line-height: 1;
	position: relative;
	display: inline-block;
	line-height: 55px;
}

.durotan-banner__content .button-text--line:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid;
}

.durotan-banner__content .button-text--line:hover:before {
	display: none;
	width: 100%;
}

.durotan-banner__content .button-text--line:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid;
	transition: width 0.4s;
}

.durotan-banner__content .button-text--line.active, .durotan-banner__content .button-text--line:hover {
	text-decoration: none;
}

.durotan-banner__content .button-text--line.active:after, .durotan-banner__content .button-text--line:hover:after {
	width: 100%;
	left: 0;
}

.durotan-banner__content .button-text--line:after {
	transition: width 0.5s;
}

.durotan-banner__content .button-text--line-2 {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	background-color: transparent;
	border-width: 0 0 1px 0;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 24px;
}

.durotan-banner__content .button-text--line-2::after {
	content: "";
	display: inline-block;
	width: 39%;
	border-bottom: 1px solid #ffffff;
	transition: .4s;
}

.durotan-banner__content .button-text--line-2:hover {
	color: #ffffff;
}

.durotan-banner__content .button-text--line-2:hover::after {
	width: 100%;
	border-color: #ffffff;
}

.durotan-image-box-carousel {
	align-items: center;
}

.durotan-image-box-carousel .content-img a {
	display: inline-block;
}

.durotan-image-box-carousel .content-img img {
	display: block;
}

.durotan-image-box-carousel .durotan-swiper-button {
	background-color: transparent;
	color: var(--durotan-color-darker);
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.durotan-image-box-carousel .durotan-swiper-button-prev {
	left: 0px;
}

.durotan-image-box-carousel .durotan-swiper-button-next {
	right: 0px;
}

.durotan-image-box-carousel.navigation-dots .durotan-swiper-button, .durotan-image-box-carousel.navigation-none .durotan-swiper-button {
	display: none !important;
}

.durotan-image-box-carousel.navigation-arrows .swiper-pagination, .durotan-image-box-carousel.navigation-none .swiper-pagination {
	display: none !important;
}

.durotan-image-box-carousel.navigation-none .durotan-swiper-button {
	display: none !important;
}

.durotan-image-box-carousel.navigation-none .swiper-pagination {
	display: none !important;
}

.elementor-widget-durotan-image-box-carousel .swiper-pagination {
	position: static;
	width: 100%;
	margin-top: 20px;
}

.elementor-widget-durotan-image-box-carousel .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	margin-right: 22px;
	background-color: #cccccc;
	border-radius: 5px;
	display: inline-block;
	border: none;
}

.elementor-widget-durotan-image-box-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	background-color: var(--durotan-background-color-primary);
}

.elementor-widget-durotan-image-box-carousel .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.durotan-countdown {
	display: flex;
	justify-content: center;
}

.durotan-countdown .timer {
	position: relative;
	text-align: center;
	padding: 0 32px;
	min-width: 150px;
}

.durotan-countdown .timer:first-child {
	padding-left: 0 !important;
}

.durotan-countdown .timer:last-child {
	padding-right: 0 !important;
}

.durotan-countdown .timer .divider {
	display: none;
	position: absolute;
	top: 0;
	right: -8px;
	font-size: 47px;
	line-height: 1;
	color: #ffffff;
	font-family: "Jost", sans-serif;
}

.durotan-countdown.has-divider .timer .divider {
	display: block;
}

.durotan-countdown .digits {
	display: block;
	color: #ffffff;
	font-size: 72px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.025em;
	font-family: "Jost", sans-serif;
	margin-bottom: 26px;
}

.durotan-countdown .text {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.025em;
	font-family: "Jost", sans-serif;
}

.durotan-countdown-banner {
	position: relative;
	height: 880px;
	padding-top: 104px;
}

.durotan-countdown-banner .durotan-countdown-banner__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	transition: .4s;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.durotan-countdown-banner .durotan-countdown-banner__content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.durotan-countdown-banner .durotan-countdown-banner__before-heading {
	color: #ffffff;
	font-size: 18px;
	line-height: 90px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.durotan-countdown-banner .durotan-countdown-banner__heading {
	color: #ffffff;
	font-weight: 300;
	font-size: 72px;
	line-height: 80px;
	margin-bottom: 76px;
}

.durotan-countdown-banner .durotan-countdown-banner__countdown {
	display: flex;
	justify-content: center;
	margin-bottom: 74px;
}

.durotan-countdown-banner .durotan-countdown-banner__button {
	display: inline-block;
	color: #000000;
	border: 1px solid transparent;
	line-height: 58px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding: 0 34.167px;
	transition: .5s;
	z-index: 1;
	cursor: pointer;
	margin-bottom: 100px;
	position: relative;
}

.durotan-countdown-banner .durotan-countdown-banner__button:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);
	transform-origin: left center;
	z-index: -1;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.durotan-countdown-banner .durotan-countdown-banner__button:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: right center;
	z-index: -1;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.durotan-countdown-banner .durotan-countdown-banner__button.active:before, .durotan-countdown-banner .durotan-countdown-banner__button:hover:before, .durotan-countdown-banner .durotan-countdown-banner__button:focus:before {
	transform-origin: right center;
	transform: scale(0, 1);
}

.durotan-countdown-banner .durotan-countdown-banner__button.active:after, .durotan-countdown-banner .durotan-countdown-banner__button:hover:after, .durotan-countdown-banner .durotan-countdown-banner__button:focus:after {
	transform: scale(1, 1);
	transform-origin: left center;
}

.durotan-countdown-banner .durotan-countdown-banner__button:before {
	background-color: #ffffff;
}

.durotan-countdown-banner .durotan-countdown-banner__button:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.durotan-countdown-banner .durotan-countdown-banner__description {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}

.durotan-countdown-banner .durotan-countdown-banner__description span {
	display: inline-block;
	background-color: #fee2a7;
	padding: 0 12px;
	margin: 0 5px;
}

.durotan-countdown-banner .timer {
	position: relative;
	text-align: center;
	padding: 0 20px;
	min-width: 145px;
}

.durotan-countdown-banner .timer .divider {
	display: none;
	position: absolute;
	top: 0;
	right: -8px;
	font-size: 47px;
	line-height: 1;
	color: #ffffff;
	font-family: "Jost", sans-serif;
}

.durotan-countdown-banner.has-divider .timer .divider {
	display: block;
}

.durotan-countdown-banner .digits {
	display: block;
	color: #ffffff;
	font-size: 72px;
	font-weight: 300;
	line-height: 44px;
	font-family: "Jost", sans-serif;
	margin-bottom: 26px;
}

.durotan-countdown-banner .text {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.050em;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

.durotan-newsletter form {
	max-width: 432px;
}

.durotan-newsletter .mc4wp-form .durotan-svg-icon {
	color: #FFFFFF;
	font-size: 24px;
}

.durotan-newsletter .mc4wp-form input[type=submit] {
	color: #FFFFFF;
}

.durotan-newsletter-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 370px;
	padding: 67px 99px;
}

.durotan-newsletter-2 form {
	width: 100%;
	max-width: 100%;
	border: 1px solid #d0d0d0;
	padding: 10.5px 23px 7.5px 22px;
}

.durotan-newsletter-2 form .mc4wp-form-fields {
	display: flex;
	align-items: center;
}

.durotan-newsletter-2 form .durotan-svg-icon {
	position: static;
	transform: translateY(0);
}

.durotan-newsletter-2 .mc4wp-form input[type="text"],
.durotan-newsletter-2 .mc4wp-form input[type="email"] {
	padding-bottom: 0;
	font-size: 18px;
	color: #999999;
	padding: 0 0 0 19px;
}

.durotan-newsletter-2 .mc4wp-form input[type="submit"],
.durotan-newsletter-2 .mc4wp-form button {
	font-size: 18px;
}

.durotan-newsletter-2__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.durotan-newsletter-2__before-heading {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.050em;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.durotan-newsletter-2__heading {
	font-family: var(--durotan-heading-font);
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -0.025em;
	color: #685d33;
}

.durotan-newsletter-2__heading span {
	color: #f45828;
}

.durotan-newsletter-2__description {
	color: #666666;
	font-size: 18px;
	line-height: 30px;
}

.durotan-newsletter-2__text {
	color: #999999;
	font-size: 16px;
	line-height: 30px;
}

.durotan-container-custom {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.width-container-button {
	height: 0;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.durotan-slider-item {
	height: auto;
}

.slides2-wrapper {
	height: 1080px;
}

.durotan-sliders__bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
	transition-property: transform;
	height: 1080px;
}

.durotan-slider-product .durotan-slider-product__wrapper,
.durotan-slider-product .durotan-sliders__bg {
	height: 100vh;
}

.admin-bar .durotan-slider-product .durotan-slider-product__wrapper,
.admin-bar .durotan-slider-product .durotan-sliders__bg {
	height: calc( 100vh - 32px);
}

.durotan-sliders__bg--item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .5s;
}

.durotan-sliders__bg--item.active {
	opacity: 1;
}

.durotan-sliders-bg-wrapper {
	position: relative;
}

.durotan-sliders__inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	margin-top: 276px;
}

.durotan--h-position-left .durotan-sliders__inner {
	justify-content: flex-start;
}

.durotan--h-position-center .durotan-sliders__inner {
	justify-content: center;
}

.durotan--h-position-right .durotan-sliders__inner {
	justify-content: flex-end;
}

.durotan--v-position-top .durotan-sliders__inner {
	align-items: flex-start;
}

.durotan--v-position-top .durotan-slider-product .durotan-sliders__inner {
	align-items: flex-start;
}

.durotan--v-position-middle .durotan-sliders__inner {
	align-items: center;
}

.durotan--v-position-middle .durotan-slider-product .durotan-sliders__inner {
	align-items: center;
}

.durotan--v-position-bottom .durotan-sliders__inner {
	align-items: flex-end;
}

.durotan--v-position-bottom .durotan-slider-product .durotan-sliders__inner {
	align-items: flex-end;
}

.durotan-slide__content {
	max-width: 575px;
	margin-right: 195px;
}

.durotan-slide__heading {
	font-family: var(--durotan-heading-font);
	font-size: 90px;
	line-height: 100px;
	color: var(--durotan-color-darker);
	margin-bottom: 47px;
}

.durotan-slide__before-heading {
	text-transform: uppercase;
	color: var(--durotan-color-primary);
	font-size: 16px;
	letter-spacing: 1.5px;
	margin-bottom: 50px;
}

.durotan-slide__after-heading {
	text-transform: uppercase;
	color: var(--durotan-color-primary);
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 54px;
}

.durotan-slide__tag {
	position: absolute;
	top: 6px;
	left: -36px;
	pointer-events: none;
	transform: rotate(-90deg);
	text-align: right;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 37px;
	color: rgba(255, 255, 255, 0.5);
}

.durotan-slide__description {
	font-size: 24px;
	line-height: 36px;
	margin-top: 10px;
}

.description-layout__layout_1 .durotan-slide__description {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

.description-layout__layout_2 .durotan-slide__description {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: left;
}

.durotan-slide-button {
	margin-top: 120px;
	display: flex;
	align-items: center;
}

.durotan-slide-button .button-text {
	display: inline-block;
	color: var(--durotan-color-light);
	border: 1px solid transparent;
	line-height: 58px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding: 0 39px;
	margin-right: 28px;
	transition: .5s;
	z-index: 1;
	cursor: pointer;
	position: relative;
}

.durotan-slide-button .button-text:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);
	transform-origin: left center;
	z-index: -1;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.durotan-slide-button .button-text:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: right center;
	z-index: -1;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.durotan-slide-button .button-text.active:before, .durotan-slide-button .button-text:hover:before, .durotan-slide-button .button-text:focus:before {
	transform-origin: right center;
	transform: scale(0, 1);
}

.durotan-slide-button .button-text.active:after, .durotan-slide-button .button-text:hover:after, .durotan-slide-button .button-text:focus:after {
	transform: scale(1, 1);
	transform-origin: left center;
}

.durotan-slide-button .button-text:before {
	background-color: var(--durotan-background-color-primary);
}

.durotan-slide-button .button-text:hover {
	color: var(--durotan-color-primary);
	border-color: var(--durotan-color-primary);
}

.durotan-slide-button .button-text--2 {
	color: var(--durotan-color-primary);
	border: 1px solid var(--durotan-border-color-primary);
}

.durotan-slide-button .button-text--2:before {
	background-color: transparent;
}

.durotan-slide-button .button-text--2:after {
	background-color: var(--durotan-background-color-primary);
}

.durotan-slide-button .button-text--2:hover {
	color: var(--durotan-color-light);
	border-color: transparent;
}

.durotan-slide-button .button-text--2:hover:after {
	background-color: var(--durotan-background-color-primary);
}

.durotan-slide-button .button-text--line {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	background-color: transparent;
	border-width: 0 0 1px 0;
	text-transform: uppercase;
	margin-right: 28px;
	line-height: 1;
	position: relative;
	display: inline-block;
	line-height: 55px;
}

.durotan-slide-button .button-text--line:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid;
}

.durotan-slide-button .button-text--line:hover:before {
	display: none;
}

.durotan-slide-button .button-text--line:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid;
	transition: width 0.4s;
}

.durotan-slide-button .button-text--line.active, .durotan-slide-button .button-text--line:hover {
	text-decoration: none;
}

.durotan-slide-button .button-text--line.active:after, .durotan-slide-button .button-text--line:hover:after {
	width: 100%;
	left: 0;
}

.durotan-slide-button .button-text--line:after {
	transition: width 0.5s;
}

.durotan-slide__play-video {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: var(--durotan-color-darker);
}

.durotan-slide__play-video-button {
	display: flex;
	align-items: center;
	text-align: left;
	transition: .3s;
	color: transparent;
}

.durotan-slide__play-video-button:hover .durotan-slide__play-video-button-icon {
	border-color: var(--durotan-color-primary);
	color: var(--durotan-color-primary);
}

.durotan-slide__play-video-button:hover .durotan-slide__play-video-text {
	color: var(--durotan-color-primary);
}

.durotan-slide__play-video-button-icon {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--durotan-color-darker);
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	margin-right: 15px;
	color: var(--durotan-color-darker);
	transition: .3s;
}

.durotan-slide__play-video-text {
	transition: .3s;
	color: var(--durotan-color-darker);
}

.durotan-slide-price-wrapper {
	display: flex;
	align-items: center;
}

.durotan-slide-price-wrapper .durotan-slide__price {
	display: none;
}

.durotan-slide-price-wrapper .durotan-slide__price.active {
	display: block;
}

.durotan-slide__price {
	margin-top: 60px;
}

.durotan-slide__price-text {
	text-transform: uppercase;
	font-size: 16px;
	color: var(--durotan-color-darker);
	letter-spacing: 0.5px;
	display: block;
}

.durotan-slide__price-sale {
	display: flex;
	align-items: center;
}

.durotan-slide__price-number {
	display: block;
	font-size: 48px;
	letter-spacing: 0;
	text-transform: uppercase;
}

ins.durotan-slide__price-number {
	color: #669900;
	margin-right: 20px;
	background: 0 0;
	text-decoration: none;
}

del.durotan-slide__price-number {
	color: var(--durotan-color-darker);
	font-size: 24px;
	margin-top: 15px;
}

.durotan-slide__image-swatches-link {
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
	transition: .5s;
}

.durotan-slide__image-swatches-link img {
	border: 1px solid transparent !important;
	transition: .4s;
}

.durotan-slide__image-swatches-link:hover img, .durotan-slide__image-swatches-link.active img {
	border-color: #fff !important;
}

.durotan-slide__image-swatches-text {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 23px;
	color: #fff;
}

.durotan-slide__arrow {
	position: absolute;
	bottom: 82px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	pointer-events: none;
}

.durotan-slide__arrow-text,
.durotan-slide__arrow-icon {
	pointer-events: auto;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	color: var(--durotan-color-lighter);
	transition: .5s;
}

.durotan-slide__arrow-text:hover,
.durotan-slide__arrow-icon:hover {
	color: var(--durotan-color-darker);
}

.durotan-slide__arrow-text--prev {
	position: relative;
	padding-right: 22px;
	margin-right: 20px;
}

.durotan-slide__arrow-text--prev:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background-color: #666666;
}

.durotan-slide__arrow--icon-1 {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.durotan-slide__arrow--icon-1 .durotan-slide__arrow-icon {
	font-size: 36px;
	color: rgba(227, 223, 219, 0.35);
	position: absolute;
}

.durotan-slide__arrow--icon-1 .durotan-slide__arrow-icon:hover {
	color: #e3dfdb;
}

.durotan-slide__arrow--icon-1 .durotan-slide__arrow-icon--prev {
	left: 67px;
}

.durotan-slide__arrow--icon-1 .durotan-slide__arrow-icon--prev:before {
	display: none;
}

.durotan-slide__arrow--icon-1 .durotan-slide__arrow-icon--next {
	right: 67px;
}

.durotan-slide__arrow--icon-2 {
	display: flex;
	justify-content: flex-end;
}

.durotan-slide__arrow--icon-2 .durotan-slide__arrow-icon {
	font-size: 48px;
	color: #fff;
}

.durotan-slide__arrow--icon-2 .durotan-slide__arrow-icon--prev {
	margin: 0;
	padding: 0;
	right: 185px;
	position: relative;
}

.durotan-slide__arrow--icon-2 .durotan-slide__arrow-icon--prev:before {
	display: none;
}

.durotan-slide__arrow--icon-2 .durotan-slide__arrow-icon--next {
	position: relative;
	right: 45px;
}

.durotan-slide__fraction {
	position: absolute;
	top: 273px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	display: flex;
	flex-direction: column;
	pointer-events: none;
}

.durotan-slide__fraction-line {
	width: 25px;
	height: 1px;
	background-color: #acaa9f;
	margin: 14px -8px;
}

.durotan-slide__fraction-total {
	color: var(--durotan-color-primary);
}

.durotan-slide__fraction--style-2 {
	top: auto;
	bottom: 80px;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
}

.durotan-slide__fraction--style-2 .durotan-slide__fraction-line {
	width: 50px;
	transform: rotate(-45deg);
	margin: 18px -12px;
	background-color: #907a6b;
}

.durotan-slide__fraction--style-2 .durotan-slide__fraction-total {
	color: #a4846e;
}

.durotan-slider-product .durotan-slide__fraction--style-2 {
	color: #000000;
	bottom: 48px;
}

.durotan-slider-product .durotan-slide__fraction-line {
	background-color: rgba(0, 0, 0, 0.15);
}

.durotan-slider-product .durotan-slide__fraction-total {
	color: #000000;
}

.elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination {
	width: auto;
	position: absolute;
	bottom: 98px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
}

.elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination-bullet {
	width: 22px;
	height: 22px;
	border-width: 1px;
	margin-right: 12px;
	position: relative;
	outline: none;
	background-color: transparent;
	opacity: 1;
	pointer-events: auto;
}

.elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination-bullet:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination-bullet:hover, .elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination-bullet.swiper-pagination-bullet-active {
	border-color: #ffffff;
}

.elementor-widget-durotan-slides.sliders-dot-position__left .durotan-slider-carousel .durotan-slide__pagination {
	justify-content: flex-start;
	flex-direction: column;
	bottom: auto;
	top: 340px;
}

.elementor-widget-durotan-slides.sliders-dot-position__left .durotan-slider-carousel .durotan-slide__pagination-bullet {
	margin-bottom: 12px;
}

.elementor-widget-durotan-slides.sliders-dot-position__center .durotan-slider-carousel .durotan-slide__pagination {
	justify-content: center;
}

.elementor-widget-durotan-slides.sliders-dot-position__right .durotan-slider-carousel .durotan-slide__pagination {
	justify-content: flex-end;
}

.elementor-widget-durotan-slides2 .durotan-slide__arrow {
	bottom: 39px;
}

.elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav {
	position: absolute;
	bottom: 125px;
	left: 12px;
	right: 0;
	top: auto;
	margin: 0 auto;
	z-index: 99;
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
}

.elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav ul {
	display: flex;
}

.elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav li {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	display: inline-flex;
}

.elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav li .durotan-slide__pagination-bullet {
	pointer-events: auto;
	width: 22px;
	height: 22px;
	border-width: 1px;
	position: relative;
	outline: none;
	background-color: transparent;
	opacity: 1;
	border: 1px solid transparent;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
}

.elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav li .durotan-slide__pagination-bullet:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav li .durotan-slide__pagination-bullet:hover, .elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav li .durotan-slide__pagination-bullet.active {
	border-color: #ffffff;
}

.elementor-widget-durotan-slides2.sliders-dot-position__left .durotan-slider-carousel #pp-nav {
	justify-content: flex-start;
	bottom: auto;
	top: 382px;
}

.elementor-widget-durotan-slides2.sliders-dot-position__left .durotan-slider-carousel #pp-nav ul {
	flex-direction: column;
}

.elementor-widget-durotan-slides2.sliders-dot-position__left .durotan-slider-carousel #pp-nav li {
	margin-bottom: 10px;
}

.elementor-widget-durotan-slides2.sliders-dot-position__center .durotan-slider-carousel #pp-nav {
	justify-content: center;
}

.elementor-widget-durotan-slides2.sliders-dot-position__right .durotan-slider-carousel #pp-nav {
	justify-content: flex-end;
}

.elementor-widget-durotan-slides2 .durotan-slide__arrow {
	right: 15px;
}

.elementor-widget-durotan-slides2 .durotan-slide__fraction--style-2 {
	bottom: 62px;
}

.durotan-slider-product .durotan-sliders__inner {
	display: flex;
	padding-left: 219px;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 55px;
	margin-top: 120px;
}

.durotan-slider-product .durotan-slide__content {
	margin-right: 0;
}

.durotan-slider-product .durotan-slide__heading {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	line-height: 36px;
	letter-spacing: 0.050em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--durotan-color-darker);
	margin-bottom: 0;
}

.durotan-slider-product .durotan-slide__description {
	color: #666666;
}

.durotan-slider-product .button-product-text-container {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	pointer-events: none;
	text-align: right;
}

.durotan-slider-product .button-product-text-container .button-product-text {
	pointer-events: auto;
	font-size: 30px;
	line-height: 36px;
	color: var(--durotan-color-darker);
}

.durotan-slider-product .button-product-text-container .button-product-text:hover {
	color: var(--durotan-color-primary);
}

.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	display: flex;
	justify-content: flex-start;
	bottom: auto;
	top: 340px;
	pointer-events: none;
}

.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav ul {
	display: flex;
	flex-direction: column;
}

.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav li {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 12px;
	display: inline-flex;
}

.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav li .durotan-slide__pagination-bullet {
	pointer-events: auto;
	width: 22px;
	height: 22px;
	border-width: 1px;
	position: relative;
	outline: none;
	background-color: transparent;
	opacity: 1;
	border: 1px solid transparent;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
}

.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav li .durotan-slide__pagination-bullet:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #bfb6a7;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav li .durotan-slide__pagination-bullet:hover, .elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav li .durotan-slide__pagination-bullet.active {
	border-color: #5e4d30;
}

.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav li .durotan-slide__pagination-bullet:hover:before, .elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav li .durotan-slide__pagination-bullet.active:before {
	background-color: #5e4d30;
}

.durotan-sliders__inner--left .durotan-slide-button {
	justify-content: flex-start;
}

.durotan-sliders__inner--center .durotan-slide-button {
	justify-content: center;
}

.durotan-sliders__inner--right .durotan-slide-button {
	justify-content: flex-end;
}

.durotan-slider-carousel--parallax-yes .durotan-slider--parallax {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}

.durotan-slide__content--product {
	position: relative;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.durotan-slide__product {
	background-color: #ffffff;
	margin-bottom: 155px;
	padding: 48px 48px 50px;
	width: 495px;
	text-align: left;
}

.durotan-slide__product .product-tag {
	color: #999999;
	font-size: 16px;
	line-height: 42px;
	letter-spacing: 0.050em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.durotan-slide__product .woocommerce-loop-product__title {
	margin: 0 0 27px;
	font-family: "Jost", sans-serif;
	line-height: 42px;
	letter-spacing: -0.025em;
}

.durotan-slide__product .woocommerce-loop-product__title a {
	color: var(--durotan-color-primary);
}

.durotan-slide__product .woocommerce-loop-product__title a:hover {
	color: var(--durotan-color-darker);
}

.durotan-slide__product .price-sumary {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 39px;
}

.durotan-slide__product .product-price,
.durotan-slide__product .price {
	color: var(--durotan-color-darker);
}

.durotan-slide__product .product-price span,
.durotan-slide__product .price span {
	font-size: 30px;
}

.durotan-slide__product .product-price .woocs_price_code,
.durotan-slide__product .price .woocs_price_code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.durotan-slide__product .product-price ins,
.durotan-slide__product .price ins {
	order: 1;
	color: #ea311d;
	background-color: transparent;
	margin-right: 12px;
}

.durotan-slide__product .product-price del,
.durotan-slide__product .price del {
	order: 2;
	color: #999999;
}

.durotan-slide__product .product-price del span,
.durotan-slide__product .price del span {
	font-size: 24px;
}

.durotan-slide__product .discount {
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.050em;
	text-transform: uppercase;
	font-weight: 500;
	background-color: #669900;
	padding: 0 9.18px;
	margin-left: 45px;
}

.durotan-slide__product .product_meta {
	border-top: 1px solid #dedbd7;
	padding-top: 34px;
	padding-bottom: 34px;
}

.durotan-slide__product .product_meta .meta_wrapper {
	color: #999999;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.025em;
}

.durotan-slide__product .product_meta .meta_wrapper a {
	color: #999999;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.025em;
}

.durotan-slide__product .product_meta .meta_wrapper .label {
	color: #000000;
	margin-right: 6px;
}

.durotan-slide__product .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.durotan-slide__product .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	width: 100%;
	padding: 0;
	line-height: 50px;
}

.durotan-slide__product .product-button {
	display: flex;
	align-items: center;
	margin-top: 44px;
}

.durotan-slide__product .product-button .product-button__wishlist {
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	border-right: 1px solid #cccccc;
	padding-right: 29px;
}

.durotan-slide__product .product-button .product-button__wishlist .durotan-svg-icon {
	font-size: 16px;
	color: #666666;
	margin-right: 5px;
}

.durotan-slide__product .product-button .product-button__wishlist .durotan-loop_button.loading::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.durotan-slide__product .product-button .product-button__share {
	padding-left: 30px;
}

.durotan-slide__product .product-button .product-button__share .product-share .durotan-social-links__link {
	font-size: 16px;
	display: inline-block;
	line-height: 29.95px;
	color: #999999;
	margin-right: 17px;
	background-color: transparent !important;
}

.durotan-slide__product .product-button .product-button__share .product-share .durotan-social-links__link:hover {
	color: var(--durotan-color-primary);
}

.durotan-slide__product .product-button .product-button__share .product-share .durotan-social-links__icon {
	font-size: 16px;
}

.durotan-slide__product .single-product div.product .durotan-product-deal .deal-expire-text,
.durotan-slide__product .single-product div.product .durotan-product-deal .deal-sold-text {
	font-size: 11px;
	padding-right: 10px;
	width: 30.5%;
}

.durotan-slide__product div.product-type-simple .quantity,
.durotan-slide__product div.product-type-variable .quantity {
	margin-right: 10px;
}

.durotan-slide__product div.product-type-simple .quantity .qty-box,
.durotan-slide__product div.product-type-variable .quantity .qty-box {
	width: 138px;
	height: 54px;
	border: 1px solid #d0d0d0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	transition: .4s;
}

.durotan-slide__product div.product-type-simple .quantity .qty-box .qty,
.durotan-slide__product div.product-type-variable .quantity .qty-box .qty {
	width: 20px;
	font-size: 16px;
}

.durotan-slide__product div.product-type-simple .quantity .qty-box:hover, .durotan-slide__product div.product-type-simple .quantity .qty-box:focus,
.durotan-slide__product div.product-type-variable .quantity .qty-box:hover,
.durotan-slide__product div.product-type-variable .quantity .qty-box:focus {
	border-color: var(--durotan-color-darker);
}

.durotan-slide__product div.product-type-simple .quantity .durotan-svg-icon,
.durotan-slide__product div.product-type-variable .quantity .durotan-svg-icon {
	font-size: 16px;
	user-select: none;
	cursor: pointer;
	transition: .4s;
	line-height: 35px;
	padding: 0px 5px;
	color: #999999;
}

.durotan-slide__product div.product-type-simple .quantity .durotan-svg-icon:hover,
.durotan-slide__product div.product-type-variable .quantity .durotan-svg-icon:hover {
	color: var(--durotan-color-primary);
}

.durotan-slide__product div.product-type-grouped form.cart {
	border-top: 1px solid var(--durotan-border-input-color);
}

.durotan-slide__product div.product-type-grouped form.cart:after {
	clear: both;
	display: block;
	content: "";
}

.durotan-slide__product div.product-type-grouped form.cart .product-button-wrapper {
	padding-top: 0;
	margin-top: 15px;
	border: none;
}

.durotan-slide__product div.product-type-grouped table {
	border: none;
}

.durotan-slide__product div.product-type-grouped table td {
	border: none;
	padding: 20px 0;
	text-align: left;
}

.durotan-slide__product div.product-type-grouped table tr {
	border-bottom: 1px solid #d8d8d8;
}

.durotan-slide__product div.product-type-grouped table tr:last-child {
	border: none;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__image {
	width: 68px;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__image img {
	max-width: 47px;
	vertical-align: middle;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__label,
.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__price {
	display: block;
	line-height: normal;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__label {
	padding: 20px 0 7px;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__label label {
	font-size: 16px;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__label a:hover {
	text-decoration: underline;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity {
	width: 15%;
	padding-top: 15px;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .qty-label {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--durotan-color-darker);
	max-width: 100px;
	margin-left: auto;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .qty-box {
	position: relative;
	border: 1px solid #d0d0d0;
	max-width: 100px;
	margin-left: auto;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .qty-box:focus, .durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .qty-box:hover {
	border-color: var(--durotan-color-gray);
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .qty {
	line-height: 40px;
	max-width: 100%;
	font-size: 16px;
	padding: 0 40px;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .decrease,
.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .increase {
	cursor: pointer;
	font-size: 12px;
	transition: 0.5s;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: var(--durotan-color-gray);
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .decrease:hover,
.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .increase:hover {
	color: var(--durotan-color-darker);
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .increase {
	right: 0;
	left: auto;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .durotan-loop_button {
	font-size: 14px;
	line-height: 50px;
	letter-spacing: .3px;
	text-transform: uppercase;
	display: inline-block;
	background-color: var(--durotan-background-color-primary);
	color: var(--durotan-color-light);
	padding: 0 37px;
	text-align: center;
	transition: ease .3s;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 25px;
	line-height: 40px;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__quantity .durotan-loop_button .durotan-svg-icon {
	display: none;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__price {
	padding: 0;
	color: var(--durotan-color-darker);
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__price ins {
	float: left;
	color: #ea311d;
	margin-right: 6px;
	background-color: transparent;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__price del {
	color: #666666;
	font-size: 14px;
}

.durotan-slide__product div.product-type-grouped .woocommerce-grouped-product-list-item__price .stock {
	margin: 0;
	display: none;
}

.durotan-slide__product div.product-type-grouped .woocommerce_grouped_product__total {
	margin-bottom: 40px;
}

.durotan-slide__product div.product-type-grouped .woocommerce_grouped_product__total span.label {
	font-size: 24px;
	color: var(--durotan-color-gray);
}

.durotan-slide__product div.product-type-grouped .woocommerce_grouped_product__total span.amount {
	font-size: 30px;
	color: #669900;
}

.durotan-slide__product div.product-type-grouped .woocommerce_grouped_product__total .woocommerce-Price-currencySymbol {
	margin: 0 2px 0 7px;
}

.durotan-slide__product div.product-type-variable .variations {
	position: relative;
	margin-bottom: 0;
	border: none;
}

.durotan-slide__product div.product-type-variable .variations tr {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.durotan-slide__product div.product-type-variable .variations td {
	padding: 0;
	border: none;
	padding-bottom: 21px;
	text-align: left;
}

.durotan-slide__product div.product-type-variable .variations td.label {
	text-transform: capitalize;
	font-size: 16px;
	color: var(--durotan-color-gray);
	text-align: right;
	display: none;
	width: 37%;
}

.durotan-slide__product div.product-type-variable .variations .durotan-attr-value {
	font-size: 16px;
	padding-left: 5px;
	color: var(--durotan-color-darker);
	display: inline-table;
}

.durotan-slide__product div.product-type-variable .variations td.value {
	margin-right: auto;
	flex: auto;
}

.durotan-slide__product div.product-type-variable .variations td.value.show-select {
	width: 100%;
}

.durotan-slide__product div.product-type-variable .variations td.value.show-select:after {
	opacity: 1;
}

.durotan-slide__product div.product-type-variable .variations .product-size-guide {
	margin: 0;
	font-size: 16px;
}

.durotan-slide__product div.product-type-variable .variations .reset_variations {
	display: none !important;
}

.durotan-slide__product div.product-type-variable .variations select {
	width: 100%;
	background-color: transparent;
	padding: 17px 18px;
	cursor: pointer;
	border: 1px solid #cecece;
	font-size: 16px;
}

.durotan-slide__product div.product-type-variable .variations select:hover, .durotan-slide__product div.product-type-variable .variations select:focus {
	outline: none;
	border-color: var(--durotan-border-input-focus-color);
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch {
	border: none;
	margin-right: 8px;
	margin-bottom: 5px;
	transition: .4s;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch:hover, .durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch.selected {
	box-shadow: none;
	border: 1px solid var(--durotan-color-primary);
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color {
	border-radius: 100%;
	margin: 6px 6.5px 6px;
	width: 10px;
	height: 10px;
	line-height: 10px;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.swatch-white {
	border: 1px solid #c0c0c0;
	line-height: 9px;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.swatch-white:hover, .durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.swatch-white.selected {
	border: 1px solid #c0c0c0;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.swatch-white:hover::before, .durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.swatch-white.selected::before {
	top: -7px;
	left: -7px;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 1px solid transparent;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	top: -6px;
	left: -6px;
	margin: 0;
	opacity: 0;
	transition: .4s;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color:hover, .durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.selected {
	border: none;
	position: relative;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color:hover:before, .durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.selected:before {
	opacity: 1;
	border-color: var(--durotan-color-primary);
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-color.disabled {
	opacity: 1 !important;
	text-decoration: line-through;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-label {
	line-height: normal;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-size: 14px;
	color: var(--durotan-color-gray);
	border: 1px solid var(--durotan-color-gray);
	display: inline-block;
	padding: 9px 16px;
	margin-right: 5px;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-label:hover, .durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-label.selected {
	color: var(--durotan-color-primary);
	border-color: var(--durotan-color-primary);
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-label.disabled {
	opacity: 1 !important;
	text-decoration: line-through;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-image {
	border-radius: 0;
	width: 40px;
	height: 49px;
	border: 1px solid transparent;
	font-size: 0;
}

.durotan-slide__product div.product-type-variable .variations .tawcvs-swatches .swatch-image img {
	max-width: 40px;
	height: 49px;
}

.durotan-slide__product div.product-type-variable .woocommerce-variation-description p:first-child {
	margin-top: 0;
}

.durotan-slide__product div.product-type-variable .single_variation_wrap .woocommerce-variation {
	margin-bottom: 0;
}

.durotan-slide__product div.product-type-variable .product-button-wrapper {
	padding-top: 0;
	margin-top: 15px;
	border: none;
}

.durotan-slide__product div.product-type-variable .product-button-wrapper .single_add_to_cart_button.disabled {
	opacity: .5;
	cursor: not-allowed;
}

.durotan-slider-product__show-scroll-product-group-yes div.product-type-variable table.variations,
.durotan-slider-product__show-scroll-product-group-yes div.product-type-grouped table {
	display: block;
	height: 130px;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 20px;
	scrollbar-color: var(--durotan-color-darker) #e2e2e278;
	scrollbar-width: thin;
}

.durotan-slider-product__show-scroll-product-group-yes div.product-type-variable table.variations::-webkit-scrollbar,
.durotan-slider-product__show-scroll-product-group-yes div.product-type-grouped table::-webkit-scrollbar {
	width: 2px;
}

.durotan-slider-product__show-scroll-product-group-yes div.product-type-variable table.variations::-webkit-scrollbar-track,
.durotan-slider-product__show-scroll-product-group-yes div.product-type-grouped table::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

.durotan-slider-product__show-scroll-product-group-yes div.product-type-variable table.variations::-webkit-scrollbar-thumb,
.durotan-slider-product__show-scroll-product-group-yes div.product-type-grouped table::-webkit-scrollbar-thumb {
	background-color: var(--durotan-color-darker);
}

.durotan-banner-shoppable {
	height: 900px;
}

.durotan-banner-shoppable__inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.durotan-banner-shoppable__content {
	max-width: 533px;
}

.durotan-banner-shoppable__before-heading {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 100px;
	letter-spacing: 0.1em;
}

.durotan-banner-shoppable__heading {
	color: #ffffff;
	font-size: 100px;
	line-height: 100px;
	font-family: "Jost", sans-serif;
	margin-bottom: 58px;
}

.durotan-banner-shoppable__description {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 120px;
}

.button-banner-shoppable {
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	cursor: pointer;
}

.button-banner-shoppable::after {
	content: "";
	display: inline-block;
	width: 30%;
	border-bottom: 1px solid #ffffff;
	transition: .4s;
}

.button-banner-shoppable:hover {
	color: #ffffff;
}

.button-banner-shoppable:hover::after {
	width: 100%;
	border-color: #ffffff;
}

.durotan-hotspot__point {
	position: absolute;
	top: 40%;
	left: 40%;
	z-index: 2;
}

.durotan-hotspot__point .durotan-hotspot__point-icon {
	cursor: pointer;
	position: relative;
}

.durotan-hotspot__point .durotan-hotspot__point-icon .durotan-svg-icon {
	font-size: 14px;
	color: #000000;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.durotan-hotspot__point .durotan-hotspot__point-icon::before {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	opacity: .15;
	border-radius: 50%;
	position: absolute;
	left: -8px;
	top: -8px;
	-webkit-animation: anim-ripple 2.5s linear 0s infinite;
	animation: anim-ripple 2.5s linear 0s infinite;
}

.durotan-hotspot__point .durotan-hotspot__point-icon::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-color: #d8d2ba;
	border-radius: 50%;
	transform: scale(1);
	transition: .4s;
}

.durotan-hotspot__point .durotan-hotspot__point-icon:hover::after {
	transform: scale(1.6);
}

.durotan-hotspot__point .durotan-hotspot__point-icon:hover::before {
	display: none;
}

.durotan-hotspot__point .durotan-hotspot__item {
	display: flex;
	background-color: #ffffff;
	position: absolute;
	width: 470px;
	height: 208px;
	opacity: 0;
	transition: .3s;
	z-index: 3;
	visibility: hidden;
}

.durotan-hotspot__point .durotan-hotspot__item::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--top {
	left: -417px;
	top: -253px;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--top::after {
	bottom: -19px;
	right: 29px;
	border-style: solid;
	border-width: 19px 8.5px 0 8.5px;
	border-color: #ffffff transparent transparent transparent;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--right {
	left: 78px;
	top: -22px;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--right::after {
	top: 26px;
	left: -19px;
	border-style: solid;
	border-width: 8.5px 19px 8.5px 0;
	border-color: transparent #ffffff transparent transparent;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--bottom {
	left: -417px;
	top: 75px;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--bottom::after {
	top: -19px;
	right: 29px;
	border-style: solid;
	border-width: 0 8.5px 19px 8.5px;
	border-color: transparent transparent #ffffff transparent;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--left {
	left: -515px;
	top: -22px;
}

.durotan-hotspot__point .durotan-hotspot__item.durotan-hotspot__item--left::after {
	top: 26px;
	right: -19px;
	border-style: solid;
	border-width: 8.5px 0 8.5px 19px;
	border-color: transparent transparent transparent #ffffff;
}

.durotan-hotspot__point.active .durotan-hotspot__item {
	opacity: 1;
	visibility: visible;
}

.durotan-hotspot__point .durotan-hotspot__image {
	overflow: hidden;
}

.durotan-hotspot__point .durotan-hotspot__content {
	flex: auto;
	padding: 25px 28px;
	overflow: hidden;
	position: relative;
}

.durotan-hotspot__point .durotan-hotspot__heading {
	--durotan-color-box-shadow: transparent;
	font-size: 18px;
	color: #000000;
	display: inline;
	line-height: 26px;
	transition: .3s;
	box-shadow: inset 0 -0.175em white, inset 0 -0.2em var(--durotan-color-box-shadow);
}

.durotan-hotspot__point .durotan-hotspot__heading:hover {
	--durotan-color-box-shadow: #000000;
}

.durotan-hotspot__point .durotan-hotspot__price {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.durotan-hotspot__point .durotan-hotspot__price-number {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #000000;
}

.durotan-hotspot__point ins.durotan-hotspot__price-number {
	color: #ea311d;
	margin-right: 7px;
	background: 0 0;
	text-decoration: none;
}

.durotan-hotspot__point del.durotan-hotspot__price-number {
	color: #666666;
	font-size: 16px;
}

.durotan-hotspot__point .durotan-hotspot__button {
	position: absolute;
	bottom: 18px;
	transition: .4s;
	cursor: pointer;
}

.durotan-hotspot__point .durotan-hotspot__button a {
	transition: .4s;
}

.durotan-hotspot__point .durotan-hotspot__button .durotan-hotspot__button-text {
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.050em;
	font-size: 14px;
	transition: .4s;
}

.durotan-hotspot__point .durotan-hotspot__button .durotan-hotspot__button-icon {
	color: #999999;
	font-size: 16px;
	margin-right: 12px;
	transition: .4s;
}

.durotan-hotspot__point .durotan-hotspot__button:hover .durotan-hotspot__button-text,
.durotan-hotspot__point .durotan-hotspot__button:hover .durotan-hotspot__button-icon {
	color: var(--durotan-color-darker);
}

.durotan-hotspot__point .durotan-hotspot__button-close {
	padding-top: 25px;
	padding-right: 24px;
}

.durotan-hotspot__point .durotan-hotspot__button-close .durotan-svg-icon {
	color: #000000;
	font-size: 16px;
	transition: .3s;
	cursor: pointer;
}

.durotan-hotspot__point .durotan-hotspot__button-close .durotan-svg-icon:hover {
	color: var(--durotan-color-primary);
}

.durotan-instagram-grid ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 0;
}

.durotan-instagram-grid li {
	margin: 5px;
	padding: 0;
	position: relative;
	transition: .4s;
	overflow: hidden;
}

.durotan-instagram-grid li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.35);
	transition: .4s;
}

.durotan-instagram-grid li a .durotan-svg-icon {
	position: absolute;
	color: #fff;
	font-size: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.durotan-instagram-grid li:hover a {
	opacity: 1;
}

.durotan-instagram-grid li:hover img {
	transform: scale(1.1);
}

.durotan-instagram-grid img {
	display: block;
	transition: .4s;
}

.durotan-instagram-grid.columns-1 li {
	width: calc( 100% - 10px);
}

.durotan-instagram-grid.columns-2 li {
	width: calc( 50% - 10px);
}

.durotan-instagram-grid.columns-3 li {
	width: calc( 33.3333% - 10px);
}

.durotan-instagram-grid.columns-4 li {
	width: calc( 25% - 10px);
}

.durotan-instagram-grid.columns-5 li {
	width: calc( 20% - 10px);
}

.durotan-instagram-carousel {
	position: relative;
}

.durotan-instagram-carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.durotan-instagram-carousel li {
	margin: 0;
	padding: 0;
	position: relative;
	transition: .4s;
}

.durotan-instagram-carousel li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.35);
	transition: .4s;
}

.durotan-instagram-carousel li a .durotan-svg-icon {
	position: absolute;
	color: #fff;
	font-size: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.durotan-instagram-carousel li:hover a {
	opacity: 1;
}

.durotan-instagram-carousel img {
	display: block;
}

.durotan-instagram-carousel__items:not(.swiper-container-initialized) li {
	width: 20%;
}

.durotan-instagram-carousel__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 62px;
}

.durotan-instagram-carousel__heading {
	font-family: var(--durotan-heading-font);
	font-size: 48px;
	color: var(--durotan-color-darker);
}

.durotan-instagram-carousel__text {
	font-size: 18px;
	color: #666666;
}

.durotan-instagram-carousel__text p {
	margin: 0;
}

.durotan-instagram-carousel__text a {
	color: var(--durotan-color-primary);
}

.durotan-instagram-carousel__arrow .durotan-swiper-button {
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
	color: #cccccc;
	font-size: 48px;
	cursor: pointer;
}

.durotan-instagram-carousel__arrow .durotan-swiper-button:hover {
	color: #928656;
}

.durotan-instagram-carousel__arrow .durotan-swiper-button-prev {
	left: -105px;
}

.durotan-instagram-carousel__arrow .durotan-swiper-button-next {
	right: -105px;
}

.durotan-instagram-carousel .durotan-instagram-carousel__pagination {
	width: 100%;
	margin-top: 86px;
	z-index: 3;
	display: flex;
	justify-content: center;
	position: static;
}

.durotan-instagram-carousel .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin-right: 22px;
	background-color: #ccc;
	border-radius: 5px;
	opacity: 1;
	display: inline-block;
	border: none;
}

.durotan-instagram-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	background-color: var(--durotan-color-primary);
}

.durotan-instagram-carousel .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.durotan-instagram-carousel .swiper-scrollbar {
	background-color: #eeeeee;
	cursor: pointer;
	height: 2px;
	border-radius: 0;
	position: static;
	width: 100%;
	margin: 41px auto 0;
}

.durotan-instagram-carousel .swiper-scrollbar-drag {
	background-color: var(--durotan-background-color-primary);
	cursor: pointer;
	top: 0;
}

.durotan-video-banner {
	position: relative;
}

.durotan-video-banner__video {
	position: relative;
	height: 750px;
}

.durotan-video-banner__video video {
	object-fit: cover;
}

.durotan-video-banner__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
}

.durotan-video-banner__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-top: 67px;
}

.durotan-video-banner__wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
}

.durotan-video-banner__text {
	color: #fbf7ef;
	font-family: var(--durotan-heading-font);
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 80px;
}

.durotan-video-banner__button--text {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	background-color: transparent;
	border-width: 0 0 1px 0;
	text-transform: uppercase;
	letter-spacing: 0.050em;
	color: #ffffff;
	line-height: 1;
	position: relative;
	display: inline-block;
	line-height: 23px;
}

.durotan-video-banner__button--text:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

.durotan-video-banner__button--text:hover:before {
	display: none;
	width: 100%;
}

.durotan-video-banner__button--text:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid;
	transition: width 0.4s;
}

.durotan-video-banner__button--text.active, .durotan-video-banner__button--text:hover {
	text-decoration: none;
}

.durotan-video-banner__button--text.active:after, .durotan-video-banner__button--text:hover:after {
	width: 100%;
	left: 0;
}

.durotan-video-banner__button--text:after {
	transition: width 0.5s;
}

.durotan-twitter-carousel {
	position: relative;
}

.durotan-twitter-carousel__heading {
	font-family: var(--durotan-heading-font);
	font-size: 48px;
	line-height: 64px;
	letter-spacing: -0.025em;
	color: #000000;
	text-align: center;
	margin-bottom: 72px;
}

.durotan-twitter-carousel-item {
	padding: 67px 47px 67px 59px;
	border: 1px solid #dbdbdb;
	height: auto !important;
	background-color: #ffffff;
}

.durotan-twitter-carousel-item__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
	padding-right: 15px;
}

.durotan-twitter-carousel-item__header--infor {
	display: flex;
	align-items: center;
}

.elementor .durotan-twitter-carousel__avatar {
	border-radius: 100%;
	margin-right: 22px;
	width: 60px;
	height: 60px;
}

.durotan-twitter-carousel__name {
	font-size: 20px;
	color: #000000;
	line-height: 24px;
}

.durotan-twitter-carousel__details {
	font-size: 16px;
	color: #999999;
	letter-spacing: 0.015em;
}

.durotan-twitter-carousel-item__header--icon .durotan-svg-icon {
	font-size: 36px;
	color: #999999;
}

.durotan-twitter-carousel-item__content {
	font-size: 30px;
	line-height: 40px;
	color: #000000;
}

.durotan-twitter-carousel-item__content a {
	color: #00ccff;
}

.durotan-twitter-carousel__arrow .durotan-swiper-button {
	position: absolute;
	top: 73%;
	transform: translateY(-73%);
	color: #cccccc;
	font-size: 48px;
	cursor: pointer;
	transition: .3s;
}

.durotan-twitter-carousel__arrow .durotan-swiper-button:hover {
	color: #928656;
}

.durotan-twitter-carousel__arrow .durotan-swiper-button-prev {
	left: -140px;
}

.durotan-twitter-carousel__arrow .durotan-swiper-button-next {
	right: -140px;
}

.durotan-twitter-carousel .durotan-twitter-carousel__pagination {
	width: 100%;
	margin-top: 41px;
	z-index: 3;
	display: flex;
	justify-content: center;
	position: static;
}

.durotan-twitter-carousel .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin-right: 22px;
	background-color: #ccc;
	border-radius: 5px;
	opacity: 1;
	display: inline-block;
	border: none;
}

.durotan-twitter-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	background-color: var(--durotan-color-primary);
}

.durotan-twitter-carousel .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.durotan-twitter-carousel__heading-arrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.durotan-twitter-carousel__heading-arrow .durotan-twitter-carousel__heading {
	font-size: 36px;
	margin-bottom: 0;
}

.durotan-twitter-carousel__heading-arrow .durotan-twitter-carousel__arrow .durotan-swiper-button {
	position: static;
	transform: translateY(0);
	font-size: 30px;
}

.durotan-twitter-carousel__heading-arrow .durotan-twitter-carousel__arrow .durotan-swiper-button-prev {
	margin-right: 25px;
}

.durotan-twitter-carousel--col-1 .durotan-twitter-carousel__items {
	border: 1px solid #dbdbdb;
}

.durotan-twitter-carousel--col-1 .durotan-twitter-carousel-item {
	border: none;
}

.durotan-twitter-carousel-2-item {
	text-align: center;
}

.durotan-twitter-carousel-2__icon {
	margin-bottom: 25px;
}

.durotan-twitter-carousel-2__icon .durotan-svg-icon {
	font-size: 66px;
	color: #00ccff;
}

.durotan-twitter-carousel-2__text {
	font-family: var(--durotan-heading-font);
	font-size: 30px;
	line-height: 48px;
	color: var(--durotan-color-darker);
	margin: 0 auto 43px;
	max-width: 1022px;
}

.durotan-twitter-carousel-2__text a {
	color: #00ccff;
}

.durotan-twitter-carousel-2__after-text {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.050em;
	vertical-align: middle;
}

.durotan-twitter-carousel-2__after-text span {
	margin: 0 26px;
	display: inline;
}

.durotan-twitter-carousel-2 .durotan-twitter-carousel-2__pagination {
	width: 100%;
	margin-top: 45px;
	display: flex;
	justify-content: center;
	position: static;
}

.durotan-twitter-carousel-2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin-right: 22px;
	background-color: #ccc;
	border-radius: 5px;
	opacity: 1;
	display: inline-block;
	border: none;
}

.durotan-twitter-carousel-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	background-color: var(--durotan-color-primary);
}

.durotan-twitter-carousel-2 .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.durotan-image-box {
	display: flex;
}

.durotan-image-box__bg {
	line-height: 0;
}

.durotan-image-box__content {
	padding: 50px 40px 0 57px;
	flex: auto;
}

.durotan-image-box__position-content--left .durotan-image-box__bg {
	order: 2;
}

.durotan-image-box__position-content--left .durotan-image-box__content {
	order: 1;
}

.durotan-image-box__before-heading {
	color: var(--durotan-color-darker);
	font-size: 14px;
	letter-spacing: 0.050em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.durotan-image-box__heading {
	color: var(--durotan-color-darker);
	font-size: 48px;
	line-height: 54px;
	font-family: var(--durotan-heading-font);
	letter-spacing: -0.025em;
	margin-bottom: 25px;
}

.durotan-image-box__description {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.015em;
	margin-bottom: 82px;
}

.durotan-image-box__button--text {
	display: inline-block;
	font-size: 20px;
	background-color: transparent;
	border-width: 0 0 1px 0;
	letter-spacing: 0;
	color: #000000;
	line-height: 24px;
}

.durotan-image-box__button--text::after {
	content: "";
	display: inline-block;
	width: 40%;
	border-bottom: 1px solid #000000;
	transition: .4s;
}

.durotan-image-box__button--text:hover {
	color: #000000;
}

.durotan-image-box__button--text:hover::after {
	width: 100%;
	border-color: #000000;
}

.durotan-image-box-2__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.durotan-image-box-2__link img {
	transition: .4s;
}

.durotan-image-box-2__link:hover img {
	transform: scale(1.1);
}

.durotan-image-box-2__link:hover .durotan-image-box-2__text::after {
	width: 100%;
	right: auto;
	left: 0;
}

.durotan-image-box-2__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: .4s;
}

.durotan-image-box-2__text {
	position: absolute;
	color: #fbfbfb;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.050em;
}

.durotan-image-box-2__text::after {
	position: absolute;
	bottom: 5px;
	content: "";
	display: inline-block;
	width: 0;
	border-bottom: 1px solid #ffffff;
	transition: .4s;
	right: 0;
}

.durotan-image-parallax {
	height: 750px;
	padding: 201px 0 0 0;
	background-attachment: fixed;
	background-position: center;
}

.durotan-image-parallax__content {
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
}

.durotan-image-parallax__text {
	color: #fbf7ef;
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 93px;
}

.durotan-image-parallax__title {
	color: #ffffff;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 0.025em;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}

.durotan-image-parallax__title::after {
	position: absolute;
	bottom: -17px;
	content: "";
	display: inline-block;
	width: 30%;
	border-bottom: 1px solid #ffffff;
	transition: .4s;
	left: 50%;
	transform: translateX(-50%);
}

.durotan-image-parallax__title:hover {
	color: #ffffff;
}

.durotan-image-parallax__title:hover::after {
	width: 100%;
}

.durotan-products-group-tabs .swiper-container {
	padding-bottom: 30px;
	margin-bottom: -30px;
}

.durotan-products-group-tabs .swiper-container .swiper-container {
	padding-bottom: 0;
}

.durotan-products-group-tabs.rating-no .star-rating {
	display: none;
}

.durotan-products-group-tabs .swiper-button-lock {
	display: none;
}

.durotan-products-group-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.durotan-products-group-tabs ul.tabs.align-center {
	justify-content: center;
}

.durotan-products-group-tabs ul.tabs li {
	padding: 0 32px;
	display: block;
	margin: 0;
	position: relative;
}

.durotan-products-group-tabs ul.tabs li a {
	--text-shadow-color-active: #000000;
	display: flex;
	align-items: center;
	position: relative;
	text-transform: uppercase;
	color: var(--durotan-text-main-color);
	letter-spacing: 0.050em;
}

.durotan-products-group-tabs ul.tabs li a:hover, .durotan-products-group-tabs ul.tabs li a.active {
	color: var(--text-shadow-color-active);
}

.durotan-products-group-tabs ul.tabs li .durotan-icon {
	font-size: 30px;
	margin-right: 17px;
}

.durotan-products-group-tabs ul.tabs li:first-child {
	padding-left: 0;
}

.durotan-products-group-tabs ul.tabs li:last-child {
	padding-right: 0;
}

.durotan-products-group-tabs.textshadow-bold ul.tabs li a:hover, .durotan-products-group-tabs.textshadow-bold ul.tabs li a.active {
	text-shadow: 1px 0px var(--text-shadow-color-active);
}

.durotan-products-group-tabs .tabs-content {
	position: relative;
}

.durotan-products-group-tabs .tabs-content ul.products li.product {
	padding: 0;
	margin-bottom: 69px;
	height: auto;
}

.durotan-products-group-tabs .tabs-content ul.products li.product .product-thumbnail {
	margin-bottom: 0;
}

.durotan-products-group-tabs .tabs-content ul.products li.product .woocommerce-details {
	padding-top: 21px;
}

.durotan-products-group-tabs .tabs-content ul.products li.product .product-inner:hover .woocommerce-details {
	padding-top: 21px;
}

.durotan-products-group-tabs .tabs-content.loading {
	position: relative;
}

.durotan-products-group-tabs .tabs-content.loading:before {
	content: '';
	display: block;
	border-radius: 100px;
	position: absolute;
}

.durotan-products-group-tabs .tabs-content.loading:before {
	background-color: var(--durotan-background-color-primary);
	height: 13px;
	width: 13px;
	top: 0;
	left: 0;
	animation: durotan-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.durotan-products-group-tabs .tabs-content.loading:before {
	z-index: 10;
	top: 50%;
	left: 50%;
}

.durotan-products-group-tabs .tabs-content.loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 5;
}

.durotan-products-group-tabs .tabs-panel {
	min-height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: translateY(10px);
}

.durotan-products-group-tabs .tabs-panel.active {
	position: relative;
	z-index: 2;
	opacity: 1;
	top: 0;
	transform: translateY(0);
	transition: all ease-out 0.3s 0.3s;
}

.durotan-products-group-tabs .tabs-panel .durotan-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.durotan-products-group-tabs .tabs-panel .durotan-tabs-button {
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.durotan-products-group-tabs .tabs-panel.tab-loaded {
	min-height: auto;
}

.durotan-products-group-tabs .tabs-panel.tab-loaded .durotan-tabs-button {
	opacity: 1;
	visibility: visible;
	text-align: center;
}

.durotan-products-group-tabs .swiper-container:not(.swiper-container-multirow) ul.products.swiper-wrapper {
	flex-wrap: nowrap;
}

.durotan-products-group-tabs .swiper-container .swiper-wrapper {
	margin: 0;
	box-sizing: border-box;
}

.durotan-products-group-tabs .swiper-container .swiper-wrapper li {
	/* clear: none;
                padding-left: 0;
                padding-right: 0;
                margin-bottom: 0 !important; */
}

.durotan-products-group-tabs .swiper-container .swiper-wrapper li img {
	width: 100%;
}

.durotan-products-group-tabs .swiper-container .swiper-pagination {
	position: relative;
	margin-top: 71px;
}

.durotan-products-group-tabs .swiper-container .swiper-pagination .swiper-pagination-bullet {
	border: none;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	margin: 0 10px;
	background-color: #cccccc;
	vertical-align: middle;
	opacity: 1;
}

.durotan-products-group-tabs .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: var(--durotan-background-color-primary);
}

.durotan-products-group-tabs .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	height: 8px;
	border-radius: 3px;
	background-color: var(--durotan-background-color-primary);
}

.durotan-products-group-tabs .tabs-header {
	margin-bottom: 74px;
	padding: 0 12.2% 0 12.6%;
}

.durotan-products-group-tabs .tabs-title {
	margin: 0px 0px 20px;
}

.durotan-products-group-tabs .nav-wrap {
	display: flex;
	align-items: center;
	position: relative;
}

.durotan-products-group-tabs .nav-wrap.align-center {
	justify-content: space-around;
}

.durotan-products-group-tabs .nav-wrap.align-left {
	justify-content: space-between;
}

.durotan-products-group-tabs .nav-wrap.align-left .tabs-button {
	margin-left: auto;
}

.durotan-products-group-tabs .durotan-button.button-link {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--durotan-text-main-color);
	letter-spacing: .9px;
}

.durotan-products-group-tabs .durotan-button.button-link > span:first-child {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin-top: 19px;
}

.durotan-products-group-tabs .durotan-button.button-link:hover {
	color: var(--durotan-color-darker);
}

.durotan-products-group-tabs .durotan-button.button-link .durotan-svg-icon {
	font-size: 18px;
	line-height: 1;
	margin-left: 9px;
	vertical-align: -1px;
	margin-right: -5px;
}

.durotan-products-group-tabs .durotan-swiper-button {
	position: absolute;
	top: 29%;
	transform: translateY(-29%);
	width: auto;
	height: auto;
	z-index: 9;
	font-size: 48px;
	color: #999999;
	transition: .3s;
	cursor: pointer;
}

.durotan-products-group-tabs .durotan-swiper-button:hover {
	color: var(--durotan-color-primary);
}

.durotan-products-group-tabs .durotan-swiper-button.durotan-swiper-button-prev {
	left: -95px;
}

.durotan-products-group-tabs .durotan-swiper-button.durotan-swiper-button-next {
	right: -95px;
}

.durotan-products-group-tabs .durotan-tabs-button {
	margin-top: 40px;
}

.durotan-products-group-tabs .durotan-tabs-button .durotan-button {
	line-height: 58px;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.45px;
}

.durotan-products-group-tabs .durotan-tabs-button .durotan-button + .durotan-button {
	margin-left: 8px;
}

.durotan-products-group-tabs .durotan-tabs-button .durotan-button {
	border: 1px solid var(--durotan-color-darker);
	background-color: transparent;
	color: var(--durotan-color-darker);
}

.durotan-products-group-tabs .durotan-tabs-button .durotan-button:hover {
	background-color: var(--durotan-background-color-primary);
	border-color: var(--durotan-background-color-primary);
	color: var(--durotan-color-light);
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button .durotan-gooey-loading {
	display: none;
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button .durotan-gooey-loading .dorutan-gooey {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button .durotan-gooey-loading .dorutan-gooey span {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background-color: var(--durotan-background-color-darker);
	border-radius: 50%;
	animation: bubble 1.2s -0.6s infinite ease-out;
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button .durotan-gooey-loading .dorutan-gooey span:nth-child(2n) {
	animation-delay: -1s;
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button .durotan-gooey-loading .dorutan-gooey span:nth-child(3n) {
	animation-delay: 0s;
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button.loading {
	border-color: var(--durotan-color-darker);
	background-color: transparent;
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button.loading .durotan-gooey-loading {
	display: inline-block;
	opacity: 1;
}

.durotan-products-group-tabs .durotan-tabs-button .load-more-button.loading .button-text {
	display: none;
}

@media (max-width: 1024px) {
	.durotan-products-group-tabs .tabs-content ul.products li.product {
		margin-bottom: 45px;
	}
	.durotan-products-group-tabs .tabs-header {
		padding: 0 7.5%;
		margin-bottom: 49px;
	}
	.durotan-products-group-tabs .tabs-title {
		font-size: 40px;
	}
	.durotan-products-group-tabs ul.tabs li {
		padding: 0 20px;
	}
	.durotan-products-group-tabs ul.tabs li a {
		font-size: 16px;
	}
	.durotan-products-group-tabs ul.tabs li a .durotan-icon {
		font-size: 24px;
	}
	.durotan-products-group-tabs ul.tabs li:last-child {
		margin-right: 15px;
	}
	.durotan-products-group-tabs .durotan-button.button-link {
		font-size: 16px;
	}
	.durotan-products-group-tabs .durotan-swiper-button {
		font-size: 36px;
		color: var(--durotan-color-darker);
	}
}

@media (max-width: 768px) {
	.durotan-products-group-tabs ul.tabs {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		scrollbar-color: var(--durotan-color-primary) #e5e5e5;
	}
	.durotan-products-group-tabs ul.tabs.align-center {
		justify-content: flex-start;
	}
	.durotan-products-group-tabs ul.tabs::-webkit-scrollbar {
		height: 0;
	}
	.durotan-products-group-tabs ul.tabs::-webkit-scrollbar-track {
		background-color: #e5e5e5;
	}
	.durotan-products-group-tabs ul.tabs::-webkit-scrollbar-thumb {
		background-color: var(--durotan-color-primary);
	}
	.durotan-products-group-tabs .durotan-tabs-button .durotan-button {
		font-size: 16px;
	}
	.durotan-products-group-tabs .tabs-button .durotan-button.button-link {
		line-height: 30px;
	}
	.durotan-products-group-tabs .tabs-button .durotan-button.button-link .tabs-button__text {
		display: none;
	}
	.durotan-products-group-tabs .tabs-button .durotan-button.button-link .durotan-icon {
		font-size: 18px;
		margin-left: 23px;
	}
}

@media (max-width: 640px) {
	.durotan-products-group-tabs .tabs-title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.durotan-products-group-tabs ul.tabs li {
		padding: 0 15px;
	}
	.durotan-products-group-tabs ul.tabs li a {
		font-size: 13px;
	}
	.durotan-products-group-tabs ul.tabs li a .durotan-icon {
		font-size: 20px;
		margin-right: 12px;
	}
	.durotan-products-group-tabs .durotan-button.button-link {
		font-size: 13px;
	}
	.durotan-products-group-tabs .tabs-header {
		margin-bottom: 40px;
		padding: 0 40px;
	}
	.durotan-products-group-tabs .durotan-swiper-button {
		width: 40px;
		height: 50px;
		font-size: 18px;
		background-color: rgba(255, 255, 255, 0.4);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.durotan-products-group-tabs .durotan-swiper-button:hover {
		background-color: var(--durotan-color-light);
	}
	.durotan-products-group-tabs .durotan-tabs-button .durotan-button {
		font-size: 13px;
		line-height: 40px;
		padding: 0 20px;
	}
}

.durotan-posts-carousel__heading {
	position: relative;
	padding-bottom: 67px;
}

.durotan-posts-carousel__heading.align-left {
	display: flex;
	justify-content: space-between;
}

.durotan-posts-carousel__heading.align-left.align-items-end {
	align-items: flex-end;
}

.durotan-posts-carousel__heading.align-left.align-items-baseline {
	align-items: baseline;
}

.durotan-posts-carousel__heading.align-center {
	display: flex;
	justify-content: center;
}

.durotan-posts-carousel__heading.align-center .durotan-button.button-link {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.durotan-posts-carousel__heading .durotan-heading__title {
	margin-top: 0;
	margin-bottom: 22px;
	text-transform: capitalize;
}

.durotan-posts-carousel__heading .durotan-button.button-link {
	font-weight: normal;
	text-transform: uppercase;
	color: var(--durotan-text-main-color);
	letter-spacing: 0.8px;
}

.durotan-posts-carousel__heading .durotan-button.button-link .durotan-svg-icon {
	font-size: inherit;
	line-height: 1;
	margin-left: 12px;
	vertical-align: -1px;
	margin-right: -3px;
}

.durotan-posts-carousel__elementor {
	position: relative;
}

.durotan-posts-carousel .list-posts {
	position: relative;
}

.durotan-posts-carousel .list-posts__inner {
	display: flex;
}

.durotan-posts-carousel .blog-wrapper {
	margin-bottom: 0;
	height: auto;
}

.durotan-posts-carousel .blog-wrapper .post-thumbnail {
	display: block;
	margin-bottom: 30px;
}

.durotan-posts-carousel .blog-wrapper .post-thumbnail img {
	width: 100%;
	vertical-align: middle;
}

.durotan-posts-carousel .blog-wrapper .post-meta {
	font-size: 14px;
}

.durotan-posts-carousel .blog-wrapper .post-meta span {
	color: var(--durotan-color-gray);
	padding: 0 12px 0 9px;
	text-transform: capitalize;
}

.durotan-posts-carousel .blog-wrapper .post-meta span:first-child {
	padding-left: 0;
}

.durotan-posts-carousel .blog-wrapper .post-meta span.meta-cat {
	letter-spacing: 0.7px;
}

.durotan-posts-carousel .blog-wrapper .post-meta span.meta-cat a {
	text-transform: uppercase;
}

.durotan-posts-carousel .blog-wrapper .post-date {
	display: flex;
	flex-direction: column;
	padding-right: 65px;
}

.durotan-posts-carousel .blog-wrapper .post-date span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 27px;
	letter-spacing: 0.28px;
}

.durotan-posts-carousel .blog-wrapper .post-date span.day {
	font-size: 60px;
	font-family: var(--durotan-heading-font);
	color: var(--durotan-color-darker);
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.durotan-posts-carousel .blog-wrapper .post-date span.year {
	line-height: 17px;
}

.durotan-posts-carousel .blog-wrapper .btn-read-more {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	text-decoration: underline;
}

.durotan-posts-carousel .blog-wrapper.layout-1 .post-thumbnail {
	margin-bottom: 41px;
}

.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary {
	display: flex;
}

.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-meta span.meta-cat a {
	color: var(--durotan-color-primary);
}

.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-title {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.5;
}

.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-title a {
	color: var(--durotan-color-darker);
	--durotan-color-box-shadow: transparent;
	box-shadow: inset 0 0 0 transparent, inset 0 -2px 0 var(--durotan-color-box-shadow);
}

.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-title a:hover {
	--durotan-color-box-shadow: #000000;
}

.durotan-posts-carousel .blog-wrapper.layout-2 {
	border: 1px solid transparent;
	perspective: 50em;
	position: relative;
	position: relative;
}

.durotan-posts-carousel .blog-wrapper.layout-2:before {
	content: '';
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: calc(1px/-1);
	left: calc(1px/-1);
	background: linear-gradient(to right, #dadada 0%, #dadada 100%), linear-gradient(to top, #dadada 50%, transparent 50%), linear-gradient(to top, #dadada 50%, transparent 50%), linear-gradient(to right, #dadada 0%, #dadada 100%), linear-gradient(to left, #dadada 0%, #dadada 100%);
	background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
	background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
	background-repeat: no-repeat, no-repeat;
	transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
	transform: scaleX(0) rotate(0deg);
	transition-delay: 0.6s, 0.3s, 0s;
}

.durotan-posts-carousel .blog-wrapper.layout-2:hover:before {
	background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
	background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
	transform: scaleX(1) rotate(0deg);
	transition-delay: 0s, 0.3s, 0.6s;
}

.durotan-posts-carousel .blog-wrapper.layout-2 > * {
	transition: all 0.6s ease;
}

.durotan-posts-carousel .blog-wrapper.layout-2 .post-thumbnail {
	margin: 0;
	/*  transform-origin: 50% 100%; */
	transition: .6s;
	opacity: 1;
	height: 100%;
	display: flex;
}

.durotan-posts-carousel .blog-wrapper.layout-2 .post-thumbnail img {
	object-fit: cover;
}

.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*  transform: rotateX(-90deg);
                transform-origin: 50% -50%; */
	transition: .6s;
	z-index: 1;
	opacity: 0;
	padding: 55px 59px 55px 60px;
}

.durotan-posts-carousel .blog-wrapper.layout-2:hover .post-thumbnail {
	/* transform: rotateX(90deg); */
	opacity: 0;
}

.durotan-posts-carousel .blog-wrapper.layout-2:hover .post-summary {
	/* transform: rotateX( 0deg ); */
	opacity: 1;
	transition-delay: 0.2s;
}

.durotan-posts-carousel .blog-wrapper.layout-2 .post-meta {
	font-size: 13px;
}

.durotan-posts-carousel .blog-wrapper.layout-2 .post-meta span {
	text-transform: uppercase;
	letter-spacing: 0.65px;
}

.durotan-posts-carousel .blog-wrapper.layout-2 .post-title {
	font-size: 30px;
	margin-bottom: 48px;
	margin-top: 14px;
	line-height: 1.333333;
	letter-spacing: -.75px;
}

.durotan-posts-carousel .blog-wrapper.layout-2 p {
	font-size: 16px;
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-thumbnail {
	margin-bottom: 29px;
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary {
	padding-right: 30px;
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-meta {
	font-size: 14px;
	margin-bottom: 11px;
	color: var(--durotan-color-gray);
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-meta span {
	padding: 0 8px 0 12px;
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-meta span:first-child {
	padding-left: 0;
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-meta span.meta-cat a {
	color: var(--durotan-color-darker);
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-title {
	margin: 0;
	font-family: var(--durotan-font-main);
	font-weight: 300;
	line-height: normal;
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-title a {
	--durotan-color-box-shadow: transparent;
	box-shadow: inset 0 0 0 transparent, inset 0 -2px 0 var(--durotan-color-box-shadow);
	color: var(--durotan-color-darker);
	line-height: normal;
}

.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-title a:hover {
	--durotan-color-box-shadow: #000000;
}

.durotan-posts-carousel .swiper-pagination {
	position: relative;
	margin-top: 50px;
}

.durotan-posts-carousel .swiper-pagination .swiper-pagination-bullet {
	border: none;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	background-color: #cccccc;
	opacity: 1;
}

.durotan-posts-carousel .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: var(--durotan-background-color-primary);
}

.durotan-posts-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	height: 8px;
	border-radius: 3px;
	background-color: var(--durotan-background-color-primary);
}

.durotan-posts-carousel .durotan-swiper-button {
	position: absolute;
	top: 40%;
	width: auto;
	height: auto;
	z-index: 9;
	font-size: 48px;
	color: #cccccc;
	transition: .3s;
}

.durotan-posts-carousel .durotan-swiper-button:hover {
	color: var(--durotan-color-primary);
}

.durotan-posts-carousel .durotan-swiper-button.durotan-swiper-button-prev {
	left: 0;
}

.durotan-posts-carousel .durotan-swiper-button.durotan-swiper-button-next {
	right: 0;
}

.durotan-posts-not-carousel .list-posts__inner {
	justify-content: space-between;
}

.durotan-posts-not-carousel .list-posts__inner .swiper-slide {
	flex-shrink: inherit;
	width: calc( 50% - 30px);
}

@media (max-width: 1680px) and (min-width: 1440px) {
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary {
		padding: 33px 55px 25px 33px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary .post-meta,
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary .btn-read-more {
		font-size: 13px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary .post-title {
		font-size: 26px;
		line-height: 1.5;
		margin-top: 8px;
		margin-bottom: 28px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary p {
		font-size: 14px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-date {
		padding-right: 30px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-title {
		font-size: 20px;
	}
}

.durotan-product-shortcode .durotan-product-heading {
	text-align: center;
}

.durotan-product-shortcode .durotan-product-shortcode__title {
	font-size: 48px;
	font-weight: 300;
	font-family: var(--durotan-font-main);
	margin-bottom: 28px;
}

.durotan-product-shortcode .durotan-product-shortcode__subtitle {
	font-size: 20px;
	margin-bottom: 102px;
	color: var(--durotan-color-gray);
}

.durotan-product-shortcode .woocommerce-variation,
.durotan-product-shortcode .woocommerce-variation-price {
	display: none !important;
}

.durotan-product-shortcode p.price.show-price .woocs_price_code:first-child {
	display: none;
}

.durotan-product-shortcode p.price.show-price .woocs_price_code:last-child {
	display: flex;
}

.durotan-product-shortcode p.price.show-price .woocs_price_code:last-child span {
	margin: 0;
}

.durotan-product-shortcode.single-product div.product.product-type-grouped .quantity .label {
	display: none !important;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary form.cart {
	margin-top: 29px;
	padding-top: 24px;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .product-button-wrapper {
	margin-top: 0;
	border-bottom: 1px solid var(--durotan-border-input-color);
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .reset_variations {
	display: none;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .durotan-attr-value {
	font-size: 14px;
	color: var(--durotan-text-main-color);
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations tr {
	flex-direction: column;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations tr td {
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations tr td.label {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--durotan-text-main-color);
	letter-spacing: 0.7px;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
	padding: 0;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item span {
	padding: 10px 22.3px;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover, .durotan-product-shortcode.single-product div.product.product-type-variable .summary .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected {
	border-color: #000000;
}

.durotan-product-shortcode.single-product div.product.product-type-variable .summary .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover span, .durotan-product-shortcode.single-product div.product.product-type-variable .summary .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected span {
	color: #000000;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_title {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 27px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .price {
	font-size: 24px;
	color: var(--durotan-text-main-color);
	margin: 0 0 15px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .price del {
	font-size: 20px;
	color: var(--durotan-text-main-color);
}

.durotan-product-shortcode.single-product div.product .entry-summary .price ins {
	background-color: transparent;
	color: #ea311d;
	float: left;
	margin-right: 18px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_description {
	margin-top: 31px;
	line-height: 1.875;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_description .collapsed-desc p,
.durotan-product-shortcode.single-product div.product .entry-summary .product_description .full-desc p {
	font-size: 16px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_description .read-more {
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_description .read-more .durotan-svg-icon {
	font-size: 10px;
	margin-left: 6px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_description .elementor-container {
	flex-wrap: wrap;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_description .elementor-element-populated {
	padding: 0;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product_description [class*="elementor-col-"] {
	width: 100%;
	margin-bottom: 15px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper {
	flex-direction: column;
	margin-top: 30px;
	padding: 25px 0 23px;
	border-bottom: 1px solid var(--durotan-border-input-color);
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity {
	margin-bottom: 34px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity .label {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: inline-block;
	letter-spacing: 0.7px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity .qty-box {
	max-width: 160px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity .qty-box:hover {
	border-color: var(--durotan-color-darker);
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity .increase:hover,
.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity .decrease:hover {
	color: var(--durotan-color-darker);
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .single_add_to_cart_button {
	line-height: 56px;
	letter-spacing: 1.2px;
	background-color: transparent;
	color: #000000;
	border-color: var(--durotan-color-darker);
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-share {
	margin-top: 38px;
	display: flex;
	align-items: center;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-share .sharing-icon {
	font-size: 14px;
	color: var(--durotan-text-main-color);
	text-transform: uppercase;
	margin-right: 30px;
	letter-spacing: 0.7px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-share .durotan-social-links__link {
	color: var(--durotan-text-main-color);
	margin-right: 20px;
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-share .durotan-social-links__link:hover {
	color: var(--durotan-color-darker);
}

.durotan-product-shortcode.single-product div.product .entry-summary .product-share .durotan-social-links__icon {
	font-size: 18px;
	vertical-align: middle;
}

.durotan-product-shortcode.durotan-swiper-carousel-elementor .durotan-swiper-button {
	width: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}

.durotan-product-shortcode.durotan-swiper-carousel-elementor .durotan-swiper-button {
	opacity: 0;
}

.durotan-product-shortcode.durotan-swiper-carousel-elementor .durotan-gallery-button-next {
	right: 0;
}

.durotan-product-shortcode.durotan-swiper-carousel-elementor .linked-gallery-carousel:hover .durotan-swiper-button {
	opacity: 1;
}

.durotan-product-shortcode-2 .durotan-product-heading {
	text-align: center;
}

.durotan-product-shortcode-2 .durotan-product-shortcode__title {
	font-size: 48px;
	margin-bottom: 72px;
	letter-spacing: -1.2px;
}

.durotan-product-shortcode-2 .woocommerce-product-details__short-description {
	margin-top: 20px;
}

.durotan-product-shortcode-2.single-product div.product.product-type-variable .summary form.cart {
	margin-top: 41px;
	padding-top: 29px;
}

.durotan-product-shortcode-2.single-product div.product.product-type-variable .summary .variations .reset_variations {
	display: none !important;
}

.durotan-product-shortcode-2.single-product div.product.product-type-variable .summary .variations .type-color .label {
	display: block;
	font-size: 0;
}

.durotan-product-shortcode-2.single-product div.product.product-type-variable .summary .variations .type-color .label span::before {
	display: none;
}

.durotan-product-shortcode-2.single-product div.product.product-type-variable .summary .variations td {
	padding: 6px 0;
}

.durotan-product-shortcode-2.single-product div.product.product-type-variable .summary .single_variation_wrap {
	margin: 11px 0 27px;
}

.durotan-product-shortcode-2.single-product div.product .woocommerce-product-details__short-description {
	margin-top: 21px;
	margin-bottom: 15px;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .meta-cat {
	margin: 19px 0;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper {
	border-top: 1px solid #c6c6c6;
	padding-bottom: 23px;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .quantity {
	display: none;
	flex: 100%;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .quantity .qty-box {
	max-width: 100%;
	margin-right: 0;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .quantity .qty-box .decrease,
.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .quantity .qty-box .increase {
	width: 25%;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .durotan-buy-now-button {
	margin-left: auto;
	background-color: transparent;
	color: var(--durotan-color-darker);
	border-color: var(--durotan-color-gray);
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .durotan-buy-now-button:hover {
	background-color: var(--durotan-background-color-primary);
	border-color: var(--durotan-background-color-primary);
	color: var(--durotan-color-light);
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .single_add_to_cart_button {
	background-color: var(--durotan-background-color-primary);
	color: var(--durotan-color-light);
	border-color: transparent;
	padding: 0;
	font-weight: 600;
	flex: calc(50% - 5px);
	margin-right: 5px;
	margin-bottom: 16px;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .single_add_to_cart_button:hover {
	background-color: transparent;
	border-color: var(--durotan-color-primary);
	color: var(--durotan-color-primary);
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .single_add_to_cart_button + .durotan-buy-now-button {
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
	font-weight: 600;
	padding: 0;
	margin-left: 10px;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .buy_now_button {
	flex: calc(50% - 5px);
	margin-left: 5px;
	background-color: transparent;
	color: #000000;
	border-color: #000000;
	font-weight: 600;
	margin-bottom: 16px;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-button-wrapper .buy_now_button:hover {
	background-color: #000000;
	color: #ffffff;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product_meta {
	border-top: 1px solid #c6c6c6;
	padding: 32px 0;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-share {
	margin-top: 19px;
	margin-bottom: 0;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .product-share .sharing-icon {
	display: none;
}

.durotan-product-shortcode-2.single-product div.product .entry-summary .woocommerce-product-details__short-description .read-more {
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.durotan-product-shortcode-3.single-product div.product.layout-v6 {
	width: 100%;
	left: 0;
	margin-left: 0;
}

.durotan-product-shortcode-3.single-product div.product.layout-v6 .woocommerce-product-gallery .flex-control-nav:not(.swiper-wrapper) {
	bottom: 13px;
}

.durotan-product-shortcode-3.single-product div.product.layout-v6 .price {
	margin-top: 13px;
}

.durotan-product-shortcode-3.single-product div.product.layout-v6 ul.flex-direction-nav a.flex-prev {
	left: 22px;
}

.durotan-product-shortcode-3.single-product div.product.layout-v6 ul.flex-direction-nav a.flex-next {
	right: 13px;
}

.durotan-product-shortcode-3.single-product div.product.product-type-variable .summary form.cart {
	padding-top: 35px;
}

.durotan-product-shortcode-3.single-product div.product.product-type-variable .summary .product-button-wrapper {
	margin-top: 0;
	border-bottom: 1px solid var(--durotan-border-input-color);
}

.durotan-product-shortcode-3.single-product div.product .entry-summary .price del {
	color: var(--durotan-text-main-color);
}

.durotan-product-shortcode-3.single-product div.product .entry-summary .price ins {
	color: #669900;
}

.durotan-product-shortcode-3.single-product div.product .product-share {
	position: relative;
	line-height: 25px;
	margin: 10px 0;
}

.durotan-product-shortcode-3.single-product div.product .product-share .sharing-icon {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.4px;
	cursor: pointer;
	transition: .3s;
}

.durotan-product-shortcode-3.single-product div.product .product-share .sharing-icon .durotan-svg-icon {
	margin-right: 10px;
	font-size: 16px;
}

.durotan-product-shortcode-3.single-product div.product .product-share .durotan-social-links__link {
	line-height: 1;
	vertical-align: middle;
	margin-right: 17px;
	opacity: 0;
}

.durotan-product-shortcode-3.single-product div.product .product-share .durotan-social-links__icon {
	font-size: 18px;
}

.durotan-product-shortcode-3.single-product div.product .product-share .socials {
	transition: .5s;
	position: absolute;
	left: 30px;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
}

.durotan-product-shortcode-3.single-product div.product .product-share:hover .socials {
	z-index: 1;
	pointer-events: auto;
}

.durotan-product-shortcode-3.single-product div.product .product-share:hover .durotan-social-links__link {
	opacity: 1;
}

.durotan-product-shortcode-3.single-product div.product .product-share:hover .sharing-icon {
	opacity: 0;
}

.durotan-product-shortcode-3.single-product div.product .product-button-wrapper {
	padding-bottom: 23px;
	border-bottom: 1px solid var(--durotan-border-input-color);
	margin-bottom: 34px;
	align-items: center;
}

.durotan-product-shortcode-3.single-product div.product .product-button-wrapper .single_add_to_cart_button {
	padding: 0 24px;
}

.durotan-product-shortcode-3.single-product div.product .product-button-wrapper .durotan-button + .product-share {
	border-left: 1px solid #cccccc;
	padding-left: 30px;
}

.durotan-product-shortcode-3.single-product div.product .woocommerce-product-details__short-description {
	margin-top: 31px;
	line-height: 1.875;
}

.durotan-product-shortcode-3.single-product div.product .woocommerce-product-details__short-description .read-more {
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	margin-top: 33px;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-sold,
.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-date {
	flex-direction: column;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-sold {
	border: none;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-sold .deal-sold-text {
	display: none;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-countdown,
.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-text,
.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-sold-text,
.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-progress {
	width: 100%;
	flex: 1;
	padding: 0;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-text {
	margin-bottom: 17px;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-countdown .timer {
	flex: auto;
	text-align: left;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-countdown .timer .digits {
	border: none;
	font-size: 48px;
	justify-content: flex-start;
}

.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-countdown .timer .divider {
	display: none;
}

.durotan-product-shortcode-3.single-product div.product .product_description {
	margin-top: 31px;
	line-height: 1.875;
}

.durotan-product-shortcode-3.single-product div.product .product_description > p {
	font-size: 16px;
}

.durotan-product-shortcode-3.single-product div.product .product_description .read-more {
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.durotan-product-shortcode-3.single-product div.product .product_description .read-more .durotan-svg-icon {
	font-size: 10px;
	margin-left: 6px;
}

.durotan-product-shortcode-3.single-product div.product .product_description .elementor-container {
	flex-wrap: wrap;
}

.durotan-product-shortcode-3.single-product div.product .product_description .elementor-element-populated {
	padding: 0;
}

.durotan-product-shortcode-3.single-product div.product .product_description [class*="elementor-col-"] {
	width: 100%;
	margin-bottom: 15px;
}

.durotan-product-shortcode-3.single-product div.product ul.flex-direction-nav a {
	width: auto;
	height: auto;
	margin-top: 0;
	top: 47%;
	transform: translateY(-47%);
}

.durotan-product-shortcode-3.durotan-swiper-carousel-elementor .durotan-swiper-button {
	width: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}

.durotan-product-shortcode-3.durotan-swiper-carousel-elementor .durotan-swiper-button {
	opacity: 0;
}

.durotan-product-shortcode-3.durotan-swiper-carousel-elementor .durotan-gallery-button-next {
	right: 0;
}

.durotan-product-shortcode-3.durotan-swiper-carousel-elementor .durotan-gallery-button-prev {
	left: 0;
}

.durotan-product-shortcode-3.durotan-swiper-carousel-elementor .linked-gallery-carousel:hover .durotan-swiper-button {
	opacity: 1;
}

.durotan-product-shortcode-4.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: auto;
	margin: 0 auto;
}

.durotan-product-shortcode-4.single-product div.product.layout-v5 {
	width: 100%;
	left: 0;
	margin-left: 0;
}

.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-button-wrapper .single_add_to_cart_button {
	background-color: var(--durotan-background-color-darker);
	border-color: transparent;
	color: var(--durotan-color-light);
	font-weight: 600;
}

.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-share .sharing-icon {
	display: none;
}

.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-share .durotan-social-links__icon {
	font-size: 16px;
}

.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-share .durotan-social-links__link {
	color: var(--durotan-color-gray);
}

.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-share .durotan-social-links__link:hover {
	color: var(--durotan-color-darker);
}

.durotan-product-shortcode-4.single-product div.product.layout-v5 .entry-summary .summary-price-box {
	margin-top: 25px;
}

.durotan-product-shortcode-4.single-product div.product.product-type-variable .summary form.cart {
	border: none;
	margin-top: 0;
	padding-top: 10px;
}

.durotan-product-shortcode-4.single-product div.product.product-type-variable .summary .product-button-wrapper {
	margin-top: 0;
}

.durotan-product-shortcode-4.single-product div.product .entry-summary .price {
	font-size: 30px;
	margin: 0;
}

.durotan-product-shortcode-4.single-product div.product .entry-summary .price del {
	font-size: 24px;
}

.durotan-product-shortcode-4.single-product div.product .entry-summary .price ins {
	color: #669900;
	margin-right: 17px;
}

.durotan-product-shortcode-4.single-product div.product .entry-summary .meta-cat {
	font-size: 16px;
	letter-spacing: 0.8px;
	margin-bottom: 16px;
}

.durotan-product-shortcode-4.single-product div.product .entry-summary .product_title {
	font-size: 48px;
	letter-spacing: -1.2px;
	margin-bottom: 23px;
}

.durotan-product-shortcode-4.single-product div.product .entry-summary .summary-price-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.durotan-product-shortcode-4.single-product div.product .entry-summary .durotan-badges {
	margin-left: 19px;
	background-color: #da5f39;
	color: var(--durotan-color-light);
	font-size: 12px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	padding: 2px 10px;
}

.durotan-product-shortcode-4.single-product div.product .inner-summary {
	padding: 67px 62px;
	border: 1px solid #dcdcdc;
}

.durotan-product-shortcode-4.single-product div.product .product-button-wrapper {
	border-top: none;
	margin-top: 0;
	padding-top: 15px;
}

.durotan-product-shortcode-4.single-product div.product .product-button-wrapper .durotan-button,
.durotan-product-shortcode-4.single-product div.product .product-button-wrapper .durotan-loop_button {
	color: var(--durotan-color-gray);
}

.durotan-product-shortcode-4.single-product div.product .product-button-wrapper .durotan-button .durotan-svg-icon,
.durotan-product-shortcode-4.single-product div.product .product-button-wrapper .durotan-loop_button .durotan-svg-icon {
	transition: 0.1s;
}

.durotan-product-shortcode-4.single-product div.product .product-button-wrapper .durotan-button:hover,
.durotan-product-shortcode-4.single-product div.product .product-button-wrapper .durotan-loop_button:hover {
	color: var(--durotan-color-darker);
}

.durotan-product-shortcode-4.single-product div.product .product-button-wrapper > * {
	margin-bottom: 36px;
}

.durotan-product-shortcode-4.single-product div.product .product_meta {
	border-top: none;
}

.durotan-product-shortcode-4.single-product div.product .product_meta .label {
	color: var(--durotan-color-darker);
	position: relative;
	min-width: auto;
	margin-right: 6px;
	text-transform: capitalize;
}

.durotan-product-shortcode-4.single-product div.product .product_meta .label::after {
	content: ":";
}

.durotan-product-shortcode-4.single-product div.product .product_meta > span {
	padding-left: 0;
	line-height: 30px;
}

.durotan-product-shortcode-4.single-product div.product .product_meta span {
	font-size: 16px;
}

.durotan-product-shortcode-4.single-product div.product .product_meta span > span,
.durotan-product-shortcode-4.single-product div.product .product_meta span > a {
	font-size: 16px;
	color: var(--durotan-color-gray);
	letter-spacing: .4px;
}

.durotan-product-shortcode-4.single-product div.product .product_meta span > span:hover,
.durotan-product-shortcode-4.single-product div.product .product_meta span > a:hover {
	color: var(--durotan-color-darker);
}

.durotan-product-shortcode-4.single-product div.product .durotan-product-deal {
	margin-top: 36px;
	margin-bottom: 17px;
}

.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-expire-text,
.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-sold-text {
	width: 27.5%;
	padding-right: 20px;
}

.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-expire-countdown,
.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-progress {
	width: 72.5%;
}

.durotan-product-shortcode-4.single-product div.product ul.flex-direction-nav a {
	width: auto;
	height: auto;
	margin-top: 0;
	transform: translate(0, -50%);
}

.durotan-product-shortcode-4 .durotan-swiper-container .durotan-gallery-button-next {
	right: 15%;
}

.durotan-product-shortcode-4 .durotan-swiper-container .durotan-gallery-button-prev {
	left: 15%;
}

.durotan-product-shortcode-4 .durotan-swiper-container:hover .durotan-gallery-button-next {
	right: calc(15% - 30px);
}

.durotan-product-shortcode-4 .durotan-swiper-container:hover .durotan-gallery-button-prev {
	left: calc(15% - 30px);
}

.durotan-product-category .category-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.durotan-product-category .category-list li {
	padding: 0 50px;
}

.durotan-product-category .category-list li:first-child {
	padding-left: 0;
}

.durotan-product-category .category-list li:last-child {
	padding-right: 0;
}

.durotan-product-category .category-list li a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #eaddc7;
	font-size: 16px;
}

.durotan-product-category .category-list li a:hover {
	color: #da5f39;
}

.durotan-product-category .category-list li .durotan-icon {
	font-size: 3em;
	margin-right: 1.375rem;
}

.durotan-product-category .category-list li .durotan-img {
	max-width: 3em;
	margin-right: 1.375rem;
	font-size: 16px;
	letter-spacing: 0.8px;
}

.durotan-product-carousel .durotan-product-carousel__title {
	margin-top: 0;
	margin-bottom: 56px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.durotan-product-carousel .heading-link {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--durotan-color-darker);
	letter-spacing: .9px;
	font-family: var(--durotan-font-main);
	margin-left: auto;
}

.durotan-product-carousel .products-content {
	position: relative;
}

.durotan-product-carousel ul.swiper-wrapper {
	flex-wrap: nowrap;
	margin: 0;
	box-sizing: border-box;
}

.durotan-product-carousel ul.swiper-wrapper li {
	clear: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.durotan-product-carousel ul.products li.product {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 80px;
}

.durotan-product-carousel ul.products li.product .product-thumbnail {
	margin-bottom: 33px;
}

.durotan-product-carousel ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px;
	line-height: 26px;
}

.durotan-product-carousel ul.products li.product .price {
	margin-top: 13px;
}

.durotan-product-carousel .durotan-swiper-button {
	font-size: 48px;
	color: #cccccc;
	transition: .4s;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	top: calc(50% - 41px);
	transform: translate(0, -50%);
}

.durotan-product-carousel .durotan-swiper-button:hover {
	color: var(--durotan-color-darker);
}

.durotan-product-carousel .durotan-swiper-button.durotan-swiper-button-prev {
	left: -132px;
}

.durotan-product-carousel .durotan-swiper-button.durotan-swiper-button-next {
	right: -132px;
}

.durotan-product-carousel .swiper-pagination {
	position: relative;
	margin-top: 20px;
}

.durotan-product-carousel .swiper-pagination .swiper-pagination-bullet {
	border: none;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	background-color: #cccccc;
	vertical-align: middle;
	opacity: 1;
}

.durotan-product-carousel .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: var(--durotan-background-color-primary);
}

.durotan-product-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	height: 8px;
	border-radius: 3px;
	background-color: var(--durotan-background-color-primary);
}

.durotan-icon-box-list__wrapper {
	opacity: 0;
}

.durotan-icon-box-list .durotan-icon {
	font-size: 48px;
	margin-right: 1.375rem;
	transition: 0.3s;
}

.durotan-icon-box-list .icon-box {
	position: relative;
	padding: 0;
	transition: 0.3s;
	display: flex;
	align-items: center;
}

.durotan-icon-box-list .icon-box:hover .durotan-icon,
.durotan-icon-box-list .icon-box:hover .icon-box__title {
	color: var(--durotan-color-primary);
}

.durotan-icon-box-list .icon-box__btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.durotan-icon-box-list .icon-box__title {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--durotan-font-main);
	transition: 0.3s;
}

.durotan-icon-box-list .swiper-pagination {
	position: absolute;
	width: 100%;
	margin-top: 0;
	bottom: -40px;
}

.durotan-icon-box-list .swiper-pagination .swiper-pagination-bullet {
	border: none;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	background-color: #cccccc;
	vertical-align: middle;
	opacity: 1;
}

.durotan-icon-box-list .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: var(--durotan-background-color-primary);
}

.durotan-icon-box-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	height: 8px;
	border-radius: 3px;
	background-color: var(--durotan-background-color-primary);
}

.durotan-icon-box-list .durotan-swiper-scrollbar {
	height: 3px;
}

.durotan-icon-box-list .durotan-swiper-scrollbar .swiper-scrollbar-drag {
	background-color: rgba(255, 255, 255, 0.2);
}

.durotan-product-grid .durotan-product-grid__title {
	margin-top: 0;
	margin-bottom: 66px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.durotan-product-grid .heading-link {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--durotan-color-darker);
	letter-spacing: .9px;
	font-family: var(--durotan-font-main);
	margin-left: auto;
	position: relative;
}

.durotan-product-grid .heading-link::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--durotan-color-darker);
	transition: .5s;
	opacity: 0;
}

.durotan-product-grid .heading-link:hover::after {
	opacity: 1;
	width: 100%;
}

@media (max-width: 1820px) {
	.durotan-product-carousel .durotan-swiper-button--out.durotan-swiper-button-prev,
	.durotan-products-group-tabs .durotan-swiper-button--out.durotan-swiper-button-prev {
		left: -63px;
	}
	.durotan-product-carousel .durotan-swiper-button--out.durotan-swiper-button-next,
	.durotan-products-group-tabs .durotan-swiper-button--out.durotan-swiper-button-next {
		right: -63px;
	}
}

@media (max-width: 1720px) {
	.durotan-product-carousel .durotan-swiper-button--out,
	.durotan-products-group-tabs .durotan-swiper-button--out {
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 20px;
	}
	.durotan-product-carousel .durotan-swiper-button--out.durotan-swiper-button-prev,
	.durotan-products-group-tabs .durotan-swiper-button--out.durotan-swiper-button-prev {
		left: 0;
	}
	.durotan-product-carousel .durotan-swiper-button--out.durotan-swiper-button-next,
	.durotan-products-group-tabs .durotan-swiper-button--out.durotan-swiper-button-next {
		right: 0;
	}
}

@media (max-width: 1500px) {
	.icon-box-horizontal .durotan-icons-box .icon-box {
		padding: 0 44px;
	}
	.durotan-twitter-carousel__arrow .durotan-swiper-button {
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 20px;
		z-index: 99;
	}
	.durotan-twitter-carousel__arrow .durotan-swiper-button-prev {
		left: 0;
	}
	.durotan-twitter-carousel__arrow .durotan-swiper-button-next {
		right: 0;
	}
}

@media (max-width: 1400px) {
	.description-layout__layout_2 .durotan-slide__description {
		left: 80px;
	}
}

@media (max-width: 1440px) and (min-width: 1200px) {
	.durotan-slider-product .durotan-sliders__inner {
		margin-top: 90px;
		padding-bottom: 30px;
		padding-left: 160px;
	}
	.durotan-slider-product .button-product-text-container {
		bottom: 30px;
	}
	.durotan-slider-product .button-product-text-container .button-product-text {
		font-size: 26px;
	}
	.durotan-slider-product .durotan-slide__fraction--style-2 {
		bottom: 30px;
	}
	.durotan-slide__product {
		padding: 30px 40px;
	}
	.durotan-slide__product .woocommerce-loop-product__title {
		font-size: 40px;
		line-height: 32px;
	}
	.durotan-slide__product .price-sumary {
		margin-bottom: 19px;
	}
	.durotan-slide__product .product_meta {
		padding-bottom: 24px;
	}
	.durotan-slide__product .product-button {
		margin-top: 30px;
	}
}

@media (max-width: 1440px) and (min-width: 992px) {
	.durotan-product-shortcode-4.single-product div.product .durotan-product-deal {
		margin-top: 36px;
		margin-bottom: 17px;
	}
	.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-expire-text,
	.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-expire-countdown {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 1440px) and (min-width: 767px) {
	.durotan-slide__fraction--style-1 {
		display: none;
	}
}

@media (max-width: 1250px) {
	.description-layout__layout_2 .durotan-slide__description {
		left: 130px;
	}
}

@media (min-width: 1200px) {
	.durotan-product-shortcode-2.single-product div.product .deal-expire-date {
		flex-direction: column;
	}
	.durotan-product-shortcode-2.single-product div.product .deal-expire-date .deal-expire-countdown,
	.durotan-product-shortcode-2.single-product div.product .deal-expire-date .deal-expire-text {
		width: 100%;
		flex: 1;
		padding: 0;
	}
	.durotan-product-shortcode-3.single-product div.product.layout-v6 .entry-summary {
		background-color: transparent;
		padding-left: 130px;
		padding-right: 0;
	}
}

@media (max-width: 1550px) {
	.durotan-product-shortcode-3.single-product div.product.layout-v6 .entry-summary {
		padding-left: 20px;
	}
	.durotan-product-shortcode-3.single-product div.product .product-button-wrapper .durotan-button + .product-share {
		padding-left: 15px;
	}
}

@media (max-width: 1199px) {
	.durotan-map > * {
		height: 400px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box {
		padding: 0 24px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box__description br {
		display: none;
	}
	.durotan-newsletter-2 {
		padding: 60px 40px;
	}
	.durotan-product-category .category-list li {
		padding: 0 15px;
	}
	.durotan-product-carousel .durotan-swiper-button--out,
	.durotan-products-group-tabs .durotan-swiper-button--out {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
}

@media (max-width: 1250px) {
	.description-layout__layout_2 .durotan-slide__description {
		left: 50px;
	}
	.durotan-slider-product .durotan-sliders__inner {
		justify-content: flex-end;
	}
	.durotan-slider-product .durotan-slide__content {
		display: none;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.durotan-product-shortcode-4.single-product div.product .inner-summary {
		padding: 25px 20px;
	}
	.durotan-product-shortcode-4.single-product div.product .entry-summary .product_title {
		font-size: 36px;
	}
	.durotan-slide__product .single-product div.product .durotan-product-deal .deal-expire-text,
	.durotan-slide__product .single-product div.product .durotan-product-deal .deal-sold-text {
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.durotan-swiper-carousel-elementor.navigation-dots .durotan-swiper-button, .durotan-swiper-carousel-elementor.navigation-none .durotan-swiper-button {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-dots .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-arrows .swiper-pagination, .durotan-swiper-carousel-elementor.navigation-none .swiper-pagination {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-arrows .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-scrollbar .durotan-swiper-button, .durotan-swiper-carousel-elementor.navigation-none .durotan-swiper-button {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-scrollbar .swiper-pagination, .durotan-swiper-carousel-elementor.navigation-none .swiper-pagination {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-dots-arrows .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-none .swiper-scrollbar {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.elementor-widget-durotan-slides2 .durotan-slider-carousel #pp-nav {
		left: 0;
	}
	.durotan-banner {
		padding: 25px 20px;
	}
	.durotan-banner__heading {
		font-size: 40px;
		line-height: 40px;
	}
	.durotan-banner__description {
		margin-bottom: 40px;
	}
	.durotan-banner__content .button-text {
		padding: 0 29px;
		font-size: 16px;
		line-height: 50px;
	}
	.durotan-video-banner__video {
		height: 550px;
	}
	.durotan-video-banner__content {
		padding-top: 0;
	}
	.durotan-video-banner__text {
		font-size: 24px;
		line-height: 40px;
	}
	.durotan-video-banner__button--text {
		font-size: 16px;
	}
	.durotan-twitter-carousel__heading-arrow {
		display: block;
		margin-bottom: 30px;
	}
	.durotan-twitter-carousel__arrow {
		display: none;
	}
	.durotan-image-box__content {
		padding: 25px 20px;
	}
	.durotan-image-box__before-heading {
		margin-bottom: 15px;
	}
	.durotan-image-box__description {
		margin-bottom: 35px;
	}
	.durotan-image-box__heading {
		font-size: 36px;
		line-height: 40px;
	}
	.durotan-newsletter-2 {
		padding: 30px 30px;
		height: 299px;
	}
	.durotan-newsletter-2__heading {
		font-size: 38px;
		line-height: 48px;
	}
	.durotan-instagram-carousel__header {
		margin-bottom: 30px;
	}
	.durotan-instagram-carousel__heading {
		font-size: 38px;
	}
	.durotan-instagram-carousel .durotan-instagram-carousel__pagination {
		margin-top: 48px;
	}
	.durotan-twitter-carousel-2__text {
		font-size: 24px;
	}
	.durotan-icon-box-list .icon-box {
		padding: 0 5px;
	}
	.durotan-icon-box-list .durotan-icon {
		font-size: 36px;
		margin-right: 1rem;
	}
	.durotan-icon-box-list .icon-box__title {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.icon-box-horizontal .durotan-icons-box .icon-box {
		padding: 0 0 0 10px;
	}
	.icon-box-horizontal .durotan-icons-box .durotan-icon {
		font-size: 36px;
		margin-right: 23px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box__title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box__description {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.durotan-swiper-carousel-elementor.navigation-tablet-dots .durotan-swiper-button, .durotan-swiper-carousel-elementor.navigation-tablet-none .durotan-swiper-button {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-tablet-dots .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-tablet-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-tablet-arrows .swiper-pagination, .durotan-swiper-carousel-elementor.navigation-tablet-none .swiper-pagination {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-tablet-arrows .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-tablet-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-tablet-scrollbar .durotan-swiper-button, .durotan-swiper-carousel-elementor.navigation-tablet-none .durotan-swiper-button {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-tablet-scrollbar .swiper-pagination, .durotan-swiper-carousel-elementor.navigation-tablet-none .swiper-pagination {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-tablet-dots-arrows .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-tablet-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-image-box-2__text {
		font-size: 18px;
	}
}

@media (max-width: 1024px) and (max-height: 1023px) and (min-height: 600px) {
	.durotan-slider-product .durotan-sliders__inner {
		margin-top: 70px;
	}
	.durotan-slider-product .button-product-text-container {
		text-align: left;
	}
	.durotan-slider-product .button-product-text-container .button-product-text {
		margin-left: 10%;
	}
}

@media (max-width: 1440px) and (min-width: 1200px) and (max-height: 1023px) and (min-height: 600px) {
	.durotan-slider-product .button-product-text-container {
		text-align: right;
	}
	.durotan-slider-product .button-product-text-container .button-product-text {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.durotan-product-shortcode.single-product div.product {
		display: flex;
		flex-wrap: wrap;
	}
	.durotan-product-shortcode.single-product div.product .woocommerce-product-gallery,
	.durotan-product-shortcode.single-product div.product .entry-summary {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary {
		padding-left: calc( 8.333333% - 17px);
	}
	.durotan-product-shortcode-2.single-product div.product .entry-summary {
		padding-right: calc((100% - 1170px) / 2);
		padding-bottom: 133px;
	}
	.durotan-product-shortcode-4.single-product div.product .woocommerce-product-gallery {
		width: 52.902778%;
	}
	.durotan-product-shortcode-4.single-product div.product .entry-summary {
		width: 44.097222%;
	}
	.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-expire-countdown {
		justify-content: space-between;
	}
}

@media (max-width: 991px) {
	.durotan-slide__content {
		margin-right: 0;
	}
	.elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination {
		bottom: 50px;
	}
	.durotan-slide__arrow--icon-1 {
		display: none;
	}
	.description-layout__layout_2 .durotan-slide__description {
		position: static;
		text-align: inherit;
	}
	.durotan-slide__arrow--icon-2 {
		bottom: 15px;
	}
	.durotan-newsletter-2__heading {
		font-size: 30px;
		line-height: 40px;
	}
	.durotan-newsletter-2__before-heading {
		margin-bottom: 10px;
	}
	.durotan-newsletter-2__description {
		font-size: 16px;
	}
	.durotan-product-carousel .durotan-swiper-button--out {
		display: none !important;
	}
	.durotan-products-group-tabs .durotan-swiper-button--out {
		display: none !important;
	}
	.durotan-product-shortcode.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized {
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: 25px;
		height: auto;
	}
	.durotan-product-shortcode.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .flex-control-thumbs {
		flex-direction: row;
		height: auto;
	}
	.durotan-product-shortcode.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .flex-control-thumbs .swiper-slide {
		margin: 0 10px;
		border-radius: 0;
		background: transparent;
		width: auto !important;
		height: auto !important;
	}
	.durotan-product-shortcode.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .flex-control-thumbs .swiper-slide span {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		transition: 0.4s;
		background-color: #cccccc;
	}
	.durotan-product-shortcode.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .flex-control-thumbs .swiper-slide .flex-active ~ span {
		width: 36px;
		border-radius: 3px;
		background-color: var(--durotan-background-color-primary);
	}
	.durotan-product-shortcode-2.single-product div.product .entry-summary {
		padding-bottom: 20px;
	}
	.durotan-product-shortcode-3.single-product div.product.layout-v6 .woocommerce-product-gallery .flex-control-nav:not(.swiper-wrapper) {
		left: 0;
		bottom: 0;
		right: auto;
		top: auto;
		position: static;
		margin: 35px auto;
		text-align: center;
	}
	.durotan-product-shortcode-4.single-product div.product.layout-v5 .durotan-swiper-container {
		position: static;
	}
	.durotan-product-shortcode-4.single-product div.product.layout-v5 .woocommerce-product-gallery .flex-control-thumbs {
		left: 0;
		bottom: 0;
		right: auto;
		top: auto;
		flex-direction: row;
		position: static;
		margin: 35px auto;
	}
}

@media (max-width: 768px) {
	.durotan-sliders__inner {
		left: 0;
	}
	.durotan-slide__tag {
		left: -16px;
	}
	.durotan-slider-product .durotan-sliders__inner {
		padding-left: 15px;
		flex-direction: column;
		margin-top: 0;
		align-items: center;
		justify-content: center;
		padding-bottom: 0;
	}
	.durotan-slider-product .durotan-slide__content {
		order: 2;
	}
	.durotan-slider-product .durotan-slide__content--product {
		order: 1;
		height: auto;
	}
	.durotan-slider-product .durotan-slide__heading {
		font-size: 14px;
	}
	.durotan-slider-product .durotan-slide__description {
		font-size: 16px;
	}
	.durotan-slider-product .durotan-slide__product {
		margin-bottom: 30px;
		padding: 20px;
	}
	.durotan-slider-product .durotan-slide__product .product-tag {
		font-size: 14px;
		line-height: 24px;
	}
	.durotan-slider-product .durotan-slide__product .woocommerce-loop-product__title {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 9px;
	}
	.durotan-slider-product .durotan-slide__product .product-price,
	.durotan-slider-product .durotan-slide__product .price {
		margin-bottom: 10px;
	}
	.durotan-slider-product .durotan-slide__product .product-price span,
	.durotan-slider-product .durotan-slide__product .price span {
		font-size: 20px;
	}
	.durotan-slider-product .durotan-slide__product .product-price del span,
	.durotan-slider-product .durotan-slide__product .price del span {
		font-size: 14px;
	}
	.durotan-slider-product .durotan-slide__product .product-price .discount,
	.durotan-slider-product .durotan-slide__product .price .discount {
		margin-left: 20px;
		font-size: 12px;
	}
	.durotan-slider-product .durotan-slide__product .product_meta {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.durotan-slider-product .durotan-slide__product .product_meta .meta_wrapper {
		font-size: 14px;
	}
	.durotan-slider-product .durotan-slide__product .product_meta .meta_wrapper a {
		font-size: 14px;
	}
	.durotan-slider-product .durotan-slide__product .deal-expire-text,
	.durotan-slider-product .durotan-slide__product .deal-sold-text {
		display: none;
	}
	.durotan-slider-product .durotan-slide__product .product-button-wrapper .single_add_to_cart_button {
		line-height: 40px;
		font-size: 14px;
	}
	.durotan-slider-product .durotan-slide__product .product-button {
		margin-top: 20px;
	}
	.durotan-slider-product .durotan-slide__product div.product-type-simple .quantity .qty-box,
	.durotan-slider-product .durotan-slide__product div.product-type-variable .quantity .qty-box {
		height: 42px;
	}
	.durotan-slider-product .durotan-slide__product div.product-type-grouped .qty-label {
		display: none;
	}
	.durotan-slider-product .durotan-slide__product div.product-type-grouped .woocommerce_grouped_product__total {
		margin-bottom: 20px;
	}
	.durotan-slider-product .durotan-slide__product div.product-type-grouped .woocommerce_grouped_product__total span.label {
		font-size: 14px;
	}
	.durotan-slider-product .durotan-slide__product div.product-type-grouped .woocommerce_grouped_product__total span.amount {
		font-size: 20px;
	}
	.durotan-slider-product .button-product-text-container {
		bottom: 30px;
	}
	.durotan-slider-product .button-product-text-container .button-product-text {
		font-size: 20px;
	}
	.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav {
		left: auto !important;
		right: 15px;
		width: auto;
	}
	.durotan-slider-product .durotan-slide__fraction--style-2 {
		display: none;
	}
	.durotan-twitter-carousel-item {
		padding: 30px 20px;
	}
	.durotan-twitter-carousel-item__header {
		padding-right: 0;
	}
	.durotan-twitter-carousel-item__content {
		font-size: 26px;
		line-height: 35px;
	}
	.durotan-newsletter-2 {
		height: auto;
	}
	.durotan-newsletter-2__before-heading {
		margin-bottom: 10px;
	}
	.durotan-newsletter-2__heading {
		font-size: 28px;
		line-height: 38px;
	}
	.durotan-newsletter-2__description {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.durotan-newsletter-2__text {
		font-size: 14px;
		line-height: 20px;
	}
	.durotan-newsletter-2 form .durotan-svg-icon {
		font-size: 18px;
	}
	.durotan-newsletter-2 .mc4wp-form input[type="text"],
	.durotan-newsletter-2 .mc4wp-form input[type="email"] {
		font-size: 14px;
	}
	.durotan-newsletter-2 .mc4wp-form input[type="submit"],
	.durotan-newsletter-2 .mc4wp-form button {
		font-size: 12px;
	}
	.durotan-product-shortcode .durotan-product-shortcode__subtitle {
		margin-bottom: 60px;
	}
	.durotan-product-shortcode .durotan-product-shortcode__title,
	.durotan-product-shortcode-2 .durotan-product-shortcode__title,
	.durotan-product-shortcode-3 .durotan-product-shortcode__title {
		font-size: 36px;
	}
	.durotan-product-shortcode-4.single-product div.product .inner-summary {
		padding: 25px 20px;
	}
	.durotan-product-shortcode-4.single-product div.product .entry-summary .product_title {
		font-size: 36px;
	}
	.durotan-product-grid .durotan-product-grid__title {
		font-size: 36px;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.durotan-product-grid .heading-link {
		font-size: 14px;
	}
	.durotan-posts-carousel__heading {
		padding-bottom: 50px;
	}
	.durotan-posts-carousel__heading .durotan-heading__title {
		font-size: 36px;
		margin-bottom: 16px;
	}
	.durotan-posts-carousel__heading .durotan-heading__desc {
		font-size: 14px;
	}
	.durotan-posts-carousel__heading .durotan-button.button-link {
		font-size: 13px;
	}
	.durotan-posts-carousel__heading .durotan-heading__button {
		text-align: right;
	}
	.durotan-instagram-carousel__heading {
		font-size: 28px;
	}
	.durotan-instagram-carousel__text {
		font-size: 14px;
	}
	.durotan-instagram-carousel .durotan-instagram-carousel__pagination {
		margin-top: 38px;
	}
	.durotan-twitter-carousel-2__icon {
		margin-bottom: 0;
	}
	.durotan-twitter-carousel-2__icon .durotan-svg-icon {
		font-size: 40px;
	}
	.durotan-twitter-carousel-2__text {
		font-size: 18px;
	}
	.durotan-twitter-carousel-2__after-text {
		font-size: 12px;
	}
	.durotan-image-parallax__text {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.durotan-sliders-bg-wrapper,
	.durotan-sliders__bg {
		height: 555px;
	}
	.durotan-sliders__inner {
		margin-top: 90px;
	}
	.durotan-slide__heading {
		font-size: 48px;
		line-height: 54px;
		margin-bottom: 20px;
	}
	.durotan-slide__before-heading {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.durotan-slide__after-heading {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.durotan-slide__description {
		font-size: 14px;
		line-height: 24px;
	}
	.durotan-slide__price-text {
		font-size: 12px;
	}
	ins.durotan-slide__price-number {
		font-size: 30px;
	}
	del.durotan-slide__price-number {
		font-size: 16px;
	}
	.durotan-slide-button {
		margin-top: 65px;
	}
	.durotan-slide-button .button-text {
		font-size: 13px;
		line-height: 42px;
		padding: 0 28px;
	}
	.elementor-widget-durotan-slides.sliders-dot-position__left .durotan-slider-carousel .durotan-slide__pagination,
	.durotan-slide__play-video {
		display: none;
	}
	.elementor-widget-durotan-slides2.sliders-dot-position__left .durotan-slider-carousel #pp-nav {
		bottom: 20px;
		top: auto;
		left: 0;
		right: 0;
		justify-content: center;
	}
	.elementor-widget-durotan-slides2.sliders-dot-position__left .durotan-slider-carousel #pp-nav ul {
		flex-direction: row;
	}
	.elementor-widget-durotan-slides2 .durotan-slide__arrow {
		display: none;
	}
	.durotan-slide__arrow {
		bottom: 40px;
	}
	.durotan-slide__arrow-button {
		font-size: 12px;
	}
	.durotan-slide__arrow-button--prev {
		padding-right: 15px;
		margin-right: 10px;
	}
	.durotan-slide__arrow-button--prev:before {
		height: 12px;
	}
	.durotan-slide__tag {
		display: none;
	}
	.durotan-slide__fraction {
		display: none;
	}
	.elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination {
		justify-content: flex-start;
	}
	.durotan-banner-shoppable {
		height: 555px;
	}
	.durotan-banner-shoppable__before-heading {
		font-size: 14px;
		line-height: 40px;
	}
	.durotan-banner-shoppable__heading {
		font-size: 50px;
		line-height: 50px;
	}
	.durotan-banner-shoppable__description {
		font-size: 16px;
		margin-bottom: 80px;
	}
	.durotan-countdown-banner {
		padding-top: 54px;
	}
	.durotan-countdown-banner .durotan-countdown-banner__heading {
		font-size: 52px;
		line-height: 60px;
	}
	.icon-box-horizontal .durotan-icons-box__wrapper {
		overflow: hidden;
		overflow-x: scroll;
		flex: 1;
		flex-wrap: nowrap;
		padding-bottom: 39px;
		scrollbar-color: #000000 #e6e6e6;
		scrollbar-width: thin;
	}
	.icon-box-horizontal .durotan-icons-box__wrapper::-webkit-scrollbar {
		height: 2px;
	}
	.icon-box-horizontal .durotan-icons-box__wrapper::-webkit-scrollbar-track {
		background-color: #e6e6e6;
	}
	.icon-box-horizontal .durotan-icons-box__wrapper::-webkit-scrollbar-thumb {
		background-color: #000000;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box {
		padding: 0 40px 0 66px;
		flex: 1;
	}
	.icon-box-horizontal .durotan-icons-box .durotan-icon {
		font-size: 26px;
		margin-right: 23px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box__title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box__description {
		font-size: 12px;
		line-height: 18px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box__content {
		min-width: 182px;
	}
	.durotan-swiper-carousel-elementor.navigation-mobile-dots .durotan-swiper-button, .durotan-swiper-carousel-elementor.navigation-mobile-none .durotan-swiper-button {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-mobile-dots .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-mobile-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-mobile-arrows .swiper-pagination, .durotan-swiper-carousel-elementor.navigation-mobile-none .swiper-pagination {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-mobile-arrows .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-mobile-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-mobile-scrollbar .durotan-swiper-button, .durotan-swiper-carousel-elementor.navigation-mobile-none .durotan-swiper-button {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-mobile-scrollbar .swiper-pagination, .durotan-swiper-carousel-elementor.navigation-mobile-none .swiper-pagination {
		display: none !important;
	}
	.durotan-swiper-carousel-elementor.navigation-mobile-dots-arrows .swiper-scrollbar, .durotan-swiper-carousel-elementor.navigation-mobile-none .swiper-scrollbar {
		display: none !important;
	}
	.durotan-product-shortcode .durotan-product-shortcode__title,
	.durotan-product-shortcode-2 .durotan-product-shortcode__title,
	.durotan-product-shortcode-3 .durotan-product-shortcode__title {
		font-size: 36px;
	}
	.durotan-instagram-grid {
		overflow: hidden;
		overflow-x: scroll;
		padding-bottom: 41px;
		scrollbar-color: var(--durotan-color-primary) #eeeeee;
		scrollbar-width: thin;
	}
	.durotan-instagram-grid::-webkit-scrollbar {
		height: 2px;
	}
	.durotan-instagram-grid::-webkit-scrollbar-track {
		background-color: #eeeeee;
	}
	.durotan-instagram-grid::-webkit-scrollbar-thumb {
		background-color: var(--durotan-color-primary);
	}
	.durotan-instagram-grid ul {
		flex-wrap: nowrap;
	}
	.durotan-instagram-grid li {
		flex: 0 0 121px;
		width: 121px !important;
		height: 121px;
	}
	.durotan-posts-not-carousel .list-posts__inner {
		flex-direction: column;
	}
	.durotan-posts-not-carousel .list-posts__inner .swiper-slide {
		width: 100%;
		margin-bottom: 33px;
	}
	.durotan-posts-not-carousel .list-posts__inner .swiper-slide:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 550px) {
	.durotan-countdown-banner__countdown .timer,
	.durotan-countdown .timer {
		padding: 0 22px;
		min-width: 85px;
	}
	.durotan-countdown-banner__countdown .digits,
	.durotan-countdown .digits {
		font-size: 48px;
	}
	.durotan-countdown-banner__countdown .text,
	.durotan-countdown .text {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-thumbnail {
		margin-bottom: 30px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-meta {
		font-size: 11px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-summary .post-title {
		font-size: 18px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-date {
		padding-right: 30px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-date span {
		font-size: 11px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-1 .post-date span.day {
		font-size: 48px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary {
		padding: 33px 55px 25px 33px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary .post-meta,
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary .btn-read-more {
		font-size: 11px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary .post-title {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 8px;
		margin-bottom: 28px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary p {
		font-size: 12px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary {
		padding-right: 0;
	}
	.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-meta {
		font-size: 11px;
	}
	.durotan-posts-carousel .blog-wrapper.layout-3 .post-summary .post-title {
		font-size: 20px;
	}
	.durotan-slide__image-swatches-text {
		margin-bottom: 15px;
	}
	.durotan-slide__image-swatches-link img {
		width: 50px;
		height: 61px;
	}
}

@media (max-width: 480px) {
	.icon-box-vertical .durotan-icons-box .icon-box {
		align-items: flex-start;
		padding-bottom: 53px;
	}
	.icon-box-vertical .durotan-icons-box .durotan-icon {
		margin-right: 25px;
		font-size: 40px;
	}
	.icon-box-vertical .durotan-icons-box .icon-box__title {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 14px;
	}
	.icon-box-vertical .durotan-icons-box .icon-box__description {
		font-size: 14px;
		line-height: 24px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box {
		padding-left: 0;
	}
	.icon-box-horizontal .durotan-icons-box .durotan-icon {
		margin-right: 25px;
	}
	.icon-box-horizontal .durotan-icons-box .icon-box__title {
		font-size: 20px;
	}
	.durotan-slide__content {
		max-width: 100%;
	}
	.durotan-slider-product .durotan-slide__content,
	.durotan-slider-product .button-product-text-container {
		display: none;
	}
	.durotan-slider-product .durotan-slide__content--product {
		width: 100%;
	}
	.durotan-slider-product .durotan-slide__product {
		width: 100%;
	}
	.durotan-slide__product .product-button .product-button__wishlist {
		padding-right: 10px;
		font-size: 12px;
	}
	.durotan-slide__product .product-button .product-button__wishlist .durotan-svg-icon {
		font-size: 14px;
	}
	.durotan-slide__product .product-button .product-button__share {
		padding-left: 10px;
	}
	.elementor-widget-durotan-slides .durotan-slider-carousel .durotan-slide__pagination {
		left: 0;
	}
	.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav {
		left: 0 !important;
		right: 0;
		top: auto;
		bottom: 30px;
		justify-content: center;
	}
	.elementor-widget-durotan-slider-product .durotan-slider-product #pp-nav ul {
		flex-direction: row;
	}
	.durotan-hotspot__point .durotan-hotspot__item {
		width: 310px;
		height: 135px;
	}
	.durotan-hotspot__point .durotan-hotspot__content {
		padding: 10px;
	}
	.durotan-hotspot__point .durotan-hotspot__heading {
		font-size: 16px;
		line-height: 20px;
		display: block;
		box-shadow: none;
	}
	.durotan-hotspot__point .durotan-hotspot__price-number {
		font-size: 16px;
	}
	.durotan-hotspot__point del.durotan-hotspot__price-number {
		font-size: 14px;
	}
	.durotan-hotspot__point .durotan-hotspot__button {
		bottom: 10px;
	}
	.durotan-hotspot__point .durotan-hotspot__button .durotan-hotspot__button-icon {
		font-size: 14px;
	}
	.durotan-hotspot__point .durotan-hotspot__button .durotan-hotspot__button-text {
		font-size: 12px;
	}
	.durotan-hotspot__point .durotan-hotspot__button-close {
		padding-right: 10px;
		padding-top: 10px;
	}
	.durotan-hotspot__point .durotan-hotspot__button-close .durotan-svg-icon {
		font-size: 14px;
	}
	.durotan-banner {
		padding: 30px 15px;
	}
	.durotan-banner__heading {
		font-size: 60px;
		line-height: 60px;
	}
	.durotan-banner__description {
		margin-bottom: 50px;
	}
	.durotan-countdown-banner {
		padding-top: 70px;
		height: 649px;
	}
	.durotan-countdown-banner .durotan-countdown-banner__before-heading {
		font-size: 14px;
		line-height: 30px;
	}
	.durotan-countdown-banner .durotan-countdown-banner__heading {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.durotan-countdown-banner .durotan-countdown-banner__countdown {
		margin-bottom: 44px;
	}
	.durotan-countdown-banner .durotan-countdown-banner__button {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 40px;
		padding: 0 25.5px;
	}
	.durotan-countdown-banner .durotan-countdown-banner__description span {
		display: table;
		margin: 10px auto;
	}
	.durotan-video-banner__video {
		height: 350px;
	}
	.durotan-video-banner__text {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 30px;
		display: none;
	}
	.durotan-video-banner__button {
		margin-top: 130px;
	}
	.elementor .durotan-twitter-carousel__avatar {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.durotan-twitter-carousel__heading {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.durotan-twitter-carousel__heading-arrow .durotan-twitter-carousel__heading {
		font-size: 26px;
	}
	.durotan-video-banner__button--text {
		font-size: 12px;
	}
	.durotan-twitter-carousel__name {
		font-size: 16px;
	}
	.durotan-twitter-carousel__details {
		font-size: 14px;
	}
	.durotan-twitter-carousel-item__header--icon .durotan-svg-icon {
		font-size: 26px;
		color: #999999;
	}
	.durotan-twitter-carousel-item__content {
		font-size: 16px;
	}
	.durotan-image-box {
		display: block;
	}
	.durotan-newsletter-2 {
		display: block;
		padding: 30px 20px;
	}
	.durotan-newsletter-2__heading {
		margin-bottom: 20px;
	}
	.durotan-newsletter-2__description {
		margin-bottom: 20px;
	}
	.durotan-instagram-carousel__header {
		display: block;
	}
	.durotan-twitter-carousel-2__text {
		font-size: 16px;
		line-height: 30px;
	}
	.durotan-twitter-carousel-2__after-text span {
		margin: 0 10px;
	}
	.durotan-image-parallax {
		height: 450px;
		padding-top: 73px;
	}
	.durotan-image-parallax__text {
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 50px;
	}
	.durotan-image-parallax__title {
		font-size: 16px;
	}
	.durotan-product-shortcode .durotan-product-shortcode__title {
		font-size: 26px;
	}
	.durotan-product-shortcode .durotan-product-shortcode__subtitle {
		font-size: 13px;
		margin-bottom: 60px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .durotan-attr-value {
		font-size: 11px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations tr td {
		padding-bottom: 10px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations tr td.label {
		font-size: 11px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .tawcvs-swatches .swatch-image,
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .tawcvs-swatches .swatch-label {
		min-width: 38px;
		min-height: 38px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .tawcvs-swatches .swatch-label {
		font-size: 12px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .tawcvs-swatches .swatch-label.square {
		padding: 10px 15px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .tawcvs-swatches .swatch-image.square {
		min-height: 38px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .tawcvs-swatches .swatch-color {
		width: 20px;
		height: 20px;
	}
	.durotan-product-shortcode.single-product div.product.product-type-variable .summary .variations .tawcvs-swatches .swatch-color::before {
		width: 28px;
		height: 28px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .product_title {
		font-size: 22px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .price {
		font-size: 16px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .price del {
		font-size: 14px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity .qty-box {
		max-width: 110px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .quantity .qty {
		line-height: 38px;
		font-size: 12px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .product-button-wrapper .single_add_to_cart_button {
		line-height: 40px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .woocommerce-product-details__short-description {
		font-size: 12px;
		line-height: 1.666666;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .product-share .sharing-icon {
		font-size: 12px;
	}
	.durotan-product-shortcode.single-product div.product .entry-summary .product-share .durotan-social-links__icon {
		font-size: 14px;
	}
	.durotan-product-shortcode-2 .durotan-product-shortcode__title {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.durotan-product-shortcode-3.single-product div.product .durotan-product-deal .deal-expire-countdown .timer .digits {
		font-size: 36px;
	}
	.durotan-product-shortcode-3.single-product div.product .product-button-wrapper .durotan-button.show-wishlist-title {
		padding-right: 20px;
	}
	.durotan-product-shortcode-3.single-product div.product .product-share .sharing-icon {
		font-size: 11px;
	}
	.durotan-product-carousel .durotan-product-carousel__title {
		font-size: 26px;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.durotan-product-carousel .durotan-button.heading-link {
		margin-left: auto;
	}
	.durotan-product-grid .durotan-product-grid__title {
		font-size: 26px;
	}
	.durotan-products-group-tabs .durotan-tabs-button .durotan-button {
		display: block;
		padding: 0;
		margin: 0;
	}
	.durotan-products-group-tabs .durotan-tabs-button .durotan-button + .durotan-button {
		margin-left: 0;
		margin-top: 15px;
	}
	.durotan-posts-carousel__heading .durotan-heading__title {
		font-size: 26px;
	}
	.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-button-wrapper {
		margin-top: 0;
		padding-top: 0;
	}
	.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-button-wrapper .durotan-button + .product-share {
		border-left: 1px solid #cccccc;
		padding-left: 15px;
	}
	.durotan-product-shortcode-4.single-product div.product.layout-v5 .product-button-wrapper .product-share {
		flex: auto;
		margin: 3px 0;
	}
	.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-expire-text,
	.durotan-product-shortcode-4.single-product div.product .durotan-product-deal .deal-expire-countdown {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 450px) {
	.durotan-newsletter form {
		max-width: calc(100% - 30px);
	}
}

@media (max-width: 400px) {
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary {
		padding: 20px 30px 20px 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary .post-title,
	.durotan-posts-carousel .blog-wrapper.layout-2 .post-summary p {
		margin: 0;
	}
}

@media (max-width: 380px) {
	.durotan-countdown-banner__countdown .timer,
	.durotan-countdown .timer {
		padding: 0 12px;
	}
	.durotan-slide-button {
		margin-top: 35px;
	}
	.durotan-slide__arrow--icon-2 .durotan-slide__arrow-icon--prev {
		right: 155px;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	height: 100%;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul ul {
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	padding: 20px 0;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -1px;
	background-color: transparent;
	z-index: -1;
}

.main-navigation li a {
	position: relative;
}

.main-navigation li a .durotan-badges-text {
	position: absolute;
	left: calc( 100% + 10px);
	top: 0;
	font-size: 11px;
	text-transform: uppercase;
}

.main-navigation li li {
	padding: 0 40px;
}

.main-navigation li li ul {
	left: 100%;
	top: -20px;
	transform: translateX(10px);
}

.main-navigation li li ul:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	left: -3px;
	top: 0;
}

.main-navigation li li a {
	font-size: 18px;
	color: #000;
}

.main-navigation li li a:hover {
	color: var(--durotan-header-text-hover-color);
}

.main-navigation li li:hover ul {
	transform: translateX(0);
}

.main-navigation li.menu-item-has-children > ul {
	transform: translateY(20px);
	transition: transform 0.3s, opacity 0.3s;
	visibility: hidden;
}

.main-navigation li.menu-item-has-children:hover > ul {
	opacity: 1;
	transform: translateY(0);
	z-index: 1000;
	visibility: inherit;
}

.main-navigation .menu-item {
	position: relative;
}

.main-navigation ul.menu {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 -35px;
}

.main-navigation ul.menu > li {
	display: flex;
	align-items: center;
}

.main-navigation ul.menu > li > a {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 34px;
	letter-spacing: 0.7px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 100;
}

.main-navigation ul.menu > li:hover > a, .main-navigation ul.menu > li.current-menu-item > a {
	color: var(--durotan-header-text-hover-color);
}

.main-navigation ul.menu > li.menu-item {
	height: 100%;
}

.main-navigation .is-mega-menu {
	position: relative;
}

.main-navigation .is-mega-menu.mega-fullwidth {
	position: static;
}

.main-navigation .is-mega-menu.mega-fullwidth > .dropdown-submenu {
	width: 100%;
}

.main-navigation .is-mega-menu.align-left .dropdown-submenu {
	left: -80%;
	right: auto;
}

.main-navigation .is-mega-menu.align-center .dropdown-submenu {
	left: 50%;
	transform: translate(-50%, 20px);
}

.main-navigation .is-mega-menu.align-center:hover .dropdown-submenu {
	transform: translate(-50%, 0);
}

.main-navigation .is-mega-menu.align-right .dropdown-submenu {
	right: 0;
	left: auto;
}

.main-navigation .is-mega-menu .dropdown-submenu {
	padding: 70px;
	white-space: normal;
}

.main-navigation .is-mega-menu .dropdown-submenu::before {
	display: none;
}

.main-navigation .is-mega-menu .dropdown-submenu .mega-menu__container {
	padding: 0;
}

.main-navigation .is-mega-menu .mega-menu-content {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.main-navigation .is-mega-menu .menu-item-mega {
	position: relative;
}

.main-navigation .is-mega-menu .menu-item-mega > a,
.main-navigation .is-mega-menu .menu-item-mega a.is-label {
	color: var(--durotan-color-lighter);
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 18px;
	display: block;
	white-space: nowrap;
}

.main-navigation .is-mega-menu .menu-item-mega a.is-label {
	margin-top: 72px;
}

.main-navigation .is-mega-menu .menu-item-mega > li:first-child a.is-label {
	margin-top: 0;
}

.main-navigation .is-mega-menu .menu-item-mega ul {
	position: static;
	opacity: 1;
	margin: 0;
	padding: 0;
	box-shadow: none;
	transform: translateY(0);
	background: 0;
}

.main-navigation .is-mega-menu .menu-item-mega ul.menu-brands-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}

.main-navigation .is-mega-menu .menu-item-mega ul.menu-brands-list li {
	padding: 6px 30px;
}

.main-navigation .is-mega-menu .menu-item-mega li {
	padding: 0;
}

.durotan-menu-item__dot {
	width: 8px;
	height: 8px;
	background-color: var(--durotan-color-primary);
	border-radius: 50%;
	position: absolute;
	bottom: -3px;
	transition: .4s;
	z-index: 9;
}

.header-v3 .main-navigation ul.menu {
	margin-left: -29px;
	margin-right: -29px;
}

.header-v3 .main-navigation ul.menu > li > a {
	padding-left: 29px;
	padding-right: 29px;
}

.header-v5 .main-navigation ul.menu {
	margin-left: -29px;
	margin-right: -29px;
}

.header-v5 .main-navigation ul.menu > li > a {
	padding-left: 29px;
	padding-right: 29px;
}

.header-v5 .main-navigation ul.menu .current-menu-item a {
	--durotan-header-text-color: #da5f39;
}

.header-v5 .main-navigation ul.menu a:hover {
	--durotan-header-text-hover-color: #da5f39;
}

.navigation.left {
	text-align: left;
}

.navigation.center {
	text-align: center;
}

.navigation.right {
	text-align: right;
}

.next-posts-navigation {
	text-align: center;
	padding-top: 26px;
	margin-top: 0;
}

.next-posts-navigation a {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	padding: 9px 60px;
	border: 1px solid var(--durotan-color-darker);
}

.next-posts-navigation a:hover {
	background-color: var(--durotan-color-darker);
	color: #fff;
}

.next-posts-navigation .nav-previous-ajax {
	display: inline-block;
	position: relative;
}

.next-posts-navigation .durotan-gooey-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.next-posts-navigation.loading .durotan-gooey-loading {
	opacity: 1;
	z-index: 1;
}

.durotan-gooey {
	width: 100%;
	height: 100%;
	filter: contrast(20);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--durotan-color-darker);
	background-color: var(--durotan-background-color-light);
}

.durotan-gooey .dots span {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	filter: blur(4px);
	background-color: var(--durotan-background-color-darker);
	border-radius: 50%;
	-webkit-animation: bubble 1.2s -0.6s infinite ease-out;
	animation: bubble 1.2s -0.6s infinite ease-out;
}

.durotan-gooey .dots span:nth-child(2n) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.durotan-gooey .dots span:nth-child(3n) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.durotan-pagination {
	margin-top: 20px;
}

.durotan-pagination .nav-links > * {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 6px;
	text-align: center;
	border: 1px solid #dfdfdf;
	color: #999999;
	font-size: 14px;
}

.durotan-pagination .nav-links > *:hover, .durotan-pagination .nav-links > *.current {
	border-color: var(--durotan-background-color-primary);
	background-color: var(--durotan-background-color-primary);
	color: var(--durotan-color-light);
}

.durotan-pagination .nav-links > *:hover .durotan-svg-icon, .durotan-pagination .nav-links > *.current .durotan-svg-icon {
	color: #fff;
}

.durotan-pagination .nav-links > * .durotan-svg-icon {
	font-size: 12px;
	color: #999999;
	position: relative;
	top: -1px;
}

.durotan-pagination .nav-links > *.next, .durotan-pagination .nav-links > *.prev, .durotan-pagination .nav-links > *:not(.page-numbers) {
	vertical-align: top;
	padding: 0 19px;
	font-size: 14px;
	letter-spacing: 0.050em;
	text-transform: uppercase;
}

.site-breadcrumb {
	padding: 21px 0;
	margin: 0;
	font-size: 14px;
	color: var(--durotan-color-dark);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .7px;
}

.site-breadcrumb li {
	list-style: none;
	display: inline-block;
}

.site-breadcrumb a {
	color: var(--durotan-color-gray);
}

.site-breadcrumb a:hover {
	color: var(--durotan-color-dark);
}

.site-breadcrumb .delimiter {
	margin: 0 13px;
	color: #cccccc;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	line-height: 54px;
	border: 1px solid var(--durotan-background-color-primary);
	border-radius: 0;
	padding: 0 30px;
	background-color: var(--durotan-background-color-primary);
	transition: 0.4s;
	cursor: pointer;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	outline: none;
}

button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: transparent;
	color: var(--durotan-background-color-primary);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

input[type="password"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	color: var(--durotan-color-darker);
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	line-height: 30px;
	padding: 11px 15px 13px;
	font-size: 18px;
	transition: all .1s ease-in-out;
	outline: none;
}

input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder {
	color: #999999;
}

input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="text"],
textarea {
	border: 0;
	border-bottom: 1px solid var(--durotan-border-input-color);
	border-radius: 0;
	transition: 0.4s;
	box-shadow: none;
	padding: 12px 0;
	font-size: 14px;
	letter-spacing: 0.015em;
	font-family: "Jost", sans-serif;
	color: #010101;
}

input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
	color: #999999;
}

input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus {
	outline: none;
	border-color: var(--durotan-border-input-focus-color);
}

select {
	border: 1px solid var(--durotan-border-input-focus-color);
	padding: 12px 25px;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	transition: .1s;
	padding-right: 40px;
}

textarea {
	width: 100%;
	height: 108px;
}

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

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"],
.mc4wp-form select,
.mc4wp-form textarea {
	border: 0;
	border-bottom-width: 0;
	border-radius: 0;
	transition: 0.4s;
	box-shadow: none;
	font-size: 14px;
	font-family: "Jost", sans-serif;
	background-color: transparent;
	padding: 3px 0 12px 44px;
	width: calc(70% - 44px);
}

.mc4wp-form input[type="text"]:focus,
.mc4wp-form input[type="email"]:focus,
.mc4wp-form select:focus,
.mc4wp-form textarea:focus {
	outline: none;
	border-color: var(--durotan-border-input-focus-color);
}

.mc4wp-form input[type="submit"],
.mc4wp-form button {
	float: right;
	text-align: right;
	width: 35%;
	line-height: 36px;
	font-size: 16px;
	letter-spacing: 0.050em;
	background-color: transparent;
	color: var(--durotan-color-darker);
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
	display: block;
}

.gallery-icon {
	margin-bottom: 25px;
}

.gallery {
	margin-bottom: 1.5em;
	margin-left: -7px;
	margin-right: -7px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 7px;
	margin-bottom: 35px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.blocks-gallery-caption {
	width: inherit;
	margin-bottom: 40px;
	font-style: italic;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Default
--------------------------------------------------------------*/
.wp-block-table td,
.wp-block-table th {
	padding: 10px;
}

p:empty:before {
	display: none;
}

.wp-block-button {
	margin-bottom: 25px;
}

.wp-block-button .wp-block-button__link {
	background-color: var(--durotan-background-color-primary);
	padding: 19px 30px 18px;
	border: 1px solid var(--durotan-background-color-primary);
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: #fff;
	color: var(--durotan-background-color-primary);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--durotan-color-darker);
	border-color: var(--durotan-background-color-darker);
	background-color: transparent;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.075em;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--durotan-background-color-darker);
	color: var(--durotan-color-light);
}

.durotan-button {
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	background-color: var(--durotan-background-color-darker);
	color: var(--durotan-color-light);
	padding: 0 37px;
	text-align: center;
	transition: ease .3s;
	white-space: nowrap;
	text-decoration: none;
}

.durotan-button.button-normal {
	padding: 0;
	line-height: inherit;
	color: var(--durotan-color-darker);
	background-color: transparent;
}

.durotan-button .durotan-svg-icon {
	vertical-align: middle;
	margin-left: 18px;
	font-size: 13px;
	transition: ease .3s;
	display: inline-block;
}

.durotan-button .durotan-svg-icon svg {
	vertical-align: -0.125em;
	width: 1em;
	height: 1em;
	display: inline-block;
}

blockquote cite,
blockquote .wp-block-quote__citation,
.wp-block-quote cite {
	margin-top: 26px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote {
	padding: 20px 30px;
	border-left: 3px solid var(--durotan-border-color-primary);
}

.wp-block-quote.has-text-align-right {
	padding: 20px 30px;
	border-right: 3px solid var(--durotan-border-color-primary);
}

.wp-block-quote cite {
	font-style: italic;
	color: #838889;
	font-size: 14px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
	font-size: 18px;
	text-align: left;
}

hr.wp-block-separator {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background-color: #f7f7f7;
}

.wp-block-pullquote {
	text-align: left;
	background-color: #f7f7f7;
	padding: 0;
}

.wp-block-pullquote blockquote {
	border: none;
	margin-right: 0;
	margin-left: 0;
}

.wp-block-pullquote cite {
	color: #838889;
	text-transform: capitalize;
	font-size: 14px;
	font-style: italic;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.aligncenter {
	text-align: center;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	background-color: transparent;
	max-width: 100%;
	padding: 40px 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: italic;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	background-color: transparent;
	max-width: 100%;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
	font-size: 20px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	margin-top: 1em;
}

.wp-block-pullquote .wp-block-pullquote__citation {
	color: #40464d;
}

.wp-block-code {
	color: var(--durotan-color-darker);
}

figure.is-resized {
	margin: 0;
}

figure.alignleft, figure.alignright {
	margin-top: 0;
}

img.alignright {
	clear: both;
}

.aligncenter {
	text-align: center;
}

.wp-block-image.is-resized.alignleft {
	margin-right: 2em;
}

.wp-block-image.is-resized.alignright {
	margin-left: 2em;
}

.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 20px;
}

.widget.widget_block > h1,
.widget.widget_block > h2,
.widget.widget_block > h3,
.widget.widget_block > h4,
.widget.widget_block > h5,
.widget.widget_block > h6,
.wp-block-column > h1,
.wp-block-column > h2,
.wp-block-column > h3,
.wp-block-column > h4,
.wp-block-column > h5,
.wp-block-column > h6,
.wp-block-group__inner-container > h1,
.wp-block-group__inner-container > h2,
.wp-block-group__inner-container > h3,
.wp-block-group__inner-container > h4,
.wp-block-group__inner-container > h5,
.wp-block-group__inner-container > h6 {
	text-transform: uppercase;
	letter-spacing: .25px;
	margin: 0 0 17px;
	font-size: 20px;
	font-size: 1.25rem;
}

.wp-block-archives,
ul.wp-block-categories {
	margin-bottom: 35px;
	overflow: hidden;
	padding: 0;
}

.wp-block-archives li,
ul.wp-block-categories li {
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	list-style: none;
}

.wp-block-archives li a,
ul.wp-block-categories li a {
	text-transform: uppercase;
	text-decoration: none;
	--durotan-color-box-shadow: white;
	box-shadow: inset 0 -0.175em white, inset 0 -0.2em var(--durotan-color-box-shadow);
}

.wp-block-archives li a:hover,
ul.wp-block-categories li a:hover {
	color: var(--durotan-color-primary);
	--durotan-color-box-shadow: var(--durotan-color-primary);
}

.wp-block-archives li:last-child,
ul.wp-block-categories li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.wp-block-archives ul,
ul.wp-block-categories ul {
	padding-left: 1.5rem;
	margin-top: 10px;
	border-top: 1px solid #dadada;
}

ul.wp-block-latest-posts {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

ul.wp-block-latest-posts ul {
	list-style: none;
}

ul.wp-block-latest-posts li {
	padding: 5px 0;
	margin-bottom: 0;
}

ul.wp-block-latest-posts li:last-child {
	padding-bottom: 0;
}

ul.wp-block-latest-posts li a {
	color: var(--durotan-color-darker);
	text-decoration: none;
}

ul.wp-block-latest-posts li a:hover {
	color: var(--durotan-color-primary);
}

.wp-block-latest-posts.is-grid li a {
	text-decoration: none;
}

.wp-block-tag-cloud {
	margin-left: -2px;
	margin-right: -2px;
}

.wp-block-tag-cloud a {
	display: inline-block;
	font-size: 14px !important;
	line-height: 26px;
	color: #999999;
	border: 1px solid #dadada;
	padding: 0 10px;
	margin: 0 5px 5px 0;
}

.wp-block-tag-cloud a:hover {
	color: #fff;
	border-color: var(--durotan-color-primary);
	background-color: var(--durotan-background-color-primary);
	text-decoration: none !important;
}

.wp-block-search {
	position: relative;
}

.wp-block-search.wp-block-search__no-button .wp-block-search__input {
	border: none;
	border-bottom: 1px solid var(--durotan-border-input-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 0 20px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
	line-height: 0;
	padding: 6px 10px;
}

.wp-block-search .wp-block-search__label {
	color: var(--durotan-color-darker);
	font-weight: normal;
}

.wp-block-search .wp-block-search__input {
	border-color: var(--durotan-border-input-color);
	padding: 10px;
}

.wp-block-search .wp-block-search__button {
	margin-left: 5px;
	background-color: var(--durotan-background-color-primary);
	color: var(--durotan-color-light);
	line-height: 45px;
	padding: 0 25px;
	border: none;
}

.wp-block-search .wp-block-search__button svg {
	fill: currentColor;
	outline: none;
}

.widget_block .wp-block-latest-comments {
	padding-left: 0;
}

.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta:before {
	content: '';
	background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+YnViYmxlPC90aXRsZT4KPHBhdGggZD0iTTAuNiAyMi44Yy0wLjI3IDAtMC41MDYtMC4xOC0wLjU3OC0wLjQ0czAuMDM4LTAuNTM2IDAuMjctMC42NzVjMi4wMjktMS4yMTcgMi44NzEtMi45ODYgMy4xNjktMy44MTUtMi4yMDUtMS42ODktMy40Ni00LjAyNS0zLjQ2LTYuNDcxIDAtMS4yMzUgMC4zMS0yLjQzMiAwLjkyMi0zLjU1NiAwLjU4NC0xLjA3MyAxLjQxNi0yLjAzNSAyLjQ3My0yLjg1NyAyLjE0NS0xLjY2OCA0Ljk4OC0yLjU4NyA4LjAwNS0yLjU4N3M1Ljg2IDAuOTE5IDguMDA1IDIuNTg3YzEuMDU3IDAuODIyIDEuODkgMS43ODQgMi40NzMgMi44NTcgMC42MTIgMS4xMjUgMC45MjIgMi4zMjEgMC45MjIgMy41NTZzLTAuMzEgMi40MzItMC45MjIgMy41NTZjLTAuNTg0IDEuMDczLTEuNDE2IDIuMDM1LTIuNDczIDIuODU3LTIuMTQ1IDEuNjY4LTQuOTg4IDIuNTg3LTguMDA1IDIuNTg3LTEuMjQgMC0yLjQ1Ni0wLjE1NS0zLjYyLTAuNDYyLTAuNTE1IDAuMzQzLTEuNDc4IDAuOTUyLTIuNjI3IDEuNTI0LTEuNzg1IDAuODg4LTMuMzE3IDEuMzM4LTQuNTUzIDEuMzM4ek0xMS40IDMuNmMtNS42MjQgMC0xMC4yIDMuNDk5LTEwLjIgNy44IDAgMi4xNzggMS4yMDUgNC4yNzUgMy4zMDcgNS43NTEgMC4yMDYgMC4xNDUgMC4zIDAuNDAzIDAuMjM1IDAuNjQ2LTAuMTQgMC41MjMtMC42MTggMS45NTktMS44OTYgMy4zNDUgMS41NjItMC41NDcgMy4yNDQtMS40OTYgNC40ODctMi4zNSAwLjE0OC0wLjEwMSAwLjMzMy0wLjEzMiAwLjUwNS0wLjA4MiAxLjEzOCAwLjMyNiAyLjMzNyAwLjQ5MSAzLjU2MiAwLjQ5MSA1LjYyNCAwIDEwLjItMy40OTkgMTAuMi03LjhzLTQuNTc2LTcuOC0xMC4yLTcuOHoiPjwvcGF0aD4KPC9zdmc+Cg==");
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-size: cover;
	vertical-align: middle;
	margin-right: 10px;
}

.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-link {
	color: #0066ff;
}

.widget_nav_menu .widgettitle,
.widget_meta .widgettitle {
	text-transform: uppercase;
	letter-spacing: .25px;
	margin: 0 0 17px;
	font-size: 20px;
	font-size: 1.25rem;
}

.wp-block-archives-dropdown {
	margin-bottom: 28px;
}

.wp-block-cover {
	margin-bottom: 37px;
}

.wp-block-cover.alignfull, .wp-block-cover.alignwide {
	max-width: 1000%;
}

.wp-block-cover.alignfull {
	margin-right: calc(50% - 50vw + 9px);
	margin-left: calc(50% - 50vw + 8px);
}

.wp-block-cover.alignwide {
	margin-right: calc(25% - 25vw);
	margin-left: calc(25% - 25vw);
}

.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
	margin-left: -10px;
	margin-right: -10px;
}

.wp-block-columns.alignwide .wp-block-column,
.wp-block-columns.alignfull .wp-block-column {
	padding-left: 10px;
	padding-right: 10px;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: var(--durotan-text-main-color);
	font-size: 14px;
	text-align: center;
}

.wp-block-media-text.alignwide {
	margin-bottom: 28px;
}

.wp-block-group.has-background {
	margin-bottom: 50px;
}

pre.wp-block-verse {
	white-space: pre-wrap;
}

@media only screen and (min-width: 1200px) {
	body:not(.full-content) .wp-block-gallery .blocks-gallery-item figcaption {
		display: none;
	}
	body.full-content .site-content .entry-content > *.alignwide {
		max-width: 1170px;
		width: 1170px;
		margin-left: calc(-1170px/2 + 100%/2);
		margin-right: calc(-1170px/2 + 100%/2);
	}
	.page.full-content:not(.elementor-page) .site-content article > *.alignwide {
		width: -webkit-fill-available;
		max-width: 1380px;
		margin-left: calc(-1380px/2 + 100%/2);
		margin-right: calc(-1380px/2 + 100%/2);
	}
}

@media only screen and (min-width: 768px) {
	body.full-content .site-content .entry-content > *.alignfull,
	body.full-content .site-content .entry-content > *.alignwide {
		width: -webkit-fill-available;
		max-width: 1000%;
	}
	body.full-content .site-content .entry-content > *.alignfull {
		margin-right: calc(50% - 50vw + 9px);
		margin-left: calc(50% - 50vw + 8px);
	}
	.page.full-content:not(.elementor-page) .site-content article > *.alignfull {
		width: -webkit-fill-available;
		max-width: 1000%;
		margin-right: calc(50% - 50vw + 9px);
		margin-left: calc(50% - 50vw + 8px);
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-branding {
	line-height: 1;
	flex: 0 1 auto;
	position: relative;
	z-index: 100;
}

.site-branding .logo {
	position: relative;
	transition: none;
}

.site-branding .logo:hover {
	text-decoration: none;
}

.site-branding .logo img {
	display: inline-block;
	vertical-align: middle;
}

.site-branding .logo.logo-text {
	font-family: var(--durotan-heading-font);
	font-weight: 400;
	color: var(--durotan-header-text-color);
	font-size: 30px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-branding .logo svg {
	vertical-align: middle;
}

.header-v8 .site-branding .logo.logo-text {
	color: #76603e;
}

.hamburger-box {
	position: relative;
	width: 25px;
	height: 16px;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.hamburger-box .hamburger-inner {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background-color: var(--durotan-header-text-color);
	transition: transform 0.3s ease;
}

.hamburger-box .hamburger-inner::before, .hamburger-box .hamburger-inner::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: inherit;
}

.hamburger-box .hamburger-inner::before {
	top: -7px;
	transition: top 0.2s ease .22s, opacity 0.2s ease, width 0.2s ease;
}

.hamburger-box .hamburger-inner::after {
	bottom: -7px;
	transition: bottom 0.2s ease .22s, transform 0.2s ease, width 0.2s ease;
}

.hamburger-box.active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.22s;
	height: 0;
}

.hamburger-box.active .hamburger-inner::before {
	top: -2px;
	width: 100%;
	transition: top 0.2s ease, opacity 0.2s ease .22s, width 0.1s ease;
}

.hamburger-box.active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	width: 100%;
	transition: bottom 0.2s ease, transform 0.2s ease .22s, width 0.1s ease;
}

.hamburger-box__two-line {
	width: 36px;
	height: 12px;
}

.hamburger-box__two-line .hamburger-inner {
	height: 0;
}

.hamburger-box__two-line .hamburger-inner::before, .hamburger-box__two-line .hamburger-inner::after {
	height: 2px;
}

.hamburger-box__two-line .hamburger-inner::before {
	top: -5px;
}

.hamburger-box__two-line .hamburger-inner::after {
	bottom: -6px;
}

.header-hamburger__link {
	display: flex;
	line-height: 1;
	align-items: center;
	cursor: pointer;
	color: var(--durotan-header-text-color);
}

.header-hamburger__link .durotan-svg-icon {
	font-size: 25px;
}

.header-hamburger__text {
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.7px;
	color: var(--durotan-header-text-color);
}

.header-search .durotan-svg-icon {
	font-size: 23px;
}

.header-search .search-text {
	letter-spacing: 0.7px;
}

.header-search.text {
	text-transform: uppercase;
}

.header-search.header-search-form .search-result {
	position: absolute;
	top: calc( 100% + 1px);
	text-align: left;
	z-index: -1;
	opacity: 0;
	transform: translate(0, 20px);
	transition: 0.3s;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	max-width: 396px;
}

.header-search.header-search-form .search-result ul.products {
	flex-direction: column;
}

.header-search.header-search-form .search-result ul.products li {
	width: 100%;
	margin-bottom: 10px;
}

.header-search.header-search-form .search-result ul.products li .product__inner {
	display: flex;
}

.header-search.header-search-form .search-result ul.products li .product__inner img {
	max-width: 60px;
}

.header-search.header-search-form .search-result ul.products li .product__thumbnail {
	margin-right: 10px;
}

.header-search.header-search-form .search-result ul.products li .product__summary {
	margin-top: 7px;
}

.header-search.header-search-form .search-result ul.products li .woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 22px;
}

.header-search.header-search-form .search-result ul.products li .price span {
	font-size: 16px;
}

.header-search.header-search-form .search-result ul.products li .price del span {
	font-size: 14px;
}

.header-search.header-search-form .search-result .search-result__label {
	font-size: 16px;
}

.header-search.header-search-form .search-result .search-result__label.not-found {
	display: none;
}

.header-search.header-search-form .search-result .search-result__view-more {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.header-search.header-search-form .search-result .search-result__view-more a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.025em;
	border: 1px solid #999;
	display: inline-block;
	padding: 13px 30px;
}

.header-search.header-search-form .search-result .item-not-found {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-search.header-search-form form .search-reset {
	color: #a2a5a6;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	padding: 0;
	background: transparent;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 1;
	outline: none;
	border: none;
}

.header-search.header-search-form form .search-reset .durotan-svg-icon {
	font-size: 10px;
}

.header-search.header-search-form form .spinner {
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	transition: opacity 0.3s;
	height: 15px;
	width: 15px;
}

.header-search.header-search-form form.actived ~ .search-result {
	opacity: 1;
	transform: translate(0, 0);
	z-index: 9999;
}

.header-search.header-search-form form.actived .search-reset {
	opacity: 1;
}

.header-search.header-search-form form.searching .spinner {
	opacity: 1;
}

.header-v7 .header-search.header-search-form .search-result {
	top: 0;
	left: 100%;
	transform: translate(20px, 0);
	width: 100%;
	height: 100%;
	padding-top: 50px;
}

.header-v7.admin-bar .header-search.header-search-form .search-result {
	top: 32px;
	height: calc(100% - 32px);
}

.search-list {
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background-color: var(--durotan-background-color-light);
	overflow-x: hidden;
	max-height: calc( 100vh - 535px);
}

.search-list .products .product {
	margin: 15px 0 0 0;
}

.search-list .products .product .product__inner {
	display: flex;
}

.search-list .products .product .product__inner .product__thumbnail {
	margin: 0 15px 0 0;
	max-width: 62px;
}

.search-list .products .product .product__inner .woocommerce-loop-product__title {
	font-size: 15px;
}

.search-list .products .product .product__inner .price {
	font-size: 15px;
}

.search-list .search-result__view-more {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.search-list .search-result__view-more a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.025em;
	border: 1px solid #999;
	display: inline-block;
	padding: 13px 30px;
}

.search-list .item-not-found {
	margin: 15px 0 0 0;
	text-align: center;
}

.search-list .item-not-found .text {
	font-size: 15px;
	line-height: 22.5px;
	margin-bottom: 13px;
	color: var(--durotan-color-darker);
	display: block;
}

.durotan-header__search {
	max-width: 270px;
	width: 270px;
}

.durotan-header__search form {
	position: relative;
}

.durotan-header__search form.left .search-submit {
	left: 0;
	top: 0;
}

.durotan-header__search form.right .search-submit {
	right: 0;
	top: 0;
}

.durotan-header__search form.right.actived .search-submit, .durotan-header__search form.right.searching .search-submit {
	opacity: 0;
	z-index: -1;
}

.durotan-header__search .search-submit {
	color: #161619;
	position: absolute;
	padding: 0;
	background: transparent;
	line-height: 45px;
	border: none;
}

.durotan-header__search .search-submit .durotan-svg-icon {
	font-size: 20px;
}

.durotan-header__search .search-field {
	padding-left: 30px;
	width: 100%;
	background: transparent;
	letter-spacing: 0.015em;
	line-height: 18px;
	font-size: 16px;
}

.header-search--icon-right .search-icon {
	position: absolute;
	right: 0;
}

.header-search--icon-right .search-field {
	position: static;
	padding: 6px 32px 6px 0;
}

.header-v5 .header-search .durotan-svg-icon {
	font-size: 20px;
}

.header-v7 .header-search--form .search-field {
	width: 100%;
}

.header-account {
	display: flex;
	align-items: center;
	color: #000;
	height: 100%;
	position: relative;
}

.header-account .account-text {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.header-account .durotan-svg-icon {
	font-size: 25px;
}

.header-account .account-links {
	position: absolute;
	left: 50%;
	top: calc( 100% + 1px);
	min-width: 190px;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 20px 40px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transform: translate(-50%, 20px);
	background-color: var(--durotan-background-color-light);
}

.header-account .account-links li {
	position: relative;
}

.header-account .account-links li a {
	color: #161619;
	font-size: 16px;
	letter-spacing: 0.025em;
}

.header-account:hover .account-links {
	opacity: 1;
	z-index: 10000;
	visibility: inherit;
	transform: translate(-50%, 0);
}

.header-account__links {
	display: flex;
	align-items: center;
	margin-left: 38px;
}

.header-account__links a {
	font-size: 14px;
	color: #999999;
	line-height: 1;
	text-transform: uppercase;
	padding-right: 17px;
	margin-right: 17px;
	border-right: 1px solid #999999;
}

.header-account__links a:hover {
	color: #000;
}

.header-account__links a:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

.header-cart {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-cart > a {
	display: flex;
	align-items: center;
}

.header-cart:hover .header-cart__mini-cart {
	opacity: 1;
	transform: translate(0, 0);
	pointer-events: initial;
	z-index: 999;
}

.header-cart__text {
	letter-spacing: 0.7px;
}

.header-cart__icon {
	display: block;
	position: relative;
	padding-right: 10px;
}

.header-cart__icon > .durotan-svg-icon {
	font-size: 24px;
}

.header-cart__total-price {
	font-size: 16px;
	padding-left: 7px;
}

.header-cart--text {
	font-size: 16px;
}

.header-cart--text > a {
	text-transform: uppercase;
}

.header-cart--text span.header-cart__counter {
	padding: 0 0 0 5px;
	position: static;
	background-color: transparent;
	height: auto;
	font-size: inherit;
	color: var(--durotan-header-text);
}

.header-cart--text span.header-cart__counter::before {
	content: ' (';
}

.header-cart--text span.header-cart__counter::after {
	content: ')';
}

.header-cart__mini-cart {
	position: absolute;
	top: calc( 100% + 1px);
	right: 0;
	min-width: 395px;
	transform: translate(0, 20px);
	pointer-events: none;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
	background-color: var(--durotan-background-color-light);
}

.header-cart__mini-cart:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 0;
}

.header-cart__mini-cart .widget_shopping_cart_content {
	text-align: left;
}

.header-cart__mini-cart .widget_shopping_cart_content a {
	color: var(--durotan-color-darker);
}

.header-cart__mini-cart .widget_shopping_cart_content .total,
.header-cart__mini-cart .widget_shopping_cart_content .buttons {
	margin: 0;
	padding-top: 20px;
}

.header-cart__mini-cart .widget_shopping_cart_content .total {
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid #d0d0d0;
	padding-top: 25px;
	margin-top: 18px;
}

.header-cart__mini-cart .widget_shopping_cart_content .total strong {
	color: #666666;
	font-weight: 400;
}

.header-cart__mini-cart .widget_shopping_cart_content .total .price {
	color: var(--durotan-color-darker);
	font-size: 20px;
}

.header-cart__mini-cart .widget_shopping_cart_content .buttons {
	text-align: center;
}

.header-cart__mini-cart .widget_shopping_cart_content .buttons a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--durotan-color-darker);
	line-height: 48px;
	border: 1px solid #999;
	margin-top: 10px;
	transition: 0.3s;
}

.header-cart__mini-cart .widget_shopping_cart_content .buttons a:hover, .header-cart__mini-cart .widget_shopping_cart_content .buttons a.checkout {
	color: #fff;
	background-color: var(--durotan-background-color-primary);
	border-color: var(--durotan-color-primary);
}

.header-cart__mini-cart .widget_shopping_cart_content .buttons a.checkout:hover {
	background-color: var(--durotan-background-color-primary);
}

.header-cart__mini-cart ul.cart_list {
	padding: 0;
	margin: 40px 30px 0;
	padding-right: 1em;
	list-style: none;
	max-height: 305px;
}

.header-cart__mini-cart ul.cart_list li {
	display: flex;
	margin-bottom: 17px;
}

.header-cart__mini-cart ul.cart_list img {
	float: left;
	margin-right: 20px;
}

.header-cart__mini-cart .widget_shopping_cart_footer {
	padding: 0 30px 40px;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__summary {
	flex-grow: 1;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__summary .variation {
	font-size: 14px;
	color: #999;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__summary .amount {
	font-size: 16px;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__data {
	margin-left: 80px;
	display: flex;
	flex-direction: column;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__name {
	font-size: 16px;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__remove-button {
	flex: 0 0 50px;
	max-width: 50px;
	text-align: right;
	outline: none;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__remove-button a {
	display: block;
	line-height: 1;
}

.header-cart__mini-cart .woocommerce-mini-cart-item__remove-button .durotan-svg-icon {
	font-size: 12px;
}

.header-cart__mini-cart .cart-behaviour-panel {
	display: none;
}

.header-cart__mini-cart .woocommerce-mini-cart__empty-message,
.cart-panel .woocommerce-mini-cart__empty-message {
	text-align: center;
	margin: 0;
}

.header-cart__mini-cart .woocommerce-mini-cart__empty-message span,
.cart-panel .woocommerce-mini-cart__empty-message span {
	display: block;
	padding: 1em;
}

.header-cart__mini-cart .woocommerce-mini-cart__empty-message a .durotan-svg-icon,
.cart-panel .woocommerce-mini-cart__empty-message a .durotan-svg-icon {
	display: inline;
	font-size: 18px;
	vertical-align: bottom;
	transition: 0.3s;
	margin-right: 5px;
}

.header-cart__mini-cart .woocommerce-mini-cart__empty-message a:hover .durotan-svg-icon,
.cart-panel .woocommerce-mini-cart__empty-message a:hover .durotan-svg-icon {
	margin-right: 0;
	color: var(--durotan-color-primary);
}

.header-wishlist {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-wishlist > a {
	display: flex;
	align-items: center;
}

.header-wishlist__icon {
	display: block;
	position: relative;
	padding-right: 10px;
}

.header-wishlist__icon .durotan-svg-icon {
	font-size: 24px;
}

.header-compare {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-compare > a {
	display: flex;
	align-items: center;
}

.header-compare__icon {
	display: block;
	position: relative;
	padding-right: 10px;
}

.header-compare__icon .durotan-svg-icon {
	font-size: 24px;
}

.header-bar {
	display: flex;
}

.header-bar .widget {
	margin: 0 30px 0 0;
}

.header-bar .widget:last-child {
	margin: 0;
}

.header-custom-html {
	display: flex;
	margin: 0 -45px;
}

.header-icon-box {
	display: flex;
	align-items: center;
	color: #000;
	padding: 0 45px;
}

.header-icon-box__icon {
	font-size: 25px;
	padding-right: 25px;
}

.header-icon-box__content {
	font-size: 16px;
}

.header-icon-box__content h4 {
	color: #999999;
	font-size: 12px;
	font-family: "Jost", sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.header-sticky.header-transparent .site-header {
	position: fixed;
}

.header-sticky.header-v7 .site-header.minimized .header__bottom {
	position: fixed;
	right: 0;
	left: 375px;
	top: 0;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 #f0f0f0;
	z-index: 999;
	animation-name: fadeInDown;
	animation-duration: .25s;
}

.header-sticky.header-v7.admin-bar .site-header.minimized .header__bottom {
	top: 32px;
}

.header-sticky:not(.header-v7) .site-header.minimized {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 #f0f0f0;
	z-index: 999;
	animation-name: fadeInDown;
	animation-duration: .25s;
	border-bottom: none;
}

.header-sticky:not(.header-v7) .site-header.minimized.header-main-no-sticky .header__main {
	display: none;
}

.header-sticky:not(.header-v7) .site-header.minimized.header-bottom-no-sticky .header__bottom {
	display: none;
}

.header-sticky:not(.header-v7) .site-header.minimized.has-transparent {
	animation-name: none;
	transition: 0.3s;
}

.header-sticky:not(.header-v7) .site-header.minimized .header__wrapper {
	border-bottom: none;
}

.header-sticky:not(.header-v7).admin-bar .site-header.minimized {
	top: 32px;
}

.header-sticky.header-v5 .site-header.minimized {
	box-shadow: none;
}

.durotan-campaign-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--durotan-color-dark);
	background-color: #fde3a8;
	font-weight: 500;
	text-align: center;
	padding: 10px 15px;
}

.durotan-campaign-bar.text-light {
	color: var(--durotan-color-light);
}

.durotan-campaign-bar.text-dark {
	color: var(--durotan-color-dark);
}

.durotan-campaign-bar .durotan-special-text {
	letter-spacing: 0.7px;
	margin-right: 5px;
	font-weight: 600;
	color: #fe441b;
}

.durotan-campaign-bar .durotan-svg-icon {
	font-size: 20px;
	margin-right: 10px;
}

.durotan-campaign-bar .durotan-close-campaign-bar {
	font-size: 16px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.durotan-header-list {
	text-transform: uppercase;
	font-size: 14px;
}

.durotan-header-list .current {
	color: var(--durotan-header-text-color);
	cursor: pointer;
	transition: .3s;
}

.durotan-header-list ul li a {
	color: #999;
}

.durotan-header-list ul li a:hover {
	color: var(--durotan-header-text-color);
}

.durotan-header-list--horizontal .current {
	padding: 0 13px;
	font-weight: 500;
}

.durotan-header-list--horizontal .dropdown {
	display: flex;
	align-items: center;
}

.durotan-header-list--horizontal .durotan-svg-icon {
	display: none;
}

.durotan-header-list--horizontal ul {
	display: flex;
	align-items: center;
}

.durotan-header-list--horizontal ul li:first-child {
	display: none;
}

.durotan-header-list--horizontal ul li a {
	padding: 0 13px;
}

.durotan-header-list--horizontal ul li a:hover {
	text-shadow: 0.4px 0px var(--durotan-header-text-color);
}

.durotan-header-list--dropdown {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 16px;
	position: relative;
}

.durotan-header-list--dropdown:hover .durotan-header-list__dropdown {
	opacity: 1;
	z-index: 1000;
	transform: translate(0, 0);
}

.durotan-header-list--dropdown:hover .current {
	color: var(--durotan-color-primary);
}

.durotan-header-list--dropdown .current {
	letter-spacing: .7px;
}

.durotan-header-list--dropdown .durotan-svg-icon {
	font-size: 12px;
	line-height: 1;
	margin-left: 5px;
	color: var(--durotan-header-text-color);
}

.durotan-header-list--dropdown .durotan-header-list__dropdown {
	position: absolute;
	right: 0;
	top: calc( 100% + 1px);
	opacity: 0;
	z-index: -1;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 20px 40px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transform: translate(0, 20px);
	background-color: var(--durotan-background-color-light);
	min-width: 150px;
}

.durotan-header-list--dropdown .durotan-header-list__dropdown li {
	line-height: 30px;
}

.durotan-header-list--dropdown .durotan-header-list__dropdown li a {
	color: #161619;
	font-size: 16px;
	letter-spacing: 0.025em;
	text-transform: none;
}

.header-transparent .site-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding-top: 0;
	padding-bottom: 0;
}

.header-transparent .durotan-header-minimized {
	display: none;
}

.header-transparent .campaign-bar {
	display: none;
}

.header-transparent-text-light .site-header {
	--durotan-header-text-color: var(--durotan-color-light);
	--durotan-header-text-hover-color: var(--durotan-color-primary);
}

.header-transparent-text-light .header-cart__counter,
.header-transparent-text-light .header-wishlist__counter {
	color: var(--durotan-color-light);
	background-color: var(--durotan-background-color-darker);
}

.header-transparent-text-light.header-sticky .minimized {
	--durotan-header-text-color: var( --durotan-color-darker );
	box-shadow: 0 1px 1px 0 #f0f0f0;
	border: none;
}

.header-transparent-text-light.header-sticky .minimized .header__wrapper {
	border: none;
}

.header-transparent-text-light .logo .logo-light + .logo-dark {
	display: none;
}

.header-transparent-text-light .site-header.minimized .logo-dark {
	display: block;
}

.header-transparent-text-light .site-header.minimized .logo-light {
	display: none;
}

.site-header {
	position: relative;
}

.header__container {
	height: 100%;
}

.header__wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.site-header {
	--durotan-header-background-color: var(--durotan-background-color-light);
	--durotan-header-text-color: var(--durotan-color-darker);
	--durotan-header-text-hover-color: var(--durotan-color-primary);
}

.site-header a {
	color: var(--durotan-header-text-color);
	transition: .2s;
}

.site-header a:hover {
	color: var(--durotan-header-text-hover-color);
}

.site-header a:hover .durotan-svg-icon {
	color: var(--durotan-header-text-color);
}

.site-header a .durotan-svg-icon {
	color: var(--durotan-header-text-color);
}

.header__main {
	height: 156px;
}

.header__bottom {
	height: 80px;
}

.header__items {
	display: flex;
	align-items: center;
	height: 100%;
	flex: auto;
}

.header__items--center {
	align-items: center;
	justify-content: center;
}

.header__items--center > * {
	padding-left: 15px;
	padding-right: 15px;
	outline: none;
}

.header__items--left > * {
	padding-right: 132px;
	outline: none;
}

.header__items--left > *:last-child {
	padding-right: 0;
}

.header__items--left .header-account:first-child .account-links {
	left: 0;
	right: auto;
	transform: translate(0, 20px);
}

.header__items--left .header-account:first-child:hover .account-links {
	transform: translate(0, 0);
}

.header__items--left .header-cart__mini-cart {
	left: 0;
	right: auto;
}

.header__items--right {
	text-align: right;
	justify-content: flex-end;
}

.header__items--right > * {
	padding-left: 17.5px;
	padding-right: 17.5px;
	outline: none;
}

.header__items--right > *:last-child {
	padding-right: 0;
}

.header__items--right .header-account:last-child .account-links {
	right: 0;
	left: auto;
	transform: translate(0, 20px);
}

.header__items--right .header-account:last-child:hover .account-links {
	transform: translate(0, 0);
}

.header__main--has-center .header__items,
.header__bottom--has-center .header__items {
	flex: 1;
}

.header__main--has-center .header__items--center,
.header__bottom--has-center .header__items--center {
	flex: none;
}

.header__main--menu-center .header__items--center,
.header__bottom--menu-center .header__items--center {
	flex: 3;
}

.header__mobile {
	height: 60px;
}

.header__mobile .header__items--left > * {
	padding-right: 30px;
}

.header__mobile .header__items--left > *:last-child {
	padding-right: 0;
}

.header__mobile .header__items--right > * {
	padding: 10px;
}

.header__mobile .header__items--right > *:first-child {
	padding-left: 0;
}

.header__mobile .header__items--right > *:last-child {
	padding-right: 0;
}

.header__mobile .hamburger-box {
	width: auto;
	height: auto;
}

.header__mobile .hamburger-box.active .hamburger-inner:after, .header__mobile .hamburger-box.active .hamburger-inner:before {
	top: 0;
	bottom: 0;
}

.header__mobile .hamburger-box .hamburger-inner {
	background-color: var(--durotan-header-text-color);
}

.header__mobile .hamburger-box .hamburger-inner:after {
	bottom: -5px;
}

.header__mobile .hamburger-box .hamburger-inner:before {
	top: -5px;
}

.header__mobile .hamburger-box .durotan-svg-icon {
	font-size: 18px;
}

.header__mobile .header-cart .durotan-svg-icon,
.header__mobile .header-account .durotan-svg-icon {
	font-size: 20px;
}

.header__mobile .header-cart__counter {
	font-size: 10px;
	min-width: 17px;
	height: 17px;
	line-height: 17px;
	padding: 0 6px;
	right: 3px;
}

.header__mobile .header-search .durotan-svg-icon {
	font-size: 18px;
}

.header-counter {
	font-size: 12px;
	letter-spacing: 0.015em;
	color: var(--durotan-color-light);
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: var(--durotan-background-color-primary);
	border-radius: 30px;
	position: absolute;
	bottom: 3px;
	right: 1px;
	padding: 0 7px;
}

.site-header__border--standard {
	--durotan-header-border-color: #c4c3bd;
}

.site-header__border--standard .header__main .header__wrapper,
.site-header__border--standard .header__mobile .header__wrapper {
	border-bottom: 1px solid var(--durotan-header-border-color);
}

.site-header__border--full-width {
	--durotan-header-border-color: #c4c3bd;
	border-bottom: 1px solid var(--durotan-header-border-color);
}

.header-v1 .durotan-language {
	padding-right: 112.5px;
}

.header-v2 .header__main .header__items--right > * {
	padding-left: 20px;
	padding-right: 20px;
}

.header-v2 .header__main .header-hamburger,
.header-v2 .header__bottom .header-hamburger {
	padding: 12px 0 12px 56px;
	margin-left: 37px;
	border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.header-v3 .header__main .header__items--right > * {
	padding-left: 37.5px;
}

.header-v3 .header__main .header__items--right > * > a {
	font-size: 16px;
	text-transform: uppercase;
}

.header-v3 .header__main .header__items--right > *:first-child {
	margin-left: 0;
}

.header-v3 .main-navigation .is-mega-menu.align-left .dropdown-submenu {
	left: 0;
}

.header-v4 .header__main .header__items--right > *,
.header-v4 .header__bottom .header__items--right > * {
	padding-left: 20px;
	padding-right: 20px;
}

.header-v4 .header__main .header__items--right > *:last-child,
.header-v4 .header__bottom .header__items--right > *:last-child {
	padding-right: 0;
}

.header-v4 .header__main .site-branding .logo.logo-text,
.header-v4 .header__bottom .site-branding .logo.logo-text {
	font-size: 36px;
}

.header-v4 .header__main .header-search,
.header-v4 .header__bottom .header-search {
	padding-right: 113px;
}

.header-v5 .header__main .header__items--right > *,
.header-v5 .header__bottom .header__items--right > * {
	padding-left: 19px;
	padding-right: 19px;
}

.header-v5 .header__main .header__items--right > *:last-child,
.header-v5 .header__bottom .header__items--right > *:last-child {
	padding-right: 0;
}

.header-v5 .header__main .header-search,
.header-v5 .header__bottom .header-search {
	padding-left: 49px;
}

.header-v5 .site-header .header__mobile a {
	--durotan-header-text-color: #eaddc7;
}

.header-v6 .header__main .header__items--right > *,
.header-v6 .header__bottom .header__items--right > * {
	padding-left: 15px;
	padding-right: 15px;
}

.header-v6 .header__main .header__items--right > *:last-child,
.header-v6 .header__bottom .header__items--right > *:last-child {
	padding-right: 0;
}

.header-v6 .header__main .site-branding .logo.logo-text,
.header-v6 .header__bottom .site-branding .logo.logo-text {
	color: #685d33;
}

.header-v6 .header__main .durotan-currency,
.header-v6 .header__bottom .durotan-currency {
	padding-right: 38px;
}

.header-v6 .header__main .main-navigation ul.menu,
.header-v6 .header__bottom .main-navigation ul.menu {
	margin: 0;
}

.header-v6 .header__main .main-navigation ul.menu > li > a,
.header-v6 .header__bottom .main-navigation ul.menu > li > a {
	padding-left: 30px;
	padding-right: 30px;
}

.header-v6 .header__main .main-navigation ul.menu > li > a:after,
.header-v6 .header__bottom .main-navigation ul.menu > li > a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%);
}

.header-v6 .header__main .main-navigation ul.menu > li:last-child > a:after,
.header-v6 .header__bottom .main-navigation ul.menu > li:last-child > a:after {
	display: none;
}

.header-v7 .site {
	padding-left: 369px;
}

.header-v7 .site-content .container,
.header-v7 .site-content .container-fluid,
.header-v7 .site-content .durotan-container-narrow,
.header-v7 .site-content .durotan-container,
.header-v7 .site-content .durotan-container-fluid {
	padding: 0;
}

.header-v7 footer .row {
	margin: 0;
}

.header-v7 .header__main {
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0;
	height: 100%;
	width: 369px;
	padding: 99px 68px 70px 63px;
	z-index: 1000;
	border-right: 1px solid #e3e3e3;
}

.header-v7 .header__main .header__container,
.header-v7 .header__bottom .header__container {
	padding: 0;
}

.header-v7 .header__main .header__wrapper,
.header-v7 .header__bottom .header__wrapper {
	position: static;
	flex-direction: column;
	align-items: flex-start;
}

.header-v7 .header__main .header__items,
.header-v7 .header__bottom .header__items {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.header-v7 .header__main .header__items > *,
.header-v7 .header__bottom .header__items > * {
	margin: 0;
	padding: 0;
}

.header-v7 .header__main .header__items--left > *,
.header-v7 .header__bottom .header__items--left > * {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 48px;
}

.header-v7 .header__main .header__items--center,
.header-v7 .header__bottom .header__items--center {
	padding: 55px 0;
}

.header-v7 .header__main .header__items--center > *,
.header-v7 .header__bottom .header__items--center > * {
	margin-bottom: 55px;
}

.header-v7 .header__main .header__items--center > *:last-child,
.header-v7 .header__bottom .header__items--center > *:last-child {
	margin-bottom: 0;
}

.header-v7 .header__main .header__items--right,
.header-v7 .header__bottom .header__items--right {
	justify-content: flex-end;
}

.header-v7 .header__main .header__items--right > *,
.header-v7 .header__bottom .header__items--right > * {
	margin-top: 50px;
	padding: 0;
	align-items: flex-end;
}

.header-v7 .header__main .header__items--right > *:last-child,
.header-v7 .header__bottom .header__items--right > *:last-child {
	margin-top: 0;
}

.header-v7 .header__main .header-search,
.header-v7 .header__bottom .header-search {
	margin-left: 0;
}

.header-v7 .header__main .header-search.header-search-form .search-result,
.header-v7 .header__bottom .header-search.header-search-form .search-result {
	visibility: hidden;
}

.header-v7 .header__main .header-search.header-search-form form.actived ~ .search-result,
.header-v7 .header__bottom .header-search.header-search-form form.actived ~ .search-result {
	visibility: visible;
}

.header-v7 .header__main .durotan-header__search .search-field,
.header-v7 .header__bottom .durotan-header__search .search-field {
	padding-left: 0;
}

.header-v7 .header__main .header-cart .durotan-svg-icon,
.header-v7 .header__bottom .header-cart .durotan-svg-icon {
	font-size: 30px;
	line-height: 1;
}

.header-v7 .header__main .header-cart__total-price,
.header-v7 .header__bottom .header-cart__total-price {
	font-size: 18px;
	padding-left: 20px;
}

.header-v7 .header__main .header-cart__counter,
.header-v7 .header__bottom .header-cart__counter {
	bottom: 0;
	right: 3px;
}

.header-v7 .header__main .main-navigation,
.header-v7 .header__bottom .main-navigation {
	position: static;
	overflow-x: hidden;
}

.header-v7 .header__main .main-navigation ul ul,
.header-v7 .header__bottom .main-navigation ul ul {
	top: 0;
	left: 100%;
	box-shadow: none;
	transform: translate(-20px, 0);
	height: 100%;
	padding: 150px 0 100px;
	min-width: 250px;
}

.header-v7 .header__main .main-navigation ul ul:before,
.header-v7 .header__bottom .main-navigation ul ul:before {
	content: '';
	width: 80px;
	height: 100%;
	top: 0;
	left: -80px;
	position: absolute;
}

.header-v7 .header__main .main-navigation ul ul ul,
.header-v7 .header__bottom .main-navigation ul ul ul {
	margin: 0;
}

.header-v7 .header__main .main-navigation ul ul ul:before,
.header-v7 .header__bottom .main-navigation ul ul ul:before {
	display: none;
}

.header-v7 .header__main .main-navigation li,
.header-v7 .header__bottom .main-navigation li {
	position: static;
}

.header-v7 .header__main .main-navigation li:hover > ul,
.header-v7 .header__bottom .main-navigation li:hover > ul {
	opacity: 1;
	transform: translate(0, 0);
	pointer-events: initial;
}

.header-v7 .header__main .main-navigation ul.menu,
.header-v7 .header__bottom .main-navigation ul.menu {
	height: auto;
	display: block;
}

.header-v7 .header__main .main-navigation ul.menu > li,
.header-v7 .header__bottom .main-navigation ul.menu > li {
	height: auto;
	padding: 4px 0;
}

.header-v7 .header__main .main-navigation ul.menu > li > a,
.header-v7 .header__bottom .main-navigation ul.menu > li > a {
	font-size: 24px;
	text-transform: capitalize;
}

.header-v7 .header__main .main-navigation .mega-menu,
.header-v7 .header__bottom .main-navigation .mega-menu {
	padding: 100px 30px;
	display: flex;
	align-items: center;
}

.header-v7 .header__main .main-navigation .mega-menu:after,
.header-v7 .header__bottom .main-navigation .mega-menu:after {
	content: '';
	width: 80px;
	height: 100%;
	top: 0;
	left: -80px;
	position: absolute;
}

.header-v7 .header__main .main-navigation .mega-menu ul,
.header-v7 .header__bottom .main-navigation .mega-menu ul {
	padding: 0;
	transform: translate(0, 0);
}

.header-v7 .header__main .main-navigation .mega-menu .menu-item-as-label a,
.header-v7 .header__bottom .main-navigation .mega-menu .menu-item-as-label a {
	color: var(--durotan-color-gray);
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 72px;
	margin-bottom: 18px;
	display: block;
}

.header-v7 .header__main .main-navigation .mega-sub-menu,
.header-v7 .header__bottom .main-navigation .mega-sub-menu {
	padding: 0 70px;
}

.header-v7 .header__main .secondary-navigation ul.menu > li,
.header-v7 .header__bottom .secondary-navigation ul.menu > li {
	padding: 4px 0;
}

.header-v7 .header__main .secondary-navigation ul.menu > li > a,
.header-v7 .header__bottom .secondary-navigation ul.menu > li > a {
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
}

.header-v7 .header__main .secondary-navigation ul.menu > li.current-menu-item a, .header-v7 .header__main .secondary-navigation ul.menu > li:hover a,
.header-v7 .header__bottom .secondary-navigation ul.menu > li.current-menu-item a,
.header-v7 .header__bottom .secondary-navigation ul.menu > li:hover a {
	color: #000;
}

.header-v7 .header__main .header-account .durotan-svg-icon,
.header-v7 .header__bottom .header-account .durotan-svg-icon {
	font-size: 30px;
	line-height: 1;
}

.header-v7 .header__main .header-account__links,
.header-v7 .header__bottom .header-account__links {
	margin: 0 0 10px 35px;
}

.header-v7 .header__main .ps__rail-x,
.header-v7 .header__main .ps__rail-y,
.header-v7 .header__bottom .ps__rail-x,
.header-v7 .header__bottom .ps__rail-y {
	display: none;
}

.header-v8 .header__main .header-hamburger,
.header-v8 .header__bottom .header-hamburger {
	padding: 12px 0 12px 55px;
	border-left: 1px solid #ededed;
}

.header-v8 .header__main .header-cart,
.header-v8 .header__bottom .header-cart {
	padding-right: 52.5px;
}

.header-v8 .header__main .hamburger-inner::before,
.header-v8 .header__bottom .hamburger-inner::before {
	top: -5px;
}

.header-v8 .header__main .hamburger-inner::after,
.header-v8 .header__bottom .hamburger-inner::after {
	bottom: -5px;
}

.header-v9 .header__main .header__items--right > *,
.header-v9 .header__bottom .header__items--right > * {
	padding-left: 20px;
	padding-right: 20px;
}

.header-v9 .header__main .header__items--right > *:last-child,
.header-v9 .header__bottom .header__items--right > *:last-child {
	padding-right: 0;
}

.header-v9 .header__main .durotan-currency,
.header-v9 .header__bottom .durotan-currency {
	padding-left: 50px;
}

.header-v9 .header__main .header-bar,
.header-v9 .header__bottom .header-bar {
	margin-right: 106px;
	text-align: left;
}

.header-v10 .main-navigation ul.menu {
	margin: 0;
}

.header-v10 .main-navigation ul.menu > li > a {
	font-size: 14px;
	padding: 0 20px;
}

/*--------------------------------------------------------------
## Posts And Pages
--------------------------------------------------------------*/
.site-main {
	position: relative;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 82px;
}

.hentry.page {
	margin-bottom: 0;
}

.sticky .post__title::before {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB2aWV3Qm94PSIwIDAgNDkzLjM1MyA0OTMuMzUzIiA+DQoJPHBhdGggZD0iTTYyLjM4NCwzOC4xMTRjLTcuMTM4LTcuMTMzLTE1Ljc1Mi0xMC43MDYtMjUuODM3LTEwLjcwNmMtMTAuMDg5LDAtMTguNzAyLDMuNTc2LTI1Ljg0MSwxMC43MDYNCgkJQzMuNTcxLDQ1LjI1MywwLDUzLjg2NywwLDYzLjk1NUMwLDc3LjY1OCw2LjA4OCw4OC4xMjgsMTguMjcxLDk1LjM2djM2MS40NWMwLDIuNDc1LDAuOTAyLDQuNjE3LDIuNzE0LDYuNDI0DQoJCWMxLjgwNywxLjgwNywzLjk0OSwyLjcxLDYuNDIzLDIuNzFoMTguMjcxYzIuNDc0LDAsNC42MTUtMC44OTYsNi40MjMtMi43MWMxLjgwOS0xLjgwNywyLjcxMi0zLjk0OSwyLjcxMi02LjQyNFY5NS4zNg0KCQljMTIuMTg1LTcuMjM2LDE4LjI3MS0xNy43MDMsMTguMjcxLTMxLjQwNUM3My4wODUsNTMuODcsNjkuNTE4LDQ1LjI1Nyw2Mi4zODQsMzguMTE0eiIvPg0KCTxwYXRoIGQ9Ik00ODcuOTMyLDY5LjM4NWMtMy42Mi0zLjYxNy03LjkwNS01LjQyNi0xMi44NTQtNS40MjZjLTIuNDcxLDAtNy42NTksMS45OTctMTUuNTU4LDUuOTk2DQoJCWMtNy44OTcsMy45OTktMTYuMjc1LDguNDctMjUuMTI1LDEzLjQxOGMtOC44NDMsNC45NDktMTkuMzIxLDkuNDE5LTMxLjQwMSwxMy40MThjLTEyLjA4NywzLjk5OS0yMy4yNzEsNS45OTYtMzMuNTQ0LDUuOTk2DQoJCWMtOS41MjEsMC0xNy44OTUtMS44MDktMjUuMTMzLTUuNDI0Yy0yMy45ODItMTEuMjMxLTQ0LjgxNi0xOS42MDctNjIuNTIyLTI1LjEyN2MtMTcuNy01LjUxOS0zNi43MzItOC4yNzctNTcuMDk5LTguMjc3DQoJCWMtMzUuMjE0LDAtNzUuMjc5LDExLjQxOC0xMjAuMTk3LDM0LjI1OGMtMTEuMDQzLDUuNTItMTguNTYsOS42MTMtMjIuNTU3LDEyLjI3N2MtNS45MDIsNC4zOC04Ljg1NCw5LjYxMS04Ljg1NCwxNS43MDN2MjExLjg0Mg0KCQljMCw0Ljk0OCwxLjgxMiw5LjIzNiw1LjQyOSwxMi44NDdjMy42MTIsMy42Miw3Ljg5OCw1LjQyOCwxMi44NDcsNS40MjhjMy4wNDQsMCw2LjE4LTAuODU1LDkuNDE5LTIuNTY3DQoJCWM1MS43NzItMjcuNzkxLDk1LjkzLTQxLjY4NSwxMzIuNDc1LTQxLjY4NWMxMy44OTMsMCwyNy40NTQsMi4wOTQsNDAuNjc4LDYuMjc5YzEzLjIyOSw0LjE4OCwyNC4yMjIsOC43NTgsMzIuOTc2LDEzLjcwMg0KCQljOC43NjEsNC45NDgsMTkuMDgyLDkuNTIxLDMwLjk3OCwxMy43MDljMTEuOTAyLDQuMTc5LDIzLjY1NCw2LjI3NiwzNS4yNjIsNi4yNzZjMjkuMzE0LDAsNjQuNDMzLTExLjAzNiwxMDUuMzUyLTMzLjExOQ0KCQljNS4xNDQtMi42NjMsOC44OTctNS4yNzcsMTEuMjc2LTcuODQ4YzIuMzgxLTIuNTY5LDMuNTcyLTYuMjMxLDMuNTcyLTEwLjk5NVY4Mi4yMjZDNDkzLjM1Myw3Ny4yNzksNDkxLjU0Niw3Myw0ODcuOTMyLDY5LjM4NXoiDQoJCQkvPg0KPC9zdmc+DQo=);
	display: inline-block;
	margin-right: 10px;
	transform: translateY(-50%);
	font-size: 18px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.sticky .single-post__title::before {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB2aWV3Qm94PSIwIDAgNDkzLjM1MyA0OTMuMzUzIiA+DQoJPHBhdGggZD0iTTYyLjM4NCwzOC4xMTRjLTcuMTM4LTcuMTMzLTE1Ljc1Mi0xMC43MDYtMjUuODM3LTEwLjcwNmMtMTAuMDg5LDAtMTguNzAyLDMuNTc2LTI1Ljg0MSwxMC43MDYNCgkJQzMuNTcxLDQ1LjI1MywwLDUzLjg2NywwLDYzLjk1NUMwLDc3LjY1OCw2LjA4OCw4OC4xMjgsMTguMjcxLDk1LjM2djM2MS40NWMwLDIuNDc1LDAuOTAyLDQuNjE3LDIuNzE0LDYuNDI0DQoJCWMxLjgwNywxLjgwNywzLjk0OSwyLjcxLDYuNDIzLDIuNzFoMTguMjcxYzIuNDc0LDAsNC42MTUtMC44OTYsNi40MjMtMi43MWMxLjgwOS0xLjgwNywyLjcxMi0zLjk0OSwyLjcxMi02LjQyNFY5NS4zNg0KCQljMTIuMTg1LTcuMjM2LDE4LjI3MS0xNy43MDMsMTguMjcxLTMxLjQwNUM3My4wODUsNTMuODcsNjkuNTE4LDQ1LjI1Nyw2Mi4zODQsMzguMTE0eiIvPg0KCTxwYXRoIGQ9Ik00ODcuOTMyLDY5LjM4NWMtMy42Mi0zLjYxNy03LjkwNS01LjQyNi0xMi44NTQtNS40MjZjLTIuNDcxLDAtNy42NTksMS45OTctMTUuNTU4LDUuOTk2DQoJCWMtNy44OTcsMy45OTktMTYuMjc1LDguNDctMjUuMTI1LDEzLjQxOGMtOC44NDMsNC45NDktMTkuMzIxLDkuNDE5LTMxLjQwMSwxMy40MThjLTEyLjA4NywzLjk5OS0yMy4yNzEsNS45OTYtMzMuNTQ0LDUuOTk2DQoJCWMtOS41MjEsMC0xNy44OTUtMS44MDktMjUuMTMzLTUuNDI0Yy0yMy45ODItMTEuMjMxLTQ0LjgxNi0xOS42MDctNjIuNTIyLTI1LjEyN2MtMTcuNy01LjUxOS0zNi43MzItOC4yNzctNTcuMDk5LTguMjc3DQoJCWMtMzUuMjE0LDAtNzUuMjc5LDExLjQxOC0xMjAuMTk3LDM0LjI1OGMtMTEuMDQzLDUuNTItMTguNTYsOS42MTMtMjIuNTU3LDEyLjI3N2MtNS45MDIsNC4zOC04Ljg1NCw5LjYxMS04Ljg1NCwxNS43MDN2MjExLjg0Mg0KCQljMCw0Ljk0OCwxLjgxMiw5LjIzNiw1LjQyOSwxMi44NDdjMy42MTIsMy42Miw3Ljg5OCw1LjQyOCwxMi44NDcsNS40MjhjMy4wNDQsMCw2LjE4LTAuODU1LDkuNDE5LTIuNTY3DQoJCWM1MS43NzItMjcuNzkxLDk1LjkzLTQxLjY4NSwxMzIuNDc1LTQxLjY4NWMxMy44OTMsMCwyNy40NTQsMi4wOTQsNDAuNjc4LDYuMjc5YzEzLjIyOSw0LjE4OCwyNC4yMjIsOC43NTgsMzIuOTc2LDEzLjcwMg0KCQljOC43NjEsNC45NDgsMTkuMDgyLDkuNTIxLDMwLjk3OCwxMy43MDljMTEuOTAyLDQuMTc5LDIzLjY1NCw2LjI3NiwzNS4yNjIsNi4yNzZjMjkuMzE0LDAsNjQuNDMzLTExLjAzNiwxMDUuMzUyLTMzLjExOQ0KCQljNS4xNDQtMi42NjMsOC44OTctNS4yNzcsMTEuMjc2LTcuODQ4YzIuMzgxLTIuNTY5LDMuNTcyLTYuMjMxLDMuNTcyLTEwLjk5NVY4Mi4yMjZDNDkzLjM1Myw3Ny4yNzksNDkxLjU0Niw3Myw0ODcuOTMyLDY5LjM4NXoiDQoJCQkvPg0KPC9zdmc+DQo=);
	display: inline-block;
	margin-right: 10px;
	transform: translateY(-50%);
	font-size: 18px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.tag-sticky-2 .post__title::before {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB2aWV3Qm94PSIwIDAgNDkzLjM1MyA0OTMuMzUzIiA+DQoJPHBhdGggZD0iTTYyLjM4NCwzOC4xMTRjLTcuMTM4LTcuMTMzLTE1Ljc1Mi0xMC43MDYtMjUuODM3LTEwLjcwNmMtMTAuMDg5LDAtMTguNzAyLDMuNTc2LTI1Ljg0MSwxMC43MDYNCgkJQzMuNTcxLDQ1LjI1MywwLDUzLjg2NywwLDYzLjk1NUMwLDc3LjY1OCw2LjA4OCw4OC4xMjgsMTguMjcxLDk1LjM2djM2MS40NWMwLDIuNDc1LDAuOTAyLDQuNjE3LDIuNzE0LDYuNDI0DQoJCWMxLjgwNywxLjgwNywzLjk0OSwyLjcxLDYuNDIzLDIuNzFoMTguMjcxYzIuNDc0LDAsNC42MTUtMC44OTYsNi40MjMtMi43MWMxLjgwOS0xLjgwNywyLjcxMi0zLjk0OSwyLjcxMi02LjQyNFY5NS4zNg0KCQljMTIuMTg1LTcuMjM2LDE4LjI3MS0xNy43MDMsMTguMjcxLTMxLjQwNUM3My4wODUsNTMuODcsNjkuNTE4LDQ1LjI1Nyw2Mi4zODQsMzguMTE0eiIvPg0KCTxwYXRoIGQ9Ik00ODcuOTMyLDY5LjM4NWMtMy42Mi0zLjYxNy03LjkwNS01LjQyNi0xMi44NTQtNS40MjZjLTIuNDcxLDAtNy42NTksMS45OTctMTUuNTU4LDUuOTk2DQoJCWMtNy44OTcsMy45OTktMTYuMjc1LDguNDctMjUuMTI1LDEzLjQxOGMtOC44NDMsNC45NDktMTkuMzIxLDkuNDE5LTMxLjQwMSwxMy40MThjLTEyLjA4NywzLjk5OS0yMy4yNzEsNS45OTYtMzMuNTQ0LDUuOTk2DQoJCWMtOS41MjEsMC0xNy44OTUtMS44MDktMjUuMTMzLTUuNDI0Yy0yMy45ODItMTEuMjMxLTQ0LjgxNi0xOS42MDctNjIuNTIyLTI1LjEyN2MtMTcuNy01LjUxOS0zNi43MzItOC4yNzctNTcuMDk5LTguMjc3DQoJCWMtMzUuMjE0LDAtNzUuMjc5LDExLjQxOC0xMjAuMTk3LDM0LjI1OGMtMTEuMDQzLDUuNTItMTguNTYsOS42MTMtMjIuNTU3LDEyLjI3N2MtNS45MDIsNC4zOC04Ljg1NCw5LjYxMS04Ljg1NCwxNS43MDN2MjExLjg0Mg0KCQljMCw0Ljk0OCwxLjgxMiw5LjIzNiw1LjQyOSwxMi44NDdjMy42MTIsMy42Miw3Ljg5OCw1LjQyOCwxMi44NDcsNS40MjhjMy4wNDQsMCw2LjE4LTAuODU1LDkuNDE5LTIuNTY3DQoJCWM1MS43NzItMjcuNzkxLDk1LjkzLTQxLjY4NSwxMzIuNDc1LTQxLjY4NWMxMy44OTMsMCwyNy40NTQsMi4wOTQsNDAuNjc4LDYuMjc5YzEzLjIyOSw0LjE4OCwyNC4yMjIsOC43NTgsMzIuOTc2LDEzLjcwMg0KCQljOC43NjEsNC45NDgsMTkuMDgyLDkuNTIxLDMwLjk3OCwxMy43MDljMTEuOTAyLDQuMTc5LDIzLjY1NCw2LjI3NiwzNS4yNjIsNi4yNzZjMjkuMzE0LDAsNjQuNDMzLTExLjAzNiwxMDUuMzUyLTMzLjExOQ0KCQljNS4xNDQtMi42NjMsOC44OTctNS4yNzcsMTEuMjc2LTcuODQ4YzIuMzgxLTIuNTY5LDMuNTcyLTYuMjMxLDMuNTcyLTEwLjk5NVY4Mi4yMjZDNDkzLjM1Myw3Ny4yNzksNDkxLjU0Niw3Myw0ODcuOTMyLDY5LjM4NXoiDQoJCQkvPg0KPC9zdmc+DQo=);
	display: inline-block;
	margin-right: 10px;
	transform: translateY(-50%);
	font-size: 18px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.updated:not(.published) {
	display: none;
}

.post__excerpt {
	margin-top: 10px;
	font-size: 16px;
}

.post__thumbnail {
	display: block;
	font-size: 0;
	margin-bottom: 30px;
}

.post__meta {
	font-size: 14px;
	color: var(--durotan-color-gray);
	margin-bottom: 13px;
	text-transform: capitalize;
}

.post__meta .meta-divider {
	margin: 0 9px;
}

.post__meta .meta-cat a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.post__meta .meta-author a {
	color: var(--durotan-color-gray);
}

.post__meta .durotan-svg-icon {
	font-size: 14px;
	margin-right: 10px;
}

.post__title {
	margin: 0;
	line-height: 1.5;
}

.single-post .wp-block-gallery.alignwide, .single-post .wp-block-gallery.alignfull {
	margin-top: 85px;
}

article .entry-content p a {
	line-height: 1;
	position: relative;
	display: inline-block;
}

article .entry-content p a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid;
	transition: width 0.4s;
}

article .entry-content p a:hover:after {
	width: 100%;
	left: 0;
}

article .entry-content .wp-block-tag-cloud a {
	line-height: 26px;
	color: #999999;
}

article .entry-content .wp-block-tag-cloud a:after {
	content: none;
}

article .entry-content .wp-block-tag-cloud a:hover {
	color: #fff;
}

.entry-content a {
	color: var(--durotan-color-blue);
}

.entry-content a:hover {
	color: var(--durotan-color-primary);
}

.entry-content .wp-block-cover-text a {
	color: #fff;
}

.single-post__header {
	margin-bottom: 78px;
}

.single-post__title {
	font-size: 38px;
	line-height: calc( 46/38);
	letter-spacing: -0.015em;
	margin: 0 auto 82px;
	max-width: 539.39px;
}

.single-post__meta {
	font-size: 14px;
	color: var(--durotan-color-gray);
	padding-bottom: 19px;
}

.single-post__meta .meta-cat a {
	color: var(--durotan-color-darker);
	text-transform: uppercase;
	letter-spacing: .05em;
}

.single-post__meta .meta-divider {
	padding: 0 7px;
}

.single-post__footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 65px;
}

.single-post__footer .durotan-social-links label {
	font-size: 14px;
	color: var(--durotan-color-darker);
	margin-right: 17px;
	text-transform: uppercase;
}

.single-post__footer .durotan-social-links--fill .durotan-social-links__link {
	margin-bottom: 0;
}

.single-post__tags-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-post__tags-links a {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	padding: 0 0;
	border: 1px solid #dadada;
	padding: 0 10px;
	margin: 0 5px 5px 0;
}

.single-post__tags-links a:hover {
	color: #fff;
	border-color: var(--durotan-color-primary);
	background-color: var(--durotan-background-color-primary);
}

.durotan-twitter-box {
	padding: 67px 65px 64px;
	background-color: #f9f8f4;
	margin-top: 83px;
	margin-bottom: 52px;
}

.durotan-twitter-box__header {
	display: flex;
	margin-bottom: 38px;
	position: relative;
	padding-right: 40px;
}

.durotan-twitter-box__avatar {
	flex: none;
	margin-right: 20px;
}

.durotan-twitter-box__icon {
	font-size: 36px;
	color: #00ccff;
	position: absolute;
	right: 0;
	top: 10px;
}

.durotan-twitter-box__img {
	border-radius: 50%;
}

.durotan-twitter-box__meta {
	padding-left: 24px;
}

.durotan-twitter-box__name {
	font-size: 20px;
}

.durotan-twitter-box__date {
	font-size: 16px;
	color: var(--durotan-color-gray);
}

.durotan-twitter-box__content {
	font-size: 28px;
	line-height: 1.64286;
}

.durotan-author-box {
	display: flex;
	padding-top: 50px;
	margin-bottom: 38px;
	border-top: 1px solid #e5e5e5;
}

.durotan-author-box__avatar {
	flex: none;
	margin-right: 20px;
}

.durotan-author-box__avatar img {
	border-radius: 50%;
}

.durotan-author-box__info .author-name {
	color: var(--durotan-color-darker);
	margin-bottom: 9px;
	font-size: 24px;
	line-height: 1;
}

.durotan-author-box__info .author-job {
	font-size: 12px;
	text-transform: uppercase;
	color: var(--durotan-color-gray);
	margin-bottom: 9px;
}

.durotan-author-box__info .author-desc {
	font-size: 16px;
	margin-bottom: 23px;
}

.durotan-author-box__info .durotan-social-links__link {
	color: var(--durotan-color-darker);
	margin: 0 10px 10px 0;
}

.durotan-author-box__info .durotan-social-links__icon {
	font-size: 16px;
}

.related-posts {
	padding-top: 75px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 90px;
}

.related-posts h3 {
	margin: 0 0 32px;
}

.related-posts .durotan-posts-list {
	display: flex;
	margin: 0 -15px;
}

.related-posts .post {
	flex: 1 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 0;
}

.single-post .comments-area {
	padding-top: 35px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.durotan-featured {
	height: 670px;
	margin-bottom: 96px;
}

.durotan-featured-posts-carousel .featured-post {
	position: relative;
	overflow: hidden;
	height: 670px;
	background-size: cover;
}

.durotan-featured-posts-carousel .featured-post:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 41%, transparent);
}

.durotan-featured-posts-carousel .featured-post__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	margin-bottom: 0;
	z-index: 1;
}

.durotan-featured-posts-carousel .blog-wrapper__entry-meta .meta-cat,
.durotan-featured-posts-carousel .blog-wrapper__entry-meta .meta-date {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}

.durotan-featured-posts-carousel .blog-wrapper__entry-meta .meta-cat a {
	color: #fff;
}

.durotan-featured-posts-carousel .blog-wrapper__entry-meta .meta-divider {
	margin: 0 13px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}

.durotan-featured-posts-carousel .blog-wrapper__entry-title {
	margin-bottom: 66px;
	line-height: 46px;
	letter-spacing: -0.015em;
}

.durotan-featured-posts-carousel .blog-wrapper__entry-title a {
	color: #fff;
}

.durotan-featured-posts-carousel .swiper-pagination-bullet {
	width: 23px;
	height: 23px;
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: 50%;
	margin-right: 9px;
	opacity: 1;
	position: relative;
}

.durotan-featured-posts-carousel .swiper-pagination-bullet:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--durotan-background-color-light);
}

.durotan-featured-posts-carousel .swiper-pagination-bullet-active {
	border-color: var(--durotan-color-light);
}

.durotan-featured-posts-carousel .swiper-pagination {
	position: absolute;
	bottom: 70px;
	z-index: 1;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
}

.durotan-latest-posts-carousel {
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 70px;
}

.durotan-latest-posts-carousel .latest-post__thumbnail {
	display: block;
	font-size: 0;
	margin-bottom: 40px;
}

.durotan-latest-posts-carousel .latest-post__time {
	float: left;
	max-width: 85px;
	line-height: 1;
	padding-right: 52px;
	display: inline-table;
}

.durotan-latest-posts-carousel .latest-post__time .day-number {
	display: block;
	font-family: var(--durotan-heading-font);
	font-size: 60px;
	color: var(--durotan-color-darker);
	padding-bottom: 11px;
}

.durotan-latest-posts-carousel .latest-post__time .date-number {
	font-size: 14px;
	line-height: 1.5;
}

.durotan-latest-posts-carousel .latest-post__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	margin-bottom: 13px;
	padding-right: 20px;
}

.durotan-latest-posts-carousel .latest-post__title a {
	--durotan-color-box-shadow: white;
	box-shadow: inset 0 -2px white, inset 0 -4px var(--durotan-color-box-shadow);
}

.durotan-latest-posts-carousel .latest-post__title a:hover {
	color: var(--durotan-color-darker);
	--durotan-color-box-shadow: var( --durotan-color-darker );
}

.durotan-latest-posts-carousel .latest-post__meta {
	font-size: 14px;
}

.durotan-latest-posts-carousel .latest-post__meta .meta-divider {
	padding: 0 7px;
}

.durotan-latest-posts-carousel .latest-post__meta .meta-cat a {
	color: var(--durotan-color-primary);
	text-transform: uppercase;
}

.durotan-latest-posts-carousel .latest-post__meta .meta-author {
	color: var(--durotan-color-gray);
}

.durotan-latest-posts-carousel .latest-post__meta .meta-author a {
	color: var(--durotan-color-gray);
}

.durotan-latest-posts-carousel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 49px;
}

.durotan-latest-posts-carousel__header h2 {
	margin: 0;
}

.durotan-latest-posts-carousel__header .durotan-posts-button {
	font-size: 24px;
	cursor: pointer;
}

.durotan-latest-posts-carousel__header .durotan-posts-button svg {
	color: #999999;
	font-size: 24px;
}

.durotan-latest-posts-carousel__header .durotan-posts-button.swiper-button-disabled {
	cursor: not-allowed;
}

.durotan-latest-posts-carousel__header .durotan-posts-button:focus {
	outline: none;
}

.durotan-latest-posts-carousel__header .durotan-posts-button:hover svg {
	color: var(--durotan-color-darker);
}

.durotan-latest-posts-carousel__header .durotan-posts-button-prev {
	padding-right: 24px;
}

.durotan-posts-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}

.durotan-posts-header__taxs-list {
	list-style: none;
	padding-left: 0;
	padding-right: 30px;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.durotan-posts-header__taxs-list li {
	display: inline-block;
}

.durotan-posts-header__taxs-list li a {
	display: block;
	padding-right: 32px;
	font-size: 14px;
	text-transform: uppercase;
}

.durotan-posts-header__taxs-list li a.selected, .durotan-posts-header__taxs-list li a:hover {
	color: var(--durotan-color-primary);
}

.durotan-posts-header__search {
	position: relative;
	max-width: 270px;
	width: 270px;
	margin-left: auto;
}

.durotan-posts-header__search .search-submit {
	color: #161619;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	background: transparent;
	line-height: 45px;
	border: none;
}

.durotan-posts-header__search .search-submit .durotan-svg-icon {
	font-size: 20px;
}

.durotan-posts-header__search .search-field {
	padding-left: 30px;
	width: 100%;
	background: transparent;
}

.durotan-blog-grid .durotan-posts-list.row {
	margin: 0 -30px;
}

.durotan-blog-grid .blog-wrapper {
	padding: 0 30px;
	margin-bottom: 60px;
}

.durotan-posts-newsletter {
	margin-bottom: 122px;
	padding-bottom: 90px;
}

.durotan-posts-newsletter > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.durotan-posts-newsletter > .container:before, .durotan-posts-newsletter > .container:after {
	display: none;
}

.durotan-posts-newsletter h3 {
	margin: 0 40px 0 0;
	line-height: 43px;
}

.durotan-posts-newsletter hr {
	flex: 1;
	margin-bottom: -205px;
	background-color: var(--durotan-border-input-color);
}

.durotan-posts-newsletter__search {
	position: relative;
	border-bottom: 1px solid var(--durotan-border-input-color);
	flex: 0 1 calc( 100% - 400px);
}

.durotan-posts-newsletter__search .durotan-svg-icon {
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 42%;
	transform: translateY(-50%);
	color: #000;
}

.durotan-posts-newsletter__search .search-field {
	padding-left: 44px;
	border-bottom-width: 0;
	width: 85%;
}

.durotan-posts-newsletter__search .search-submit {
	float: right;
	text-align: right;
	width: 15%;
	line-height: 45px;
	background-color: transparent;
	color: var(--durotan-color-darker);
	padding: 0;
}

.blog-classic .site-content {
	padding-top: 0;
}

.blog-classic .hentry {
	margin-bottom: 40px;
	padding-bottom: 42px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}

.blog-classic .hentry:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	width: calc( 100% - 30px);
	height: 1px;
	background-color: #d9d9d9;
}

.blog-classic .hentry.sticky {
	border: 1px solid #d9d9d9;
	padding: 30px;
	background-color: #f6f6f6;
	flex: 0 0 calc( 100% - 30px);
	max-width: calc( 100% - 30px);
	margin: 0 15px 50px;
}

.blog-classic .hentry.sticky:after {
	content: none;
}

.blog-classic .hentry.sticky + .hentry {
	padding-top: 45px;
}

.blog-classic .hentry.sticky + .hentry::before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	width: calc( 100% - 30px);
	height: 1px;
	background-color: #d9d9d9;
}

.blog-classic .hentry.sticky.has-post-thumbnail {
	padding: 30px 30px 15px 30px;
}

.blog-classic .hentry:last-child {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.blog-classic .hentry:last-child:after {
	content: none;
}

.blog-classic .hentry.has-post-thumbnail {
	padding-top: 10px;
	padding-bottom: 35px;
}

.blog-classic .hentry.has-post-thumbnail .post__thumbnail {
	margin-bottom: 15px;
	margin-right: 30px;
}

.blog-classic .hentry.no-title {
	padding-top: 5px;
}

.blog-classic .hentry.no-content {
	padding-bottom: 32px;
}

.blog-classic .post__summary {
	width: 100%;
	flex: 1;
}

.blog-classic .post__meta span {
	position: relative;
	color: #888;
}

.blog-classic .post__meta span:first-child {
	padding-left: 0;
}

.blog-listing .hentry {
	margin-bottom: 55px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.blog-listing .post--large,
.blog-listing .post--small {
	display: block;
}

.blog-listing .post--large .post__thumbnail,
.blog-listing .post--small .post__thumbnail {
	width: inherit;
	margin-bottom: 35px;
	margin-right: 0;
}

.blog-listing .post--large .post__summary,
.blog-listing .post--small .post__summary {
	min-height: auto;
	border-bottom: 0;
	padding-bottom: 0;
}

.blog-listing .post--large .post__title {
	letter-spacing: -0.4px;
	margin-bottom: 14px;
}

.blog-listing .post--small {
	margin-bottom: 61px;
}

.blog-listing .post--small:nth-child(6n+3) {
	padding-right: 35px;
}

.blog-listing .post--small:nth-child(6n+4) {
	padding-left: 35px;
}

.blog-listing .post__thumbnail {
	width: 350px;
	margin-bottom: 0;
	margin-right: 50px;
}

.blog-listing .post__summary {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 18px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
}

.blog-listing .post__footer {
	margin-top: 40px;
}

.blog-listing .post__footer .post__meta,
.blog-listing .post__footer .post__meta a {
	color: #666;
}

.blog-listing .post__meta {
	position: relative;
	top: -5px;
	margin-bottom: 9px;
}

.blog-listing .meta-comment .durotan-svg-icon {
	color: #999;
}

.blog-listing .post__divider {
	width: 100%;
	background-color: #e9e9e9;
	margin: 0 0 72px;
}

.page-links .post-page-numbers {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 6px;
	text-align: center;
	border: 1px solid #dfdfdf;
	color: var(--durotan-color-gray);
}

.page-links .post-page-numbers:hover, .page-links .post-page-numbers.current {
	border-color: transparent;
	background-color: var(--durotan-background-color-primary);
	color: var(--durotan-color-light);
}

.page-links .post-page-numbers .durotan-svg-icon {
	font-size: 12px;
}

.page-links .post-page-numbers.next, .page-links .post-page-numbers.prev {
	vertical-align: top;
	padding: 0 19px;
	font-size: 14px;
	text-transform: uppercase;
}

.search-results .blog-wrapper {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 42px;
	position: relative;
}

.search-results .blog-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	width: calc( 100% - 30px);
	height: 1px;
	background-color: #d9d9d9;
}

.search-results .blog-wrapper:last-child {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.search-results .blog-wrapper:last-child:after {
	content: none;
}

.search-results .blog-wrapper.has-post-thumbnail {
	padding-top: 10px;
	padding-bottom: 35px;
}

.search-results .blog-wrapper.has-post-thumbnail .post__thumbnail {
	margin-bottom: 15px;
	margin-right: 30px;
}

.search-results .blog-wrapper.no-title {
	padding-top: 5px;
}

.search-results .blog-wrapper.no-content {
	padding-bottom: 32px;
}

.search-results .blog-wrapper.type-product .post__meta {
	display: none;
}

.search-results .blog-wrapper .post__thumbnail {
	float: left;
	margin-bottom: 0;
	margin-right: 50px;
}

.search-no-results .no-results .search-form {
	display: flex;
}

.search-no-results .no-results .search-form input[type="search"] {
	border: 1px solid var(--durotan-border-input-color);
	font-size: 18px;
	line-height: 54px;
	margin: 0;
	padding: 0 20px;
}

.search-no-results .no-results .search-form button {
	margin-left: 10px;
	padding: 0 20px;
}

.search-no-results .no-results .page-header {
	padding: 0;
}

.search-no-results .no-results .page-title {
	margin-top: 0;
}

.page-header {
	text-align: center;
	padding: 75px 0;
}

.page-header__title {
	margin: 0;
}

.page-header__description {
	margin-top: 10px;
}

.search-header h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

/*--------------------------------------------------------------
## Posts And Pages
--------------------------------------------------------------*/
body.page.has-pageheader .page-header {
	padding-bottom: 79px;
}

body.page.has-pageheader .page-header .page-header__title {
	font-size: 48px;
}

body.page.has-pageheader .site-content {
	padding-top: 0;
}

.maintenance-page {
	overflow: hidden;
}

.maintenance-page .site-content {
	padding: 0;
	overflow: hidden;
}

.error404 .error-404 {
	text-align: center;
	max-width: 500px;
	margin: auto;
}

.error404 .error-404 .page-title {
	font-size: 250px;
	color: var(--durotan-color-primary);
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 38px;
}

.error404 .error-404 .page-content {
	font-size: 36px;
	color: var(--durotan-color-darker);
	line-height: 46px;
	margin-bottom: 80px;
}

.error404 .error-404 .durotan-button {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	border: 1px solid var(--durotan-color-primary);
	color: var(--durotan-color-primary);
	background-color: var(--durotan-color-light);
	font-weight: normal;
	padding: 20px 55px;
	line-height: 1;
}

.error404 .error-404 .durotan-button:hover {
	color: var(--durotan-color-light);
	background-color: var(--durotan-color-primary);
}

@media (max-width: 767px) {
	.error404 .error-404 .page-title {
		font-size: 150px;
		margin: 0 0 20px;
	}
	.error404 .error-404 .page-content {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 50px;
	}
	.error404 .error-404 .durotan-button {
		font-size: 16px;
		padding: 15px 45px;
	}
}

@media (max-width: 360px) {
	.error404 .error-404 .page-title {
		font-size: 130px;
	}
	.error404 .error-404 .page-content {
		font-size: 22px;
		line-height: 34px;
	}
	.error404 .error-404 .durotan-button {
		font-size: 16px;
		padding: 15px 35px;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-list {
	list-style: none;
	margin: 39px 0 0 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
}

.comment-list .comment-author {
	float: left;
}

.comment-list .comment-author img {
	border-radius: 50%;
}

.comment-list .comment-author ~ .comment-content {
	margin-left: 105px;
}

.comment-list .comment-desc {
	font-size: 16px;
	letter-spacing: .15px;
	line-height: 1.625;
}

.comment-list .comment-metadata {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.comment-list .comment-metadata .fn {
	font-size: 18px;
	color: var(--durotan-color-darker);
	font-style: inherit;
	padding-right: 25px;
	max-width: 75%;
}

.comment-list .comment-metadata a.date {
	font-size: 14px;
	color: var(--durotan-color-gray);
	max-width: 35%;
}

.comment-list .comment-body {
	padding: 42px 0;
	position: relative;
}

.comment-list .comment-body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #d8d8d8;
}

.comment-list > li:first-child .comment-body {
	padding-top: 0;
}

.comment-list > li:first-child .comment-body:before {
	display: none;
}

.comment-list .comment-respond {
	margin-bottom: 70px;
}

.comment-list .comment-respond .comment-reply-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment-list .comment-respond .comment-reply-title small {
	font-size: 60%;
}

.comments-title.has-comments {
	margin: 40px 0 51px;
}

.comment-respond .comment-reply-title {
	font-size: 24px;
	margin: 0 0 29px;
}

.comment-respond .comment-notes {
	font-size: 14px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	width: 50%;
	float: left;
}

.comment-respond .comment-form {
	margin-left: -15px;
	margin-right: -15px;
}

.comment-respond .comment-form > p {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 0 15px;
}

.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email] {
	width: 100%;
	display: block;
}

.comment-respond .comment-form .form-submit {
	display: inline-block;
	margin: 46px 0 0;
}

.comment-respond .comment-form .form-submit input[type="submit"] {
	text-transform: uppercase;
}

.no-comments {
	margin-top: 35px;
	padding: 10px 20px;
	color: var(--durotan-color-light);
	background-color: var(--durotan-background-color-primary);
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	--durotan-footer-background-color: #ffffff;
	--durotan-footer-heading-color: #000000;
	--durotan-footer-text-color: #666666;
	--durotan-footer-text-color-hover: #000000;
	--durotan-footer-field-background-color: #ffffff;
	--durotan-footer-field-text-placeholder-color: #cccccc;
	--durotan-footer-field-border-color: #d0d0d0;
	--durotan-footer-button-background-color: var(--durotan-background-color-primary);
	--durotan-footer-button-background-color-hover: var(--durotan-background-color-darker);
	--durotan-footer-button-text-color: #ffffff;
	background-color: var(--durotan-footer-background-color);
	position: relative;
}

.site-footer a {
	color: var(--durotan-footer-text-color);
}

.site-footer a:hover {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer p,
.site-footer span {
	color: var(--durotan-footer-text-color);
}

.site-footer .durotan-svg-icon {
	color: var(--durotan-footer-text-color);
}

.site-footer .durotan-svg-icon:hover {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer input[type="email"],
.site-footer input[type="text"] {
	color: var(--durotan-footer-heading-color);
}

.site-footer input[type="email"]::placeholder,
.site-footer input[type="text"]::placeholder {
	color: var(--durotan-footer-field-text-placeholder-color);
}

.site-footer input[type="submit"],
.site-footer button {
	background-color: var(--durotan-footer-button-background-color);
}

.site-footer input[type="submit"]:hover,
.site-footer button:hover {
	background-color: var(--durotan-footer-button-background-color-hover);
}

.site-footer .footer-newsletter input[type="email"],
.site-footer .footer-newsletter input[type="text"] {
	background-color: transparent;
	border-color: #c1c5cd;
	font-size: 16px;
}

.site-footer .footer-newsletter input[type="email"]::placeholder,
.site-footer .footer-newsletter input[type="text"]::placeholder {
	color: var(--durotan-color-gray);
}

.site-footer .footer-newsletter input[type="submit"],
.site-footer .footer-newsletter button {
	background-color: transparent;
}

.site-footer .footer-newsletter input[type="submit"]:hover,
.site-footer .footer-newsletter button:hover {
	background-color: transparent;
}

.site-footer .durotan-language {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--durotan-footer-text-color);
	letter-spacing: 0.015em;
	margin: 0;
}

.site-footer .durotan-language a::after {
	display: none;
}

.site-footer .durotan-language .dropdown ul li {
	margin-bottom: 0;
	line-height: auto;
}

.site-footer .durotan-language .dropdown ul li a {
	width: 100%;
	height: auto;
	margin: 0;
}

.site-footer .durotan-language .selected {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer .durotan-language .active a {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer .durotan-currency {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--durotan-footer-text-color);
	letter-spacing: 0.015em;
}

.site-footer .durotan-currency a::after {
	display: none;
}

.site-footer .durotan-currency .dropdown ul li {
	margin-bottom: 0;
	line-height: auto;
}

.site-footer .durotan-currency .dropdown ul li a {
	width: 100%;
	height: auto;
	margin: 0;
}

.site-footer .durotan-currency .selected {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer .durotan-currency .active a {
	color: var(--durotan-footer-text-color-hover);
	opacity: 1;
}

.site-footer .durotan-language--horizontal ul li,
.site-footer .durotan-currency--horizontal ul li {
	margin-right: 14px;
}

.site-footer .durotan-language--horizontal ul li:last-child,
.site-footer .durotan-currency--horizontal ul li:last-child {
	margin-right: 0;
}

.site-footer .durotan-language--list-dropdown ul,
.site-footer .durotan-currency--list-dropdown ul {
	background-color: var(--durotan-footer-background-color);
}

.site-footer .durotan-socials-widget .socials-content__v2 a {
	display: inline-block;
	color: var(--durotan-footer-text-color);
	margin-right: 20px;
}

.site-footer .durotan-socials-widget .socials-content__v2 a:hover {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer .durotan-socials-widget .socials-content__v2 a:hover .durotan-svg-icon {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer .durotan-socials-widget .socials-content__v2 a:hover .durotan-svg-icon svg {
	color: var(--durotan-footer-text-color-hover);
}

.site-footer.has-border {
	border-top: 1px solid #dbdbdb;
}

body.footer-has-parallax {
	--durotan-site-content-background-color: #ffffff;
}

body.footer-has-parallax .site-content {
	position: relative;
	z-index: 2;
	background-color: var(--durotan-site-content-background-color);
	max-width: 100%;
	overflow: hidden;
}

body.footer-has-parallax .site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
}

body.footer-has-parallax .site-footer.active {
	z-index: 1;
	opacity: 1;
}

.durotan-show-widget {
	display: none;
}

.footer-newsletter .mc4wp-form .durotan-svg-icon {
	top: 50%;
	color: var(--durotan-footer-heading-color);
}

.footer-newsletter .mc4wp-form input[type="submit"],
.footer-newsletter .mc4wp-form button {
	color: var(--durotan-footer-heading-color);
}

.footer-newsletter__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 75px 135px;
	border-bottom: 1px solid #dedede;
}

.footer-newsletter__title {
	font-family: "Jost", sans-serif;
	margin: 20px 40px 20px 0;
	font-weight: 300;
	color: var(--durotan-footer-heading-color);
}

.header-v9 .footer-newsletter__wrapper {
	padding-left: 0;
	padding-right: 0;
}

.header-v9 .footer-newsletter__wrapper .durotan-posts-newsletter__search {
	flex: 0 1 calc( 100% - 540px);
}

.header-v9 .footer-newsletter__wrapper .mc4wp-form input[type="text"],
.header-v9 .footer-newsletter__wrapper .mc4wp-form input[type="email"],
.header-v9 .footer-newsletter__wrapper .mc4wp-form select, .header-v9 .footer-newsletter__wrapper .mc4wp-form textarea {
	width: calc(69% - 44px);
}

.header-v9 .footer-newsletter__title {
	font-weight: 400;
}

.header-v9 .footer-newsletter__title b,
.header-v9 .footer-newsletter__title strong {
	color: #f24d1d;
}

.footer-widgets {
	padding-top: 150px;
	padding-bottom: 0;
}

.footer-widgets .footer-widget {
	padding: 0 15px;
}

.footer-widgets .footer-widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .footer-widget p {
	margin-bottom: 1em;
}

.footer-widgets .footer-widgets-diff {
	display: flex;
	justify-content: space-around;
}

.footer-widgets .widget {
	margin: 0 0 47px;
}

.footer-widgets .widget-title {
	font-size: 24px;
	font-family: "Jost", sans-serif;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
	line-height: 18.03px;
	color: var(--durotan-footer-heading-color);
}

.footer-widgets ul li {
	padding: 0;
	margin-bottom: 1em;
}

.footer-widgets ul li a {
	line-height: 1.2;
	line-height: 1;
	position: relative;
	display: inline-block;
}

.footer-widgets ul li a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid;
	transition: width 0.4s;
}

.footer-widgets ul li a.active, .footer-widgets ul li a:hover {
	text-decoration: none;
}

.footer-widgets ul li a.active:after, .footer-widgets ul li a:hover:after {
	width: 100%;
	left: 0;
}

.footer-widgets ul li a:hover:after {
	border-color: var(--durotan-footer-text-color-hover);
}

.footer-widgets .durotan-socials-widget a {
	margin-right: 20px;
}

.footer-widgets .durotan-socials-widget a:last-child {
	margin-right: 0;
}

.footer-widgets .durotan-socials-widget .durotan-svg-icon {
	font-size: 20px;
}

.footer-widgets .durotan-instagram-widget .widget-title {
	margin-bottom: 60px;
}

.footer-widgets .durotan-instagram-widget .instagram-desc {
	margin-bottom: 27px;
}

.footer-widgets .durotan-instagram-widget a {
	color: var(--durotan-footer-heading-color);
}

.footer-widgets .durotan-instagram-widget a::after {
	display: none;
}

.footer-widgets .durotan-instagram-widget ul li {
	margin-bottom: 0;
}

.footer-widgets:not(.footer-widgets__v3) .widget_mc4wp_form_widget .durotan-show-widget {
	display: block;
	margin-bottom: 36px;
	color: var(--durotan-footer-text-color);
}

.footer-widgets:not(.footer-widgets__v3) .widget_mc4wp_form_widget p {
	font-size: 16px;
}

.footer-widgets:not(.footer-widgets__v3) .widget_mc4wp_form_widget p a {
	text-decoration: underline;
	color: var(--durotan-footer-heading-color);
}

.footer-widgets:not(.footer-widgets__v3) .widget_mc4wp_form_widget .durotan-svg-icon {
	display: none;
}

.footer-widgets:not(.footer-widgets__v3) .mc4wp-form {
	border-bottom: none;
	max-width: 100%;
	width: auto;
}

.footer-widgets:not(.footer-widgets__v3) .mc4wp-form input[type="text"],
.footer-widgets:not(.footer-widgets__v3) .mc4wp-form input[type="email"] {
	height: 60px;
	font-size: 18px;
	margin: 0;
	padding: 0 30px;
	width: 100%;
	border: 1px solid var(--durotan-footer-field-border-color);
	background-color: var(--durotan-footer-field-background-color);
}

.footer-widgets:not(.footer-widgets__v3) .mc4wp-form input[type="text"]::placeholder,
.footer-widgets:not(.footer-widgets__v3) .mc4wp-form input[type="email"]::placeholder {
	color: var(--durotan-color-gray);
}

.footer-widgets:not(.footer-widgets__v3) .mc4wp-form input[type="submit"],
.footer-widgets:not(.footer-widgets__v3) .mc4wp-form button {
	float: none;
	text-align: center;
	letter-spacing: 0.025em;
	width: auto;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 54px;
	border: 0;
	border-radius: 0;
	padding: 0 30px;
	background-color: var(--durotan-footer-button-background-color);
	transition: 0.4s;
	color: var(--durotan-footer-button-text-color);
}

.footer-widgets:not(.footer-widgets__v3) .mc4wp-form input[type="submit"]:hover,
.footer-widgets:not(.footer-widgets__v3) .mc4wp-form button:hover {
	background-color: var(--durotan-footer-button-background-color-hover);
}

.header-v7 .footer-widgets {
	padding-top: 0;
}

.header-v9 .footer-widgets {
	padding-top: 85px;
}

.footer-widget__wrapper {
	display: flex;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-widgets__v1 .footer-container::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #dedede;
	margin-top: 79px;
}

.footer-widgets__v1 .footer-widget:first-child .widget:first-child .widget-title {
	font-size: 30.05px;
	font-family: var(--durotan-heading-font);
}

.footer-widgets__v2 {
	padding-top: 50px;
}

.footer-widgets__v2 .widget-title {
	font-size: 30px;
	font-family: var(--durotan-heading-font);
	margin-bottom: 38px;
}

.footer-widgets__v2 .widget,
.footer-widgets__v2 .durotan-socials-widget {
	margin: 0 0 10px;
}

.footer-widgets__v2 .widget p,
.footer-widgets__v2 .durotan-socials-widget p {
	margin: 0;
	line-height: 36px;
}

.footer-widgets__v2.child-1 .row {
	justify-content: center;
}

.footer-widgets__v2.child-1 .footer-widget {
	text-align: center;
}

.footer-widgets__v2.child-more .footer-widget {
	text-align: center;
}

.footer-widgets__v2.child-more .footer-widget:first-child {
	text-align: left;
}

.footer-widgets__v2.child-more .footer-widget:first-child .widget-title {
	font-size: 14px;
	letter-spacing: 0.050em;
	font-family: "Jost", sans-serif;
}

.footer-widgets__v2.child-more .footer-widget:first-child ul {
	justify-content: flex-start;
	text-align: left;
}

.footer-widgets__v2.child-more .footer-widget:last-child {
	text-align: right;
	justify-content: flex-end;
}

.footer-widgets__v2.child-more .footer-widget:last-child .widget-title {
	font-size: 14px;
	letter-spacing: 0.050em;
	font-family: "Jost", sans-serif;
}

.footer-widgets__v2.child-more .footer-widget:last-child ul {
	justify-content: flex-end;
	text-align: right;
}

.footer-widgets__v3 ~ .footer-main .footer__copyright {
	margin-bottom: 101px;
	text-transform: lowercase;
	font-size: 16px;
	letter-spacing: 0.025em;
}

.footer-widgets__v3.child-1 .row {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	justify-content: center;
}

.footer-widgets__v3.child-1 .footer-widget {
	border: none;
	text-align: center;
}

.footer-widgets__v3.child-more {
	border-bottom: 1px solid #dbdbdb;
	padding-top: 0;
}

.footer-widgets__v3.child-more .footer-widget {
	padding-top: 90px;
	padding-bottom: 36px;
	border-right: 1px solid #dbdbdb;
	margin-bottom: 0;
	text-align: center;
}

.footer-widgets__v3.child-more .footer-widget:last-child {
	border-right: none;
}

.footer-widgets__v3 .widget-title {
	margin-bottom: 24px;
	font-family: var(--durotan-heading-font);
	font-size: 18px;
	letter-spacing: 0.050em;
}

.footer-widgets__v3 p,
.footer-widgets__v3 li {
	color: var(--durotan-footer-text-color);
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.015em;
}

.footer-widgets__v3 .durotan-socials-widget {
	margin-top: 0;
}

.footer-widgets__v3 .durotan-socials-widget .durotan-svg-icon {
	font-size: 24px;
}

.footer-widgets__v3 .widget_mc4wp_form_widget .durotan-posts-newsletter__search {
	border: 1px solid var(--durotan-border-input-color);
}

.footer-widgets__v3 .widget_mc4wp_form_widget .durotan-svg-icon {
	display: none;
}

.footer-widgets__v3 .widget_mc4wp_form_widget form {
	border-bottom: none;
	max-width: 350px;
	width: auto;
	margin: auto;
	padding: 9px 18px 8px;
}

.footer-widgets__v3 .widget_mc4wp_form_widget form .mc4wp-form-fields {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-widgets__v3 .widget_mc4wp_form_widget .mc4wp-form input[type="text"],
.footer-widgets__v3 .widget_mc4wp_form_widget .mc4wp-form input[type="email"] {
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 65%;
	border: none;
}

.footer-widgets__v3 .widget_mc4wp_form_widget .mc4wp-form input[type="submit"],
.footer-widgets__v3 .widget_mc4wp_form_widget .mc4wp-form button {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.050em;
	width: 35%;
	background-color: transparent;
	color: var(--durotan-footer-heading-color);
}

.footer-extra {
	padding: 48px 0 44px;
}

.footer-extra__wrapper {
	display: flex;
}

.footer-extra__col-1 {
	padding: 63px 0 26px;
}

.footer-extra__col-1 .footer-menu ul li a {
	color: var(--durotan-footer-heading-color);
	font-weight: 500;
}

.footer-main .footer-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-main .footer-menu ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.footer-main .footer-menu ul.menu li {
	padding: 0 29px;
	font-size: 16px;
	text-transform: uppercase;
}

.footer-main .footer-menu ul.menu li:first-child {
	padding-left: 0;
}

.footer-main .footer-menu ul.menu li:last-child {
	padding-right: 0;
}

.footer-main.footer-main__col-1 {
	padding-bottom: 0;
}

.footer-main.footer-main__col-1 .footer-main__items {
	justify-content: center;
	display: block;
	text-align: center;
}

.footer-main .footer-main__items--right {
	justify-content: flex-end;
	display: flex;
}

.footer-main__col-1 .footer-main__items {
	display: block;
}

.footer-main__col-1 .footer-main__items > div {
	display: block;
	margin: 62px 0 30px;
}

.footer-main__col-1 .footer-main__items > div:first-child {
	margin-top: 0;
	margin-bottom: 15px;
}

.footer-main__col-3 .footer-language {
	margin-left: 110px;
}

.header-v9 .footer-main__col-3 .footer-language {
	margin-left: 76px;
}

.footer__items {
	display: flex;
	align-items: center;
	flex: auto;
}

.footer__items--center {
	text-align: center;
	justify-content: center;
}

.footer__items--left > * {
	margin-right: 60px;
}

.footer__items--left > *:last-child {
	margin-right: 0;
}

.footer__items--right {
	justify-content: flex-end;
}

.footer__items--right > * {
	margin-left: 60px;
}

.footer__items--right > *:first-child {
	margin-left: 0;
}

.site-footer .footer__items--right .durotan-language--list-dropdown ul,
.site-footer .footer__items--right .durotan-currency--list-dropdown ul {
	left: auto;
	right: -15px;
}

.footer-payments {
	display: flex;
	align-items: center;
}

.footer-payments .label {
	font-size: 14px;
	letter-spacing: 0.050em;
	text-transform: uppercase;
	margin-right: 40px;
}

.footer-payments .payment-image {
	margin-right: 22px;
	display: inline-block;
	line-height: 0;
}

.footer-payments .payment-image:last-child {
	margin-right: 0;
}

.footer__copyright {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--durotan-footer-text-color);
	letter-spacing: 0.050em;
}

.footer__copyright strong {
	color: var(--durotan-footer-heading-color);
	font-weight: 500;
}

.footer-menu ul {
	padding: 0;
	margin: 0 -30px;
	list-style: none;
}

.footer-menu ul li {
	padding: 0 30px;
}

.footer-menu ul li a {
	color: #666666;
	letter-spacing: 0.050em;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	display: inline-block;
}

.footer-menu ul li a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid;
	transition: width 0.4s;
}

.footer-menu ul li a.active, .footer-menu ul li a:hover {
	text-decoration: none;
}

.footer-menu ul li a.active:after, .footer-menu ul li a:hover:after {
	width: 100%;
	left: 0;
}

.footer-extra__col-1 ul li {
	padding-bottom: 10px;
}

.footer-menu__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.site-footer .footer-widgets__v2 .durotan-currency,
.site-footer .footer-widgets__v2 .durotan-language,
.site-footer .footer-extra__col-3 .durotan-currency,
.site-footer .footer-extra__col-3 .durotan-language {
	font-size: 16px;
}

.site-footer .footer-main__col-2 .durotan-language--horizontal ul li,
.site-footer .footer-main__col-2 .durotan-currency--horizontal ul li {
	margin-right: 0;
}

.header-v5 .footer-extra__col-3 {
	padding: 47px 0;
}

.header-v5 .footer-main__col-1 {
	padding: 0;
}

.header-v5 .footer-menu ul li a {
	color: #666666;
}

.header-v5 .footer-menu ul li a:hover {
	color: var(--durotan-footer-text-color-hover);
}

/*--------------------------------------------------------------
## Widget
--------------------------------------------------------------*/
.widget {
	margin: 0 0 62px;
}

.widget ul,
.widget ol {
	margin-bottom: 0;
}

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

.widget ul ul {
	padding-left: 15px;
}

.widget ul ul li:last-child {
	padding-bottom: 0;
}

.widget ol {
	padding-left: 16px;
}

.widget li {
	padding: 7px 0;
}

.widget > ul > li:first-child {
	padding-top: 0;
}

.widget > ul > li:last-child {
	padding-bottom: 0;
}

.widget select {
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 12px 25px;
	color: var(--durotan-color-darker);
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	transition: .1s;
	padding-right: 40px;
}

.widget select:focus {
	outline: none;
}

.widget .tagcloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.widget .tag-cloud-link {
	font-size: 14px !important;
	line-height: 26px;
	color: #999999;
	padding: 0 0;
	border: 1px solid #dadada;
	padding: 0 10px;
	margin: 0 5px 5px 0;
}

.widget .tag-cloud-link:hover {
	color: #fff;
	border-color: var(--durotan-color-primary);
	background-color: var(--durotan-background-color-primary);
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul {
	list-style: none;
	padding-left: 0;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
	padding: 5px 0;
}

.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child {
	padding-bottom: 0;
}

.wp-block-social-links li {
	padding: 0;
}

.widget-title {
	font-family: var(--durotan-font-main);
	text-transform: uppercase;
	letter-spacing: .25px;
	margin: 0 0 22px;
}

.widget_search .widget-title {
	margin-bottom: 10px;
}

.widget_search .search-form {
	position: relative;
}

.widget_search .search-field {
	width: 100%;
	font-size: 16px;
}

.widget_search .search-submit {
	color: #161619;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0 0 20px;
	background: transparent;
	line-height: 45px;
	border: none;
}

.widget_search .durotan-svg-icon {
	font-size: 20px;
}

.durotan-socials-widget .socials-content__v1 a {
	display: inline-flex;
	color: var(--durotan-text-main-color);
	margin: 0 24px 5px 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #cdcdcd;
}

.durotan-socials-widget .socials-content__v1 a .durotan-svg-icon {
	font-size: 18px;
}

.durotan-socials-widget .socials-content__v1 a:hover {
	color: var(--durotan-color-light);
	background-color: var(--durotan-background-color-primary);
}

.durotan-popular-posts-widget {
	margin-bottom: 48px;
}

.durotan-popular-posts-widget ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.durotan-popular-posts-widget li {
	padding: 16px 0 17px 30px;
	position: relative;
	transition: .3s;
}

.durotan-popular-posts-widget li:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

.durotan-popular-posts-widget li:hover .no {
	color: var(--durotan-color-darker);
}

.durotan-popular-posts-widget li:hover .post-title a {
	color: var(--durotan-color-primary);
}

.durotan-popular-posts-widget li:hover .post-title a:after {
	background-color: var(--durotan-background-color-primary);
}

.durotan-popular-posts-widget .no {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-size: 1.875rem;
	font-family: var(--durotan-heading-font);
	color: #cccccc;
	line-height: 1;
	width: 30px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-right: 1px solid #dfdfdf;
	transition: .3s;
}

.durotan-popular-posts-widget .post-summary {
	padding-left: 20px;
	max-width: 100%;
	line-height: 1;
}

.durotan-popular-posts-widget .post-title {
	font-family: var(--durotan-heading-font);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition: .3s;
}

.durotan-popular-posts-widget .post-title a {
	display: block;
	position: relative;
	transition: .3s;
}

.durotan-popular-posts-widget .post-title a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	transition: .3s;
}

.durotan-popular-posts-widget .post-cat {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .25px;
	margin-bottom: 5px;
}

.durotan-popular-posts-widget .post-cat a {
	color: var(--durotan-color-gray);
}

.durotan-instagram-widget .widget-title {
	margin-bottom: 25px;
}

.durotan-instagram-widget .instagram-desc {
	margin-bottom: 20px;
}

.durotan-instagram-widget ul {
	list-style: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.durotan-instagram-widget li {
	margin: 0;
	padding: 3px;
}

.durotan-instagram-widget img {
	display: block;
}

.durotan-instagram-widget ul {
	margin: -5px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.durotan-instagram-widget ul li {
	padding: 5px;
}

.durotan-instagram-widget ul img {
	display: block;
}

.durotan-instagram-widget .columns-1 li {
	width: 100%;
}

.durotan-instagram-widget .columns-2 li {
	width: 50%;
}

.durotan-instagram-widget .columns-3 li {
	width: 33.3333%;
}

.durotan-instagram-widget .columns-4 li {
	width: 25%;
}

.durotan-instagram-widget .columns-5 li {
	width: 20%;
}

.widget_archive ul,
.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_archive ul li,
.widget_categories ul li {
	padding: 12px 0;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	width: 100%;
}

.widget_archive ul li a,
.widget_categories ul li a {
	text-transform: uppercase;
	--durotan-color-box-shadow: white;
	box-shadow: inset 0 -0.175em white, inset 0 -0.2em var(--durotan-color-box-shadow);
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
	color: var(--durotan-color-primary);
	--durotan-color-box-shadow: var(--durotan-color-primary);
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child {
	border-bottom: 0;
}

.widget_archive ul .posts-count,
.widget_categories ul .posts-count {
	color: var(--durotan-color-gray);
	float: right;
}

.widget_archive ul ul,
.widget_categories ul ul {
	padding-left: 1.5rem;
	margin-top: 10px;
	border-top: 1px solid #dadada;
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child {
	padding-bottom: 0;
}

.widget_archive li,
.widget_categories li {
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}

.widget_archive li:last-child,
.widget_categories li:last-child {
	border-bottom: 0;
}

.widget_calendar .calendar_wrap,
.wp-block-calendar {
	position: relative;
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding: 21px 19px 12px;
}

.widget_calendar .calendar_wrap .wp-calendar-table,
.wp-block-calendar .wp-calendar-table {
	margin-bottom: 5px;
	border: none;
}

.widget_calendar .calendar_wrap caption,
.wp-block-calendar caption {
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	padding: 0 6px;
	color: var(--durotan-color-darker);
}

.widget_calendar .calendar_wrap thead, .widget_calendar .calendar_wrap tbody,
.wp-block-calendar thead,
.wp-block-calendar tbody {
	border: none;
	margin-left: -.25em;
	margin-right: -.25em;
}

.widget_calendar .calendar_wrap thead th, .widget_calendar .calendar_wrap thead td, .widget_calendar .calendar_wrap tbody th, .widget_calendar .calendar_wrap tbody td,
.wp-block-calendar thead th,
.wp-block-calendar thead td,
.wp-block-calendar tbody th,
.wp-block-calendar tbody td {
	background: transparent;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal;
}

.widget_calendar .calendar_wrap thead th,
.wp-block-calendar thead th {
	visibility: hidden;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.widget_calendar .calendar_wrap thead th:after,
.wp-block-calendar thead th:after {
	content: '';
	visibility: visible;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.widget_calendar .calendar_wrap thead th[title="Monday"]:after,
.wp-block-calendar thead th[title="Monday"]:after {
	content: 'Mo';
}

.widget_calendar .calendar_wrap thead th[title="Tuesday"]:after,
.wp-block-calendar thead th[title="Tuesday"]:after {
	content: 'Tu';
}

.widget_calendar .calendar_wrap thead th[title="Wednesday"]:after,
.wp-block-calendar thead th[title="Wednesday"]:after {
	content: 'We';
}

.widget_calendar .calendar_wrap thead th[title="Thursday"]:after,
.wp-block-calendar thead th[title="Thursday"]:after {
	content: 'Th';
}

.widget_calendar .calendar_wrap thead th[title="Friday"]:after,
.wp-block-calendar thead th[title="Friday"]:after {
	content: 'Fr';
}

.widget_calendar .calendar_wrap thead th[title="Saturday"]:after,
.wp-block-calendar thead th[title="Saturday"]:after {
	content: 'Sa';
}

.widget_calendar .calendar_wrap thead th[title="Sunday"]:after,
.wp-block-calendar thead th[title="Sunday"]:after {
	content: 'Su';
}

.widget_calendar .calendar_wrap tbody td,
.wp-block-calendar tbody td {
	font-size: 14px;
	color: var(--durotan-color-darker);
}

.widget_calendar .calendar_wrap tbody #today,
.wp-block-calendar tbody #today {
	position: relative;
	z-index: 9;
}

.widget_calendar .calendar_wrap tbody #today:after,
.wp-block-calendar tbody #today:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	background-color: #fab528;
	border-radius: 50%;
	z-index: -1;
}

.widget_calendar .calendar_wrap tbody .old,
.wp-block-calendar tbody .old {
	color: #999;
}

.widget_calendar .calendar_wrap .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
	position: absolute;
	top: 21px;
	right: 19px;
}

.widget_calendar .calendar_wrap .wp-calendar-nav a,
.wp-block-calendar .wp-calendar-nav a {
	color: var(--durotan-color-darker);
	text-decoration: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .pad,
.wp-block-calendar .wp-calendar-nav .pad {
	display: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a {
	font-size: 0;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:after,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:after {
	content: '';
	background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+Y2hldnJvbi1sZWZ0PC90aXRsZT4KPHBhdGggZD0iTTE2LjggMjRjMC4xNTQgMCAwLjMwNy0wLjA1OSAwLjQyNC0wLjE3NiAwLjIzNC0wLjIzNCAwLjIzNC0wLjYxNCAwLTAuODQ5bC0xMC4zNzYtMTAuMzc2IDEwLjM3Ni0xMC4zNzZjMC4yMzQtMC4yMzQgMC4yMzQtMC42MTQgMC0wLjg0OXMtMC42MTQtMC4yMzQtMC44NDkgMGwtMTAuOCAxMC44Yy0wLjIzNCAwLjIzNC0wLjIzNCAwLjYxNCAwIDAuODQ5bDEwLjggMTAuOGMwLjExNyAwLjExNyAwLjI3MSAwLjE3NiAwLjQyNCAwLjE3NnoiPjwvcGF0aD4KPC9zdmc+Cg==");
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: cover;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
	font-size: 0;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:after,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:after {
	content: '';
	background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+Y2hldnJvbi1yaWdodDwvdGl0bGU+CjxwYXRoIGQ9Ik02IDI0Yy0wLjE1NCAwLTAuMzA3LTAuMDU5LTAuNDI0LTAuMTc2LTAuMjM0LTAuMjM0LTAuMjM0LTAuNjE0IDAtMC44NDlsMTAuMzc2LTEwLjM3Ni0xMC4zNzYtMTAuMzc2Yy0wLjIzNC0wLjIzNC0wLjIzNC0wLjYxNCAwLTAuODQ5czAuNjE0LTAuMjM0IDAuODQ5IDBsMTAuOCAxMC44YzAuMjM0IDAuMjM0IDAuMjM0IDAuNjE0IDAgMC44NDlsLTEwLjggMTAuOGMtMC4xMTcgMC4xMTctMC4yNzEgMC4xNzYtMC40MjQgMC4xNzZ6Ij48L3BhdGg+Cjwvc3ZnPgo=");
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: cover;
}

.widget_recent_comments li.recentcomments {
	font-size: 16px;
}

.widget_recent_comments li.recentcomments:before {
	content: '';
	background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+YnViYmxlPC90aXRsZT4KPHBhdGggZD0iTTAuNiAyMi44Yy0wLjI3IDAtMC41MDYtMC4xOC0wLjU3OC0wLjQ0czAuMDM4LTAuNTM2IDAuMjctMC42NzVjMi4wMjktMS4yMTcgMi44NzEtMi45ODYgMy4xNjktMy44MTUtMi4yMDUtMS42ODktMy40Ni00LjAyNS0zLjQ2LTYuNDcxIDAtMS4yMzUgMC4zMS0yLjQzMiAwLjkyMi0zLjU1NiAwLjU4NC0xLjA3MyAxLjQxNi0yLjAzNSAyLjQ3My0yLjg1NyAyLjE0NS0xLjY2OCA0Ljk4OC0yLjU4NyA4LjAwNS0yLjU4N3M1Ljg2IDAuOTE5IDguMDA1IDIuNTg3YzEuMDU3IDAuODIyIDEuODkgMS43ODQgMi40NzMgMi44NTcgMC42MTIgMS4xMjUgMC45MjIgMi4zMjEgMC45MjIgMy41NTZzLTAuMzEgMi40MzItMC45MjIgMy41NTZjLTAuNTg0IDEuMDczLTEuNDE2IDIuMDM1LTIuNDczIDIuODU3LTIuMTQ1IDEuNjY4LTQuOTg4IDIuNTg3LTguMDA1IDIuNTg3LTEuMjQgMC0yLjQ1Ni0wLjE1NS0zLjYyLTAuNDYyLTAuNTE1IDAuMzQzLTEuNDc4IDAuOTUyLTIuNjI3IDEuNTI0LTEuNzg1IDAuODg4LTMuMzE3IDEuMzM4LTQuNTUzIDEuMzM4ek0xMS40IDMuNmMtNS42MjQgMC0xMC4yIDMuNDk5LTEwLjIgNy44IDAgMi4xNzggMS4yMDUgNC4yNzUgMy4zMDcgNS43NTEgMC4yMDYgMC4xNDUgMC4zIDAuNDAzIDAuMjM1IDAuNjQ2LTAuMTQgMC41MjMtMC42MTggMS45NTktMS44OTYgMy4zNDUgMS41NjItMC41NDcgMy4yNDQtMS40OTYgNC40ODctMi4zNSAwLjE0OC0wLjEwMSAwLjMzMy0wLjEzMiAwLjUwNS0wLjA4MiAxLjEzOCAwLjMyNiAyLjMzNyAwLjQ5MSAzLjU2MiAwLjQ5MSA1LjYyNCAwIDEwLjItMy40OTkgMTAuMi03LjhzLTQuNTc2LTcuOC0xMC4yLTcuOHoiPjwvcGF0aD4KPC9zdmc+Cg==");
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-size: cover;
	vertical-align: middle;
	margin-right: 10px;
}

.widget_recent_comments li.recentcomments span + a {
	color: #0066ff;
}

.wp-block-latest-comments,
#recentcomments,
.wp-block-rss {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Laptop with HiDPI screen
--------------------------------------------------------------*/
@media (max-width: 1390px) and (min-width: 1066px) {
	.header-v9 .footer-main__col-3 .row {
		justify-content: space-between;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--left {
		max-width: 30%;
		flex: 30%;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--center {
		max-width: 25%;
		flex: 25%;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--right {
		max-width: 45%;
		flex: 45%;
		justify-content: flex-end;
	}
}

@media (max-width: 1440px) and (min-width: 1200px) {
	.header__items--left > * {
		padding-right: 80px;
	}
	.header-v1 .durotan-language {
		padding-right: 20px;
	}
}

/*--------------------------------------------------------------
## Laptop with MDPI screen
--------------------------------------------------------------*/
@media (max-width: 1280px) {
	.no-sidebar .alignwide {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.header-v10 .main-navigation ul.menu > li > a {
		padding: 0 10px;
	}
	.header-v10 .header__items--right > * {
		padding: 0 10px;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	.header__mobile {
		display: none;
	}
	.single-post.full-content:not(.elementor-page) .post-wrapper .entry-content,
	.single-post.full-content:not(.elementor-page) .comments-area,
	.single-post.full-content:not(.elementor-page) .single-post__footer,
	.single-post.full-content:not(.elementor-page) .durotan-author-box,
	.single-post.full-content:not(.elementor-page) .related-posts {
		max-width: 770px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.elementor-width-container-single .comments-area,
	.elementor-width-container-single .single-post__footer,
	.elementor-width-container-single .durotan-author-box,
	.elementor-width-container-single .related-posts {
		max-width: 770px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.related-posts .durotan-posts-list {
		margin: 0 -35px;
	}
	.related-posts .post {
		padding: 0 35px;
	}
}

@media (max-width: 1200px) {
	.footer-main__col-3 .footer-language {
		margin-left: 0;
	}
	.footer-widgets__v3 ~ .footer-main .footer__copyright {
		margin-bottom: 0;
	}
}

@media (max-width: 1199px) {
	.elementor-width-container-single .comments-area,
	.elementor-width-container-single .single-post__footer,
	.elementor-width-container-single .durotan-author-box,
	.elementor-width-container-single .related-posts {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header__main,
	.header__bottom {
		display: none;
	}
	.site-title {
		font-size: 22px;
		margin-bottom: 23px;
	}
	.footer-widgets__v3 p br {
		display: none;
	}
	.header-v7 .site {
		padding-left: 0;
	}
	.header-v7 .header__bottom,
	.header-v7 .site-content,
	.header-v7 footer {
		padding: 0;
	}
	.header-v7 .header__mobile .header__container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header__mobile .header-cart .header-cart__text,
	.header__mobile .header-cart .header-cart__counter,
	.header__mobile .header-cart .header-cart__total-price {
		display: none;
	}
	.header__mobile .header-cart .header-cart__icon .header-cart__counter {
		display: inline-block;
	}
	.header-v3 .header__mobile .header-cart__icon {
		padding-right: 0;
	}
	.header-v3 .header__mobile .header-cart__icon .header-cart__counter {
		display: none;
	}
	.search-modal .product-cats ul {
		padding-bottom: 15px;
	}
}

@media (max-width: 1183px) {
	.footer-newsletter__wrapper {
		justify-content: center;
		flex-direction: column;
	}
	.footer-newsletter__title {
		margin-right: 0;
	}
}

@media (max-width: 1065px) and (min-width: 915px) {
	.header-v9 .footer-main__col-3 .row {
		justify-content: space-between;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--left {
		max-width: 35%;
		flex: 35%;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--center {
		max-width: 15%;
		flex: 15%;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--center .footer-language {
		margin-left: 0;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--right {
		max-width: 45%;
		flex: 45%;
		justify-content: flex-end;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--right .footer-payments .label {
		display: none;
	}
}

/*--------------------------------------------------------------
## iPad Portrait
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.sidebar-content .content-area,
	.content-sidebar .content-area {
		flex: 0 0 calc( 100% - 270px);
		max-width: calc( 100% - 270px);
	}
	.sidebar-content .widget-area,
	.content-sidebar .widget-area {
		flex: 0 0 270px;
		width: 270px;
	}
	.sidebar-content.blog .content-area, .sidebar-content.single-post .content-area,
	.content-sidebar.blog .content-area,
	.content-sidebar.single-post .content-area {
		flex: 0 0 calc( 100% - 300px);
		max-width: calc( 100% - 300px);
	}
	.sidebar-content.blog .widget-area, .sidebar-content.single-post .widget-area,
	.content-sidebar.blog .widget-area,
	.content-sidebar.single-post .widget-area {
		flex: 0 0 300px;
		width: 300px;
	}
	.sidebar-content .content-area {
		padding-left: 100px;
	}
	.content-sidebar .content-area {
		padding-right: 100px;
	}
	.content-sidebar .site-content > .container,
	.content-sidebar .site-content > .durotan-container,
	.sidebar-content .site-content > .container,
	.sidebar-content .site-content > .durotan-container {
		display: flex;
	}
	.durotan-featured-posts-carousel .blog-wrapper__entry-title {
		padding-right: 50%;
	}
}

@media (max-width: 991px) {
	.durotan-menu-item__dot {
		display: none;
	}
	.blog-sidebar {
		margin-top: 100px;
	}
	.footer-newsletter__wrapper {
		padding: 15px 35px 50px;
	}
	.footer__items--left {
		justify-content: space-between;
	}
	.footer__items--left > * {
		margin-right: 0;
	}
	.footer-widgets {
		padding-top: 87px;
	}
	.footer-widgets .footer-widget__wrapper {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer-widgets .footer-widget {
		margin-bottom: 45px;
	}
	.footer-widgets .footer-widget:last-child .widget {
		margin-bottom: 0;
	}
	.footer-widgets__v2 {
		padding-top: 15px;
	}
	.footer-widgets__v3.child-more .row {
		border-bottom: none;
	}
	.footer-widgets__v3.child-more .footer-widget {
		border-bottom: 1px solid #dbdbdb;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-widgets__v3.child-more .footer-widget:nth-child(2n) {
		border-right: none;
	}
	.footer-widgets__v3.child-more .footer-widget .widget {
		margin-bottom: 0;
	}
	.footer-main__col-3 .footer-language {
		margin: 0;
	}
	.footer-payments .label {
		display: none;
	}
	.footer-payments .payment-image {
		margin-right: 10px;
	}
	.header-v5 .footer-extra__col-3,
	.header-v7 .footer-extra__col-3 {
		padding-bottom: 0;
	}
	.header-v5 .footer-extra__col-3 .footer-extra__wrapper,
	.header-v7 .footer-extra__col-3 .footer-extra__wrapper {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0;
	}
	.header-v5 .footer-extra__col-3 .footer__items--left,
	.header-v7 .footer-extra__col-3 .footer__items--left {
		order: 2;
		justify-content: flex-end;
		margin-right: 30px;
		text-align: right;
		margin-bottom: 0;
	}
	.header-v5 .footer-extra__col-3 .footer__items--center,
	.header-v7 .footer-extra__col-3 .footer__items--center {
		order: 1;
		width: 100%;
		margin-bottom: 30px;
	}
	.header-v5 .footer-extra__col-3 .footer__items--center ul li,
	.header-v7 .footer-extra__col-3 .footer__items--center ul li {
		padding-bottom: 10px;
	}
	.header-v5 .footer-extra__col-3 .footer__items--right,
	.header-v7 .footer-extra__col-3 .footer__items--right {
		order: 3;
		justify-content: flex-start;
		margin-left: 30px;
		text-align: left;
		margin-bottom: 0;
	}
	.header-v9 .footer-main__col-3 .footer-main__items--right {
		justify-content: flex-end;
	}
	.header-v9 .footer-main__col-3 .footer-language {
		margin: 0;
	}
	.header-v9 .footer-main__col-3 .durotan-language--horizontal ul li,
	.header-v9 .footer-main__col-3 .durotan-currency--horizontal ul li {
		margin-right: 0;
	}
}

@media (max-width: 790px) {
	.footer-payments .label {
		display: none;
	}
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media (max-width: 783px) {
	.header-sticky:not(.header-v7).admin-bar .site-header.minimized {
		top: 46px;
	}
	.durotan-button .durotan-svg-icon {
		margin-left: 10px;
		font-size: 12px;
		vertical-align: top;
	}
}

@media (max-width: 782px) {
	.site-content {
		padding-top: 50px;
	}
	aside {
		margin-top: 3em;
	}
	.durotan-pagination {
		margin-top: 0;
	}
	.durotan-pagination .nav-links > * {
		margin-bottom: 10px;
	}
	.durotan-posts-newsletter > .container {
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
	}
	.durotan-posts-header__search {
		margin-left: 0;
	}
	.single-post .wp-block-gallery.alignwide, .single-post .wp-block-gallery.alignfull {
		margin-top: 0;
	}
	.comment-list .comment-author img {
		max-width: 50px;
	}
	.comment-list .children {
		padding-left: 0;
	}
	.comment-list .comment-content img {
		display: block;
		margin: 10px 0;
	}
	.comment-respond .comment-reply-title {
		font-size: 24px;
	}
	.footer__items--left > *,
	.footer__items--center > *,
	.footer__items--right > * {
		margin-right: 0;
		margin-left: 0;
	}
	.footer-extra__wrapper,
	.footer__items {
		display: block;
		text-align: center;
	}
	.footer-main.footer-main__col-1 {
		padding: 0;
	}
	.header-v5 .footer-extra__wrapper,
	.header-v7 .footer-extra__wrapper {
		display: flex;
	}
	.footer__copyright {
		display: inline-block;
		margin: 0 auto;
	}
	.footer-menu,
	.footer-currency,
	.footer-language,
	.footer-payments {
		display: inline-block;
		margin: 0 auto;
	}
	.footer-extra {
		padding: 30px 0 40px;
	}
	.footer-widgets__v2 .row {
		justify-content: center;
	}
	.footer-widgets__v2.child-more .footer-widget {
		text-align: center;
		margin-bottom: 0;
	}
	.footer-widgets__v2.child-more .footer-widget:first-child, .footer-widgets__v2.child-more .footer-widget:last-child {
		text-align: center;
	}
	.footer-widgets__v2.child-more .footer-widget:first-child ul, .footer-widgets__v2.child-more .footer-widget:last-child ul {
		text-align: center;
	}
	.header-v3 .footer-widgets__v2 .footer-widget-1,
	.header-v4 .footer-widgets__v2 .footer-widget-1 {
		order: 2;
	}
	.header-v3 .footer-widgets__v2 .footer-widget-2,
	.header-v4 .footer-widgets__v2 .footer-widget-2 {
		order: 1;
	}
	.header-v3 .footer-widgets__v2 .footer-widget-3,
	.header-v4 .footer-widgets__v2 .footer-widget-3 {
		order: 3;
	}
	.header-v6 .footer-main .footer-main__items--left {
		text-align: center;
		margin-bottom: 30px;
	}
	.footer-main {
		padding: 56px 0 20px;
	}
	.footer-main.footer-main__col-3 .footer-main__items {
		margin-bottom: 30px;
	}
	.footer-main.footer-main__col-3 .footer-main__items > * {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}
	.footer-main.footer-main__col-3 .footer-main__items .footer-language .durotan-language {
		padding: 0;
	}
	.footer-widgets__v1 ~ .footer-main .footer-container {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 48px;
		font-size: 3rem;
	}
	h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	h5 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	h6 {
		font-size: 16px;
		font-size: 1rem;
	}
	.content-sidebar .site-content > .container,
	.content-sidebar .site-content > .durotan-container,
	.sidebar-content .site-content > .container,
	.sidebar-content .site-content > .durotan-container {
		display: block;
	}
	.site-branding .logo.logo-text {
		font-size: 22px;
	}
	.durotan-campaign-bar {
		height: auto;
	}
	.header-v7 .header__bottom,
	.header-v7 .site-content,
	.header-v7 footer {
		padding-left: 0;
	}
	.durotan-posts-newsletter h3 {
		margin: 0 0 30px 0;
	}
	.durotan-blog-grid .blog-wrapper {
		padding: 0 7.5px;
	}
	.durotan-blog-grid .durotan-posts-list.row {
		margin: 0 -7.5px;
	}
	.blog-listing .post--small:nth-child(6n+4) {
		padding-left: 15px;
	}
	.blog-listing .post__divider {
		margin-bottom: 40px;
	}
	.blog-listing .post--large,
	.blog-listing .post--small {
		margin-bottom: 30px;
	}
	.blog .hentry {
		margin-bottom: 60px;
	}
	.blog.blog-listing .hentry {
		margin-bottom: 40px;
	}
	.blog.blog-listing .post--large,
	.blog.blog-listing .post--small {
		margin-bottom: 30px;
	}
	.durotan-featured-posts-carousel {
		height: 420px;
	}
	.durotan-featured-posts-carousel .blog-wrapper__entry-title {
		margin-bottom: 170px;
	}
	.durotan-featured-posts-carousel .featured-post {
		height: 100%;
	}
	.search-modal .product-cats ul {
		justify-content: left;
	}
	.cart-panel .offscreen-panel__wrapper__header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.offscreen-panel__wrapper__content {
		padding: 50px 20px 0;
	}
	.offscreen-panel__button-close {
		right: 20px;
	}
	.single-post__header {
		margin-bottom: 45px;
	}
	.single-post__title {
		margin-bottom: 35px;
	}
	.durotan-twitter-box {
		padding: 30px;
		margin: 30px 0;
	}
	.durotan-twitter-box__header {
		margin-bottom: 10px;
	}
	.durotan-twitter-box__content {
		font-size: 16px;
	}
	.single-post__footer {
		display: block;
		text-align: center;
	}
	.single-post__footer .durotan-social-links label {
		display: block;
		margin-bottom: 15px;
	}
	.single-post__tags-links {
		margin-bottom: 30px;
		padding-right: 0;
		margin-top: 0;
	}
	.related-posts {
		padding-top: 45px;
		margin-bottom: 60px;
	}
	.single-post .comments-area {
		padding-top: 50px;
	}
	.footer-widgets .footer-widgets-diff {
		display: block;
	}
	.footer-newsletter__wrapper {
		justify-content: center;
	}
	.footer-widgets__v3.child-more .footer-widget {
		border-right: none;
		border-bottom: 1px solid #dbdbdb;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-widgets__v3.child-more .footer-widget:last-child {
		border-right: none;
	}
	.footer-widgets__v3.child-more .footer-widget:nth-child(2n) {
		border-right: none;
	}
	.footer-widgets__v3.child-more .footer-widget .widget {
		margin-bottom: 0;
	}
}

@media (max-width: 700px) {
	.header-v2 .header-cart__total-price {
		display: none;
	}
	.durotan-campaign-bar {
		font-size: 10px;
		padding: 3px 4px 4px;
	}
	.durotan-campaign-bar.has-close {
		padding: 3px 25px 4px;
	}
	.durotan-campaign-bar .durotan-svg-icon {
		font-size: 14px;
		margin-right: 5px;
	}
	.durotan-campaign-bar .durotan-special-text {
		margin-right: 0;
	}
	.footer-newsletter__title {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.offscreen-panel__wrapper {
		width: 90%;
	}
	.offscreen-panel__header {
		padding: 20px var(--durotan-panel-spacing);
	}
	.offscreen-panel__content {
		padding-top: 30px;
	}
	.offscreen-panel__button-close {
		top: 20px;
	}
	.offscreen-panel__button-close .durottan-svg-icon {
		font-size: 18px;
	}
	.cart-panel {
		--durotan-panel-spacing: 20px;
	}
	.cart-panel .offscreen-panel__header label {
		padding: 20px 0;
		font-size: 20px;
	}
	.cart-panel ul.cart_list li {
		flex-wrap: wrap;
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 25px;
	}
	.cart-panel .woocommerce-mini-cart-item__summary {
		margin-bottom: 5px;
		order: 1;
		width: 90%;
	}
	.cart-panel .woocommerce-mini-cart-item__qty {
		order: 3;
		flex: 0 0 185px;
		max-width: 100%;
		margin-left: 50px;
	}
	.cart-panel .woocommerce-mini-cart-item__remove-button {
		order: 2;
		flex: 0 0 10%;
		max-width: 100%;
		text-align: right;
	}
	.cart-panel .widget_shopping_cart_content .total {
		padding-top: 20px;
		font-size: 16px;
	}
	.cart-panel .widget_shopping_cart_content .total .amount {
		font-size: 20px;
	}
	.cart-panel .widget_shopping_cart_content .buttons {
		margin-bottom: 20px;
	}
	.cart-panel .widget_shopping_cart_content .buttons a {
		line-height: 40px;
		font-size: 14px;
	}
}

@media (max-width: 601px) {
	.header-sticky:not(.header-v7).admin-bar .site-header.minimized {
		top: 0;
	}
}

@media (max-width: 1440px) and (min-width: 974px) {
	.footer-main__col-3 .col-md-3 {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.footer-main__col-3 .col-md-2 {
		flex: 0 0 15%;
		max-width: 15%;
	}
}

/*--------------------------------------------------------------
## Small screen mobile
--------------------------------------------------------------*/
@media (max-width: 480px) {
	.footer-main__col-1 .footer-main__items > div {
		margin: 40px 0 50px;
	}
	.header-v3 .footer-widgets__v2.child-more .footer-widget-1,
	.header-v4 .footer-widgets__v2.child-more .footer-widget-1 {
		margin-bottom: 7px;
	}
	.header-v3 .footer-widgets__v2.child-more .footer-widget-1 .widget-title,
	.header-v4 .footer-widgets__v2.child-more .footer-widget-1 .widget-title {
		font-size: 10px;
	}
	.header-v3 .footer-widgets__v2.child-more .footer-widget-3,
	.header-v4 .footer-widgets__v2.child-more .footer-widget-3 {
		margin-bottom: 0;
	}
	.header-v3 .footer-widgets__v2.child-more .footer-widget-3 .widget-title,
	.header-v4 .footer-widgets__v2.child-more .footer-widget-3 .widget-title {
		font-size: 10px;
		margin-bottom: 12px;
	}
	.header-v3 .footer-widgets__v2.child-more .footer-widget-3 ul li,
	.header-v4 .footer-widgets__v2.child-more .footer-widget-3 ul li {
		margin-bottom: 0;
	}
	.header-v3 .footer-widgets__v2 .footer-widget,
	.header-v4 .footer-widgets__v2 .footer-widget {
		margin-bottom: 34px;
	}
	.header-v5 .footer-extra__wrapper,
	.header-v7 .footer-extra__wrapper {
		display: flex;
		margin-bottom: 0;
	}
	.header-v5 .footer-extra__col-3 .footer-extra__wrapper,
	.header-v7 .footer-extra__col-3 .footer-extra__wrapper {
		margin-bottom: 30px;
	}
	.header-v5 .footer-extra__col-3 .footer__items--center ul,
	.header-v7 .footer-extra__col-3 .footer__items--center ul {
		margin: 0;
	}
	.header-v5 .footer-extra__col-3 .footer__items--center ul li,
	.header-v7 .footer-extra__col-3 .footer__items--center ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.durotan-posts-header {
		display: block;
	}
	.durotan-posts-header__search {
		margin-top: 1em;
	}
	.durotan-posts-newsletter h3 {
		margin: 1em 0;
	}
	.durotan-posts-newsletter > .container {
		display: block;
	}
	.blog-classic .post--small:nth-child(6n+2),
	.blog-classic .post--small:nth-child(6n+3) {
		padding: 0 15px;
	}
	.blog-listing .post__thumbnail {
		margin: 0 auto 30px;
		width: 100%;
	}
	.comment-list {
		margin-bottom: 0;
	}
	.comment-list .comment-metadata {
		display: block;
	}
	.comment-list .comment-metadata .fn {
		padding-right: 0;
		max-width: 100%;
		display: block;
	}
	.comment-list .comment-metadata a.date {
		max-width: 100%;
		display: block;
	}
	.comment-list .comment-author ~ .comment-content {
		margin-left: 65px;
	}
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		width: 100%;
	}
	.related-posts .durotan-posts-list {
		margin: 0 -7.5px;
	}
	.related-posts .post {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.site-footer .footer-newsletter input[type="email"],
	.site-footer .footer-newsletter input[type="text"] {
		padding-left: 30px;
		width: calc(70% - 30px);
		font-size: 14px;
	}
	.site-footer .footer-newsletter .mc4wp-form .durotan-svg-icon {
		font-size: 16px;
	}
	.site-footer .footer-newsletter input[type="submit"],
	.site-footer .footer-newsletter button {
		font-size: 13px;
	}
	.site-footer .footer-widget .durotan-language,
	.site-footer .footer-widget .durotan-currency,
	.site-footer .footer-main .durotan-language,
	.site-footer .footer-main .durotan-currency,
	.site-footer .footer-extra .durotan-language,
	.site-footer .footer-extra .durotan-currency {
		font-size: 13px;
	}
	.site-footer .footer-widget .durotan-language .durotan-language--list-dropdown,
	.site-footer .footer-widget .durotan-language .durotan-currency--list-dropdown,
	.site-footer .footer-widget .durotan-currency .durotan-language--list-dropdown,
	.site-footer .footer-widget .durotan-currency .durotan-currency--list-dropdown,
	.site-footer .footer-main .durotan-language .durotan-language--list-dropdown,
	.site-footer .footer-main .durotan-language .durotan-currency--list-dropdown,
	.site-footer .footer-main .durotan-currency .durotan-language--list-dropdown,
	.site-footer .footer-main .durotan-currency .durotan-currency--list-dropdown,
	.site-footer .footer-extra .durotan-language .durotan-language--list-dropdown,
	.site-footer .footer-extra .durotan-language .durotan-currency--list-dropdown,
	.site-footer .footer-extra .durotan-currency .durotan-language--list-dropdown,
	.site-footer .footer-extra .durotan-currency .durotan-currency--list-dropdown {
		font-size: 13px;
	}
	.footer-newsletter__title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.footer-newsletter__wrapper {
		padding: 36px 45px 67px;
	}
	.footer-widgets .footer-widgets-diff {
		display: block;
	}
	.footer-widgets .footer-widgets-diff .footer-widget-diff .widget {
		margin-bottom: 45px;
	}
	.footer-widgets .footer-widgets-diff .footer-widget-diff:last-child .widget:last-child {
		margin-bottom: 15px;
	}
	.footer-widgets .widget-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.footer-widgets .durotan-show-widget {
		font-size: 14px;
		margin-bottom: 35px;
	}
	.footer-widgets .widget {
		margin-bottom: 15px;
	}
	.footer-widgets .widget p {
		font-size: 14px;
	}
	.footer-widgets .widget ul li {
		margin-bottom: 0;
	}
	.footer-widgets .widget ul li a {
		font-size: 14px;
		line-height: 30px;
	}
	.footer-widgets .durotan-instagram-widget .instagram-desc {
		font-size: 14px;
	}
	.footer-widgets > :not(.footer-widget__v3) .widget_mc4wp_form_widget .durotan-show-widget {
		margin-bottom: 35px;
		font-size: 14px;
	}
	.footer-widgets > :not(.footer-widget__v3) .mc4wp-form input[type="text"],
	.footer-widgets > :not(.footer-widget__v3) .mc4wp-form input[type="email"] {
		height: 36px;
		font-size: 14px;
	}
	.footer-widgets > :not(.footer-widget__v3) .mc4wp-form input[type="submit"],
	.footer-widgets > :not(.footer-widget__v3) .mc4wp-form button {
		font-size: 13px;
		line-height: 41px;
	}
	.footer-widgets .durotan-social-links {
		margin-top: 40px;
	}
	.footer-widgets__v1 .footer-widget:first-child .widget:first-child .widget-title {
		font-size: 22.05px;
	}
	.footer-widgets__v1 .footer-widget:last-child .widget:last-child .widget-title {
		margin-bottom: 25px;
	}
	.footer-widgets__v2 {
		padding-top: 5px;
	}
	.footer-widgets__v2 .widget-title {
		font-size: 22px;
		margin-bottom: 22px;
	}
	.footer-widgets__v2 .widget p {
		line-height: 29px;
	}
	.footer-widgets__v2 .footer-widget:last-child .widget {
		margin-bottom: 34px;
	}
	.footer-widgets__v3.child-more .footer-widget {
		width: 100%;
		border: none;
		border-bottom: 1px solid #dbdbdb;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-widgets__v3.child-more .footer-widget:last-child {
		border-bottom: none;
	}
	.footer-widgets__v3.child-more .footer-widget .widget {
		margin-bottom: 0;
	}
	.footer-widgets__v3 .widget-title {
		margin-bottom: 24px;
	}
	.footer-widgets__v3 .widget_mc4wp_form_widget .mc4wp-form {
		padding: 0 15px;
	}
	.footer-widgets__v3 .widget_mc4wp_form_widget .durotan-show-widget {
		margin-bottom: 35px;
		font-size: 14px;
	}
	.footer-widgets__v3 .mc4wp-form input[type="text"],
	.footer-widgets__v3 .mc4wp-form input[type="email"] {
		height: 36px;
		font-size: 14px;
	}
	.footer-widgets__v3 .mc4wp-form input[type="submit"],
	.footer-widgets__v3 .mc4wp-form button {
		padding: 0;
		font-size: 13px;
		line-height: 41px;
	}
	.footer-main .footer-container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.footer-extra,
	.footer-main {
		padding: 56px 0 30px;
	}
	.footer-menu {
		display: block;
	}
	.footer-menu ul {
		justify-content: space-around;
		margin: 0;
	}
	.footer-menu ul li {
		margin: 0;
		padding: 0 15px;
	}
	.footer-menu ul li a {
		font-size: 12px;
	}
	.footer-payments .label {
		display: none;
		text-align: center;
		margin: 0 auto 20px;
	}
}

.durotan-menu-mobile-modal.open .offscreen-panel__wrapper {
	transform: translateX(0) !important;
}

.durotan-menu-mobile-modal.slide-right .offscreen-panel__wrapper {
	left: auto;
	right: 0;
	transform: translateX(100%);
}

.durotan-menu-mobile-modal .offscreen-panel__header {
	display: flex;
	justify-content: center;
	position: relative;
}

.durotan-menu-mobile-modal .offscreen-panel__button-close {
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.durotan-menu-mobile-modal .offscreen-panel__button-close .durotan-svg-icon {
	font-size: 16px;
}

.durotan-menu-mobile-modal .offscreen-panel__button-close .durotan-svg-icon svg {
	vertical-align: 0;
}

.durotan-menu-mobile-modal .offscreen-panel__wrapper {
	width: 470px;
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

.durotan-menu-mobile-modal .offscreen-panel__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
}

.durotan-menu-mobile-modal ul.nav-menu {
	list-style: none;
	padding-left: 0;
}

.durotan-menu-mobile-modal ul.nav-menu ul {
	list-style: none;
	padding-left: 10px;
	display: none;
}

.durotan-menu-mobile-modal ul.nav-menu ul li {
	padding: 6px 0;
}

.durotan-menu-mobile-modal ul.nav-menu ul li a {
	font-size: 20px;
	line-height: 1.5;
}

.durotan-menu-mobile-modal ul.nav-menu li.menu-item-has-children > a {
	position: relative;
	display: block;
}

.durotan-menu-mobile-modal ul.nav-menu li.menu-item-has-children .toggle-menu-children {
	display: block;
	position: absolute;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 14px;
	cursor: pointer;
}

.durotan-menu-mobile-modal ul.nav-menu li.menu-item-has-children.active > a {
	color: var(--durotan-color-primary);
}

.durotan-menu-mobile-modal ul.nav-menu li.menu-item-has-children.active > a .durotan-svg-icon {
	transform: rotate(180deg);
}

.durotan-menu-mobile-modal ul.nav-menu > li {
	padding-left: 0;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
}

.durotan-menu-mobile-modal ul.nav-menu > li > a {
	font-size: 24px;
}

.durotan-menu-mobile-modal ul.nav-menu a {
	line-height: 36px;
	color: var(--durotan-color-darker);
}

.durotan-menu-mobile-modal .offscreen-panel__footer {
	padding: 30px 0 0 0;
}

.durotan-menu-mobile-modal .offscreen-panel__footer .durotan-socials__humburger-menu {
	margin-bottom: 35px;
}

.durotan-menu-mobile-modal .offscreen-panel__footer .durotan-menu__copyright {
	font-size: 14px;
	text-transform: uppercase;
}

.admin-bar .offscreen-panel__wrapper {
	height: calc( 100% - 32px);
}