/*
Theme Name: Goldish
Theme URI: https://parkofideas.com/goldish/
Text Domain: goldish
Description: Jewelry Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 3.42
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/*
[Table of contents]

    1. Helpers
        - Carousel
        - Helpers (Desktop)
        - Helpers (Mobile)
    2. Layouts
        - Layouts (Desktop)
        - Layouts (Mobile)
    3. Misc
        - Gutenberg
    4. Animations
    5. Account
        - Account (Desktop)
        - Account (Mobile)
    6. Product badges
    7. Blog blog
        - (Mobile)
    8. Breadcrumbs
        - Breadcrumbs (Desktop)
        - Breadcrumbs (Mobile)
    9. Empty Cart
        - Empty Cart (Mobile)
    10. Cart
        - Cart (Desktop)
        - Cart (Mobile)
    11. Catalog Ordering
        - Catalog Ordering (Desktop)
        - Catalog Ordering (Mobile)
    12. Contact Page
    13. Feature
    14. Features Filter
    15. Filter
        - Filter (Mobile)
    16. Footer
        - Footer (Desktop)
    17. Forms elements
        - Forms Elements (Desktop)
        - Forms Elements (Mobile)
    18. Header Search Form
        - Header Search Form (Desktop)
        - Header Search Form (Mobile)
    19. Header
        - Header (Desktop)
        - Header (Mobile)
    20. Login / Register Form
        - Login / Register Form (Desktop)
    21. Login / Register Form (Mobile)
    22. Latest Post Widget
        - Latest Post Widget (Desktop)
    23. Mailchimp Form
    24. Mega Menu Badge
    25. Mobile Menu
    26. Order
        - Order (Mobile)
    27. Subcategories in Page Header
        - Subcategories in Page Header (Desktop)
        - Subcategories in Page Header (Mobile)
    28. Page Header
        - Page Header (Desktop)
        - Page Header (Mobile)
    29. Play video button
        - Play video button (Desktop)
    30. Post List
        - Post List (Desktop)
        - Post List (Mobile)
    31. Post Share Shortcode
        - Post Share Shortcode (Desktop)
    32. Post Sidebar
        - Product (Mobile)
    33. Page / Post
        - Page / Post (Desktop)
        - Page / Post (Mobile)
    34. Home Blog Posts
        - Header (Mobile)
    35. Product Features
    36. Product grid
        - Product grid (Desktop)
            - Product grid (Compact Layout)
        - Product grid (Mobile)
            - Product grid (Compact Mobile Layout)
    37. Product List Widget
        - Product List Widget (Desktop)
        - Product List Widget (Mobile)
    38. Product
        - Product (Quickview)
        - Product (Desktop)
        - Product (Mobile)
    39. Search Form
        - Search Form (Desktop)
        - Search Form (Mobile)
    40. Shop Sidebar
        - Shop Sidebar (Desktop)
        - Header (Mobile)
    41. Social icons
        - Social icons (Desktop)
    42. Stock Status
    43. Subcategories
        - Subcategories (Desktop)
        - Subcategories (Mobile)
    44. To Top Button
        - To Top Button (Desktop)
        - To Top Button (Mobile)
    45. Top Menu
        - Top Menu (Desktop)
    46. Wishlist
        - Wishlist (Desktop)
        - Wishlist (Mobile)
    47. Product Reviews / Post Comments
        - Product Reviews / Post Comments (Desktop)
        - Product Reviews / Post Comments (Mobile)
    48. Pagination
        - Pagination (Desktop)
    49. Select 2
    50. Product Rating
        - Product Rating (Desktop)
    51. Widget
        - Widget (Desktop)
        - Widget (Mobile)
    52. WPC Frequently Bought Together
    53. Woocommerce Login Form
        - Woocommerce Login Form (Desktop)
        - Woocommerce Login Form (Mobile)
    54. Woocommerce Notices
        - Store Notice
        - Woocommerce Notices (Desktop)
        - Woocommerce Notices (Mobile)
    55. Woocommerce Verify Form
    56. WPML language selector
    57. Owl Carousel
        - Owl Carousel (Desktop)
        - Owl Carousel Theme (Desktop)
*/


/*- Helpers -*/

body.h-preload *,
body.h-preload *:after,
body.h-preload *:before {
	transition:         none !important;
}

.h-hidden {
	display: none !important;
}

.h-invisible {
	opacity:    0 !important;
	visibility: hidden !important;
}

.h-clearfix:before,
.h-clearfix:after {
	content: " ";
	display: table;
}

.h-clearfix:after {
	clear: both;
}

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

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

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

.h-cb {
	background-color:   transparent;
	border:             none;
	outline:            none;
	padding:            0;
	margin:             0;
	color:              currentColor;
	position:           relative;
	display:            flex;
	justify-content:    center;
	align-items:        center;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.h-cb--svg {
	position: relative;
}

.h-cb--svg > * {
	display: block;
	width:   100%;
	height:  100%;
}

.h-after-before-hide:before {
	display: none;
}

.h-after-before-hide:after {
	display: none;
}

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

@keyframes spin {
	0% {
		transform:         rotate(0deg);
	}
	100% {
		transform:         rotate(360deg);
	}
}

.h-loading,
div.wpcf7 span.ajax-loader {
	display:        inline-block;
	vertical-align: middle;
	width:          25px;
	height:         25px;
	position:       relative;
	background:     none !important;
	min-width:      0 !important;
}

.h-loading:before,
div.wpcf7 span.ajax-loader:before {
	content:       "";
	display:       block;
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	height:        100%;
	border-radius: 50%;
	border:        1px solid currentColor;
	opacity:       0.2;
}

.h-loading:after,
div.wpcf7 span.ajax-loader:after {
	content:           "";
	display:           block;
	position:          absolute;
	left:              0;
	top:               0;
	width:             100%;
	height:            100%;
	border-radius:     50%;
	border:            1px solid transparent;
	border-top-color:  currentColor;
	-webkit-animation: spin 1s infinite linear;
	animation:         spin 1s infinite linear;
}

/*-- Carousel --*/

.h-carousel--flex .owl-stage {
	display: flex;
}

.h-carousel--flex .owl-item {
	flex:    0 0 auto;
	display: flex;
}

.h-carousel--flex .owl-item > * {
	flex:      0 0 auto;
	min-width: 0;
	max-width: 100%;
}

.h-carousel--flex .owl-stage-outer {
	display: flex;
}

.h-carousel .owl-prev,
.h-carousel .owl-next {
	position:        absolute;
	font-size:       28px !important;
	line-height:     1 !important;
	display:         flex;
	justify-content: center;
	align-items:     center;
	width:           50px;
	height:          50px;
	top:             50%;
	margin-top:      -25px;
	background:      transparent;
	z-index:         1;
	color:           var(--text-color);
	cursor:          pointer;
}

.h-carousel__prev {
	transform-origin: center center;
	transform:        scale(-1, 1);
}

.h-carousel__prev,
.h-carousel__next {
	display:         inline-flex;
	justify-content: center;
	align-items:     center;
}

.h-carousel .owl-prev.disabled .h-carousel__prev,
.h-carousel .owl-next.disabled .h-carousel__next {
	color: var(--disable-color);
}

.h-carousel.h-carousel--inner .owl-prev {
	left: 0;
}

.h-carousel.h-carousel--inner .owl-next {
	right: 0;
}

.h-carousel.h-carousel--inner.h-carousel--round .owl-prev {
	left: 30px;
}

.h-carousel.h-carousel--inner.h-carousel--round .owl-next {
	right: 30px;
}

.h-carousel.h-carousel--outside .owl-prev {
	left: -85px;
}

.h-carousel.h-carousel--outside .owl-next {
	right: -85px;
}

@media (max-width: 1340px) {
	.h-carousel.h-carousel--outside .owl-prev {
		left: -25px;
	}

	.h-carousel.h-carousel--outside .owl-next {
		right: -25px;
	}

	@media (max-width: 1189px) {
		.h-carousel.h-carousel--outside .owl-prev {
			left: -15px;
		}

		.h-carousel.h-carousel--outside .owl-next {
			right: -15px;
		}
	}
}

.h-carousel .owl-prev:focus,
.h-carousel .owl-next:focus {
	outline: none;
}

.h-carousel .owl-dots {
	position:        absolute;
	display:         inline-flex;
	justify-content: center;
	align-items:     center;
	cursor:          pointer;
}

.h-carousel .owl-dots > .owl-dot {

}

.h-carousel--default-dots .owl-dots {
	margin-top: 40px;
	width:      100%;
}

.h-carousel--default-dots .owl-dots > .owl-dot {
	display:       block;
	width:         5px;
	height:        5px;
	position:      relative;
	background:    transparent;
	border-radius: 50%;
	cursor:        pointer;
	border:        solid 1px currentColor !important;
	padding:       0 1px;
}

.h-carousel--default-dots .owl-dots > .owl-dot:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     -5px;
	right:    -5px;
	top:      -5px;
	bottom:   -5px;
}

.h-carousel--default-dots .owl-dots > .owl-dot + .owl-dot {
	margin-left: 11px;
}

.h-rtl .h-carousel--default-dots .owl-dots > .owl-dot + .owl-dot {
	margin-left:  0;
	margin-right: 11px;
}

.h-carousel--default-dots .owl-dots > .owl-dot.active {
	width:            7px;
	height:           7px;
	padding:          0;
	background-color: currentColor;
}

.h-carousel--big-dots .owl-dots > .owl-dot {
	width:    14px;
	height:   14px;
	position: relative;
}

.h-carousel--big-dots .owl-dots > .owl-dot + .owl-dot {
	margin-left: 12px;
}

.h-rtl .h-carousel--big-dots .owl-dots > .owl-dot + .owl-dot {
	margin-left:  0;
	margin-right: 12px;
}

.h-carousel--big-dots .owl-dots > .owl-dot:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             3px;
	right:            3px;
	top:              3px;
	bottom:           3px;
	border-radius:    50%;
	background-color: currentColor;
	opacity:          0.2;
	pointer-events:   none;
	transition:       var(--hover-transition);
}

.h-carousel--big-dots .owl-dots > .owl-dot.active:after {
	opacity: 1;
}

.h-shadow {
	box-shadow: 15.5px 12.6px 40px 10px rgba(0, 0, 0, 0.1);
}

.h-none {
	pointer-events: none;
}

.h-auto-margin {
	margin-left:  auto;
	margin-right: auto;
	max-width:    100%;
}

.h-center-x {
	left:      50% !important;
	transform: translateX(-50%) !important;;
}

.h-screen-overflow {
	max-width: 100vw;
	overflow:  hidden;
}

.h-input {
	display: inline-block;
}

.h-grayscale {
	opacity:    0.5;
	filter:     grayscale(100%);
	transition: 0.3s ease-out;
}

.h-rotate-180 {
	transform-origin: center;
	transform:        rotate(180deg);
}

.h-bullet {
	display:               inline-block;
	width:                 2px;
	height:                2px;
	background-color:      currentColor;
	border-radius:         50%;
	vertical-align:        middle;
	margin-left:           10px;
	margin-right:          10px;
	margin-bottom:         2px;
}

.h-flex-thumb .elementor-row {
	flex-wrap: nowrap !important;
}

.h-flex-thumb .elementor-column:first-child {
	flex:  0 0 auto !important;
	width: unset !important;
}

.h-flex-thumb .elementor-column:not(:first-child) {
	flex:  1 1 auto !important;
	width: unset !important;
}

.h-inline-form {
	position:    relative;
	display:     flex;
	align-items: flex-start;
}

.h-inline-form > * {
	flex: 1 1 auto;
}

.h-inline-form--33 {
	margin:          -10px -7.5px;
	justify-content: center;
	flex-wrap:       wrap;
}

.h-inline-form--33 > * {
	flex:   0 0 auto;
	width:  calc(100% / 3 - 20px);
	margin: 10px 7.5px !important;
}

.h-inline-form > button,
.h-inline-form > input[type="submit"],
.h-inline-form > input[type="button"] {
	flex:     0 0 auto;
	left:     -1px;
	position: relative;
}

.wpcf7-spinner {
	display: none !important;
}

.h-inline-form br {
	display: none;
}

.h-link-yes {
	cursor: pointer;
}

.h-invisible {
	z-index:        1;
	opacity:        0 !important;
	visibility:     hidden !important;
	position:       absolute !important;
	pointer-events: none;
}

.h-carousel--small.h-carousel .owl-prev,
.h-carousel--small.h-carousel .owl-next {
	font-size:        18px !important;
	width:            10px !important;
	height:           18px !important;
	border-radius:    0 !important;
	background-color: transparent !important;
	color:            var(--text-color) !important;
}

.h-carousel--small.h-carousel .owl-prev {
	left:       -30px !important;
	margin-top: -21px !important;
}

.h-carousel--small.h-carousel .owl-next {
	right:      -30px !important;
	margin-top: -21px !important;
}

.h-the-day.elementor-widget-heading .elementor-heading-title {
	position:      relative;
	display:       inline-block;
	padding-left:  0 !important;
	padding-right: 0 !important;
	white-space:   nowrap;
}

.h-the-day.elementor-widget-heading .elementor-heading-title:before {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	right:         6px;
	top:           0;
	height:        100%;
	border-top:    solid 1px currentColor;
	border-bottom: solid 1px currentColor;
}

.h-booking-form {
	width:        435px !important;
	flex:         0 0 auto !important;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
}

.h-booking-form .c-ip-heading--center {
	padding-left:  0;
	padding-right: 0;
}

.h-carousel--round .owl-prev,
.h-carousel--round .owl-next {
	color:            var(--text-color) !important;
	border-radius:    50%;
	background-color: var(--background-color);
	box-shadow:       0 5px 10px rgba(0, 0, 0, 0.07);
	font-size:        14px !important;
}

.h-carousel--round .h-carousel__prev {
	position: relative;
	left:     -1px;
}

.h-carousel--round .h-carousel__next {
	position: relative;
	left:     1px;
}

.h-carousel--round-big .owl-prev,
.h-carousel--round-big .owl-next {
	color:         var(--text-color) !important;
	border-radius: 50%;
	width:         70px;
	height:        70px;
	margin-top:    -35px;
}

.h-carousel--round-med .owl-prev,
.h-carousel--round-med .owl-next {
	color:         var(--text-color) !important;
	border-radius: 50%;
	width:         60px;
	height:        60px;
	margin-top:    -30px;
}

.h-carousel--square .owl-prev,
.h-carousel--square .owl-next {
	color:      var(--text-color) !important;
	width:      60px;
	height:     60px;
	margin-top: -30px;
}

.h-carousel--outline .owl-prev,
.h-carousel--outline .owl-next {
	border:     solid 1px var(--text-color) !important;
	box-shadow: none !important;
}

.h-carousel--outline .owl-prev.disabled,
.h-carousel--outline .owl-next.disabled {
	border-color: var(--disable-color) !important;
}

.h-carousel--accent .owl-prev,
.h-carousel--accent .owl-next {
	background-color: var(--accent-color) !important;
	color:            var(--background-color) !important;
}

.h-carousel--accent .owl-prev.disabled,
.h-carousel--accent .owl-next.disabled {
	opacity: 0.2;
}

.h-carousel--round .owl-nav i.ip-right {
	height: 1em;
	width:  1em;
}

.h-carousel--round .h-carousel__next.ip-right {
	position: relative;
	left:     1px;
}

.h-carousel--round .h-carousel__prev.ip-right {
	position: relative;
	right:    1px;
}

.h-footer-edit {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	border:   solid 2px #71d7f7;
	opacity:  0;
}

.h-footer-edit:hover {
	opacity: 1;
}

.h-footer-edit i {
	position:         absolute;
	top:              0;
	right:            0;
	width:            25px;
	height:           26px;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	background-color: #10bcf2;
	fill:             white;
}

.h-footer-edit svg {
	display: block;
	width:   auto;
	height:  11px;
}

.h-fade {
	transition: opacity .3s linear, visibility .3s linear;
}

.h-fade--out {
	opacity: 0 !important;
}

.h-fade--in {
	opacity: 1 !important;
}

body.home .h-hide-home {
	display: none !important;
}

.h-1820 .elementor-container,
.h-1820 .e-con {
	max-width: 1820px !important;
}

.h-flag-wave img {
	width: 100% !important;
}

.h-stroke-anim svg {
	stroke-dasharray:          1840;
	stroke-dashoffset:         1880;
	-webkit-animation:                 animstrk 10s linear alternate forwards;
	        animation:                 animstrk 10s linear alternate forwards;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	fill:                      none !important;
}

@-webkit-keyframes animstrk {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes animstrk {
	100% {
		stroke-dashoffset: 0;
	}
}

@media screen and (max-width: 1024px) {
	.h-flag-wave img[data-initialized="true"] {
		pointer-events: none;
	}
}

@media (max-width: 800px) {
	.h-fix-video-pos {
		background-position: 70% 50% !important;
	}

	.h-fix-video-pos .elementor-background-video-embed {
		left: 30%;
	}
}

@media (max-width: 500px) {
	.h-fix-video-pos .elementor-background-video-embed {
		left: 0;
	}
}

/*-- Helpers (Desktop) --*/

@media (min-width: 1921px) {
	.h-full {
		margin-left:  calc(-100vw / 2 + 100% / 2) !important;
		margin-right: calc(-100vw / 2 + 100% / 2) !important;
		max-width:    100vw !important;
		width:        100vw !important;
	}
}

@media (min-width: 1190px) {
	.h-wide > .elementor-container,
	.h-wide > .e-con {
		margin-left:  calc(50px + 120 * ((100vw - 1190px) / (1920 - 1190))) !important;
		margin-right: calc(50px + 120 * ((100vw - 1190px) / (1920 - 1190))) !important;;
	}

	@media (min-width: 1921px) {
		.h-wide > .elementor-container,
		.h-wide > .e-con {
			margin-left:  auto !important;
			margin-right: auto !important;
			max-width:    calc(1920px - 170px * 2) !important;
		}
	}

	.h-carousel--hover .owl-next,
	.h-carousel--hover .owl-prev {
		opacity:    0;
		visibility: hidden;
		transition: var(--hover-transition);
	}

	.h-zoom-hover a img {
		transform-origin: center;
		transition:       var(--opacity-transform-transition);
	}

	.h-zoom-hover a:hover img {
		transform: scale(1.2);
	}

	.h-grayscale:hover {
		opacity: 1;
		filter:  grayscale(0);
	}

	.h-carousel--hover:hover .owl-next,
	.h-carousel--hover:hover .owl-prev {
		opacity:    1;
		visibility: visible;
	}

	.h-carousel--round .owl-prev:not(.disabled):hover,
	.h-carousel--round .owl-next:not(.disabled):hover,
	.h-carousel--round-big .owl-prev:not(.disabled):hover,
	.h-carousel--round-big .owl-next:not(.disabled):hover,
	.h-carousel--round-med .owl-prev:not(.disabled):hover,
	.h-carousel--round-med .owl-next:not(.disabled):hover,
	.h-carousel--square .owl-prev:not(.disabled):hover,
	.h-carousel--square .owl-next:not(.disabled):hover {
		background-color: var(--text-color) !important;
		color:            var(--background-color) !important;
	}

	.h-carousel--accent .owl-prev:not(.disabled):hover,
	.h-carousel--accent .owl-next:not(.disabled):hover {
		background-color: var(--text-color) !important;
	}

	.h-hide-desktop {
		display: none !important;
	}

	.h-carousel--border .owl-prev {
		left: -25px;
	}

	.h-carousel--border .owl-next {
		right: -25px;
	}

	.h-carousel--default-dots .owl-dots > .owl-dot:hover {
		color: var(--accent-color);
	}

	.h-carousel--big-dots .owl-dots > .owl-dot:hover:after {
		opacity: 1;
	}

}

/*-- Helpers (Mobile) --*/

@media (max-width: 1189px) {
	.h-hide-mobile {
		display: none !important;
	}

	.h-carousel--border .owl-prev {
		left: -15px;
	}

	.h-carousel--border .owl-next {
		right: -15px;
	}

	.h-carousel--round-big .owl-prev,
	.h-carousel--round-big .owl-next,
	.h-carousel--round-med .owl-prev,
	.h-carousel--round-med .owl-next,
	.h-carousel--square .owl-prev,
	.h-carousel--square .owl-next {
		width:      50px;
		height:     50px;
		margin-top: -25px;
	}

	.h-carousel--default-dots .owl-dots {
		margin-top: 30px;
	}

	@media (min-width: 768px) {
		.c-product-grid__list--compact.h-carousel--border .owl-prev,
		.c-product-grid__list--compact.h-carousel--border .owl-next {
			top: calc(72px + 15px);
		}
	}
}

@media (max-width: 767px) {

	.c-product-grid__list--compact-mobile.h-carousel--border .owl-prev,
	.c-product-grid__list--compact-mobile.h-carousel--border .owl-next {
		top: calc(72px + 15px);
	}

	.h-carousel--default-dots .owl-dot + .owl-dot {
		margin-left: 20px;
	}

	.h-carousel--mobile-arrows .owl-next,
	.h-carousel--mobile-arrows .owl-prev {
		opacity:    1;
		visibility: visible;
	}

	.h-banner-1 {
		width:      100%;
		background: white;
	}

	.h-banner-1 .elementor-container {
		padding-left:  0 !important;
		padding-right: 0 !important;
	}

	.h-banner-1__column-left {
		position: relative;
		top:      -30px;
		left:     -20px;
	}

	.h-banner-1__column-right {
		position: relative;
		top:      -30px;
		right:    -20px;
	}

	.h-mobile-05x {
		transform-origin: center;
		transform:        scale(0.5);
	}

	.h-inline-form {
		flex-direction: column;
	}

	.h-inline-form > * {
		width: 100%;
	}

	.h-inline-form--33 {
		margin: -10px 0;
	}

	.h-inline-form--33 > * {
		width:  100%;
		margin: 10px 0 !important;
	}

	.h-full-mobile .elementor-container,
	.h-full-mobile .e-con {
		padding-left:  0 !important;
		padding-right: 0 !important;
	}

	.h-icon-list-fix .elementor-icon-list-items {
		margin-top:      -5px;
		margin-bottom:   -5px;
		justify-content: flex-start !important;
	}

	.h-icon-list-fix .elementor-icon-list-item {
		flex:            0 0 auto;
		width:           calc(50% - 12px);
		justify-content: flex-start !important;
		margin-top:      5px;
		margin-bottom:   5px;
		text-align:      left;
	}

	.h-icon-list-fix .elementor-icon-list-item a {
		justify-content: flex-start !important;
		text-align:      left !important;
	}
}

@media (max-width: 1189px) {
	.h-sticky-bottom {
		padding-bottom: 62px;
	}
}

@media (max-width: 767px) {
	body.single-product.h-sticky-atc.h-sticky-bottom {
		padding-bottom: 138px;
	}

	body.single-product.h-sticky-atc:not(.h-sticky-bottom) {
		padding-bottom: 76px;
	}
}



/*- Layouts -*/
:root{
	--admin-bar-height: 0px;
}

.l-wrap {
	position:       relative;
	display:        flex;
	flex-direction: column;
	min-height:     100vh;
	min-width:      320px;
	width:          100%;
	overflow:       hidden;
}

.l-inner {
	flex: 1 1 auto;
}

body.admin-bar .l-wrap {
	min-height: calc(100vh - 32px);
	--admin-bar-height: 32px;
}

.l-section {
	position: relative;
	width:    100%;
	clear:    both;
}

.l-section--padding,
.l-section__padding {
	width:         100%;
	padding-left:  15px;
	padding-right: 15px;
}

.l-section--multicol {
	display:     flex;
	flex-wrap:   nowrap;
	align-items: flex-start;
}

.l-section--top-margin {
	margin-top: 50px;
}

.l-section--top-margin-60 {
	margin-top: 60px;
}

.l-section--top-margin-70 {
	margin-top: 60px;
}

.l-section--top-margin-60 {
	margin-top: 60px;
}

.l-section--bottom-margin {
	margin-bottom: 60px;
}

.l-section__container--relative {
	position: relative;
}

.l-section--container .l-section--container,
.l-section--container .l-section__container,
.l-section__container .l-section__container,
.l-section__container .l-section--container,
.l-section--container .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,
.l-section__container .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,
.l-section--container .e-con-boxed,
.l-section__container .e-con-boxed,
.l-section--container-wide .l-section--container-wide,
.l-section--container-wide .l-section__container-wide,
.l-section__container-wide .l-section__container-wide,
.l-section__container-wide .l-section--container-wide,
.l-section--container-wide .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,
.l-section__container-wide .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,
.l-section--container-wide .e-con-boxed,
.l-section__container-wide .e-con-boxed,
.e-con-boxed .l-section--container-wide,
.e-con-boxed .l-section__container-wide,
.e-con-boxed .l-section--container,
.e-con-boxed .l-section__container,
.elementor-section-boxed .l-section--container-wide,
.elementor-section-boxed .l-section__container-wide,
.elementor-section-boxed .l-section--container,
.elementor-section-boxed .l-section__container {
	padding-left:  0 !important;
	padding-right: 0 !important;
}

.e-con-boxed .e-con-boxed {
	padding-left:  0 !important;
	padding-right: 0 !important;
	margin-left:   0 !important;
	margin-right:  0 !important;
	width:         100% !important;
}

/*-- Layouts (Desktop) --*/

@media (min-width: 1190px) {

	.l-section__sidebar {
		flex: 0 0 auto;
	}

	.l-section__sidebar--boxed {
		width:        220px;
		margin-right: 50px;
	}

	.h-rtl .l-section__sidebar--boxed {
		margin-right: 0;
		margin-left:  50px;
	}

	@media (min-width: 1921px) {
		.l-section__sidebar--fullwidth {
			width: 350px;
		}
	}

	@media (max-width: 1920px) {
		.l-section__sidebar--fullwidth {
			width: calc(220px + (130 * ((100vw - 1190px) / (1920 - 1190))));
		}
	}

	.l-section__sidebar--fullwidth {
		margin-right: 50px;
	}

	.h-rtl .l-section__sidebar--fullwidth {
		margin-right: 0;
		margin-left:  50px;
	}

	.l-section__sidebar--right {
		margin-right: 0;
		margin-left:  50px;
		width:        370px;
	}

	.h-rtl .l-section__sidebar--right {
		margin-right: 50px;
		margin-left:  0;
	}

	.l-section__content--with-sidebar {
		flex:      1 1 auto;
		min-width: 900px;
	}

	.l-section--container,
	.l-section__container {
		width:        1170px;
		margin-left:  auto;
		margin-right: auto;
	}

	.l-section--container-wide,
	.l-section__container-wide {
		width:         var(--fullwidth-limit);
		max-width:     100%;
		margin-left:   auto;
		margin-right:  auto;
		padding-left:  50px;
		padding-right: 50px;
	}

	.l-section--with-sidebar {
		display:   flex;
		flex-wrap: nowrap;
	}

	.c-blog .l-section__content--with-sidebar,
	.c-post__container .l-section__content--with-sidebar {
		min-width: 750px;
	}
}

/*-- Layouts (Mobile) --*/

@media (max-width: 1189px) {

	.l-section--with-sidebar {
		display:        flex;
		flex-direction: column;
	}

	.l-section--container-wide,
	.l-section__container-wide,
	.l-section--container,
	.l-section__container,
	.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,
	.e-con-boxed {
		width:         100%;
		padding-left:  20px;
		padding-right: 20px;
	}

	.l-section__sidebar {
		position: relative;
		overflow: hidden;
	}

	.l-section__sidebar--right {
		margin-top: 95px;
	}

	.l-section__sidebar--left {
		order:      3;
		margin-top: 70px;
	}

	.l-section__sidebar--popup {
		margin: 0;
	}

	.l-section__content--with-sidebar {
		margin-left:  auto;
		margin-right: auto;
		width:        100%;
	}

	.l-section--margin-120 {
		margin-top:    60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .l-wrap {
		min-height: calc(100vh - 46px);
		--admin-bar-height: 46px;
	}
}

/*- Misc -*/

.svg-sprite-container {
	display: none;
}

.ip-customize-partial-refreshing {
	opacity:    0.25;
	transition: opacity 0.25s;
	cursor:     progress;
}

.ip-customize-partial-refreshing.widget-customizer-highlighted-widget {
	box-shadow: none;
}

.pswp {
	display: none;
}

.pswp__video-wrap .mejs-video:not(.mejs-container-fullscreen) iframe {
	width:      1170px !important;
	height:     100% !important;
	max-height: 100%;
	max-width:  100%;
}

.pswp__video-wrap .wp-video {
	width:      1170px !important;
	max-height: 100%;
}

.pswp__video-wrap .video.wp-video-shortcode,
.pswp__video-wrap .wp-video-shortcode video,
.pswp__video-wrap .mejs-container {
	max-height:       calc(100vh - var(--admin-bar-height));
	background-color: transparent;
}

.pswp__img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.pswp__img--placeholder--blank {
	background-color: transparent;
}

.summary .stock {
	font-weight:    500;
	font-size:      13px;
	line-height:    19px;
	letter-spacing: 0.0525em;
	text-transform: uppercase;
	margin:         0 0 15px 0;
	color:          var(--text-color);
}

.summary .stock.out-of-stock {
	color:         #D1333C;
	margin-bottom: 0;
}

.woocommerce-variation-availability .stock {
	margin-top:    30px;
	margin-bottom: -20px !important;
}

.owl-carousel {
	touch-action:     pan-y;
}

.wc-item-meta {
	list-style:  none;
	font-size:   85%;
	line-height: 1.5;
	margin:      0;
	padding:     0;
	font-weight: 600;
}

.wc-item-meta p {
	display: inline;
	padding: 0;
	margin:  0;
}

.wc-item-meta a {
	text-decoration: underline;
}

.wc-item-meta {
	font-weight:    300;
	text-transform: none;
}

.wc-item-meta strong {
	font-weight: inherit;
}

.js-sticky-sidebar,
.js-sticky-sidebar-nearby {
	position: relative;
}

.js-sticky-sidebar {
	top: 0;
}

.js-sticky-sidebar--disable-transition {
	transition: none !important;
}

select.thwepof-input-field,
input[type=text].thwepof-input-field {
	width:        100% !important;
	margin-right: 0 !important;
}

.includes_tax,
.tax_label,
.woocommerce-price-suffix {
	color:          var(--text-color-light) !important;
	text-transform: uppercase !important;
	font-weight:    300 !important;
	font-size:      10px !important;
	line-height:    1.2;
}

.wcpr-stars-count .wcpr-row {
	display: inline-flex;
}

.wcpr-stars-count {
	padding-left: 10px;
}

.wcpr-review-rating > * {
	margin-bottom: 7px !important;
}

.wcpr-form-description {
	margin-bottom: 15px;
}

.c-product__wrap .wcpr-col-star .star-rating {
	transform:         scale(1);
}


@media (max-width: 1189px) {
	.mobile {
		transition: transform 0.5s linear;
	}

	.admin-bar-hide {
		transform: translateY(-100%);
	}

	.parallax-mirror {
		display: none;
	}
}

body.block-transition *,
body.block-transition *:after,
body.block-transition *:before {
	-webkit-transition: none !important;
	-moz-transition:    none !important;
	-ms-transition:     none !important;
	-o-transition:      none !important;
}

.thwmscf-buttons {
	margin-top: 15px;
}

.thwmscf-wrapper {
	max-width:    860px;
	margin-left:  auto;
	margin-right: auto;
}

.thwmscf-wrapper .woocommerce-form-login {
	display:          flex !important;
	background-color: transparent !important;
}

.thwmscf-wrapper .woocommerce-error {
	color: #CF3540;
}

@media (max-width: 1023px) {
	.thwmscf-wrapper {
		margin-top: 35px;
	}
}

/*-- Gutenberg --*/

.entry-content--fullwidth *.alignfull {
	margin-left:  calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
	max-width:    100vw !important;
	width:        100vw !important;
}

.entry-content--sidebar *.alignfull {
	max-width:    100%;
	width:        auto;
	margin-left:  0;
	margin-right: 0;
}

@media (min-width: 1190px ) {
	.entry-content--fullwidth > *.alignwide {
		margin-left:  -230px !important;
		margin-right: -230px !important;
		width:        calc(100% + 460px) !important;
		max-width:    calc(100% + 460px) !important;
	}
}

.entry-content--sidebar *.alignwide {
	max-width:    100%;
	width:        auto;
	margin-left:  0;
	margin-right: 0;
}

.elementor-widget-image .elementor-image > a img[src$=".svg"],
.elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
	width: unset !important;
}

@media (max-width: 1189px) {
	.elementor-widget-heading .elementor-heading-title {
		padding-left:  20px !important;
		padding-right: 20px !important;
	}
}

.c-footer .elementor-section .elementor-container {
	max-width: 1920px;
}

.l-inner .elementor {
	max-width:    var(--fullwidth-limit);
	width:        100%;
	margin-left:  auto;
	margin-right: auto;
}

.wp-video-shortcode {
	max-width: 100%;
}

.yikes-custom-woo-tab-title {
	display: none;
}

[class$="-payment-request-wrapper"],
[id$="-payment-request-wrapper"] {
	padding-top: 0 !important;
	width:       100% !important;
	order:       5;
}

[class$="-payment-request-button-separator"],
[id$="-payment-request-button-separator"] {
	display: none !important;
}

.advanced-woo-labels {
	z-index: auto !important;
}

.woo-variation-swatches .wvs-archive-variations-wrapper {
	order: 39;
}

.wp-block-woocommerce-coming-soon {
	max-width:      100%;
	width:          1170px;
	margin:         35px auto 80px auto;
	clear:          both;
	min-width:      320px;
	padding:        90px 60px;
	text-align:     center;
	font-weight:    normal;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.0125em;
	color:          var(--text-color-light);
}

.wp-block-woocommerce-coming-soon h1 {
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	text-align:     center;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	max-width:      800px;
	margin-left:    auto;
	margin-right:   auto;
	color:          var(--text-color);
}

.wp-block-woocommerce-coming-soon .wp-block-spacer {
	display: none;
}

#coming-soon-footer-banner {
	padding:    10px 15px;
	text-align: center;
}

.password-input {
	position: relative;
	display:  block;
}

.show-password-input {
	position:         absolute;
	cursor:           pointer;
	inset-inline-end: 0;
	top:              0;
	line-height:      0;
	height:           50px;
	width:            50px;
	display:          inline-flex;
	justify-content:  center;
	align-items:      center;
	transition:       var(--hover-transition);
	background:       unset;
	border:           none;
}

.show-password-input:before {
	display:     inline-flex;
	content:     var(--icon-eye);
	font-family: var(--font-icons);
	font-size:   12px;
}

.show-password-input.display-password {
	opacity: 0.2;
}

.show-password-input:hover {
	color: var(--accent-color);
}

.mo-flex-space-between {
	flex-direction: column;
	gap:            10px
}

.mo-flex-space-between > * {
	float:   none !important;
	width:   100% !important;
	margin:  0 !important;
	padding: 15px 25px 15px 25px !important;
}

#reg_billing_phone {
	width: 100%;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	z-index:1;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	z-index: 1;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	position: absolute !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:after {
	display: none !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	outline: none !important;
}

.wc-block-components-text-input.has-error input:not(:focus) {
	border-color: lightcoral !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
	height: 100% !important;
}

.wc-block-components-text-input input:is([type=email],[type=number],[type=password],[type=tel],[type=text],[type=url]),
.wc-blocks-components-select .wc-blocks-components-select__select {
	height: 3.125em !important;
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
	padding:        21px 30px !important;
	font-size:      14px;
	letter-spacing: 0.285em;
}

.l-wrap .wc-block-components-button {
	transition: var(--hover-transition) !important;
	padding:    13px 25px;
}

.wc-block-components-button,
.wc-block-components-button:focus {
	outline:    none !important;
	box-shadow: none !important;
}

@media (max-width: 1024px) and (min-width: 741px) {
	.c-post__container--checkout .wc-block-components-sidebar-layout .wc-block-components-main,
	.c-post__container--checkout .wc-block-components-sidebar {
		width: 50%;
	}
}

/*- Animations -*/

.owl-fade-scale-in {
	transform-origin: 25% 50%;
	-webkit-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.h-rtl .owl-fade-scale-in {
	transform-origin: 75% 50%;
}

.owl-fade-scale-out {
	transform-origin: 25% 50%;
	-webkit-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

.h-rtl .owl-fade-scale-out {
	transform-origin: 75% 50%;
}

.c-ip-slider--align-center .owl-fade-scale-in,
.c-ip-slider--align-center .owl-fade-scale-out {
	transform-origin: 50% 50%;
}

.c-ip-slider--align-right .owl-fade-scale-in,
.c-ip-slider--align-right .owl-fade-scale-out {
	transform-origin: 75% 50%;
}

/* Tablet */
@media (max-width: 1189px) {
	.c-ip-slider--align-tablet-center .owl-fade-scale-in,
	.c-ip-slider--align-tablet-center .owl-fade-scale-out {
		transform-origin: 50% 50%;
	}

	.c-ip-slider--align-tablet-right .owl-fade-scale-in,
	.c-ip-slider--align-tablet-right .owl-fade-scale-out {
		transform-origin: 75% 50%;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.c-ip-slider--align-mobile-center .owl-fade-scale-in,
	.c-ip-slider--align-mobile-center .owl-fade-scale-out {
		transform-origin: 50% 50%;
	}

	.c-ip-slider--align-mobile-right .owl-fade-scale-in,
	.c-ip-slider--align-mobile-right .owl-fade-scale-out {
		transform-origin: 75% 50%;
	}
}

.banners-fade-scale-in {
	transform-origin: 50% 50%;
	-webkit-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.banners-fade-scale-out {
	transform-origin: 50% 50%;
	-webkit-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

.banners-fade-in {
	-webkit-animation: fadeFrom 1s ease both;
	animation: fadeFrom 1s ease both;
}

.banners-fade-out {
	-webkit-animation: fadeTo 1s ease both;
	animation: fadeTo 1s ease both;
}

.banners-slide-up-in {
	-webkit-animation: slideUpFrom 1s ease both;
	animation: slideUpFrom 1s ease both;
}

.banners-slide-up-out {
	-webkit-animation: slideUpTo 1s ease both;
	animation: slideUpTo 1s ease both;
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes fadeFrom {
	from { opacity: 0 }
}
@keyframes fadeFrom {
	from { opacity: 0 }
}

@-webkit-keyframes fadeTo {
	to { opacity: 0 }
}
@keyframes fadeTo {
	to { opacity: 0 }
}


@-webkit-keyframes slideUpFrom {
	from { transform: translateY(100%) }
}
@keyframes slideUpFrom {
	from { transform: translateY(100%) }
}

@-webkit-keyframes slideUpTo {
	to { transform: translateY(-100%) }
}
@keyframes slideUpTo {
	to { transform: translateY(-100%) }
}

/*- Account -*/

.c-account {
	display:          flex;
	color:            var(--text-color-light);
}

.c-account__login-info {
	text-align:    center;
	font-size:     17px;
	margin-top:    -30px;
	margin-bottom: 90px;
}

.c-account__logout {
	margin-left: 35px;
	font-weight: bold;
	color:       #D1333C;
}

.c-account__col-menu {
	flex:         0 0 260px;
	padding:      45px 50px;
	border-right: solid 1px var(--text-color-extra-light);
}

.c-account__col-content {
	flex:    1 1;
	padding: 40px 60px;
}

.c-account__navigation {
	margin:         0;
	padding:        0;
	list-style:     none;
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	color:          var(--text-color);
}

.c-account__navigation-item + .c-account__navigation-item {
	margin-top: 25px;
}

.c-account__navigation-item.is-active {
	color: var(--accent-color);
}

.c-account__col-content > *:first-child {
	margin-top: 0;
}

.c-account__backward {
	text-decoration:         underline;
	text-underline-position: under;
	-webkit-text-decoration-color:   var(--text-color-light);
	        text-decoration-color:   var(--text-color-light);
}

.c-account fieldset {
	margin:  45px 0 0 0;
	padding: 0;
	border:  0;
}

.c-account legend,
.c-account h3 {
	padding:        0;
	margin:         0 0 20px 0;
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	color:          var(--text-color);
}

.c-account form {
	font-size: 14px;
}

.c-account select {
	height: 36px;
}

.c-account p {
	margin: 0 0 10px 0;
}

.c-account .edit {
	position: absolute;
	bottom:   0;
	left:     0;
}

.h-rtl .c-account .edit {
	left:  unset;
	right: 0;
}

.c-account .woocommerce-button,
.c-account .edit {
	padding:   10px 20px !important;
	width:     unset !important;
	font-size: 11px !important;
}

.c-account mark {
	background:  none;
	font-weight: 500;
}

.c-account em {
	display:        block;
	font-style:     normal;
	font-weight:    300;
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
	margin-top:     5px;
}

.woocommerce-Address {
	padding-bottom: 55px;
	position:       relative;
}

p + .woocommerce-Addresses {
	margin-top: 0;
}


.c-account .woocommerce-address-fields,
.woocommerce-EditAccountForm {
	max-width: 430px;
}

.woocommerce-EditAccountForm .button,
.woocommerce-address-fields .button {
	margin-top: 30px;
}

.c-account__user {
	display:       flex;
	align-items:   center;
	text-align:    start;
	-moz-column-gap:    20px;
	     column-gap:    20px;
	margin-bottom: 25px;
}

.c-account__user-name {
	font-weight: 500;
	color:       var(--text-color);
	font-size:   16px;
}

.c-account__user-icon img {
	display:       block;
	border-radius: 50%;
}

/*-- Account (Desktop) --*/

@media (min-width: 768px) {

	.c-account {
		margin-top: 35px;
	}

	.c-account__navigation-link:hover,
	.c-account__logout:hover,
	.c-account__col-content a:hover {
		opacity: 0.7;
	}
}

@media (max-width: 1189px) and (min-width: 768px) {
	.woocommerce-account .l-section--container {
		padding: 0;
	}

	.c-account__col-menu,
	.c-account__col-content {
		padding-left:  30px;
		padding-right: 30px;
	}
}

/*-- Account (Mobile) --*/

@media (max-width: 767px) {
	.c-account {
		display: block;
	}

	.c-account__col-menu {
		position:       relative;
		text-align:     center;
		border-right:   none;
		padding-bottom: 40px;
	}

	.c-account__col-menu:after {
		content:       '';
		display:       block;
		position:      absolute;
		left:          -30px;
		right:         -30px;
		bottom:        0;
		border-bottom: solid 1px var(--text-color-extra-light);
	}

	.c-account__col-content {
		padding-left:  0;
		padding-right: 0;
		max-width:     510px;
		margin-left:   auto;
		margin-right:  auto;
	}

	.c-account__login-info {
		font-size:     14px;
		margin-top:    -55px;
		margin-bottom: 30px;
	}

	.c-account__navigation-item + .c-account__navigation-item {
		margin-top: 15px;
	}

	.c-account__user {
		flex-direction: column;
	}

	.c-account__user-text {
		margin-top: 10px;
	}

	.c-account__user-name {
		display: inline;
	}
}

/*- Product badges -*/

.c-badge__list {
	display:         flex;
	justify-content: flex-end;
	flex-wrap:       wrap;
}

.c-badge {
	flex:             0 1 auto;
	display:          inline-block;
	padding:          4px 5px 4px 6px;
	margin:           2.5px;
	text-transform:   uppercase;
	color:            #FFF;
	font-weight:      normal;
	font-size:        12px;
	line-height:      12px;
	letter-spacing:   0.02em;
	text-align:       center;
	background-color: var(--text-color);
}

.c-badge--new {
	order:            1;
	background-color: var(--badge-bgcolor-new);
}

.c-badge--sale {
	order:            2;
	background-color: var(--badge-bgcolor-sale);
}

.c-badge--featured {
	order:            3;
	background-color: var(--badge-bgcolor-featured);
}

.c-badge--out-of-stock {
	order:            4;
	background-color: var(--badge-bgcolor-outofstock);
}
/*- Blog blog -*/

.c-blog__grid {
	display:     flex;
	flex-wrap:   wrap;
	align-items: flex-start;
	margin:      -5px -5px;
}

.c-blog__nothing {
	padding:          40px 50px;
	background-color: var(--white-color);
	font-weight:      300;
	font-size:        16px;
	line-height:      30px;
	letter-spacing:   0.015em;
	color:            var(--text-color-light);
}

.c-blog__nothing-search {
	margin-top: 20px;
	width:      440px;
	max-width:  100%;
}

.c-blog__nothing .c-search-form {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.c-blog__grid {
		opacity:     0;
		transition:  var(--opacity-transition);
	}

	.c-blog__grid--init-masonry {
		opacity: 1;
	}
}

/*--  (Mobile) --*/


@media (max-width: 767px) {
	.c-blog__grid,
	.c-blog__list {
		display:        flex;
		flex-direction: column;
		align-items:    center;
		margin:         0 5px -25px 5px;
	}

	.c-blog__nothing {
		padding: 35px 30px;
	}
}


/*- Breadcrumbs -*/

.c-breadcrumbs {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}


.c-breadcrumbs__list {
	margin:     0;
	padding:    0;
	list-style: none;
	display:    flex;
	flex-wrap:  wrap;
}


.c-breadcrumbs__item {
	display:         inline-block;
	-ms-word-wrap:   break-word;
	word-break:      break-word;
	word-wrap:       break-word;
	white-space:     normal;
}

.c-breadcrumbs__item:first-letter {
	text-transform: uppercase;
}

.c-breadcrumbs__separator {
	position:       relative;
	font-size:      6px;
	vertical-align: middle;
	margin-left:    10px;
	margin-right:   10px;
	opacity:        0.4;
}

.h-rtl .c-breadcrumbs__separator {
	display:   inline-block;
	transform: scaleX(-1);
}

/*-- Breadcrumbs (Desktop) --*/

@media (min-width: 1190px) {
	.c-breadcrumbs__item > a:hover {
		color:                   var(--accent-color);
		text-decoration:         underline;
		text-underline-position: under;
	}
}

/*-- Breadcrumbs (Mobile) --*/

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


/*- Empty Cart -*/

.c-cart-empty {
	padding:          90px 60px;
	font-weight:      normal;
	font-size:        16px;
	line-height:      30px;
	text-align:       center;
	letter-spacing:   0.0125em;
}

.c-cart-empty__icon {
	width:       90px;
	height:      90px;
	font-size:   90px;
	line-height: 1;
}

.c-cart-empty__image {
	max-width: 100%;
	height:    auto;
}

.c-cart-empty__header {
	margin-top:     35px;
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	text-align:     center;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	max-width:      800px;
	margin-left:    auto;
	margin-right:   auto;
	color:          var(--text-color);
}

.c-cart-empty__backward {
	display:    inline-block;
	margin-top: 55px;
}

.c-cart-empty__note {
	margin-top:    22px;
	margin-bottom: -30px;
	color:         var(--text-color-light);
}

.c-cart-empty__wishlist {
	vertical-align: middle;
}

.c-cart-empty__try {
	margin-top:    22px;
	margin-bottom: 0;
	color:         var(--text-color-light);
}

.c-cart-empty__search {
	display:    inline-block;
	margin-top: 28px;
	max-width:  100%;
	width:      290px;
}

/*-- Empty Cart (Mobile) --*/

@media (max-width: 500px) {
	.c-cart-empty {
		padding: 75px 15px 25px 15px;
	}
}
/*- Cart -*/

.c-cart {
}

.c-cart a:not(.c-button) {
	text-underline-position: under !important;
}

.c-cart .c-product__quantity {
	margin-right: 0;
}

.c-cart .c-product__quantity > * {
	width:  29px;
	height: 43px;
}

.c-cart input.c-product__quantity-value {
	width:  50px;
	height: 43px !important;
}

.c-cart__wrap {
	width:    100%;
	display:  flex;
	position: relative;
}

.c-cart__col-1 {
	flex:      1 1 auto;
	min-width: 100px;
}

.c-cart__col-1 .blockOverlay {
	z-index: 1 !important;
}

.c-cart__col-2 {
	flex:      0 0 auto;
	width:     400px;
	max-width: 100%;
}

.c-cart__shop-table,
.c-cart__totals-table {
	border-spacing:  0;
	border-collapse: separate;
	width:           100%;
}

.c-cart__totals-table > thead {
	display: none;
}

.c-cart__shop-tr {
	position: relative;
}

.c-cart__shop-th,
.c-cart__totals-th {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--text-color-light);
	text-align:     start;
}

.c-cart__totals-th--product-total {
	text-align: end;
}

.c-cart__totals-th {
	padding-top:    20px;
	padding-bottom: 9px;
}

.c-cart__shop-td--product-subtotal .amount {
	display: block;
}

.c-cart__shop-th--product-total,
.c-cart__shop-td--product-total,
.c-cart__shop-td--right {
	text-align: right;
}

.h-rtl .c-cart__shop-th--product-total,
.h-rtl .c-cart__shop-td--product-total,
.h-rtl .c-cart__shop-td--right {
	text-align: left;
}

.c-cart__shop-td--product-quantity {
	text-align: center;
}

.c-cart__shop-td--left {
	text-align: left;
}

.h-rtl .c-cart__shop-td--left {
	text-align: right;
}

.c-cart__item-price {
	font-weight:    300;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.025em;
	color:          var(--text-color-body);
}

.c-cart__item-out-of-stock {
	display:          inline-block;
	margin-left:      10px;
	background-color: var(--badge-bgcolor-outofstock);
	color:            white;
	padding:          3px 7px 3px 8px;
	text-transform:   uppercase;
	font-style:       normal;
	font-weight:      500;
	font-size:        10px;
	line-height:      11px;
	letter-spacing:   0.15em;
	text-align:       center;
	margin-bottom:    5px;
	vertical-align:   middle;
}

.c-cart__shop-td {
	padding: 30px 0;
}

.h-ltr .c-cart__shop-td {
	padding-right: 25px;
}

.h-rtl .c-cart__shop-td {
	padding-left: 25px;
}

.h-ltr .c-cart__shop-td:last-child {
	padding-right: 0;
	text-align:    right;
}

.h-ltr .c-cart__shop-th:last-child {
	padding-right: 0;
	text-align:    right;
}

.h-rtl .c-cart__shop-td:last-child {
	padding-left: 0;
	text-align:   left;
}

.h-rtl .c-cart__shop-th:last-child {
	padding-left: 0;
	text-align:   left;
}

.c-cart__shop-td-space {
	padding: 10px;
}

.c-cart__shop-td--product-thumbnail {
	position: relative;
}

.h-ltr .c-cart__shop-td--product-thumbnail {
	padding-right: 30px;
	padding-left:  0;
}

.h-rtl .c-cart__shop-td--product-thumbnail {
	padding-left:  30px;
	padding-right: 0;
}

.c-cart__shop-td--product-name {
	width:          75%;
	font-weight:    300;
	font-size:      20px;
	line-height:    1.3;
	letter-spacing: 0.02em;
}

.c-cart__shop-td--product-normal {
	width: unset;
}

.c-cart__shop-td--product-name > a {
	display: block;
}

.c-cart__shop-td--product-price {
	font-weight:    normal;
	font-size:      18px;
	line-height:    26px;
	letter-spacing: 0.02em;
}

.c-cart__shop-td--product-price del {
	opacity:      0.3;
	margin-right: 3px;
}

.c-cart__shop-td--product-price ins {
	text-decoration: none;
}

.c-cart__shop-th--product-price,
.c-cart__shop-td--product-price,
.c-cart__shop-th--product-stock,
.c-cart__shop-td--product-stock {
	text-align:    center;
	padding-right: 25px;
}

.h-rtl .c-cart__shop-th--product-price,
.h-rtl .c-cart__shop-td--product-price,
.h-rtl .c-cart__shop-th--product-stock,
.h-rtl .c-cart__shop-td--product-stock {
	text-align:    center;
	padding-right: unset;
	padding-left:  25px;
}

.c-cart__shop-td--product-stock {
	font-weight:    500;
	font-size:      14px;
	line-height:    30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.c-cart__shop-th--product-quantity {
	text-align:    center;
	-webkit-padding-end: 25px;
	        padding-inline-end: 25px;
}

.c-cart__shop-tr--space {
	display: none !important;
}

.c-cart__shop-td--actions {
	text-align:     right;
	position:       relative;
	white-space:    nowrap;
	padding-top:    25px;
	padding-bottom: 0;
	border-bottom:  none !important;
}

.c-cart__shop-remove-icon {
	color:            var(--text-color);
	position:         absolute;
	display:          block;
	width:            9px;
	height:           9px;
	font-size:        9px;
	line-height:      1;
	inset-inline-start: -28px;
	top:              50%;
	margin-top:       -5px;
	transform-origin: center center;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--opacity-transform-transition);
}

.c-cart__shop-remove-icon:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     -10px;
	right:    -10px;
	top:      -10px;
	bottom:   -10px;
}

.c-cart__shop-variation {
	display:   block;
	font-size: 14px;
}

.c-cart__collaterals {
	padding:  25px 35px 45px 35px;
	position: relative;
	border:   solid 1px var(--text-color);
}

.c-cart__collaterals .blockUI.blockOverlay {
	z-index: 20 !important;
	width:   auto !important;
	height:  auto !important;
	left:    -35px !important;
	top:     -46px !important;
	right:   -35px !important;
	bottom:  -40px !important;
}

.c-form__terms-and-conditions {
	margin-top: 27px !important;
}

.blockUI.blockOverlay {
	background-color: var(--background-color) !important;
}

.c-cart__shop-update {
	display:  inline-block;
	position: relative;
}


.c-cart__shop-update-svg {
	position:       absolute;
	left:           0;
	top:            3px;
	width:          17px;
	height:         17px;
	pointer-events: none;
}

.c-cart__coupon-form > input {
	flex: 1 1 auto;
}

.c-cart__coupon-apply {
	width:       auto !important;
	margin-left: -1px;
}

.h-rtl .c-cart__coupon-apply {
	margin-left:  0;
	margin-right: -1px;
}

.c-cart__coupon-header {
	text-align:     left;
	font-weight:    300;
	font-size:      19px;
	line-height:    27px;
	letter-spacing: 0.03em;
	position:       relative;
}

.h-rtl .c-cart__coupon-header {
	text-align: right;
}

.c-cart__sub-header,
.c-cart__header,
.c-cart__col-1--checkout h3 {
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	text-align:     left;
	color:          var(--text-color);
}

.h-rtl .c-cart__sub-header,
.h-rtl .c-cart__header,
.h-rtl .c-cart__col-1--checkout h3 {
	text-align: right;
}

.c-cart__sub-sub-header {
	font-weight:    300;
	font-size:      19px;
	line-height:    27px;
	letter-spacing: 0.03em;
	text-align:     left;
}

.h-rtl .c-cart__sub-sub-header {
	text-align: right;
}

.c-cart__select-icon {
	display:          block;
	position:         absolute;
	right:            0;
	top:              50%;
	margin-top:       -3px;
	font-size:        6px;
	height:           6px;
	line-height:      1;
	transform-origin: center center;
	transition:       transform 0.3s linear;
}

.h-rtl .c-cart__select-icon {
	left:  0;
	right: unset;
}

.c-cart__select-icon--opened {
	transform: rotate(-180deg);
}

.c-cart__coupon {
	position:       relative;
	padding-bottom: 25px;
	margin-bottom:  21px;
}

.c-cart__coupon:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          -35px;
	right:         -35px;
	bottom:        0;
	border-bottom: solid 1px var(--text-color-extra-light);
}

.c-cart__coupon-from-wrap {
	max-height: 0;
	overflow:   hidden;
	transition: max-height 0.3s linear;
}

.c-cart__coupon-from-wrap--opened {
	max-height: 150px;
}

.c-cart__coupon-form {
	padding-top: 25px;
	display:     flex;
	align-items: center;
}

.c-cart__calculator-update-wrap {
	margin-bottom: 10px;
}

.c-cart__totals-td {
	padding:  0;
	position: relative;
}

.c-cart__collaterals .woocommerce-remove-coupon,
.c-cart__collaterals .tax_label,
.c-cart__collaterals .includes_tax,
.c-cart__shop-table .tax_label {
	display:     block;
	font-weight: normal;
	font-size:   12px;
}

.c-cart__collaterals .woocommerce-terms-and-conditions-wrapper {
	max-width:      100%;
	font-weight:    normal;
	font-size:      15px;
	line-height:    25px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
}

.c-cart__collaterals .woocommerce-privacy-policy-text {
	margin-top: 20px;
}

.c-cart__collaterals .woocommerce-privacy-policy-text > :first-child {
	margin-top: 0;
}

.c-cart__collaterals .woocommerce-privacy-policy-text > :last-child {
	margin-bottom: 0;
}

.c-cart__collaterals .woocommerce-privacy-policy-text a,
.c-cart__collaterals .woocommerce-privacy-policy-text a:hover {
	text-decoration: underline;
}

.c-cart__payment-methods a,
.c-cart__payment-methods a:hover {
	text-decoration: underline;
}

.c-cart__shop-table .tax_label {
	margin-top: 0;
}

.c-cart__shipping-methods-label .tax_label {
	position:   absolute;
	right:      0;
	margin-top: 27px;
}

.h-rtl .c-cart__shipping-methods-label .tax_label {
	right: unset;
	left:  0;
}

.c-cart__totals-price {
	position:       relative;
	text-align:     right;
	font-size:      18px;
	line-height:    26px;
	letter-spacing: 0.02em;
	color:          var(--text-color);
}

.h-rtl .c-cart__totals-price {
	text-align: left;
}

.c-cart__totals-price .amount {
	white-space: nowrap;
}

.c-cart__totals-price--total strong .amount {
	text-align:     right;
	font-weight:    normal;
	font-size:      23px;
	line-height:    33px;
	text-align:     right;
	letter-spacing: 0.01em;
}

.h-rtl .c-cart__totals-price--total strong .amount {
	text-align: left;
}

.c-cart__shipping-destination {
	margin-top: 25px;
}

.c-cart__shipping-destination strong {
	font-weight: 500;
}

.c-cart__shipping-methods,
.c-cart__payment-methods {
	list-style: none;
	padding:    0;
	margin:     0;
}

.c-cart__payment-methods .woocommerce-notice {
	padding:        0;
	font-style:     normal;
	font-weight:    400;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	color:          var(--text-color);
}

.c-cart__payment-methods > li,
.c-cart__shipping-methods-item {
	display:    flex;
	flex-wrap:  wrap;
	margin-top: 20px;
}

.c-cart__shipping-methods-label {
	display: flex;
}

.c-cart__shipping-methods-label .amount {
	display:        inline-block;
	margin-left:    auto;
	padding-left:   25px;
	text-align:     right;
	font-size:      18px;
	line-height:    26px;
	letter-spacing: 0.02em;
	color:          var(--text-color);
}

.h-rtl .c-cart__shipping-methods-label .amount {
	text-align:    left;
	margin-left:   unset;
	margin-right:  auto;
	padding-left:  0;
	padding-right: 25px;
}

.c-cart__payment-methods-box {
	padding-left:   32px;
	font-weight:    300;
	font-size:      14px;
	line-height:    21px;
	letter-spacing: 0.03em;
	margin-top:     5px;
	flex:           1 1 auto;
}

.c-cart__payment-methods-box input[type=radio],
.c-cart__payment-methods-box input[type=checkbox]:not(#stripe_cc_save_source_key) {
	opacity: 1 !important;
	filter:  grayscale(1);
}

.c-cart__payment-methods-box > :first-child {
	margin-top: 0;
}

.c-cart__payment-methods-box > :last-child {
	margin-bottom: 0;
}

.c-cart__shipping-method-radio,
.c-cart__payment-method-radio {
	flex:        0 0 auto;
	white-space: nowrap;
	position:    relative;
	margin-top:  3px !important;
}

.h-ltr .c-cart__shipping-method-radio,
.h-ltr .c-cart__payment-method-radio {
	margin-right: 14px;
}

.h-rtl .c-cart__shipping-method-radio,
.h-rtl .c-cart__payment-method-radio {
	margin-left: 14px;
}

.c-cart__payment-methods-title,
.c-cart__shipping-methods-label {
	flex:        1 1 auto;
	color:       var(--text-color);
	width:       calc(100% - 32px);
	display:     flex;
	align-items: flex-start;
}

.c-cart__payment-methods-title {
	flex-direction: column;
}

.c-cart__payment-methods-title img,
.c-cart__shipping-methods-label img {
	max-width: 100%;
}

.c-cart__payment-methods-title .about_paypal {
	color: var(--text-color-light);
}

.c-cart__shipping-calculator-button {
	display:        inline-block;
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top:     12px;
	margin-bottom:  8px;
	color:          var(--accent-color);
}

.c-cart .shipping-calculator-form input[type=text] {
	width: 100%;
}

.c-cart .shipping-calculator-form {
	margin-top: 20px;
}

.c-cart .shipping-calculator-form > :first-child {
	margin-top: 0;
}

.c-cart__calculator-update-button {
	width: 100%;
}

.c-cart__shipping-calculator-button:hover {
	color:                   var(--text-color);
	text-decoration:         underline;
	text-underline-position: under;
}

.c-cart__payment-method-radio {
	display: inline-block !important;
}

.c-cart__totals-space {
	padding:  20px 0;
	position: relative;
}

.c-cart__totals-space--hr:after {
	content:    '';
	display:    block;
	position:   absolute;
	left:       -35px;
	right:      -35px;
	top:        50%;
	border-top: solid 1px var(--text-color-extra-light);
}

.c-cart__totals-product-space {
	padding: 9px 0;
}

.c-cart__totals-action {
	text-align: right;
}

.c-cart__totals-product-name {
	font-weight:    300;
	font-size:      17px;
	line-height:    26px;
	letter-spacing: 0.025em;
	text-transform: var(--text-transform);
}

.c-cart__shop-brand,
.c-cart .variation {
	text-transform: none;
	display:        block;
	margin:         3px 0 0 0;
	padding:        0;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}

.c-cart .variation * {
	display: inline;
	margin:  0;
	padding: 0;
}

.c-cart .variation dd + dt:before {
	content:          '';
	display:          inline-block;
	width:            2px;
	height:           2px;
	background-color: currentColor;
	border-radius:    50%;
	vertical-align:   middle;
	margin-left:      6px;
	margin-right:     10px;
	margin-bottom:    2px;
}

.c-cart .variation dd {
	color: var(--text-color);
}


.c-cart__totals-product-quantity {
	white-space: nowrap;
}

.c-cart__totals-product {
	font-size: 14px;
}

.c-cart__place-order {
	display:        flex;
	flex-direction: column;
	align-items:    flex-start;
}

.c-cart__place-order-btn {
	margin-top: 37px;
}

.c-cart__checkout-btn {
	margin-top: 25px;
}

.c-cart .form-row {
	margin-bottom: 0;
	margin-top:    10px;
}

.c-cart .woocommerce-terms-and-conditions {
	padding:          15px;
	margin-top:       25px;
	background-color: var(--text-color-extra-light);
	color:            var(--text-color);
}

.c-cart .woocommerce-terms-and-conditions-link {
	text-decoration: underline;
}

.c-cart__form label {
	display:        block;
	padding-bottom: 12px;
	font-style:     normal;
	font-weight:    normal;
	font-size:      15px;
	line-height:    22px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
}

.c-cart__form .required {
	text-decoration: none;
	color:           var(--text-color);
}

.c-cart__form .form-row {
	margin-top:    0;
	margin-bottom: 25px;
	clear:         right;
}

.c-cart__billing-fields {
	margin-top: 30px;
}

.c-cart__shipping-fields {
	margin-top: 15px;
}

.c-cart__additional-fields {
	margin-top: 15px;
}

.c-cart__form--shipping-fields {
	margin-top: 45px;
}

.c-cart__form--additional-fields {
	margin-top: 25px;
}

.c-cart__thumbnail-link img {
	max-width:       45px !important;
	width:           45px !important;
	height:          45px !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
	display:         block;
}

.c-cart__shop-update-button--auto {
	opacity:    0 !important;
	visibility: hidden !important;
	position:   absolute !important;
	z-index:    -1;
}

.c-cart__review-order,
.c-cart__totals {
	position: relative;
	z-index:  1;
}

.c-cart__collaterals fieldset {
	padding: 0;
	margin:  0;
	border:  none;
}

.c-cart__collaterals [class$="-payment-request-wrapper"],
.c-cart__collaterals [id$="-payment-request-wrapper"] {
	margin-top: 20px;
}

/*-- Cart (Desktop) --*/

@media (max-width: 1189px) {
	.c-cart__shop-remove-icon {
		opacity:    1;
		visibility: visible;
	}
}

@media (min-width: 1024px) {
	.h-ltr .c-cart__col-2 {
		margin-left: 60px;
	}

	.h-rtl .c-cart__col-2 {
		margin-right: 60px;
	}

	.c-cart__form .form-row-first {
		float:         left;
		width:         50%;
		padding-right: 15px;
	}

	.c-cart__form .form-row-last {
		float:        right;
		width:        50%;
		padding-left: 15px;
	}

	.c-cart__shop-remove-icon:hover {
		transform: scale(2, 2);
	}

	.c-cart__shop-tr:hover .c-cart__shop-remove-icon {
		opacity:    1;
		visibility: visible;
	}

	.c-cart__shop-td {
		border-bottom: solid 1px var(--text-color-extra-light);
	}

	.c-cart a:not(.c-button):hover {
		color: var(--accent-color);
	}

	.c-cart__shop-td--product-thumbnail:before {
		content:  '';
		display:  block;
		position: absolute;
		top:      0;
		bottom:   0;
		right:    100%;
		width:    28px;
	}

	.h-rtl .c-cart__shop-td--product-thumbnail:before {
		right: unset;
		left:  100%;
	}
}

@media (min-width: 1024px) {
	.h-ltr .c-cart__col-2 {
		margin-left: 60px;
	}

	.h-rtl .c-cart__col-2 {
		margin-right: 60px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {

	.c-cart__col-2 {
		width: 50%;
	}
}

/*-- Cart (Mobile) --*/

@media (max-width: 1023px) {
	.c-cart__shop-td--actions {
		border: none;
	}

	.c-cart__shop-update {
		display: block;
	}

	.c-cart__shop-tr--actions {
		margin-top: 20px;
	}

	.c-cart__shop-table,
	.c-cart__shop-thead,
	.c-cart__shop-tbody {
		display: block;
		width:   100%;
	}

	.c-cart__shop-thead > tr {
		display: flex;
	}

	.c-cart__shop-td {
		padding: 0 !important;
	}

	.c-cart__shop-th--product-name {
		flex: 1 1 auto;
	}

	.c-cart__shop-th--product-quantity {
		display: none;
	}

	.c-cart__shop-td--product-thumbnail {
		position: absolute;
		left:     0;
		top:      5px;
		width:    45px !important;
		height:   100% !important;
	}

	.h-rtl .c-cart__shop-td--product-thumbnail {
		left:  unset;
		right: 0;
	}

	.c-cart__shop-remove-icon {
		inset-inline-start:  50%;
		-webkit-margin-start: -5px;
		        margin-inline-start: -5px;
		top:         unset;
		margin-top:  unset;
		bottom:      44px;
		opacity:     1;
		visibility:  visible;
	}

	.c-cart__shop-td--product-name {
		margin-bottom: 22px;
	}

	.c-cart__shop-td--product-quantity {
		flex:       0 0 auto !important;
		width:      unset !important;
		text-align: left;
	}

	.h-rtl .c-cart__shop-td--product-quantity {
		text-align: right;
	}

	.c-cart__shop-td--product-subtotal {
		width: unset !important;
	}

	.c-cart__shop-tr:not(.c-cart__shop-tr--actions) {
		position:       relative;
		display:        flex;
		width:          100%;
		flex-wrap:      wrap;
		padding-left:   65px;
		align-items:    center;
		padding-bottom: 20px;
		margin-bottom:  15px;
		border-bottom:  solid 1px var(--text-color-extra-light);
	}

	.h-rtl .c-cart__shop-tr:not(.c-cart__shop-tr--actions) {
		padding-left:  0;
		padding-right: 65px;
	}

	.c-cart__shop-tr--actions {
		display: block;
	}

	.c-cart__shop-tr > * {
		display: block;
		flex:    1 1 auto;
		width:   100%;
	}

	.c-cart__shop-thead {
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) and (min-width: 767px) {
	.c-cart__collaterals {
		height: 100%;
	}

	.h-ltr .c-cart__collaterals {
		border-right: none;
	}

	.h-rtl .c-cart__collaterals {
		border-left: none;
	}

	.c-cart__col-1 {
		margin: 30px 25px;
	}
}

@media (max-width: 767px) {
	.c-cart__wrap {
		flex-direction: column;
		align-items:    center;
	}

	.c-cart__col-1 {
		max-width:      400px;
		width:          100%;
		margin-top:     15px;
		padding-bottom: 30px;
		position:       relative;
	}

	.c-cart__col-1:after {
		content:       '';
		display:       block;
		position:      absolute;
		left:          0;
		right:         0;
		bottom:        0;
		margin-left:   calc(-100vw / 2 + 100% / 2) !important;
		margin-right:  calc(-100vw / 2 + 100% / 2) !important;
		max-width:     100vw !important;
		width:         100vw !important;
		border-bottom: solid 1px var(--text-color);
	}

	.c-cart__coupon:after,
	.c-cart__totals-space--hr:after {
		left:      calc(-100vw / 2 + 100% / 2) !important;
		right:     calc(-100vw / 2 + 100% / 2) !important;
		max-width: 100vw !important;
		width:     100vw !important;
	}

	.c-cart__col-2 {
		margin-top: 30px;
		position:   relative;
		z-index:    1;
	}

	.c-cart__collaterals {
		padding: 0;
		border:  none;
	}

	@media (min-width: 440px) {
		.blockUI.blockOverlay {
			background-color: var(--background-color) !important;
			z-index:          95 !important;
			margin-left:      calc(-100vw / 2 + 100% / 2) !important;
			margin-right:     calc(-100vw / 2 + 100% / 2) !important;
			max-width:        100vw !important;
			width:            100vw !important;
		}
	}

	@media (max-width: 439px) {
		.blockUI.blockOverlay {
			background-color: var(--background-color) !important;
			z-index:          95 !important;
			left:             -20px !important;
			width:            calc(100% + 40px) !important;
		}
	}

	.woocommerce-cart-form .blockUI.blockOverlay {
		background-color: var(--background-color) !important;
	}

	.c-cart__shop-update {
		display: block;
	}
}

@media (max-width: 359px) {
	.c-cart .c-product__quantity-minus,
	.c-cart .c-product__quantity-plus {
		display: none !important;
	}

	.c-cart .c-product__quantity {
		width: auto !important;
	}
}

/*- Catalog Ordering -*/

.c-catalog-ordering {
	font-weight:    normal;
	font-size:      14px;
	line-height:    1;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
	margin-bottom:  50px;
	padding-top:    18px;
	padding-bottom: 17px;
	border-bottom:  solid 1px var(--text-color-extra-light);
	position:       relative;
}

.c-catalog-ordering__col--result {
	position: relative;
	top:      -1px;
}

.c-catalog-ordering__col--ordering {
	position: relative;
	top:      1px;
}

.c-catalog-ordering__wrap {
	display:     flex;
	align-items: center;
}

.c-catalog-ordering__col--result {
	flex: 1 1 auto;
}

.c-catalog-ordering__col--result > p {
	margin: 0;
}

.c-catalog-ordering__col--ordering {
	flex:   0 0 auto;
	height: 18px;
}

.c-catalog-ordering__col--ordering select,
.c-catalog-ordering__col--ordering .nice-select {
	padding:             0;
	margin:              0;
	border:              none;
	font-weight:         normal;
	font-size:           14px;
	line-height:         1.07;
	letter-spacing:      0.025em;
	color:               var(--text-color-light);
	background-position: right 0 top 50%;
	padding-right:       16px;
	background-image:    var(--select-ordering-image);
}

.h-rtl .c-catalog-ordering__col--ordering select,
.h-rtl .c-catalog-ordering__col--ordering .nice-select {
	background-position: left 0 top 50%;
	padding-right:       0;
	padding-left:        16px;
}

.c-catalog-ordering__col--ordering select:not(.init) {
	width:   0;
	opacity: 0;
}

.c-catalog-ordering__filter-show-button {
	color:          var(--text-color);
	flex:           0 0 auto;
	display:        inline-block;
	font-weight:    normal;
	font-size:      13px;
	line-height:    1;
	align-items:    center;
	text-align:     center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding:        10px 17px;
	border:         solid 1px currentColor;
	margin-left:    35px;
	cursor:         pointer;
}

.h-rtl .c-catalog-ordering__filter-show-button {
	margin-left:  0;
	margin-right: 35px;
}

.c-catalog-ordering__filter-ico {
	font-size:      9px;
	line-height:    1;
	margin-right:   8px;
	vertical-align: middle;
	display:        inline-block;
	position:       relative;
	top:            -1px
}

.h-rtl .c-catalog-ordering__filter-ico {
	margin-left:  8px;
	margin-right: 0;
}

.c-catalog-ordering__filter-count {
	position:         absolute;
	right:            -8px;
	top:              -8px;
	height:           16px;
	line-height:      16px;
	min-width:        16px;
	max-width:        30px;
	text-overflow:    ellipsis;
	overflow:         hidden;
	border-radius:    8px;
	padding:          0 4px 0 5px;
	font-weight:      normal;
	font-size:        11px;
	letter-spacing:   0.03em;
	text-align:       center;
	opacity:          1;
	z-index:          1;
	background-color: var(--text-color);
	color:            white;
	white-space:      nowrap;
}

.h-rtl .c-catalog-ordering__filter-count {
	right: unset;
	left:  -8px;
}

/*-- Catalog Ordering (Desktop) --*/
@media (min-width: 1190px) {
	.c-catalog-ordering__filter-show-button {
		display: none;
	}

	.c-catalog-ordering--desktop-filter .c-catalog-ordering__filter-show-button {
		display: inline-block;
	}

	.c-catalog-ordering__filter-show-button:hover {
		color:            var(--white-color);
		background-color: var(--text-color);
		border-color:     var(--text-color);
		opacity:          1;
	}

	.c-catalog-ordering__filter-show-button--mobile {
		display: none !important;
	}
}

/*-- Catalog Ordering (Mobile) --*/

@media (max-width: 1189px) {
	.c-catalog-ordering__filter-show-button--desktop {
		display: none !important;
	}
}

@media (max-width: 767px) {

	.c-catalog-ordering {
		padding-top:    9px;
		padding-bottom: 9px;
	}

	.c-catalog-ordering__wrap {
		flex-wrap:       wrap;
		justify-content: space-between;
	}

	.c-catalog-ordering__filter-show-button {
		margin-left:    5px;
		padding-top:    7px;
		padding-bottom: 7px;
	}

	.h-rtl .c-catalog-ordering__filter-show-button {
		margin-left:  0;
		margin-right: 5px;
	}

	.c-catalog-ordering {
		flex-wrap:       wrap;
		justify-content: space-between;
		margin-bottom:   25px;
	}

	.c-catalog-ordering__col {
		margin-bottom: 9px;
		margin-top:    9px;
	}

	.c-catalog-ordering__col--result {
		width: 100%;
	}

	.c-catalog-ordering__col--ordering select {
		text-align: left;
	}

	.c-catalog-ordering__col--ordering select {
		flex: 0 1 auto;
	}
}

/*- Contact Page -*/

.c-contact .elementor-row {
	align-items: flex-start;
}

/*- Feature -*/

.c-feature {
	list-style: none;
	margin:     0 -10px -50px 10px;
	display:    flex;
	flex-wrap:  wrap;
	padding:    0;
}

.c-feature__item {
	flex:       0 0 130px;
	display:    block;
	margin:     0 10px 50px 10px;
	text-align: center;
}

.c-feature__icon-wrap {
	overflow: hidden;
}

.c-feature__icon {
	font-size:   50px;
	line-height: 50px;
}

.c-feature__image {
	width:  auto !important;
	height: 50px !important;;
}

.c-feature__svg {
	width:  1em;
	height: 1em;
	fill:   currentColor;
}

.c-feature__text {
	margin-top:  15px;
	line-height: 1.0;
}

/*- Features Filter -*/

.c-filter-features__label {
	display:      block;
	line-height:  1.2;
	padding-left: 28px;
	position:     relative;
}

.c-filter-features__checkbox-wrap {
	position: absolute;
	display:  block;
	left:     0;
	top:      0;
}

.c-filter-features__checkbox-wrap i {
	margin-left: -18px !important;
}

.c-filter-features__label + .c-filter-features__label {
	margin-top: 12px;
}

/*- Filter -*/

.c-filter {
	position: relative;
	overflow: hidden;
}

.c-filter__list {
	position:       relative;
	list-style:     none;
	text-align:     center;
	margin:         -10px -32px;
	padding:        0;
	font-size:      16px;
	font-weight:    500;
	text-transform: uppercase;
	line-height:    1;
}

.c-filter__item {
	display: inline-block;
	margin:  10px 32px;
}

.c-filter__item--current {
	font-weight: bold;
}

/*-- Filter (Mobile) --*/

@media (max-width: 767px) {
	.c-filter__list {
		margin:         -10px -15px;
	}

	.c-filter__item {
		margin:  10px 15px;
	}
}

/*- Footer -*/

.c-footer {
	position:  relative;
	max-width: 100vw;
	overflow:  hidden;
	flex:      0 0 auto;
}

.c-footer--simple {
	padding:          30px;
	background-color: #222;
	color:            #fff;
}

.c-footer__copyright {
	text-align: center;
	opacity:    0.5;
}

.c-footer__container > .elementor-container {
	max-width:     1395px;
	padding-left:  30px;
	padding-right: 30px;
}

.c-footer__phone {
	font-size:   18px;
	line-height: 22.5px;
	font-weight: bold;
	color:       #fff;
}

.c-footer .elementor-icon-list-icon i {
	position: relative;
	top:      1px;
}

/*-- Footer (Desktop) --*/
@media (min-width: 1190px) {
	.c-footer a .elementor-icon-list-text {
		transition: var(--hover-transition);
	}
	.c-footer a:hover .elementor-icon-list-text {
		text-decoration:         underline;
		text-underline-position: under;
	}
}

/*- Forms elements -*/

.c-form__label,
.wpcf7-form label,
.c-account label,
.woocommerce-form-row label,
.woocommerce-form-track-order label,
.c-form label {
	padding-bottom: 12px;
	font-style:     normal;
	font-weight:    normal;
	font-size:      15px;
	line-height:    22px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
	display:        block;
}

.wpcf7-form label {
	padding-bottom: 0;
	margin-top:     15px;
	margin-bottom:  15px;
}

abbr.required {
	text-decoration: none;
	color:           darkred;
}

.c-button--full,
.c-form__input--full,
.c-form__textarea--full,
.comment-form .submit,
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=tel],
.comment-form input[type=password],
.comment-form input[type=number],
.comment-form input[type=url],
.comment-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=password],
.wpcf7-form input[type=number],
.wpcf7-form input[type=url],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea,
.c-account input[type=text],
.c-account input[type=tel],
.c-account input[type=password],
.c-account input[type=number],
.c-account input[type=url],
.c-account input[type=email],
.c-account textarea,
.c-account select,
.woocommerce-ResetPassword input[type=text],
.woocommerce-ResetPassword input[type=password],
.woocommerce-ResetPassword .button,
.woocommerce-button,
.c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	width: 100%;
}

.wpcf7-form select {
	height: 50px !important;
}


input[type=submit]:active,
input[type=button]:active,
.button:active,
.c-button:active,
.woocommerce-store-notice__dismiss-link:active,
.woocommerce-widget-layered-nav-dropdown__submit:active,
.comment-form .submit:active,
.woocommerce-button:active,
.woocommerce-Button:active,
.c-account .edit:active,
.woobt-form .button:active  {
	transform: translateY(2px);
}

.c-button,
.comment-form .submit,
.wpcf7-form input[type=submit],
.wpcf7-form button,
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button,
.woocommerce-button,
.woocommerce-Button,
.thwmscf-buttons input[type=button],
.order-again .button,
.c-account .edit,
.woocommerce-address-fields .button,
.woocommerce-form-login .button,
.widget .button,
.woocommerce-notice .button,
.woocommerce-store-notice__dismiss-link,
.woocommerce-widget-layered-nav-dropdown__submit,
.c-sidebar .wp-block-search .wp-block-search__button,
.c-sidebar .wc-block-product-search .wc-block-product-search__button,
.c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.c-sidebar .wp-block-button__link,
.c-sidebar .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link,
.woobt-form .button,
.wc-block-components-button  {
	display:            inline-block;
	outline:            none;
	font-weight:        400;
	font-size:          13px;
	line-height:        18px;
	letter-spacing:     0.06em;
	text-align:         center;
	text-transform:     uppercase;
	padding:            15px 30px 15px 30px;
	color:              var(--white-color);
	border:             solid 1px var(--text-color);
	text-decoration:    none !important;
	background-color:   var(--text-color);
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
	border-radius:      0;
}

.c-button--large,
.woocommerce-ResetPassword .button {
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.08em;
	padding:        19px 55px 19px 55px;
}

.c-button--small,
.widget .button,
.woocommerce-widget-layered-nav-dropdown__submit {
	padding: 10px !important;
}

.woocommerce-notice .button,
.woocommerce-store-notice__dismiss-link {
	padding:     16px 12px 15px 12px;
	font-size:   11px;
	line-height: 1;
}

.c-cart__form .c-button,
.c-cart__form textarea,
.c-cart__form input[type=text],
.c-cart__form input[type=email],
.c-cart__form input[type=tel],
.c-cart__form input[type=password],
.c-cart__form select,
.c-cart__form .select2-selection--single,
.c-cart__form .select2-selection--multiple {
	height: auto;
	width:  100%;
}

.woocommerce-invalid input {
	border-color: lightcoral !important;
}

.woocommerce-widget-layered-nav-dropdown__submit {
	width:      100%;
	margin-top: 15px;
}

.c-button--outline,
.wpcf7-form input[type=submit],
.wpcf7-form button,
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button,
.comment-form .submit,
.woocommerce-button,
.woocommerce-Button,
.thwmscf-buttons input[type=button],
.woocommerce-address-fields .button,
.woocommerce-form-login .button,
.c-account .edit,
.order-again .button,
.widget .button,
.woocommerce-notice .button,
.woocommerce-store-notice__dismiss-link,
.woocommerce-widget-layered-nav-dropdown__submit,
.c-sidebar .wp-block-search .wp-block-search__button,
.c-sidebar .wc-block-product-search .wc-block-product-search__button,
.c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.c-sidebar .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link,
body .wc-block-components-button:not(.is-link).outlined,
body .wc-block-components-button:not(.is-link).outlined:focus {
	background-color: transparent;
	color:            currentColor;
}

.l-wrap .wc-block-components-button {
	transition: var(--hover-transition) !important;
	padding:    13px 25px;
}

.wc-block-components-button,
.wc-block-components-button:focus {
	outline:    none !important;
	box-shadow: none !important;
}

.c-button--accent,
.woocommerce-ResetPassword .button,
.wc-block-components-button:not(.is-link):not(.outlined) {
	color:            var(--accent-button-color) !important;
	background-color: var(--accent-button-background-color) !important;
	border-color:     var(--accent-button-background-color) !important;
}

.c-button--outline-white {
	background-color: transparent !important;
	border-color:     var(--white-color) !important;
	color:            var(--white-color) !important;
}

.c-button:focus,
.post-password-form input[type=submit],
.comment-form .submit:focus,
.wpcf7-form input[type=submit]:focus,
.wpcf7-form button:focus,
.woocommerce-button:focus,
.woocommerce-Button:focus,
.thwmscf-buttons input[type=button]:focus,
.mc4wp-form-fields input[type=submit]:focus,
.mc4wp-form-fields button:focus,
.woobt-form .button:focus,
.wc-block-components-button:focus  {
	outline: none;
}

div.wpcf7 span.ajax-loader {
	position:    absolute;
	width:       16px;
	height:      16px;
	margin-top:  17px !important;
	margin-left: 10px !important;
}

.wpcf7-form {
	display:       block;
	margin-top:    -15px;
	margin-bottom: -15px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control-wrap + br {
	display: none;
}

.wpcf7-form select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.wpcf7-form .c-custom-select__angle {
	right: 20px;
}

.h-rtl .wpcf7-form .c-custom-select__angle {
	right: unset;
	left:  20px;
}

.wpcf7-form-control-wrap {
	padding-top:    5px;
	padding-bottom: 5px;
}

.wpcf7-form button,
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"] {
	margin-top: 5px;
}

.c-form__row {
	margin: 25px 0 0 0;
}

.woocommerce-form-row {
	margin: 10px 0 0 0;
}

.woocommerce-form-track-order {
	display:     flex;
	align-items: flex-end;
	flex-wrap:   wrap;
}

.woocommerce-form-track-order > :not(:first-child) {
	flex:         0 0 auto;
	margin-right: 10px;
	min-width:    30%;
}

.woocommerce-form-track-order > :first-child {
	flex: 1 1 auto;
}

.woocommerce-form-track-order > .clear {
	display: none;
}

.c-form__row--inline {
	display:     flex;
	align-items: center;
}

.c-form__row--inline-center {
	display:         flex;
	align-items:     flex-start;
	justify-content: center;
	position:        relative;
}

.c-form__row--inline-center .ajax-loader {
	top:   0;
	right: 0;
}

.c-form__row--inline-center > *:not(:first-child) {
	margin-left: 10px;
}

.wpcf7-not-valid-tip {
	color:          #D1333C;
	font-weight:    300;
	font-size:      13px;
	line-height:    1.2;
	letter-spacing: 0.015em;
	margin-top:     5px;
}

.wpcf7 form .wpcf7-response-output {
	margin:         15px 0 15px 0;
	padding:        11px 25px 13px 25px;
	font-weight:    300;
	font-size:      13px;
	line-height:    1.2;
	letter-spacing: 0.015em;
	border-color:   var(--accent-color) !important;
}

/*-- Forms Elements (Desktop) --*/
@media (min-width: 1190px) {
	.widget .button:hover,
	.woocommerce-notice .button:hover,
	.woocommerce-widget-layered-nav-dropdown__submit:hover {
		background-color: var(--text-color);
		color:            var(--white-color);
	}

	.c-sidebar .wp-block-button__link:hover {
		background-color: var(--accent-color);
		border-color:     var(--accent-color);
		color:            var(--white-color);
	}

	.c-button--outline:not(:disabled):hover,
	.wpcf7-form input[type=submit]:not(:disabled):hover,
	.wpcf7-form button:not(:disabled):hover,
	.mc4wp-form-fields input[type=submit]:not(:disabled):hover,
	.mc4wp-form-fields button:not(:disabled):hover,
	.woocommerce-button:not(:disabled):hover,
	.woocommerce-Button:not(:disabled):hover,
	.thwmscf-buttons input[type=button]:not(:disabled):hover,
	.woocommerce-address-fields .button:hover,
	.woocommerce-form-login .button:hover,
	.c-account .edit:hover,
	.order-again .button:hover,
	.widget .button:hover,
	.woocommerce-notice .button:hover,
	.woocommerce-store-notice__dismiss-link:hover,
	.woocommerce-widget-layered-nav-dropdown__submit:hover,
	.c-sidebar .wp-block-search .wp-block-search__button:hover,
	.c-sidebar .wc-block-product-search .wc-block-product-search__button:hover,
	.c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
	.c-sidebar .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link:hover,
	body .wc-block-components-button:not(.is-link).outlined:not(:disabled):hover  {
		background-color: var(--text-color);
		border-color:     var(--text-color);
		color:            var(--white-color);
		opacity:          1 !important;
	}

	.c-button--outline-white:not(:disabled):hover {
		background-color: var(--white-color) !important;
		border-color:     var(--white-color) !important;
		color:            var(--text-color) !important;
		opacity:          1 !important;
	}

	.c-button--accent:not(:disabled):hover,
	.woocommerce-ResetPassword .button:hover,
	.wc-block-components-button:not(:disabled):hover {
		background-color: var(--accent-button-hover-background-color) !important;
		border-color:     var(--accent-button-hover-background-color) !important;
		color:            var(--accent-button-color) !important;
	}

	.comment-form .submit:not(:disabled):hover {
		background-color: var(--accent-color) !important;
		border-color:     var(--accent-color) !important;
		color:            var(--white-color) !important;
	}

}

/*-- Forms Elements (Mobile) --*/
@media (max-width: 1189px) {

}

/*- Header Search Form -*/
.c-header-search {
	position:   fixed;
	left:       0;
	right:      0;
	top:        0;
	bottom:     0;
	z-index:    1200;
	visibility: hidden;
	overflow:   auto;
	opacity:    0;
	color:      var(--search-color-desktop);
	transition: var(--opacity-transition);
}

.c-header-search.disabled {
	display:        none !important;
	pointer-events: none;
}

.c-header-search--active {
	opacity:    1;
	visibility: visible;
}

.c-header-search__shadow {
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
}

.c-header-search__wrap {
	position:       absolute;
	left:           0;
	right:          0;
	top:            0;
	bottom:         0;
	overflow:       hidden;
	display:        flex;
	flex-direction: column;
	flex-wrap:      nowrap;
}

.c-header-search__tip {
	font-style:     normal;
	font-weight:    300;
	font-size:      38px;
	line-height:    44px;
	text-align:     center;
	letter-spacing: 0.01em;
	text-transform: var(--text-transform);
}

.c-header-search__input-block {
	position:   relative;
	margin-top: 54px;

}

input[type=text].c-header-search__input {
	margin:             0;
	padding:            0 70px 10px 0;
	border:             none;
	border-bottom:      solid 1px var(--search-color-desktop);
	background:         transparent;
	display:            block;
	width:              100%;
	font-size:          20px;
	letter-spacing:     0.03em;
	outline:            none;
	color:              currentColor;
	position:           relative;
	justify-content:    center;
	align-items:        center;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type=text].c-header-search__input:focus {
	border-bottom-color: var(--search-color-desktop) !important;
}

.c-header-search__input::-moz-placeholder {
	font-size:      20px;
	letter-spacing: 0.03em;
	color:          var(--text-color-med-light);
}

.c-header-search__input:-ms-input-placeholder {
	font-size:      20px;
	letter-spacing: 0.03em;
	color:          var(--text-color-med-light);
}

.c-header-search__input::placeholder {
	font-size:      20px;
	letter-spacing: 0.03em;
	color:          var(--text-color-med-light);
}

.h-rtl input[type=text].c-header-search__input {
	padding-left:  70px;
	padding-right: 0;
}

input[type=text].c-header-search__input.no-ajax {
	padding-right: 145px;
}

.h-rtl input[type=text].c-header-search__input.no-ajax {
	padding-right: 0;
	padding-left:  145px;
}

.c-header-search__clear {
	position:   absolute;
	right:      0;
	opacity:    0;
	top:        7px;
	visibility: hidden;
	cursor:     pointer;
}

.h-rtl .c-header-search__clear {
	right: unset;
	left:  0;
}

.c-header-search__clear.active {
	opacity:    1;
	visibility: visible;
}

.c-header-search__clear.no-ajax {
	right: 63px;
}

.c-header-search__clear-text {
	font-size:      13px;
	line-height:    19px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	vertical-align: middle;
}

.c-header-search__clear-svg {
	width:          18px;
	height:         18px;
	font-size:      10px;
	line-height:    20px;
	overflow:       hidden;
	margin-right:   7px;
	color:          var(--accent-color);
	vertical-align: middle;
}

.h-rtl .c-header-search__clear-svg {
	display:      inline-block;
	margin-right: 0;
	margin-left:  7px;
}

.c-header-search__submit {
	position:    absolute;
	width:       18px;
	height:      18px;
	font-size:   18px;
	line-height: 18px;
	right:       0;
	top:         6px;
	cursor:      pointer;
}

.c-header-search__view-all,
.c-header-search__no-results {
	margin-top:    35px;
	margin-bottom: 35px;
	text-align:    center;
}

.c-header-search__no-results {
}

.c-header-search__row {
	display:       flex;
	margin-bottom: 25px;
}

.c-header-search__thumb {
	flex:     0 0 auto;
	overflow: hidden;
	position: relative;
}

.c-header-search__thumb img {
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-header-search__col {
	flex:            1 1 auto;
	display:         flex;
	flex-direction:  column;
	justify-content: center;
}

.c-header-search__short-desc {
	margin-top:     7px;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	opacity:        0.62;
}

.c-header-search__short-desc > :first-child {
	margin-top: 0;
}

.c-header-search__short-desc > :last-child {
	margin-bottom: 0;
}

.c-header-search__price {
	font-weight:    300;
	font-size:      16px;
	line-height:    23px;
	letter-spacing: 0.02em;
	margin-top:     20px;
}

.c-header-search__price del {
	opacity: 0.3;
}

.c-header-search__title {
	transition:     var(--opacity-transition);
	font-weight:    300;
	font-size:      18px;
	line-height:    28px;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
}

.c-header-search__category-list {
	font-weight:    normal;
	font-size:      11px;
	line-height:    16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--accent-color);
	margin-bottom:  10px;
}

.c-header-search__shadow {
	background-color: var(--shadow-color-desktop);
}

/*-- Header Search Form (Desktop) --*/

@media (min-width: 1190px) {

	.c-header-search__thumb {
		background-color: var(--background-color);
		border:           solid 1px var(--text-color-extra-light);
		width:            145px;
		height:           145px;
		margin-right:     30px;
	}

	.h-rtl .c-header-search__thumb {
		margin-right: 0;
		margin-left:  40px;
	}

	.c-header-search__close {
		position:    absolute;
		right:       30px;
		top:         25px;
		width:       35px;
		height:      25px;
		font-size:   25px;
		line-height: 1;
		cursor:      pointer;
	}

	.h-rtl .c-header-search__close {
		right: unset;
		left:  49px;
	}

	.c-header-search__close:hover {
		color: var(--accent-color);
	}

	.c-header-search__form {
		align-self: center;
		padding:    85px 0 75px 0;
		width:      100%;
		max-width:  670px;
		position:   relative;
	}

	.c-header-search__result {
		flex:      1 1 auto;
		width:     100%;
		max-width: 670px;
		overflow:  auto;
	}

	.c-header-search__loading {
		position: absolute;
		left:     -40px;
		top:      3px;
	}

	.h-rtl .c-header-search__loading {
		left:  unset;
		right: -40px;
	}

	.c-header-search__clear:hover {
		color: var(--accent-color);
	}

	.c-header-search__link:hover {
		color: var(--accent-color);
	}
}

/*-- Header Search Form (Mobile) --*/

@media (max-width: 1189px) {

	.c-header-search__thumb {
		background-color: var(--text-color-light);
		width:            60px;
		height:           60px;
		margin-right:     20px;
	}

	.h-rtl .c-header-search__thumb {
		margin-right: 0;
		margin-left:  20px;
	}

	.c-header-search__close {
		position:    absolute;
		right:       30px;
		top:         11px;
		width:       38px;
		height:      38px;
		margin-left: auto;
		text-align:  center;
		font-size:   20px;
		line-height: 44px;
		cursor:      pointer;
	}

	.h-rtl .c-header-search__close {
		right: unset;
		left:  30px;
	}

	.c-header-search__form {
		margin:    auto;
		max-width: 630px;
		width:     100%;
		padding:   60px 30px 30px 30px;
		position:  relative;
	}

	.c-header-search__row {
		margin-bottom: 20px;
	}

	.c-header-search__result {
		margin:    0 auto;
		max-width: 475px;
		padding:   0 30px;
	}

	.c-header-search__loading {
		position: absolute;
		left:     -21px;
		top:      8px;
		width:    14px;
		height:   14px;
	}

	.h-rtl .c-header-search__loading {
		left:  unset;
		right: -21px;
	}

	.c-header-search__result {
		flex:     1 1 auto;
		overflow: auto;
	}

	.c-header-search__short-desc {
		margin-top:  0;
		line-height: 22px;
	}

	.c-header-search__price {
		margin-top:  0;
		line-height: 22px;
	}
}

/*- Header -*/

.c-header {
	position: relative;
}

.c-header__outer {
	position: relative;
	z-index:  99;
}

.c-header__icon {
	vertical-align: middle;
	margin-right:   8px;
}

.c-header__wishlist {
	position: relative;
}

.c-header__cart {
	position: relative;
}

.c-header__cart-sum {
	display: none;
}

.c-header__cart-count {
	position:         absolute;
	right:            1px;
	top:              -7px;
	height:           16px;
	line-height:      16px;
	min-width:        16px;
	max-width:        30px;
	text-overflow:    ellipsis;
	overflow:         hidden;
	border-radius:    8px;
	padding:          0 4px 0 5px;
	font-weight:      normal;
	font-size:        11px;
	letter-spacing:   0.03em;
	text-align:       center;
	opacity:          1;
	z-index:          1;
	color:            var(--top-background-color);
	background-color: var(--top-color);
	transition:       var(--hover-transition);
	white-space:      nowrap;
}

.h-rtl .c-header__cart-count {
	right: unset;
	left:  1px;
}

.c-header--tr:not(.c-header--sticky) .c-header__cart-count {
	background-color: var(--transparent-header-color);
	color:            var(--transparent-header-color-inverse);
}

.c-header__callback-popup {
	position:         fixed;
	min-width:        320px;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	z-index:          1200;
	visibility:       hidden;
	overflow:         hidden;
	opacity:          0;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	transition:       var(--custom-transform-transition);
	background-color: var(--shadow-color-desktop);
}

.c-header__callback-popup--disabled {
	display:        none !important;
	pointer-events: none;
}

.c-header__callback-popup--active {
	opacity:    1;
	visibility: visible;
}

.c-header__callback-close {
	position:    absolute;
	right:       15px;
	top:         15px;
	width:       35px;
	height:      25px;
	font-size:   25px;
	line-height: 1;
	cursor:      pointer;
	z-index:     10;
}

.h-rtl .c-header__callback-close {
	right: unset;
	left:  15px;
}

.c-header__callback-bg {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  1;
}

.c-header__callback-wrap {
	position:         relative;
	z-index:          2;
	padding:          55px 48px 48px 48px;
	max-width:        425px;
	overflow:         auto;
	max-height:       calc(100% - 50px);
	background-color: var(--white-color);
	border:           solid 1px var(--text-color);
	box-shadow:       0 45px 90px rgba(0, 0, 0, 0.07);
}

.c-header__callback-wrap--wide {
	max-width: 1000px;
}

.c-header__callback-wrap--quickview {
	display:   inline-block;
	max-width: 1000px;
	padding:   0;
}

.c-header__callback-wrap--hint {
	max-width: 900px;
}

.c-header__callback-wrap--hint tr th,
.c-header__callback-wrap--hint thead th {
	font-size: 14px;
}

.c-header__callback-content--hint .wp-block-table {
	overflow: auto !important;
}

.c-header__callback-wrap:not(.c-header__callback-wrap--quickview) *[type=submit] {
	width: 100%;
}

.c-header__callback-header {
	text-align:     center;
	text-transform: uppercase;
	font-size:      20px;
	font-weight:    bold;
	line-height:    1.2;
	margin:         0 0 40px 0;
}

.c-header__logo-img--sticky {
	display: none !important;
}

.c-header--tr:not(.c-header--sticky) .c-header__logo--sticky .c-header__logo-img--sticky {
	display: block !important;
}

.c-header--tr:not(.c-header--sticky) .c-header__logo--sticky .c-header__logo-img:not(.c-header__logo-img--sticky) {
	display: none !important;
}

.c-header__search-button {
	cursor: pointer;
}

.c-header--init {
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
}

.c-header--sticky {
	position: fixed !important;
}

.c-header:not(.c-header--sticky) {
	opacity: 1 !important;
}

.c-header.c-header--tr:not(.c-header--sticky) {
	color:            var(--transparent-header-color);
	background-color: transparent;
	border-bottom:    none;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
}

.c-header--sticky .c-header__logo--sticky-hide .c-header__logo-img {
	display: none;
}

.c-header__logo-hidden {
	display: none !important;
}

.c-header--sticky .c-header__logo-hidden {
	display: block !important;
}

.c-header__logo-link {
	display:     flex;
	align-items: center;
	height:      100%;
}

/*-- Header (Desktop) --*/

@media (min-width: 1190px) {

	.c-header__menu-bottom-wrap {
		display: none;
	}

	.c-header__outer--tr {
		content:    '';
		display:    block;
		position:   absolute;
		left:       0;
		right:      0;
		top:        0;
		height:     120px;
	}

	.c-header__outer--tr-shadow {
		background: linear-gradient(180deg, rgba(24, 24, 24, 0.34) 0%, rgba(24, 24, 24, 0.08) 57.63%, rgba(24, 24, 24, 0) 100%);
	}

	.c-header--tr:not(.c-header--sticky) .c-header__top-row-item a:hover,
	.c-header--tr:not(.c-header--sticky) .c-header__button-link:hover,
	.c-header--tr:not(.c-header--sticky) .c-top-menu__item:hover {
		color: var(--transparent-header-accent);
	}

	.c-header--tr:not(.c-header--sticky) .c-header__button-link:hover .c-header__cart-count {
		background-color: var(--transparent-header-accent);
		color:            var(--transparent-header-color);
	}

	.c-header {
		display: flex;
	}

	.c-header:not(.c-header--sticky) {
		top: 0 !important;
	}

	.c-header--preview {
		pointer-events: none;
	}

	.c-header--mobile,
	.c-header__outer--mobile {
		display: none;
	}

	.c-header__logo-empty {
		display:        block;
		font-size:      16px;
		font-weight:    500;
		line-height:    1;
		letter-spacing: 10px;
		margin-right:   -10px;
		text-transform: uppercase;
		position:       relative;
		white-space:    nowrap;
	}

	.h-rtl .c-header__logo-empty {
		margin-right: 0;
	}

	.c-header__logo {
		line-height: 1;
		position:    relative;
	}

	.c-header__logo-img {
		width:      auto;
		height:     auto;
		-o-object-fit: contain;
		   object-fit: contain;
		max-width:  var(--logo-size);
		max-height: var(--logo-size);
		transition: max-width 0.3s linear, max-height 0.3s linear;
	}

	.c-header__logo-img--svg {
		width: 100%;
	}

	.c-header--sticky .c-header__logo-img {
		max-width:  var(--logo-size-sticky);
		max-height: var(--logo-size-sticky);
	}

	.c-header__logo-img--mobile {
		display: none;
	}

	.c-header__cart .widget_shopping_cart_content:empty {
		display: none;
	}

	.c-header__cart--default .widget_shopping_cart_content {
		position:         absolute;
		right:            -5px;
		width:            315px;
		z-index:          1100;
		white-space:      normal;
		opacity:          0 !important;
		visibility:       hidden;
		transition:       visibility 0.15s linear, opacity 0.15s linear;
		pointer-events:   none;
		margin-top:       11px;
		font-size:        16px;
		font-weight:      normal;
		color:            var(--text-color);
		background-color: var(--background-color);
		border:           solid 1px currentColor;
		padding:          30px;
	}

	.h-rtl .c-header__cart--default .widget_shopping_cart_content {
		right: unset;
		left:  -5px;
	}

	.c-header__cart .c-product-list-widget {
		position:     relative;
		max-height:   calc(100vh - 350px);
		overflow:     auto;
		padding-left: 30px;
		margin-left:  -30px;
	}

	.h-rtl .c-header__cart .c-product-list-widget {
		padding-left:  0;
		padding-right: 30px;
		margin-left:   0;
		margin-right:  -30px;
	}

	.c-header__cart--default .widget_shopping_cart_content:before {
		content:  '';
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		top:      -11px;
		height:   11px;
	}

	.c-header__cart--default .widget_shopping_cart_content:after {
		content:          '';
		display:          block;
		position:         absolute;
		right:            18px;
		top:              -5px;
		width:            8px;
		height:           8px;
		background-color: var(--background-color);
		transform-origin: center;
		transform:        rotate(45deg);
		border-top:       solid 1px var(--text-color);
		border-left:      solid 1px var(--text-color);
	}

	.h-rtl .c-header__cart--default .widget_shopping_cart_content:after {
		right: unset;
		left:  23px;
	}

	.c-header__cart--default:hover .widget_shopping_cart_content {
		opacity:        1 !important;
		visibility:     visible;
		pointer-events: unset;
	}

	.c-header__callback-close:hover {
		color: var(--accent-color);
	}

	.c-header--header-type-1 {
		padding:          20px 30px;
		font-size:        14px;
		line-height:      17px;
		letter-spacing:   0.025em;
		border-bottom:    solid 1px var(--top-border-color);
		color:            var(--top-color);
		background-color: var(--top-background-color);
	}

	.c-header__col-left {
		flex:            0 1 auto;
		width:           100%;
		display:         flex;
		flex-direction:  column;
		justify-content: space-between;
		align-items:     flex-start;
		text-align:      left;
	}

	.h-rtl .c-header__col-left {
		text-align: right;
	}

	.c-header__col-center {
		flex:            0 0 auto;
		display:         flex;
		flex-direction:  column;
		justify-content: space-between;
		align-items:     center;
		text-align:      center;
	}

	.c-header__col-right {
		flex:            0 1 auto;
		width:           100%;
		display:         flex;
		flex-direction:  column;
		justify-content: space-between;
		align-items:     flex-end;
		text-align:      right;
	}

	.h-rtl .c-header__col-right {
		text-align: left;
	}

	.c-header__col-left--center,
	.c-header__col-center--center,
	.c-header__col-right--center {
		justify-content: center;
	}

	.c-header__buttons {
		display: flex;
		margin:  0;
		padding: 0;
	}

	.c-header__buttons--header-type-1 {
		margin: 0 2.5px !important;
	}

	.c-header__buttons--header-type-1 > * {
		flex:        0 0 auto;
		padding:     0 10px;
		font-size:   15px;
		height:      17px;
		line-height: 1;
		display:     block;
		z-index:     1;
		position:    relative;
	}

	.c-header__button-link:before {
		content:  '';
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		top:      -10px;
		bottom:   -10px;
		z-index:  -1;
	}

	.c-header__buttons--header-type-1 i {
		line-height: 1;
		height:      1em;
	}

	.c-header__cell {
		display:     flex;
		flex-wrap:   wrap;
		align-items: center;
		margin:      0 -12.5px;
	}

	.c-header__cell > * {
		margin: 0 12.5px;
	}

	.c-header__cell--top-left,
	.c-header__cell--top-center,
	.c-header__cell--top-right {
		margin-bottom: 8px;
		align-items:   flex-start;
	}

	.c-header__cell--bottom-left,
	.c-header__cell--bottom-center,
	.c-header__cell--bottom-right {
		margin-top:  8px;
		align-items: flex-end;
	}

	.c-header__cell--center-left,
	.c-header__cell--center-center,
	.c-header__cell--center-right {
		height: 100%;
	}

	.c-header__top-row-item--lang {
		height: 17px;
	}

	.c-header__top-row-item--social {
		font-size:   13px;
		line-height: 1;
		height:      17px;
	}


	.c-header__top-row-item--social .c-soc__link + .c-soc__link {
		margin-left: 16px;
	}

	.c-header__top-row-icon {
		display:      inline-block;
		margin-right: 3px;
		position:     relative;
		font-size:    12px;
		line-height:  1;
		top:          1px;
	}

	.h-rtl .c-header__top-row-icon {
		margin-right: 0;
		margin-left:  3px;
	}

	.c-header__top-row-icon--phone {
	}

	.c-header__top-row-icon--email {
	}

	.c-header__top-row-icon--address {
	}

	.c-header__top-row-icon--hours {
	}

	.c-header--rows {
		flex-direction: column;
	}

	.c-header__row-top,
	.c-header__row-center,
	.c-header__row-bottom {
		display: flex;
	}

	.c-header--rows .c-header__cell--top-left,
	.c-header--rows .c-header__cell--top-right,
	.c-header--rows .c-header__cell--bottom-left,
	.c-header--rows .c-header__cell--bottom-right {
		width: 100%;
	}

	.c-header__cell--top-right,
	.c-header__cell--bottom-right {
		justify-content: flex-end;
	}

	.c-header--rows .c-header__cell--top-center,
	.c-header--rows .c-header__cell--bottom-center {
		flex: 0 0 auto;
	}

	.c-header__cell--top-center,
	.c-header__cell--center-center,
	.c-header__cell--bottom-center {
		justify-content: center;
		text-align:      center;
		margin-left:     30px;
		margin-right:    30px;
	}

	.c-header__top-row-item a:hover,
	.c-header__button-link:hover {
		color: var(--top-accent-color);
	}

	.c-header__button-link:hover .c-header__cart-count {
		background-color: var(--top-accent-color);
	}
}

/*-- Header (Mobile) --*/

@media (max-width: 1189px) {

	.c-header--desktop,
	.c-header__outer--desktop {
		display: none;
	}

	.c-header {
		background-color: var(--header-color-bg-mobile);
		color:            var(--header-color-mobile);
		border-bottom:    solid 1px currentColor;
	}

	.c-header__menu .widget_shopping_cart_content {
		display: none;
	}

	.c-header__mobile_blocks {
		display: none;
	}

	.c-header__logo-empty {
		font-size:      16px;
		line-height:    1;
		font-weight:    500;
		letter-spacing: 10px;
		margin-right:   -10px;
		text-transform: uppercase;
		position:       relative;
		top:            1px;
		white-space:    nowrap;
	}

	.h-rtl .c-header__logo-empty {
		margin-right: 0;
	}

	.c-header__row {
		height:      var(--header-height-mobile);
		position:    relative;
		transition:  height 0.3s linear;
		align-items: center;
	}

	.c-header__row--logo-left {
		display:   flex;
		flex-wrap: nowrap;
	}

	.c-header__row--logo-centered {
		display:               grid;
		grid-template-columns: 1fr auto 1fr;
		align-items:           center;
	}

	.c-header__row--logo-centered .c-header__col-mobile-buttons {
		flex: 1 1 auto;
	}

	.c-header__row--logo-centered .c-header__logo-link {
		justify-content: center;
	}

	.c-header__row--logo-centered .c-header__logo {
		justify-content: center;
	}

	.c-header--sticky .c-header__row {
		height: var(--sticky-header-height-mobile);
	}

	.c-header__bottom-buttons {
		height:          60px;
		flex-wrap:       nowrap;
		align-items:     center;
		display:         flex;
		justify-content: space-between;
		padding-left:    28px;
		padding-right:   28px;
		margin-left:     auto;
		margin-right:    auto;
	}

	.c-header__menu-button {
		flex:   0 0 auto;
		width:  78px;
		height: 60px;
	}

	.c-header__menu-button-icon {
		height:      18px;
		width:       38px;
		font-size:   18px;
		line-height: 1;
	}

	.c-header__logo {
		padding-left: 20px;
		flex:         1 1 auto;
		position:     relative;
		height:       calc(var(--header-height-mobile) - 20px);
		width:        auto;
		display:      flex;
		align-items:  center;
		overflow:     hidden;
		transition:   height 0.3s linear;
	}

	.c-header--sticky .c-header__logo {
		height: calc(var(--sticky-header-height-mobile) - 20px);
	}

	.h-rtl .c-header__logo {
		padding-left:  0;
		padding-right: 20px;
	}

	.c-header--header-type-mobile-2 .c-header__logo {
		padding-left: 0;
	}

	.h-rtl .c-header--header-type-mobile-2 .c-header__logo {
		padding-right: 0;
	}

	.c-header__logo-img--desktop {
		display: none !important;
	}

	.c-header__logo-img {
		display:    block;
		width:      auto;
		height:     auto;
		max-width:  min(100%, var(--logo-size-mobile));
		max-height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}

	.c-header__logo-img--svg {
		width: 100%;
	}

	.c-header__col-mobile-buttons {
		flex:            0 0 auto;
		display:         flex;
		justify-content: flex-end;
		align-items:     center;
		font-size:       21px;
		line-height:     0;
		margin:          0 12px;
	}

	.c-header__col-mobile-buttons--1 {
		font-size: 24px;
		margin:    0 12px 0 26px;
	}

	.c-header__col-mobile-buttons--1 {
		padding-top: 3px;
	}

	.c-header__col-mobile-buttons > * {
		margin-left:  8px;
		margin-right: 8px;
	}

	.c-header--buttons-1 .c-header__logo,
	.c-header--buttons-1 .c-header__logo-link {
		justify-content: center;
	}

	.c-header--buttons-2 .c-header__menu-button,
	.c-header--buttons-3 .c-header__menu-button,
	.c-header--buttons-4 .c-header__menu-button {
		width: 80px;
	}

	.c-header__home-svg {
		width:  20px;
		height: 20px;
	}

	.c-header__cart-sum {
		display: none;
	}

	.c-header__cart {
		position: relative;
	}

	.c-header__buttons-block--1 {
		padding-right: 7px;
	}

	.c-header__buttons-block--2 {
		position:        relative;
		display:         flex;
		align-items:     center;
		justify-content: center;
		width:           50px;
		height:          60px;
	}

	.c-header__menu {
		position:   fixed;
		z-index:    1200;
		top:        0;
		width:      100%;
		height:     100%;
		min-width:  320px;
		visibility: hidden;
		opacity:    0;
		transition: var(--opacity-transition);
		color:      var(--header-color-mobile);
	}

	.h-ltr .c-header__menu--header-type-mobile-1 {
		right: 0;
	}

	.h-rtl .c-header__menu--header-type-mobile-2 {
		right: 0;
	}

	.h-ltr .c-header__menu--header-type-mobile-2 {
		left: 0;
	}

	.h-rtl .c-header__menu--header-type-mobile-1 {
		left: 0;
	}

	.c-header__menu--disabled {
		display:        none !important;
		pointer-events: none;
	}

	.c-header__menu--active {
		opacity:    1;
		visibility: visible;
	}

	.c-header__menu-shadow {
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		background-color: var(--header-color-bg-mobile);
	}

	.c-header__menu-buttons {
		position:      absolute;
		left:          0;
		top:           0;
		width:         100%;
		height:        60px;
		display:       flex;
		align-items:   center;
		padding-left:  23px;
		padding-right: 23px;
	}

	.c-header__menu-back-svg:before {
		line-height:    25px !important;
		vertical-align: middle;
	}

	.c-header__menu-bottom {
		position:        absolute;
		left:            0;
		right:           0;
		bottom:          20px;
		display:         flex;
		align-items:     center;
		justify-content: space-between;
		padding-left:    23px;
		padding-right:   23px;
		font-size:       24px;
		line-height:     0;
		max-width:       320px;
		margin-left:     auto;
		margin-right:    auto;
	}

	.c-header__menu-bottom-wrap {
		position:         fixed;
		left:             0;
		right:            0;
		bottom:           0;
		min-width:        320px;
		z-index:          99;
		padding-top:      19px;
		padding-bottom:   19px;
		background-color: var(--header-color-bg-mobile);
		color:            var(--header-color-mobile);
		box-shadow:       0 -1px 0 currentColor;
	}

	.c-header__menu-bottom--screen {
		position: relative;
		bottom:   unset;
		left:     unset;
		right:    unset;
	}

	.c-header__menu-bottom--2 {
		justify-content: space-around;
	}

	.c-header__menu-bottom--1 {
		justify-content: center;
	}

	.c-header__menu-back {
		opacity:     0;
		visibility:  hidden;
		transition:  var(--opacity-transition);
		font-size:   14px;
		line-height: 25px;
	}

	.c-header__menu-back--active {
		opacity:    1;
		visibility: visible;
	}

	.h-rtl .c-header__menu-back {
		transform-origin: center;
		transform:        scaleX(-1);
	}

	.c-header__menu-close {
		margin-left: auto;
		text-align:  center;
		font-size:   25px;
		line-height: 1px;
	}

	.h-rtl .c-header__menu-close {
		margin-left:  unset;
		margin-right: auto;
	}

	.c-header__cart-count {
		background-color: var(--header-color-mobile);
		color:            var(--header-color-bg-mobile);
	}

	.c-header__menu-bottom .c-header__cart-count {
		position:         absolute;
		right:            -12px;
		top:              -7px;
		height:           22px;
		line-height:      22px;
		min-width:        22px;
		max-width:        40px;
		text-overflow:    ellipsis;
		overflow:         hidden;
		border-radius:    11px;
		background-color: var(--header-color-mobile);
		color:            var(--header-color-bg-mobile);
	}

	.h-rtl .c-header__menu-bottom .c-header__cart-count {
		right: unset;
		left:  -12px;
	}

	.c-header__col-mobile-buttons .c-header__cart-count {
		right: -7px;
	}

	.h-rtl .c-header__col-mobile-buttons .c-header__cart-count {
		right: unset;
		left:  -7px;
	}

	.c-header__menu-content {
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		top:      60px;
		bottom:   0;
		overflow: hidden;
	}

	.c-header__menu-content--mobile-buttons-menu {
		bottom: 75px;
	}

	.c-header__menu-wrap {
		display:    flex;
		position:   absolute;
		left:       0;
		top:        0;
		bottom:     0;
		overflow:   hidden;
		transition: var(--custom-transform-transition);
		transform:  translateX(0);
	}

	.h-rtl .c-header__menu-wrap {
		left:  unset;
		right: 0;
	}

	.c-header__menu-wrap--page-1 {
		transform: translateX(-100vw);
	}

	.h-rtl .c-header__menu-wrap--page-1 {
		transform: translateX(100vw);
	}

	.c-header__menu-wrap--page-2 {
		transform: translateX(-200vw);
	}

	.h-rtl .c-header__menu-wrap--page-2 {
		transform: translateX(200vw);
	}

	.c-header__menu-wrap--page-3 {
		transform: translateX(-300vw);
	}

	.h-rtl .c-header__menu-wrap--page-3 {
		transform: translateX(300vw);
	}

	.c-header__menu-wrap--page-4 {
		transform: translateX(-400vw);
	}

	.h-rtl .c-header__menu-wrap--page-4 {
		transform: translateX(400vw);
	}

	.c-header__menu-wrap--page-5 {
		transform: translateX(-500vw);
	}

	.h-rtl .c-header__menu-wrap--page-5 {
		transform: translateX(500vw);
	}

	.c-header__menu-page {
		width:     100vw;
		min-width: 320px;
		flex:      0 0 auto;
		padding:   0;
		height:    100%;
		overflow:  auto;
	}

	.c-mobile-menu {
		display: none;
	}

	.c-header__top {
		text-align:    center;
		margin-bottom: 35px;
		padding:       0 23px;
	}

	.c-header__top-row-list {
		list-style: none;
		margin:     27px auto -10px auto;
		max-width:  415px;
		padding:    0;
	}

	@media (min-width: 768px) {
		.c-header__top-row-list {
			text-align: center;
		}
	}

	@media (max-width: 767px) {
		.h-ltr .c-header__top-row-list {
			text-align: left;
		}

		.h-rtl .c-header__top-row-list {
			text-align: right;
		}
	}

	.c-header__top-row-item {
		font-weight:    normal;
		font-size:      13px;
		line-height:    19px;
		letter-spacing: 0.03em;
		margin:         15px 0;
	}

	.c-header__top-row-icon {
		margin-right: 5px;
		position:     relative;
		top:          1px
	}

	.h-rtl .c-header__top-row-icon {
		display:      inline-block;
		margin-right: 0;
		margin-left:  5px;
	}

	.c-header__top-row-icon--email {
		font-size: 9px;
	}

	.c-header__top-row-icon--phone {
		font-size: 11px;
	}

	.c-header__top-row-icon--address {
		font-size: 12px;
	}

	.c-header__top-row-icon--hours {
		font-size: 10px;
	}

	.c-header__col-mobile-buttons .h-hide-desktop {
		display: none !important;
	}

	.c-header__col-mobile-buttons .h-hide-mobile {
		display: inline !important;
	}

	.c-shop-sidebar__content--popup .widget_shopping_cart_content {
		font-size:   16px;
		font-weight: normal;
		color:       var(--text-color);
	}

	.c-header__logo--mobile-sticky-hide {
		transition: var(--opacity-transition);
	}

	.c-header--sticky .c-header__logo--mobile-sticky-hide {
		opacity:    0;
		visibility: hidden;
	}

}

@media (max-width: 767px) {
	.c-header__callback-wrap--quickview {
		max-width: 450px;
		width:     100%;
	}

	.c-header__callback-wrap {
		padding: 60px 20px 40px 20px;
	}
}

@media (max-width: 400px) {
	.c-header__callback-wrap {
		border-left:  none;
		border-right: none;
	}
}

/*- Login / Register Form -*/

.c-login,
.woocommerce-ResetPassword {
	position:         relative;
	width:            520px;
	max-width:        100%;
	margin-left:      auto;
	margin-right:     auto;
	padding:          0 90px 45px 90px;
	color:            var(--text-color-light);
	font-weight:      normal;
	font-size:        14px;
	line-height:      20px;
	letter-spacing:   0.02em;
	margin-top:       40px;
}

.c-login__form input:not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}

.c-login a,
.woocommerce-ResetPassword a {
	color: var(--accent-color);
}

.c-login__register {
	margin-left: 10px;
	display:     inline-block;
}

.h-rtl .c-login__register {
	margin-left:  0;
	margin-right: 10px;
}

.c-login__sent {
	margin-top:    10px;
	margin-bottom: 25px;
}

.c-login__label {
	padding-bottom: 0 !important;
}

.woocommerce-ResetPassword p {
	margin-top:    0;
	margin-bottom: 20px;
}

.woocommerce-ResetPassword p:last-of-type {
	margin-top:    30px;
	margin-bottom: 0;
}

.c-login__header {
	font-weight:    300;
	font-size:      34px;
	line-height:    40px;
	text-align:     center;
	letter-spacing: 0.01em;
	text-transform: var(--text-transform);
	color:          var(--text-color);
	margin-bottom:  40px;
}

.c-login__remember {
	margin-top:     25px;
	text-transform: var(--text-transform);
}

.c-login__login-row {
	margin-top: 20px;
}

.h-ltr .c-login__lost-password {
	margin-left: auto;
}

.h-rtl .c-login__lost-password {
	margin-right: auto;
}

.c-login__bottom {
	display:         flex;
	justify-content: center;
	text-transform:  var(--text-transform);
}

.c-login__bottom {
	margin-top: 32px;
}

.c-login__form {
	display: none;
}

.c-login__form--active {
	display: block;
}

/*-- Login / Register Form (Desktop) --*/
@media (min-width: 1190px) {
	.c-login a:hover,
	.woocommerce-ResetPassword a:hover {
		color: var(--accent-color);
	}

	.c-login a:hover,
	.woocommerce-ResetPassword a:hover {
		color:                   var(--text-color);
		text-decoration:         underline;
		text-underline-position: under;
	}
}

/*- Login / Register Form (Mobile) -*/

@media (max-width: 500px) {
	.c-login,
	.woocommerce-ResetPassword {
		padding: 0;
	}
}

/*- Latest Post Widget -*/

.c-lp-widget {
	padding:    0 !important;
	margin:     28px 0 0 0;
	list-style: none;
}

.c-lp-widget__item {
	display: flex;
}

.c-lp-widget__item:not(:last-child) {
	margin-bottom: 30px !important;
}

.c-lp-widget__thumb {
	width:        55px;
	height:       55px;
	margin-right: 30px;
	flex:         0 0 auto;
	display:      block;
	overflow:     hidden;
}

.h-rtl .c-lp-widget__thumb {
	margin-right: 0;
	margin-left:  30px;
}

.c-lp-widget__thumb-img {
	display: block !important;
}

.c-lp-widget__content {
	flex:        1 1 auto;
	line-height: 1.2;
}

.c-lp-widget__title {
	font-style:     normal;
	font-weight:    300;
	font-size:      18px;
	line-height:    28px;
	letter-spacing: 0.03em;
	color:          var(--text-color);

}

.c-lp-widget__date {
	font-weight:    normal;
	font-size:      11px;
	line-height:    16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-top:     10px;
	color:          var(--text-color-light);
}

.c-lp-widget__date-icon {
	display: none;
}

/*-- Latest Post Widget (Desktop) --*/

@media (min-width: 1190px) {
	.c-lp-widget__title:hover {
		color: var(--accent-color)
	}
}

/*- Mailchimp Form -*/

.c-mailchimp input[type="email"] {
	width: 400px;
}

@media (max-width: 820px) {
	.c-mailchimp input[type="email"] {
		width: auto;
	}
}
/*- Mega Menu Badge -*/

.c-menu-badge {
	line-height:      17px;
	font-size:        8px;
	letter-spacing:   0.02em;
	font-weight:      500;
	color:            white;
	position:         absolute;
	top:              -13px;
	right:            0;
	transform:        translateX(100%);
	min-width:        auto;
	text-transform:   uppercase;
	padding:          0 5px;
	margin:           0;
	border-radius:    0;
	background-color: var(--badge-color);
}

.h-rtl .c-menu-badge {
	right:     unset;
	left:      0;
	transform: translateX(-100%);
}

.c-menu-badge:before {
	content:      "";
	position:     absolute;
	bottom:       -4px;
	border-style: solid;
	border-width: 2px 3px;
	border-color: var(--badge-color) transparent transparent var(--badge-color);
}

.h-rtl .c-menu-badge:before {
	border-color: var(--badge-color) var(--badge-color) transparent transparent ;
}

.c-menu-badge__wrap {
	position: relative;
}
/*- Mobile Menu -*/

@media (max-width: 1189px) {

	.c-mobile-menu__list,
	.c-mobile-menu__submenu {
		padding:    0;
		margin:     0;
		list-style: none;
	}

	.c-mobile-menu__list {
		min-height:     100%;
		display:        flex;
		flex-direction: column;
	}

	.c-mobile-menu__submenu--content {
		color: var(--header-color-mobile);
	}

	.c-mobile-menu__submenu--content .c-ip-product-tabs__item,
	.c-mobile-menu__submenu--content .c-ip-heading {
		color: inherit;
	}

	.c-mobile-menu__submenu--content .c-product-grid__atc {
		color: var(--text-color);
	}

	.c-mobile-menu__item,
	.c-mobile-menu__subitem {
		position:       relative;
		padding-bottom: 18px;
		padding-top:    18px;
		padding-right:  40px;
		padding-left:   23px;
		font-weight:    normal;
		font-size:      22px;
		line-height:    32px;
		letter-spacing: 0.03em;
	}

	.h-rtl .c-mobile-menu__item,
	.h-rtl .c-mobile-menu__subitem {
		padding-right: 23px;
		padding-left:  40px;
	}

	.c-mobile-menu__item-space {
		flex: 1 1 auto;
	}

	.c-mobile-menu__item--blocks {
		padding: 0 !important;
	}

	.c-mobile-menu__item:not(:last-child):after,
	.c-mobile-menu__subitem:not(:last-child):after {
		content:       '';
		display:       block;
		position:      absolute;
		left:          0;
		right:         0;
		bottom:        0;
		width:         100%;
		border-bottom: solid 1px currentColor;
		opacity:       0.1;
	}

	.c-mobile-menu__item > a,
	.c-mobile-menu__subitem > a,
	.c-mobile-menu__item > .a,
	.c-mobile-menu__subitem > .a {
		display: block;
	}

	.c-mobile-menu__item--has-children > a:first-child:after,
	.c-mobile-menu__subitem--has-children:not(.c-mobile-menu__subitem--parent) > a:first-child:after,
	.c-mobile-menu__item--has-children > .a:first-child:after,
	.c-mobile-menu__subitem--has-children:not(.c-mobile-menu__subitem--parent) > .a:first-child:after {
		content:         var(--icon-submenu);
		font-family:     var(--font-icons);
		display:         flex;
		align-items:     center;
		justify-content: center;
		position:        absolute;
		right:           0;
		top:             0;
		width:           52px;
		height:          100%;
		font-size:       7px;
	}

	.h-rtl .c-mobile-menu__item--has-children > a:first-child:after,
	.h-rtl .c-mobile-menu__subitem--has-children > a:first-child:after,
	.h-rtl .c-mobile-menu__item--has-children > .a:first-child:after,
	.h-rtl .c-mobile-menu__subitem--has-children > .a:first-child:after {
		right:     unset;
		left:      0;
		transform: scaleX(-1);
	}

	.c-mobile-menu__item .c-mobile-menu__submenu,
	.c-mobile-menu__subitem .c-mobile-menu__submenu {
		display: none;
	}

	.c-mobile-menu__title-wrap {
		display:        flex;
		flex-wrap:      nowrap;
		align-items:    center;
		width:          100%;
		padding-bottom: 13px;
		padding-top:    13px;
	}

	.c-mobile-menu__title {
		position:     relative;
		padding-left: 10px;
		margin-right: 66px;
		color:        var(--accent-color);
	}

	.c-mobile-menu__title--text-only {
		padding-left: 0;
	}

	.c-mobile-menu__subitem--parent {
		font-size: 28px;
	}

	.c-mobile-menu__submenu--content .l-section--container,
	.c-mobile-menu__submenu--content .l-section__container,
	.c-mobile-menu__submenu--content .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,
	.c-mobile-menu__submenu--content .e-con-boxed {
		padding-left:  0;
		padding-right: 0;
	}
}


/*- Order -*/

.c-order {
	padding:        65px 0;
	color:          var(--text-color-light);
	font-weight:    normal;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.0125em;
}

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

.c-order__result-ico {
	width:       90px;
	height:      90px;
	font-size:   90px;
	line-height: 1;
}

.c-order__result-message {
	font-weight:    300;
	font-size:      38px;
	line-height:    44px;
	letter-spacing: 0.01em;
	text-transform: var(--text-transform);
	margin-top:     40px;
	text-align:     center;
	color:          var(--text-color);
}

.c-order__result-action {
	margin-top:      20px;
	margin-bottom:   60px;
	display:         flex;
	flex-wrap:       wrap;
	-moz-column-gap:      10px;
	     column-gap:      10px;
	row-gap:         10px;
	justify-content: center;
}

.c-order__details {
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	text-align:      center;
	list-style:      none;
	padding:         0;
	margin:          40px 0 40px 0;
}

.c-order__details-item {
	padding:      30px 40px;
	margin-top:   1px;
	margin-right: 1px;
}

.c-order__details-title {
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	color:          var(--text-color);
}

.c-order__details-value {
	display:    block;
	margin-top: 20px;
}

.c-order__info {
	max-width:    510px;
	margin-left:  auto;
	margin-right: auto;
}

.c-order__info > p:first-child {
	margin: 0 0 20px 0;
}

.woocommerce-pagination--without-numbers {
	justify-content: space-between;
}

.woocommerce-button--previous {
	margin-right: auto;
}

.woocommerce-button--next {
	margin-left: auto;
}

.woocommerce-table,
.woocommerce-orders-table {
	border-spacing:  0;
	border-collapse: separate;
	width:           100%;
}

.woocommerce-table--order-details,
.woocommerce-table--custom-fields {
	max-width: 510px;
}

.woocommerce-table th,
.woocommerce-orders-table th {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 15px;
	text-align:     left;
	color:          var(--text-color-light);
	border-bottom:  solid 1px var(--text-color-extra-light);
}

.h-rtl .woocommerce-table th,
.h-rtl .woocommerce-orders-table th {
	text-align: right;
}

.woocommerce-table--custom-fields th {
	padding-bottom: 0;
}

.woocommerce-table th + td,
.woocommerce-orders-table th + td {
	border-bottom: solid 1px var(--text-color-extra-light);
}

.download-product,
.woocommerce-table__product-name {
	font-weight:    300;
	font-size:      17px;
	line-height:    26px;
	letter-spacing: 0.025em;
	text-transform: var(--text-transform);
	color:          var(--text-color);
}

.woocommerce-table .woocommerce-Price-amount,
.woocommerce-table th + td {
	font-weight:    normal;
	font-size:      16px;
	line-height:    23px;
	text-align:     right;
	letter-spacing: 0.02em;
	text-transform: var(--text-transform);
	color:          var(--text-color);
}

.woocommerce-table tfoot th {
	padding-bottom: 0;
}

.woocommerce-table th:last-child,
.woocommerce-table td:last-child {
	text-align: right;
}

.h-rtl .woocommerce-table th:last-child,
.h-rtl .woocommerce-table td:last-child {
	text-align: left;
}

.woocommerce-table td {
	padding: 6px 0;
}

.woocommerce-orders-table td {
	padding: 7px 0;
}

.woocommerce-orders-table tr:first-child td {
	padding-top: 20px;
}

.woocommerce-table tbody tr:first-child td,
.woocommerce-table tbody tr:first-child th,
.woocommerce-table tfoot tr:first-child td,
.woocommerce-table tfoot tr:first-child th {
	padding-top: 20px;
}

.woocommerce-table td:not(:last-child),
.woocommerce-orders-table td:not(:last-child),
.woocommerce-table th:not(:last-child),
.woocommerce-orders-table th:not(:last-child) {
	padding-right: 20px;
}

.h-rtl .woocommerce-table td:not(:last-child),
.h-rtl .woocommerce-orders-table td:not(:last-child),
.h-rtl .woocommerce-table th:not(:last-child),
.h-rtl .woocommerce-orders-table th:not(:last-child) {
	padding-right: 0;
	padding-left:  20px;
}

.woocommerce-table .product-quantity {
	font-weight: inherit;
}

p + .woocommerce-order-details {
	margin-top: 50px;
}

.woocommerce-order-details__title,
.woocommerce-order-downloads__title,
.woocommerce-column__title {
	font-style:     normal;
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	padding:        0;
	margin:         0 0 25px 0;
	color:          var(--text-color);
}

.woocommerce-table .includes_tax,
.woocommerce-table .tax_label,
.woocommerce-table .shipped_via {
	display: block;
	font-weight: normal;
	font-size:   12px;
	margin-top:  3px;
}

.woocommerce-table .shipped_via {
	font-size:   16px;
}

.woocommerce-table .includes_tax .amount {
	font-weight: normal !important;
	font-size:   12px !important;
	margin-top:  3px !important;
	color:       inherit !important;
}

.woocommerce-order-downloads {
	margin-bottom: 60px;
}

.woocommerce-order-details {
	margin-bottom: 60px;
}

.woocommerce-customer-details {
	position: relative;
	overflow: hidden;
}

.woocommerce-Addresses,
.woocommerce-columns--addresses {
	display:      flex;
	flex-wrap:    wrap;
	margin-top:   -30px;
	margin-left:  -35px;
	margin-right: -35px;
	font-size:    17px;
}

.woocommerce-Address,
.woocommerce-columns--addresses > * {
	width:  220px;
	margin: 30px 35px 0 35px;
}

.c-account address,
.c-order address,
.woocommerce-Address address,
.woocommerce-columns--addresses address {
	font-style:     normal;
	font-weight:    300;
	font-size:      16px;
	line-height:    25px;
	letter-spacing: 0.025em;
	color:          var(--text-color);
}

.woocommerce-orders-table__cell .button,
.woocommerce-table .button {
	text-decoration:       underline;
	-webkit-text-decoration-color: var(--text-color-light);
	        text-decoration-color: var(--text-color-light);
	color:                 var(--text-color);
	margin:                3px;
}

.woocommerce-orders-table__cell-order-number {
	font-weight: bold;
}

.woocommerce-bacs-bank-details {
	margin-bottom: 65px;
}

.woocommerce-table .download-file,
.woocommerce-orders-table__cell-order-actions,
.woocommerce-orders-table__header-order-actions {
	text-align: right !important;
}

.h-rtl .woocommerce-table .download-file,
.h-rtl .woocommerce-orders-table__cell-order-actions,
.h-rtl .woocommerce-orders-table__header-order-actions {
	text-align: left !important;
}


.woocommerce-orders-table__header-order-date,
.woocommerce-orders-table__cell-order-date,
.woocommerce-orders-table__header-order-status,
.woocommerce-orders-table__cell-order-status,
.download-remaining,
.download-expires {
	text-align: center !important;
}

.woocommerce-orders-table__header-order-status,
.woocommerce-orders-table__cell-order-status {
	text-transform: uppercase;
}

.order-again .button {
	margin-top: 20px;
}


/*-- Order (Mobile) --*/


@media (max-width: 500px) {

	.c-order__details-item {
		width:   100%;
		padding: 15px 20px;
	}

	.c-order__details-value {
		margin-top: 5px;
	}

	.woocommerce-orders-table thead {
		display: none;
	}

	.c-account__col-content {
		min-width: 100%;
	}

	.woocommerce-orders-table,
	.woocommerce-orders-table tbody,
	.woocommerce-orders-table tfoot,
	.woocommerce-orders-table tr,
	.woocommerce-orders-table th,
	.woocommerce-orders-table td {
		display: block;
	}

	.woocommerce-orders-table td:not(:last-child) {
		border:     none;
		padding:    0 !important;
		text-align: center !important;
	}

	.woocommerce-orders-table td:last-child {
		border:     none;
		padding:    12px 0 40px 0 !important;
		text-align: center !important;
	}
}

/*- Subcategories in Page Header -*/

.c-page-header__sub-cat {
	opacity:    1;
	visibility: visible;
	transition: var(--hover-transition);
	text-align: center;
}

.c-page-header__sub-cat:not(.c-page-header__sub-cat--init):has(.c-page-header__sub-cat-item--current) {
	opacity:    0;
	visibility: hidden;
}

.c-top-menu__submenu--content .c-page-header__sub-cat {
	opacity:    inherit;
	visibility: inherit;
	transition: unset;
}

.c-page-header__sub-cat-list {
	display:     inline-flex;
	align-items: flex-start;
	list-style:  none;
	padding:     0;
	margin:      -20px 0 0 0;
	max-width:   100%;
}

.c-page-header__sub-cat-list:not(.owl-carousel) {
	overflow: hidden;
}

.c-page-header__sub-cat-list.owl-carousel,
.c-page-header__sub-cat-list.owl-carousel .c-page-header__sub-cat-item {
	margin-right: 0;
}

.c-page-header__sub-cat-item {
	flex:        0 0 auto;
	width:       160px;
	margin:      0;
	text-align:  center;
	padding:     0 10px;
	line-height: 0;
	padding-top: 20px;
	transition:  var(--hover-transition);
}

.c-page-header__sub-cat-item--current .c-sub-categories__thumb-wrap {
	border-color: var(--text-color);
}

.c-page-header__sub-cat-item img {
	display:          inline-block !important;
	flex:             0 0 auto;
	width:            90px !important;
	height:           90px !important;
	-o-object-fit:       cover;
	   object-fit:       cover;
	-o-object-position:  center;
	   object-position:  center;
	overflow:         hidden;
	transition:       var(--opacity-transform-transition);
	transform-origin: center;
}


.c-page-header__sub-cat-item .woocommerce-loop-category__title {
	position:       relative;
	font-style:     normal;
	font-weight:    300;
	font-size:      19px;
	line-height:    22px;
	text-align:     center;
	letter-spacing: 0.025em;
	text-transform: var(--text-transform);
	margin-top:     22px;
	padding-left:   0.2em;
}

.c-page-header__sub-cat-item .count {
	display: none;
}

.c-page-header--product {
	border-bottom-color: var(--text-color) !important;
}

/*-- Subcategories in Page Header (Desktop) --*/
@media (min-width: 1190px) {
	.c-page-header__sub-cat {
		width:         1080px;
		margin-left:   auto;
		margin-right:  auto;
		position:      relative;
		clear:         both;
		min-width:     320px;
		padding-left:  60px;
		padding-right: 60px;
		margin-bottom: 37px;
		transition:    var(--hover-transition);
	}

	.c-page-header__sub-cat--widget {
		max-width:     100%;
		margin-top:    0;
		margin-bottom: 0;
	}

	.c-page-header__sub-cat-list--carousel {
		justify-content: flex-start;
	}

	.c-page-header__sub-cat-item:hover {
		color: var(--accent-color);
	}

	.c-page-header__sub-cat .h-carousel__prev,
	.c-page-header__sub-cat .h-carousel__next {
		width:     16px !important;
		height:    31px !important;
		font-size: 31px;
	}

	.c-page-header__sub-cat .owl-prev,
	.c-page-header__sub-cat .owl-next {
		width:      50px !important;
		height:     50px !important;
		top:        45px !important;
		margin-top: 0 !important;
	}

	.c-page-header__sub-cat .owl-prev {
		left: -60px !important;
	}

	.c-page-header__sub-cat .owl-next {
		right: -60px !important;
	}

	.c-page-header--product .c-page-header__sub-cat-list {
		margin-top: 20px;
	}
}

/*-- Subcategories in Page Header (Mobile) --*/
@media (max-width: 1189px) {
	.c-page-header__sub-cat {
		width:         100%;
		position:      relative;
		clear:         both;
		min-width:     320px;
		margin-top:    25px;
		margin-bottom: 30px;
	}

	.c-page-header__sub-cat--widget {
		margin-top:    0;
		margin-bottom: 0;
	}

	.c-page-header__sub-cat-item .woocommerce-loop-category__title {
		font-size:   17px;
		line-height: 20px;
	}

	.c-page-header__sub-cat-list.owl-carousel.h-carousel--nav-mobile {
		padding-bottom: 40px;
	}

	.c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-prev,
	.c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-next {
		top:           unset;
		bottom:        0;
		left:          50%;
		margin-left:   -15px;
		margin-bottom: -8px;
		width:         30px;
		height:        30px;
		font-size:     16px !important;
	}

	.h-ltr .c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-prev {
		left: calc(50% - 15px);
	}

	.h-rtl .c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-next {
		left: calc(50% - 15px);
	}

	.h-rtl .c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-prev {
		left: calc(50% + 15px);
	}

	.h-ltr .c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-next {
		left: calc(50% + 15px);
	}

	.h-rtl .c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-next {
		transform: scaleX(-1);
	}

	.h-rtl .c-page-header__sub-cat-list.h-carousel--nav-mobile .owl-prev {
		transform: scaleX(-1);
	}
}

@media (max-width: 892px) {
	.c-page-header__sub-cat-item {
		width: 120px;
	}
}

@media (max-width: 414px) {
	.c-page-header__sub-cat-item {
		margin-left:  auto !important;
		margin-right: auto !important;
		max-width:    100%;
	}
}

/*- Page Header -*/

.c-page-header {
	position:      relative;
	color:         var(--text-color);
	border-bottom: solid 1px var(--text-color-extra-light);
}

@media (min-width: 1921px) {
	.elementor-widget-container .c-page-header {
		margin-left:  calc(-100vw / 2 + 100% / 2) !important;
		margin-right: calc(-100vw / 2 + 100% / 2) !important;
		max-width:    100vw !important;
		width:        100vw !important;
	}
}

.sticky .c-page-header__sticky,
.c-page-header__sticky {
	font-size:        75%;
	line-height:      1;
	transform-origin: center;
	transform:        rotate(-45deg);
	position:         relative;
	top:              3px;
	margin-right:     10px;
}

.h-rtl .c-page-header__sticky {
	margin-right: 0;
	margin-left:  10px;
}

.c-page-header__login-text {
	margin-right: 30px;
}

.h-rtl .c-page-header__login-text {
	margin-right: 0;
	margin-left:  30px;
}

.c-page-header__logout-icon {
	display:        inline-block;
	margin-left:    8px;
	vertical-align: middle;
	font-size:      75%;
}

.h-rtl .c-page-header__logout-icon {
	margin-left:  0;
	margin-right: 8px;
	transform:    scaleX(-1);
}

.c-page-header__top-row {
	font-weight:      normal;
	font-size:        12px;
	line-height:      17px;
	letter-spacing:   0.025em;
	text-transform:   var(--text-transform);
	color:            var(--text-color-light);
	background-color: var(--accent-background-color);
}

.c-page-header--no-border {
	border-bottom: none;
}

/*-- Page Header (Desktop) --*/

@media (min-width: 1190px) {

	.c-page-header__top-row {
		padding: 14px 30px;
	}

	.c-page-header__title {
		font-style:     normal;
		font-weight:    300;
		font-size:      38px;
		line-height:    44px;
		text-align:     center;
		letter-spacing: 0.01em;
		text-transform: var(--text-transform);
		padding:        38px 30px;
		max-width:      1190px;
		margin-left:    auto;
		margin-right:   auto;
	}
}

/*-- Page Header (Mobile) --*/

@media (max-width: 1189px) {
	.c-page-header__top-row {
		padding: 10px 20px;
	}

	.c-page-header__title {
		font-style:     normal;
		font-weight:    300;
		font-size:      30px;
		line-height:    32px;
		text-align:     center;
		letter-spacing: 0.025em;
		text-transform: var(--text-transform);
		padding:        25px 20px;
	}
}

/*- Play video button -*/

.c-play,
body .owl-carousel .owl-video-play-icon,
body .mejs-overlay-button {
	display:               flex;
	justify-content:       center;
	align-items:           center;
	position:              absolute;
	left:                  50%;
	top:                   50%;
	width:                 90px;
	height:                90px;
	margin-left:           -45px;
	margin-top:            -45px;
	border-radius:         50%;
	background:            var(--background-color);
	color:                 var(--text-color);
	z-index:               2;
	transition:            var(--hover-transition);
	transform-origin:      center center;
	cursor:                pointer;
}

.c-play--large {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
	cursor:     pointer;
}

.c-play--disabled {
	opacity: 0.2;
}

.c-play:after,
body .owl-carousel .owl-video-play-icon:after,
body .mejs-overlay-button:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             50%;
	top:              50%;
	border:           solid 10px transparent;
	border-left:      solid 14px currentColor;
	margin-top:       -10px;
	margin-left:      calc(14px * -0.3571);
	z-index:          3;
	opacity:          1;
	transition:       var(--opacity-transition);
	transform-origin: calc(14px * 0.3571) 10px;
}

.c-play.js-loading {
	background-color: white;
}

.c-play.js-loading:after {
	opacity: 0;
}

/*-- Play video button (Desktop) --*/
@media (min-width: 1190px) {
	.c-play:hover:not(.c-play--disabled):not(.c-play--thumb),
	body .owl-carousel .owl-video-play-icon:hover,
	body .mejs-overlay-button:hover {
		background-color: var(--text-color);
		color:            var(--background-color);
		transform:        none;
	}
}

/*- Post List -*/

.c-post-list {
	flex:      0 0 auto;
	display:   flex;
	position:  relative;
	max-width: 100%;
}

.c-post-list__thumb {
	flex:             0 0 auto;
	position:         relative;
	overflow:         hidden;
	max-width:        100%;
	background-color: var(--background-color-dark);
}

.c-post-list__img,
.c-post-list__carousel-img {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-post-list__carousel-list {
	display: flex !important;
}

.c-post-list__carousel-item {
	flex:     0 0 auto;
	width:    100%;
	overflow: hidden;
	position: relative;
}

.c-post-list__carousel-span {
	display:        block;
	padding-bottom: 91.6666%;
	position:       relative;
}

.c-post-list__wrap {
	flex:             1 1 auto;
	max-width:        100%;
	position:         relative;
	background-color: var(--white-color);
	z-index:          9;
}

.c-post-list__header {
	font-weight:    300;
	font-size:      24px;
	line-height:    30px;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
}

.c-post-list__meta-date {
	flex:             0 0 auto;
	display:          inline-block;
	border:           solid 1px var(--text-color);
	background-color: var(--background-color);
	font-weight:      normal;
	font-size:        12px;
	line-height:      17px;
	letter-spacing:   0.06em;
	text-transform:   uppercase;
	padding:          6px 10px 4px 10px;
}

.c-post-list__except {
	font-weight:    normal;
	font-size:      15px;
	line-height:    25px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
	margin-top:     20px;
}

.c-post-list__except > *:first-child {
	margin-top:  0;
	padding-top: 0;
}

.c-post-list__except > *:last-child {
	margin-bottom:  0;
	padding-bottom: 0;
}

.c-post-list__meta-category {
	-ms-word-wrap:  break-word;
	word-wrap:      break-word;
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top:     30px;
	color:          var(--text-color-light);
}

.c-post-list__header-sticky {
	display:        inline;
	font-size:      78%;
	line-height:    1;
	position:       relative;
	vertical-align: middle;
	margin-left:    5px;
	margin-right:   5px;
}

.c-post-list__header-sticky:before {
	line-height: inherit !important;
}

.c-post-list__quote-author {
	font-size:   16px;
	font-weight: 500;
	margin-top:  25px;
}

.c-post-list__continue {
	flex:           0 0 auto;
	display:        inline-block;
	margin-top:     16px;
	color:          var(--accent-color);
	font-weight:    normal;
	font-size:      13px;
	line-height:    19px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position:       relative;
	top:            2px;
}

.c-post-list__continue-icon {
	margin-left: 5px;
	font-size:   9px;
	display:     inline-block;
}

.h-rtl .c-post-list__continue-icon {
	margin-left:      0;
	margin-right:     5px;
	transform-origin: center;
	transform:        scaleX(-1);
}

.c-post-list__price {
	margin-top:     25px;
	font-weight:    500;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.8px;
}

.c-post-list__price del {
	opacity:      0.3;
	margin-right: 3px;
}

.c-post-list__categories-item-link {
	display: inline-block;
}

.c-post-list__categories-item-link:not(:first-child) {
	padding-left: 25px;
	position:     relative;
}

.h-rtl .c-post-list__categories-item-link:not(:first-child) {
	padding-left:  0;
	padding-right: 25px;
}

.c-post-list__categories-item-link:not(:first-child):before {
	content:        var(--icon-romb);
	font-family:    var(--font-icons);
	display:        inline-block;
	vertical-align: middle;
	font-size:      3px;
	line-height:    3px;
	margin-left:    10px;
	margin-right:   10px;
	color:          var(--accent-color);
	position:       absolute;
	left:           0;
	top:            6px;
}

.h-rtl .c-post-list__categories-item-link:not(:first-child):before {
	left:  unset;
	right: 0;
}

/*-- Post List (Desktop) --*/

@media (min-width: 1190px) {
	.c-post-list__categories-item-link:hover {
		color: var(--accent-color);
	}

	.c-post-list__header-link:hover {
		color: var(--accent-color);
	}

	.c-post-list--grid {
		width:          calc((100% - 30px) / 3);
		margin:         5px 5px;
		flex-direction: column;
	}
}

/*-- Post List (Mobile) --*/

@media (max-width: 1189px) {

	.c-post-list--list {
		margin-left:  auto;
		margin-right: auto;
	}

	@media (min-width: 768px) {
		.c-post-list--grid {
			width:          calc((100% - 20px) / 2);
			margin:         5px 5px;
			flex-direction: column;
		}
	}
}

@media (min-width: 768px) {

	.c-post-list--grid {
		box-shadow: 0 10px 34px -16px rgba(55, 38, 14, 0.19);
	}

	.c-post-list--list {
		box-shadow: 0 30px 60px -21px rgba(55, 38, 14, 0.1);
		max-width:  750px;
	}

	.c-post-list__bottom-wrap {
		display:         flex;
		flex-direction:  row-reverse;
		justify-content: space-between;
		align-items:     flex-end;
		margin:          0 -20px;
	}

	.c-post-list__bottom-wrap > * {
		margin: 0 20px;
	}

	.c-post-list__bottom-wrap .c-post-list__meta-category {
		margin-top: 25px;
	}


	.c-post-list__wrap--list {
		padding:        30px 40px 35px 40px;
		display:        flex;
		flex-direction: column;
		align-items:    flex-start;
		min-height:     295px;
	}

	.c-post-list__spacer {
		flex: 1 1 auto;
	}

	.c-post-list--with-thumb .c-post-list__wrap--list {
		padding-left:  30px;
		padding-right: 30px;
	}

	.c-post-list--list.c-post-list--no-sidebar {
		margin-left:  auto;
		margin-right: auto;
	}

	.c-post-list__wrap--grid .c-post-list__continue {
		margin-top: 40px;
	}

	.c-post-list--grid .c-post-list__meta-category {
		text-align: var(--text-align-right);
	}

	.c-post-list--list:not(:last-child) {
		margin-bottom: 25px;
	}

	.c-post-list__thumb--list {
		width: 205px;
	}

	.c-post-list__thumb--list.c-post-list__thumb--gallery {
		display: flex;
	}

	.c-post-list__meta-wrap {
		display:     flex;
		align-items: flex-start;
	}

	.c-post-list__meta-date--list.c-post-list__meta-date--no-thumb {
		margin-right: 30px;
	}

	.h-rtl .c-post-list__meta-date--list.c-post-list__meta-date--no-thumb {
		margin-left:  30px;
		margin-right: unset;
	}

	.c-post-list__meta-date--list.c-post-list__meta-date--with-thumb {
		position: absolute;
		left:     -175px;
		top:      30px;
	}

	.h-rtl .c-post-list__meta-date--list.c-post-list__meta-date--with-thumb {
		left:  unset;
		right: -175px;
	}

	.c-post-list__thumb-inner--grid {
		padding-bottom: 56.25%;
	}

	.c-post-list__meta-date--grid.c-post-list__meta-date--with-thumb {
		position: absolute;
		top:      -57px;
	}

	.c-post-list__meta-date--grid.c-post-list__meta-date--no-thumb {
		margin-bottom: 35px;
	}

	.c-post-list--list:not(:first-child) {
		margin-top: 40px;
	}

	.c-post-list__wrap--grid {
		padding: 30px 45px 40px 45px;
	}

	.c-post-list__wrap--grid.c-post-list__wrap--no-thumb {
		padding-top: 35px;
	}

	.c-post-list__continue:hover {
		color: var(--text-color);
	}

	.c-post-list--list .c-play {
		transform: scale(0.7);
	}
}

@media (max-width: 767px) {
	.c-post-list {
		box-shadow:     0 30px 60px -21px rgba(55, 38, 14, 0.1);
		margin-bottom:  25px;
		flex-direction: column;
		width:          100%;
	}

	.c-post-list__thumb {
		flex:             0 0 auto;
		position:         relative;
		overflow:         hidden;
		width:            100%;
		background-color: var(--background-color-dark);
	}

	.c-post-list__thumb-inner {
		padding-bottom: 69.35%;
	}

	.c-post-list__wrap {
		padding: 25px 25px 30px 25px;
	}

	.c-post-list__continue {
		margin-top: 20px;
	}

	.c-post-list__header {
		font-size:      22px;
		line-height:    28px;
		letter-spacing: 0.025em;
	}

	.c-post-list__meta-date--no-thumb {
		margin-bottom: 35px;
	}

	.c-post-list__meta-date--with-thumb {
		position: absolute;
		top:      -57px;
	}

	.c-post-list__meta-category {
		margin-top: 25px;
	}
}

@media (max-width: 420px) {
	.c-post-list {
		width:     100%;
		min-width: 260px;
	}

	.c-post-list--list .c-play {
		transform: scale(0.7);
	}
}


/*- Post Share Shortcode -*/

.c-post-share {
	display:   inline-flex;
	flex-wrap: wrap;
	margin:    -10px;
}

.c-post-share__icon {
	font-size:   16px;
	line-height: 1;
	height:      1em;
	display:     inline-flex;
	margin:      10px;
}

.c-post-share__icon--telegram {
	font-size: 14px;
}

/*-- Post Share Shortcode (Desktop) --*/
@media (min-width: 1190px) {
	.c-post-share__link:hover {
		color:   var(--accent-color);
		opacity: 1;
	}
}

/*- Post Sidebar -*/


/*-- Product (Mobile) --*/

@media (max-width: 1189px) and (min-width: 630px) {
	.c-post-sidebar-wrap {
		width:        750px;
		max-width:    100%;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-post-sidebar {
		position:     relative;
		margin-right: -30px;
		margin-left:  -30px;
	}

	.c-post-sidebar .c-sidebar__wrap {
		display:         flex;
		justify-content: center;
		flex-wrap:       wrap;
		align-items:     flex-start;
		position:        relative;
	}

	.c-post-sidebar .c-sidebar__wrap > .widget {
		flex:         0 0 auto;
		width:        calc((100% - 4 * 30px) / 2);
		margin-right: 30px;
		margin-left:  30px;
	}
}

/*- Page / Post -*/

.c-post {
	position:     relative;
	margin-left:  auto;
	margin-right: auto;
}

.c-post--post {
	max-width: 750px;
}

.c-post--page {
	max-width: 860px;
}

.c-post__container--post {

}

.c-post__thumb {
	position:         relative;
	background-color: white;
}

.c-post__img {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-post__wrap {
	width:      100%;
	color:      var(--text-color-light);
	box-shadow: -2px 8px 50px -20px rgb(55 38 14 / 17%);
}

.c-post__inner {
	padding: 40px;
}

.c-page__meta {
	list-style:     none;
	margin:         0 0 25px 0;
	padding:        0;
	font-weight:    normal;
	font-size:      12px;
	line-height:    25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.c-page__meta-by {
	text-transform: lowercase;
}

.c-page__meta-item {
	display: inline-block;
}

.c-page__meta-item:not(:last-child):after {
	content:        var(--icon-romb);
	font-family:    var(--font-icons);
	display:        inline-block;
	vertical-align: middle;
	font-size:      3px;
	line-height:    25px;
	margin-left:    17px;
	margin-right:   17px;
	color:          var(--accent-color);
	position:       relative;
	top:            -2px;
}

.c-post__carousel-img,
.c-post__video-img {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-post__carousel-list {
	overflow: hidden;
	display:  flex;
}

.c-post__carousel-list:not(.owl-loaded) {
	opacity: 0.1 !important;
}

.c-post__carousel-item {
	flex:      0 0 auto;
	max-width: 100%;
	width:     100%;
	position:  relative;
}


.c-post__thumb-inner,
.c-post__carousel-span {
	display:        block;
	padding-bottom: 56.25%;
	position:       relative;
}

.c-post__thumb-inner,
.c-post__carousel-list {
	background: white;
}

.c-post__meta {
	font-size:  14px;
	list-style: none;
}

.c-post__meta--image {
	position:                absolute;
	text-align:              center;
	bottom:                  0;
	left:                    50%;
	width:                   665px;
	max-width:               80%;
	padding:                 23px 35px 1px 35px;
	margin:                  0;
	transform:               translateX(-50%);
	border-top-left-radius:  6px;
	border-top-right-radius: 6px;
}

.c-post__meta--no-image {
	padding: 0;
	margin:  0 0 0 -10px;
}

.c-post__meta--no-image.c-post__meta--without-sidebar {
	width:        100%;
	max-width:    930px;
	margin-left:  auto;
	margin-right: auto;
	left:         -10px;
	position:     relative;
}

.c-post__meta-item {
	display:     inline-block;
	margin:      5px 15px 0 15px;
	line-height: 1;
}

.c-post__meta-icon {
	display:        inline-block;
	font-size:      16px;
	margin-right:   5px;
	vertical-align: text-top;
}

.c-post__bottom {
	margin-top:      39px;
	clear:           both;
	display:         flex;
	justify-content: space-between;
	align-items:     flex-end;
}

.c-post__bottom-space {
	height: 45px;
}

.c-post__bottom-title {
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-right:   12px;
}

.h-rtl .c-post__bottom-title {
	margin-right: 0;
	margin-left:  12px;
}

.c-post__share {
	display:     flex;
	align-items: center;
}

.c-post__share .c-post-share {
	color: var(--text-color);
}

.c-post__tags {
	color:          var(--text-color);
	font-weight:    300;
	font-size:      13px;
	line-height:    17px;
	letter-spacing: 0.025em;
	padding-right:  40px;
}

.h-rtl .c-post__tags {
	padding-right: 0;
	padding-left:  40px;
}

.c-post__tags a {
	display:        inline-block;
	text-transform: var(--text-transform);
}

.c-post__tags-bullet {
	display:        inline-block;
	vertical-align: middle;
	font-size:      3px;
	margin-left:    10px;
	margin-right:   10px;
	color:          var(--accent-color);
}

.c-post__share {
	flex: 0 0 auto;
}

.c-post__nav {
	display:         flex;
	justify-content: space-between;
	margin-top:      40px;
	border:          solid 1px var(--text-color-extra-light);
	padding:         35px 30px;
}

.c-post__nav-title {
	font-style:     normal;
	font-weight:    300;
	font-size:      18px;
	line-height:    28px;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
}

.c-post__nav-prev {
	flex:          1 1 auto;
	width:         50%;
	padding-right: 25px;
	display:       flex;
	align-items:   center;
}

.c-post__nav-next {
	flex:            1 1 auto;
	width:           50%;
	padding-left:    25px;
	text-align:      right;
	display:         flex;
	justify-content: flex-end;
	align-items:     center;
}

.c-post__nav-prev-ico,
.c-post__nav-next-ico {
	display:     inline-block;
	font-size:   20px;
	line-height: 1;
	height:      20px;
	color:       var(--accent-color);
}

.c-post__nav-prev-ico {
	margin-right:     30px;
	transform-origin: center;
	transform:        scale(-1, 1);
}

.h-rtl .c-post__nav-prev-ico {
	margin-right: 0;
	margin-left:  30px;
	transform:    scale(1, 1);
}

.c-post__nav-next-ico {
	margin-left: 30px;
}

.h-rtl .c-post__nav-next-ico {
	margin-right: 30px;
	margin-left:  0;
	transform:    scaleX(-1);
}

.c-post__author {
	margin-top: 60px;
	display:    flex;
	color:      var(--text-color-light);
}

.c-post__author-thumb {
	flex:         0 0 auto;
	margin-right: 40px;
}

.h-rtl .c-post__author-thumb {
	margin-right: 0;
	margin-left:  40px;
}

.c-post__author-thumb > img {
	border-radius: 50%;
}

.c-post__author-content {
	flex: 1 1 auto;
}

.c-post__author-header {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--text-color-body);
}

.c-post__author-title {
	font-weight:    300;
	font-size:      23px;
	line-height:    30px;
	letter-spacing: 0.035em;
	color:          var(--text-color);
	margin-top:     12px;
}

.c-post__author-desc {
	font-weight:    normal;
	font-size:      15px;
	line-height:    25px;
	letter-spacing: 0.02em;
	margin-top:     17px;
	color:          var(--text-color-light);
}

.c-post__author-soc {
	margin-top: 17px;
	font-size:  19px;
	color:      var(--text-color);
}

.c-post__author-soc .c-soc__link {
	opacity: 0.542;
}

.c-post__author-soc .c-soc__link + .c-soc__link {
	margin-left: 11px;
}

.h-rtl .c-post__author-soc .c-soc__link + .c-soc__link {
	margin-left:  0;
	margin-right: 18px;
}

.c-post__row-2 {
	max-width:    860px;
	margin-left:  auto;
	margin-right: auto;
}

.c-post__content {
	max-width:    670px;
	margin-left:  auto;
	margin-right: auto;
}

/*-- Page / Post (Desktop) --*/

@media (min-width: 768px) {
	.c-post__container--page,
	.c-post__container--post {
		margin-top:    50px;
		margin-bottom: 80px;
	}

	.c-post__container--wishlist {
		margin-top:    35px;
		margin-bottom: 80px;
	}
}

@media (min-width: 1190px) {
	.c-post__thumb--image {
		width:  100%;
		height: 380px;
	}

	.c-post__author-soc .c-soc__link:hover {
		color: var(--accent-color-dark);
	}

	.c-page__meta a:hover,
	.c-post__tags a:hover {
		color: var(--accent-color);
	}

	.c-post__nav-prev:hover,
	.c-post__nav-next:hover {
		color: var(--accent-color-dark);
	}

	.c-post__author-title a:hover {
		color: var(--accent-color-dark);
	}

	.c-post__author-soc .c-soc__link:hover {
		opacity: 1;
		color:   var(--text-color);
	}
}

@media (min-width: 1024px) {
	.c-post__container--cart,
	.c-post__container--checkout {
		margin-top:    35px;
		margin-bottom: 80px;
	}
}

/*-- Page / Post (Mobile) --*/

@media (max-width: 1260px) and (min-width: 768px) {
	.c-post__container--wishlist,
	.c-post__container--cart,
	.c-post__container--checkout {
		padding-left:  50px;
		padding-right: 50px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.c-post__container--cart,
	.c-post__container--checkout {
		margin-top:    -1px;
		padding-right: 0;
		padding-left:  0;
		margin-bottom: 0 !important;
	}

	.c-post__container--cart .c-product__products {
		padding-left:  20px;
		padding-right: 20px;
	}
}

@media (max-width: 1189px) {

	.c-post__thumb--image {
		width:  100%;
		height: 380px;
	}
}

@media (max-width: 768px) {

	.c-post {
		margin:    0 -20px;
		width:     calc(100% + 40px);
		max-width: unset;
	}

	.c-post__container--cart {
		margin-bottom: 45px !important;
	}

	.c-post__row-2 {
		margin-left:  25px;
		margin-right: 25px;
	}

	.c-post__thumb--image {
		padding-bottom: 50%;
		height:         unset;
	}

	.c-post__nav {
		flex-direction: column;
	}

	.c-post__nav-prev {
		width:         100%;
		padding-right: 40px;
	}

	.c-post__nav-prev + .c-post__nav-next {
		margin-top: 35px;
	}

	.c-post__nav-next {
		width:        100%;
		padding-left: 40px;
	}

	.post-password-form input[type=password],
	.post-password-form input[type=submit] {
		width:         100%;
		margin-bottom: 5px;
	}
}

@media (max-width: 450px) {

	.c-post__inner {
		padding: 30px 20px 0 20px;
	}

	.c-post__row-2 {
		margin-left:  20px;
		margin-right: 20px;
	}

	.c-post__wrap {
		box-shadow: none;
	}

	.c-post__bottom {
		display: block;
	}

	.c-post__tags {
		padding-right: 0;
		padding-left:  0;
		margin-bottom: 25px;
	}

	.c-post__author {
		display:    block;
		text-align: center;
	}

	.c-post__author-thumb {
		margin-left:  0;
		margin-right: 0;
	}

	.c-post__author-header {
		margin-top: 15px;
	}
}

/*- Home Blog Posts -*/

.c-posts {
	position:       relative;
	padding-top:    95px;
	padding-bottom: 85px;
}

.c-posts__header {
	text-align:     center;
	line-height:    1.1;
	font-size:      31px;
	text-transform: uppercase;
	margin:         0 20px 35px 20px;
	display:        block;
}

.c-posts__list {
	display:   flex;
	margin:    -25px -15px;
	flex-wrap: wrap;
}

.c-posts__item {
	flex:    0 0 auto;
	width:   calc(100% / 3);
	padding: 25px 15px;
}

.c-posts__sizer {
	flex:  0 0 auto;
	width: calc(100% / 3);
}

/*-- Header (Mobile) --*/

@media (min-width: 600px) and (max-width: 780px) {
	.c-posts__item {
		width: calc(100% / 2);
	}

	.c-posts__sizer {
		width: calc(100% / 2);
	}
}

@media (max-width: 599px) {
	.c-posts__item {
		width: 100%;
	}

	.c-posts__sizer {
		width: 100%;
	}

	.c-posts {
		width:         370px;
		max-width:     calc(100% - 40px);
		margin-left:   auto;
		margin-right:  auto;
		min-width:     280px;
		padding-left:  0;
		padding-right: 0;
	}
}

/*- Product Features -*/

.c-product-features {
	margin-top: 25px;
}

.c-product-features__list {
	list-style:       none;
	border:           var(--feature-border);
	background-color: var(--feature-background-color);
	padding:          7px 0;
	margin:           0;
	display:          inline-flex;
	flex-direction:   column;
}

.c-product-features__item {
	display:     flex;
	margin:      10px 17px;
	align-items: center;
	color:       var(--feature-text-color);
}

.c-product-features__icon {
	flex:         0 0 auto;
	width:        26px;
	height:       26px;
	font-size:    26px;
	line-height:  1;
	margin-right: 15px;
}

.h-rtl .c-product-features__icon {
	margin-right: 0;
	margin-left:  15px;
}

.c-product-features__text {
	flex: 1 1 auto;
}

.c-product-features__name {
	display:        block;
	font-weight:    400;
	font-size:      19px;
	line-height:    1.42;
	letter-spacing: 0.02em;
	text-transform: var(--text-transform);
}

.c-product-features__description {
	display:        block;
	font-weight:    400;
	font-size:      15px;
	line-height:    1.66;
	letter-spacing: 0.02em;
	color:          var(--feature-description-color);
}

/*- Product grid -*/

.c-product-grid__list {
	display:         flex;
	flex-wrap:       wrap;
	position:        relative;
	justify-content: flex-start;
	align-items:     stretch;
}

.c-product-grid__list.h-carousel,
.c-product-grid__list.h-carousel .c-product-grid__item {
	margin-bottom: 0 !important;
	margin-top:    0 !important;
}

.c-product-grid__list.owl-carousel.h-carousel--default-dots {
	margin-bottom: 47px !important;
}

.c-product-grid__list--carousel:not(.owl-carousel) {
	justify-content: flex-start !important;
	flex-wrap:       nowrap !important;
	overflow:        hidden !important;
}

.c-product-grid__list.owl-carousel {
	margin-left:  0 !important;
	margin-right: 0 !important;
}

.c-product-grid__list.owl-carousel .c-product-grid__item {
	margin-left:  0 !important;
	margin-right: 0 !important;
	width:        100% !important;
}

.c-product-grid__list--center {
	justify-content: center;
}

.c-product-grid__list--loading:before {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	opacity:  0.8;
	z-index:  10;
}

.c-product-grid__item {
	flex:           0 0 auto;
	display:        flex;
	flex-direction: column;
	position:       relative;
}

.c-product-grid__details {
	flex:      1 1 auto;
	position:  relative;
	order:     40;
	min-width: 1px;
}

.c-product-grid__thumb-wrap {
	flex:             0 0 auto;
	position:         relative;
	overflow:         hidden;
	color:            var(--text-color);
	padding-bottom:   var(--image-grid-prop);
	order:            20;
	background-color: var(--image-background-color);
	transition:       var(--hover-transition);
}

.c-product-grid__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
	mix-blend-mode:  darken;
	transition:      var(--opacity-transition);
}

.c-product-grid__title-wrap {
}

.c-product-grid__item .woocommerce-loop-product__title {
	font-weight:    300;
	font-size:      var(--font-size);
	text-transform: var(--text-transform);
	line-height:    1.25;
	letter-spacing: 0.015em;
	margin:         10px 0 0 0;
}

.c-product-grid__short-desc ul {
	text-align: left;
}

.c-product-grid__short-desc > :first-child {
	margin-top: 0;
}

.c-product-grid__short-desc > :last-child {
	margin-bottom: 0;
}

.c-product-grid__thumb-button {
	display:        flex;
	align-items:    center;
	flex:           0 0 auto;
	font-size:      17px;
	line-height:    1;
	vertical-align: middle;
	position:       relative;
	opacity:        0;
	visibility:     hidden;
	transition:     var(--hover-transition);
	cursor:         pointer;
}

.c-product-grid__icon {
	display:  block;
	flex:     0 0 auto;
	position: relative;
}

.c-product-grid__thumb-button--quickview {
	font-size: 14px;
}

.c-product-grid__atc {
	display:          flex;
	justify-content:  center;
	align-items:      center;
	border:           solid 1px currentColor;
	font-weight:      normal;
	font-size:        14px;
	line-height:      1;
	text-align:       center;
	letter-spacing:   0.06em;
	text-transform:   uppercase;
	padding:          5px 15px 5px 15px;
	background-color: var(--background-color);
	z-index:          5;
	order:            30;
}

.c-product-grid__atc.added {
	display: none !important;
}

.c-product-grid__category-list {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--accent-color);
}

.c-product-grid__brands {
	margin-top:     -12px;
	margin-bottom:  5px;
	font-weight:    300;
	font-size:      11.5px;
	line-height:    24px;
	letter-spacing: 0.025em;
	color:          var(--text-color);
}

.c-product-grid__thumb-wrap > a > div {
	display:  block;
	position: absolute !important;
	left:     0;
	top:      0;
	width:    100% !important;
	height:   100% !important;
}

.c-product-grid__thumb--contain {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}

.c-product-grid__star-rating {
	margin-top:  15px;
	display:     flex;
	-moz-column-gap:  10px;
	     column-gap:  10px;
	align-items: center;
	font-size:   12px;
	line-height: 1;
}

.c-product-grid__price-wrap .price {
	display:     flex;
	align-items: baseline;
	flex-wrap:   wrap;
	margin:      0 -5px;
}

.c-product-grid__price-wrap .price > * {
	max-width: 100%;
	margin:    0 5px;
}

.c-product-grid__price-wrap del {
	order: 2;
}

.c-product-grid__price-wrap ins {
	text-decoration: none;
}

.c-product-grid__category-item--brand {
	color: var(--text-color-light);
}

.c-product-grid__cat-desc--below {
	margin-top: 60px;
}

.c-product-grid__cat-desc--above {
	margin-bottom: 50px;
}

.c-product-grid__cat-desc:empty {
	display: none;
}

.c-product-grid__color-list {
	margin:     12px -7px 5px -7px;
	padding:    0;
	list-style: none;
	display:    flex;
	flex-wrap:  wrap;
	row-gap:    14px;
	flex:       1 1 auto;
	max-width:  100%;
	min-width:  0;
}

.c-product-grid__color-item:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       -5px;
	right:      -5px;
	top:        -5px;
	bottom:     -5px;
	border:     solid 1px var(--text-color);
	opacity:    0;
	transition: var(--opacity-transition);
}

.c-product-grid__color-item--color:before {
	border-radius: 50%;
}

.c-product-grid__color-item {
	position: relative;
	margin:   0 7px;
	flex:     0 0 auto;
	display:  block;
	width:    var(--color-variations-size);
	height:   var(--color-variations-size);
}

.c-product-grid__color-item--color {
	outline:        solid 1px var(--text-color-tr);
	outline-offset: -1px;
	border-radius:  50%;
}

.c-product-grid__color-title {
	position:         absolute;
	left:             50%;
	transform:        translate(-50%, -5px);
	bottom:           calc(100% + 10px);
	font-weight:      normal;
	font-size:        10px;
	line-height:      14px;
	display:          block;
	letter-spacing:   0.1em;
	text-transform:   uppercase;
	color:            white;
	background-color: var(--text-color-body);
	padding:          6px 10px 4px 10px;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--opacity-transform-transition);
	min-width:        1px;
}

.c-product-grid__color-title:before {
	content:                  '';
	display:                  block;
	position:                 absolute;
	left:                     50%;
	margin-left:              -4px;
	bottom:                   -8px;
	border:                   solid 4px transparent;
	border-top-color:         var(--text-color-body);
	transform-origin:         center;
}

.c-product-grid__color-item--var {
	cursor: pointer;
}

.c-product-grid__color-item.current:before {
	opacity: 1;
}

.c-product-grid__color-item:hover .c-product-grid__color-title {
	opacity:    1;
	visibility: visible;
	transform:  translate(-50%, 0);
}

.c-product-grid__load-infinity {
	display: inline-flex;
	width:   35px;
	height:  35px;
}

.c-product-grid__badges {
	pointer-events: none;
}

/*-- Product grid (Desktop) --*/

@media (min-width: 768px) {

	.c-product-grid__list {
		margin: -5px;
	}

	.c-product-grid__item {
		margin: 5px;
	}

	.c-product-grid__item:hover .c-product-grid__thumb-button {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__thumb--hover {
		opacity:   0;
		transform: scale(1, 1);
	}

	.c-product-grid__thumb--base,
	.c-product-grid__thumb--hover {
		transition: opacity 0.3s linear, transform 0.3s linear;
	}

	.c-product-grid__item:hover .c-product-grid__thumb--base {
		opacity: 0;
	}

	.c-product-grid__item:hover .c-product-grid__thumb--hover {
		opacity:   1;
		transform: scale(1.05, 1.05);
	}

	.c-product-grid__item--buttons-1:not(.c-product-grid__item--2-per-row):hover .c-product-grid__thumb-wrap--buttons:not(.c-product-grid__thumb-wrap--var) {
		background-color: white;
	}

	.c-product-grid__item--buttons-1.c-product-grid__item--2-per-row .c-product-grid__thumb-button-list {
		display:  inline-flex;
		position: absolute;
		right:    35px;
		top:      25px;
	}

	.c-product-grid__item--buttons-1.c-product-grid__item--3-per-row .c-product-grid__thumb-button-list,
	.c-product-grid__item--buttons-1.c-product-grid__item--4-per-row .c-product-grid__thumb-button-list {
		display:  inline-flex;
		position: absolute;
		left:     50%;
		top:      50%;
	}

	.c-product-grid__item--buttons-1.c-product-grid__item--3-per-row .c-product-grid__thumb-button-list {
		transform: translate(-50%, calc(-50% - 35px));
	}

	.c-product-grid__item--buttons-1.c-product-grid__item--4-per-row .c-product-grid__thumb-button-list {
		transform: translate(-50%, calc(-50% - 30px));
	}

	.c-product-grid__item--buttons-2 .c-product-grid__thumb-button-list {
		display:        inline-flex;
		flex-direction: column-reverse;
		position:       absolute;
		align-items:    flex-start;
		left:           3px;
		top:            9px;
	}

	.h-rtl .c-product-grid__item--buttons-2 .c-product-grid__thumb-button-list {
		left:  unset;
		right: 3px;
	}

	.c-product-grid__item--buttons-2.c-product-grid__item--2-per-row .c-product-grid__thumb-button-list {
		left: 22px;
		top:  24px;
	}

	.c-product-grid__item--buttons-1 .c-product-grid__thumb-button {
		justify-content:       center;
		width:                 60px;
		height:                60px;
		border-radius:         50%;
		background-color:      var(--white-color);
		box-shadow:            0 2px 3px rgba(0, 0, 0, 0.09);
	}

	.c-product-grid__item--buttons-2 .c-product-grid__thumb-button {
		padding:         11px;
		height:          31px;
		justify-content: flex-start;
	}

	.c-product-grid__item--buttons-2 .h-loading .c-product-grid__item--2-per-row .c-product-grid__atc {
		margin-left: 5px;
	}

	.c-product-grid__item--buttons-1 .c-product-grid__icon-text {
		position:       absolute;
		top:            77px;
		font-size:      10px;
		line-height:    14px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		width:          97px;
		left:           50%;
		transform:      translateX(-50%);
		color:          var(--smart-color);
	}

	.c-product-grid__item--buttons-1.c-product-grid__item--2-per-row .c-product-grid__icon-text {
		opacity:    0;
		visibility: hidden;
		transition: var(--hover-transition);
	}

	.c-product-grid__item--buttons-1.c-product-grid__item--2-per-row .c-product-grid__thumb-button:hover .c-product-grid__icon-text {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__item--buttons-2 .c-product-grid__icon-text {
		font-weight:      normal;
		font-size:        10px;
		line-height:      14px;
		display:          block;
		letter-spacing:   0.1em;
		text-transform:   uppercase;
		color:            var(--white-color);
		background-color: var(--text-color-body);
		padding:          6px 10px 4px 10px;
		margin-left:      9px;
		position:         relative;
		opacity:          0;
		transition:       var(--opacity-transition);
		min-width:        1px;
	}

	.h-rtl .c-product-grid__item--buttons-2 .c-product-grid__icon-text {
		margin-left:  0;
		margin-right: 9px;
	}

	.c-product-grid__item--buttons-2 .c-product-grid__icon-text:before {
		content:            '';
		display:            block;
		position:           absolute;
		left:               -8px;
		top:                50%;
		margin-top:         -4px;
		border:             solid 4px transparent;
		border-right-color: var(--text-color-body);
		transform-origin:   center;
	}

	.h-rtl .c-product-grid__item--buttons-2 .c-product-grid__icon-text:before {
		left:      unset;
		right:     -8px;
		transform: scaleX(-1);
	}

	.c-product-grid__item--buttons-1 .c-product-grid__icon {
		top: 2px;
	}

	.c-product-grid__item--buttons-2 .c-product-grid__thumb-button .h-loading,
	.c-product-grid__item--buttons-2 .c-product-grid__icon {
		top:        1px;
		width:      25px;
		text-align: center;
		z-index:    1;
		position:   relative;
	}

	.c-product-grid__item--buttons-2 .c-product-grid__icon--quickview:after {
		content:                var(--icon-eye-back);
		font-family:            theme-icons !important;
		font-style:             normal;
		font-weight:            normal !important;
		font-variant:           normal;
		text-transform:         none;
		line-height:            1;
		-webkit-font-smoothing: antialiased;
		position:               absolute;
		transform:              translateX(-100%);
		color:                  var(--background-color);
		z-index:                -1;
	}

	.c-product-grid__item--buttons-2 .c-product-grid__icon--wishlist:after {
		content:                var(--icon-heart-back);
		font-family:            theme-icons !important;
		font-style:             normal;
		font-weight:            normal !important;
		font-variant:           normal;
		text-transform:         none;
		line-height:            1;
		-webkit-font-smoothing: antialiased;
		position:               absolute;
		transform:              translateX(-100%);
		color:                  var(--background-color);
		z-index:                -1;
	}

	.h-rtl .c-product-grid__item--buttons-2 .c-product-grid__icon--quickview:after {
		transform: translateX(100%);
	}

	.h-rtl .c-product-grid__item--buttons-2 .c-product-grid__icon--wishlist:after {
		transform: translateX(100%);
	}

	.c-product-grid__item--buttons-2 .c-product-grid__thumb-button .h-loading {
		margin-left:  4px;
		margin-right: 4px;
		top:          0;
	}

	.c-product-grid__item--buttons-1 .c-product-grid__thumb-button + .c-product-grid__thumb-button {
		margin-left: 37px;
	}

	.h-rtl .c-product-grid__item--buttons-1 .c-product-grid__thumb-button + .c-product-grid__thumb-button {
		margin-left:  unset;
		margin-right: 37px;
	}

	.c-product-grid__item--buttons-1.c-product-grid__item--2-per-row .c-product-grid__thumb-button + .c-product-grid__thumb-button {
		margin-left: 12px;
	}

	.h-rtl .c-product-grid__item--buttons-1.c-product-grid__item--2-per-row .c-product-grid__thumb-button + .c-product-grid__thumb-button {
		margin-left:  unset;
		margin-right: 12px;
	}

	.c-product-grid__item--buttons-1:not(.c-product-grid__item--2-per-row):hover .c-product-grid__thumb-wrap--buttons .c-product-grid__thumb:not(.c-product-grid__thumb--var) {
		opacity: 0.05;
	}

	.c-product-grid__item--buttons-1 .c-product-grid__thumb-button:hover {
		background-color: var(--accent-color);
		color:            var(--white-color);
	}

	.c-product-grid__item--buttons-2 .c-product-grid__thumb-button:hover .c-product-grid__icon-text {
		opacity: 1;
	}


	@media (min-width: 1024px) {
		.c-product-grid__item--2-per-row {
			width:    calc((100% - 20px) / 2);
			overflow: hidden;
		}

		.c-product-grid__wrap--cnt-1 .c-product-grid__item--2-per-row {
			width:    calc(100% - 10px);
			overflow: hidden;
		}

		.c-product-grid__wrap--2-per-row.c-product-grid__wrap--cnt-1 {
			width:        calc((100% - 10px) / 2);
			margin-left:  auto;
			margin-right: auto;
		}
	}

	@media (max-width: 1023px) {
		.c-product-grid__item--2-per-row {
			width:    100%;
			overflow: hidden;
		}
	}

	.c-product-grid__item--3-per-row {
		width: calc((100% - 30px) / 3);
	}

	.c-product-grid__wrap--cnt-1 .c-product-grid__item--3-per-row {
		width: calc(100% - 10px);
	}

	.c-product-grid__wrap--cnt-2 .c-product-grid__item--3-per-row {
		width: calc((100% - 20px) / 2);
	}

	.c-product-grid__wrap--3-per-row.c-product-grid__wrap--cnt-1 {
		width:        calc((100% - 20px) / 3);
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product-grid__wrap--3-per-row.c-product-grid__wrap--cnt-2 {
		width:        calc((100% - 20px) / 3 * 2 + 10px);
		margin-left:  auto;
		margin-right: auto;
	}

	@media (min-width: 1024px) {
		.c-product-grid__item--4-per-row {
			width: calc((100% - 40px) / 4);
		}

		.c-product-grid__wrap--cnt-1 .c-product-grid__item--4-per-row {
			width: calc(100% - 10px);
		}

		.c-product-grid__wrap--cnt-2 .c-product-grid__item--4-per-row {
			width: calc((100% - 20px) / 2);
		}

		.c-product-grid__wrap--cnt-3 .c-product-grid__item--4-per-row {
			width: calc((100% - 30px) / 3);
		}

		.c-product-grid__wrap--4-per-row.c-product-grid__wrap--cnt-1 {
			width:        calc((100% - 30px) / 4);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__wrap--4-per-row.c-product-grid__wrap--cnt-2 {
			width:        calc((100% - 30px) / 4 * 2 + 10px);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__wrap--4-per-row.c-product-grid__wrap--cnt-3 {
			width:        calc((100% - 30px) / 4 * 3 + 20px);
			margin-left:  auto;
			margin-right: auto;
		}
	}

	@media (max-width: 1023px) {
		.c-product-grid__item--4-per-row {
			width: calc((100% - 30px) / 3);
		}

		.c-product-grid__wrap--cnt-2 .c-product-grid__item--4-per-row {
			width: calc((100% - 20px) / 2);
		}

		.c-product-grid__wrap--cnt-1 .c-product-grid__item--4-per-row {
			width: calc(100% - 10px);
		}

		.c-product-grid__wrap--4-per-row.c-product-grid__wrap--cnt-1 {
			width:        calc((100% - 20px) / 3);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__wrap--4-per-row.c-product-grid__wrap--cnt-2 {
			width:        calc((100% - 20px) / 3 * 2 + 10px);
			margin-left:  auto;
			margin-right: auto;
		}
	}

	.c-product-grid__item:hover .c-product-grid__atc {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__item--3-per-row .c-product-grid__thumb {
		width:           100% !important;
		height:          100% !important;
		-o-object-fit:      cover;
		   object-fit:      cover;
		-o-object-position: center;
		   object-position: center;
	}

	.c-product-grid__item--2-per-row .c-product-grid__atc,
	.c-product-grid__item--3-per-row .c-product-grid__atc,
	.c-product-grid__item--4-per-row .c-product-grid__atc {
		opacity:    0;
		visibility: hidden;
		transition: var(--hover-transition);
		align-self: flex-start;
		position:   relative;
		width:      100%;
	}

	.c-product-grid__item--4-per-row .c-product-grid__atc {
		height:     60px;
		margin-top: -60px;
	}

	.c-product-grid__item--3-per-row .c-product-grid__atc {
		height:     70px;
		margin-top: -70px;
	}

	.c-product-grid__item--2-per-row .c-product-grid__atc {
		display:       inline-flex;
		height:        70px;
		position:      absolute;
		right:         35px;
		bottom:        35px;
		width:         unset;
		max-width:     calc(50% - 35px);
		padding-left:  50px;
		padding-right: 50px;
	}

	.h-rtl .c-product-grid__item--2-per-row .c-product-grid__atc {
		right: unset;
		left:  35px;
	}

	.c-product-grid__badges {
		position: absolute;
		right:    10px;
		top:      10px;
		left:     10px;
		margin:   -2.5px;
	}

	.c-product-grid__item--3-per-row .c-product-grid__badges {
		top:   15px;
		right: 15px;
		left:  15px;
	}

	.c-product-grid__item--2-per-row .c-product-grid__badges {
		top:   30px;
		right: 35px;
		left:  35px;
	}

	.c-product-grid__item--2-per-row.c-product-grid__item--buttons-1 .c-product-grid__thumb-button-list {
		left:  35px;
		right: unset;
		top:   27px;
	}

	.h-rtl .c-product-grid__item--2-per-row.c-product-grid__item--buttons-1 .c-product-grid__thumb-button-list {
		left:  unset;
		right: 35px;
	}

	.c-product-grid__item--2-per-row .c-product-grid__atc-text {
		flex:      1 1 auto;
		max-width: 100%;
	}

	.c-product-grid__list--boxed .c-product-grid__item--3-per-row .c-product-grid__atc {
		height:     60px;
		margin-top: -60px;
	}

	.c-product-grid__atc:hover {
		color:            var(--white-color) !important;
		background-color: var(--text-color);
		border-color:     var(--text-color);
	}

	.c-product-grid__atc-icon {
		display: none;
	}

	.c-product-grid__brand:hover,
	.woocommerce-loop-product__link:hover {
		color: var(--accent-color);
	}

	.c-product-grid__item--3-per-row .c-product-grid__details,
	.c-product-grid__item--4-per-row .c-product-grid__details {
		max-width: calc(100% - 30px);
	}

	.c-product-grid__details--above {
		order:         15;
		margin-bottom: 25px;
	}

	.c-product-grid__details--below {
		margin-top: 20px;
	}

	.c-product-grid__category-item:hover {
		color: var(--text-color);
	}

	.c-product-grid__list--above {
		margin-top:    -30px;
		margin-bottom: -30px;
	}

	.c-product-grid__item--above {
		margin-top:    30px;
		margin-bottom: 30px;
	}

	.c-product-grid__list--below.c-product-grid__list--3-per-row,
	.c-product-grid__list--below.c-product-grid__list--4-per-row {
		margin-top:    -17px;
		margin-bottom: -17px;
	}

	.c-product-grid__item--below.c-product-grid__item--3-per-row,
	.c-product-grid__item--below.c-product-grid__item--4-per-row {
		margin-top:    17px;
		margin-bottom: 17px;
	}

	.c-product-grid__item--2-per-row .c-product-grid__details {
		position:  absolute;
		left:      35px;
		bottom:    35px;
		margin:    0;
		max-width: calc(50% - 35px);
	}

	.h-rtl .c-product-grid__item--2-per-row .c-product-grid__details {
		left:  unset;
		right: 35px;
	}

	.c-product-grid__atc-text {
		flex:      0 1 auto;
		max-width: calc(100% - 30px);
	}

	.c-product-grid__atc-text {
		font-size:      13px;
		line-height:    19px;
		align-items:    center;
		text-align:     center;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.c-product-grid__price-wrap {
		font-weight:    300;
		font-size:      19px;
		line-height:    27px;
		letter-spacing: 0.02em;
		margin-top:     10px;
	}

	.c-product-grid__short-desc + .c-product-grid__price-wrap {
		margin-top: 15px;
	}

	.c-product-grid__price-wrap del {
		opacity:                   0.4;
		-webkit-text-decoration-color:     var(--text-color-tr-50);
		        text-decoration-color:     var(--text-color-tr-50);
		text-decoration-thickness: 0.04em;
		font-size:                 13px;
	}

	.c-product-grid__short-desc {
		font-size:      15px;
		line-height:    27px;
		letter-spacing: 0.015em;
		color:          var(--text-color-light);
		margin-top:     15px;
		margin-bottom:  15px;
	}

	/*--- Product grid (Compact Layout) ---*/
	.c-product-grid__list--compact {
		margin: -15px;
	}

	.c-product-grid__item--compact {
		flex-wrap:      nowrap;
		flex-direction: row;
		align-items:    flex-start;
		margin:         15px;
	}

	.c-product-grid__list--inner {
		flex-wrap: wrap;
	}

	.c-product-grid__list--inner .c-product-grid__item--compact {
		max-width: calc(100% - 30px);
		/*min-width: 330px;*/
	}

	.c-product-grid__item--compact .c-product-grid__badges {
		transition:      var(--hover-transition);
		left:            5px;
		right:           5px;
		top:             5px;
		justify-content: flex-start;
	}

	.c-product-grid__item--compact .c-product-grid__short-desc {
		color:          var(--text-color-light);
		font-weight:    normal;
		font-size:      15px;
		line-height:    22px;
		letter-spacing: 0.01em;
	}

	/* 1871 1396 */
	@media (min-width: 1635px) {
		.c-product-grid__list--fullwidth .c-product-grid__item--compact {
			width: calc((100% - 120px) / 4);
		}

		.c-product-grid__wrap--cnt-1.c-product-grid__wrap--fullwidth .c-product-grid__item--compact {
			width: calc(100% - 30px);
		}

		.c-product-grid__wrap--cnt-2.c-product-grid__wrap--fullwidth .c-product-grid__item--compact {
			width: calc((100% - 60px) / 2);
		}

		.c-product-grid__wrap--cnt-3.c-product-grid__wrap--fullwidth .c-product-grid__item--compact {
			width: calc((100% - 90px) / 3);
		}

		.c-product-grid__wrap--fullwidth.c-product-grid__wrap--compact.c-product-grid__wrap--cnt-1 {
			width:        calc((100% - 90px) / 4);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__wrap--fullwidth.c-product-grid__wrap--compact.c-product-grid__wrap--cnt-2 {
			width:        calc((100% - 90px) / 4 * 2 + 30px);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__wrap--fullwidth.c-product-grid__wrap--compact.c-product-grid__wrap--cnt-3 {
			width:        calc((100% - 90px) / 4 * 3 + 60px);
			margin-left:  auto;
			margin-right: auto;
		}
	}

	@media (max-width: 1634px) and (min-width: 1190px) {
		.c-product-grid__list--fullwidth .c-product-grid__item--compact {
			width: calc((100% - 90px) / 3);
		}

		.c-product-grid__wrap--cnt-1.c-product-grid__wrap--fullwidth .c-product-grid__item--compact {
			width: calc(100% - 30px);
		}

		.c-product-grid__wrap--cnt-2.c-product-grid__wrap--fullwidth .c-product-grid__item--compact {
			width: calc((100% - 60px) / 2);
		}

		.c-product-grid__wrap--fullwidth.c-product-grid__wrap--compact.c-product-grid__wrap--cnt-1 {
			width:        calc((100% - 60px) / 3);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__wrap--fullwidth.c-product-grid__wrap--compact.c-product-grid__wrap--cnt-2 {
			width:        calc((100% - 60px) / 3 * 2 + 30px);
			margin-left:  auto;
			margin-right: auto;
		}
	}

	@media (max-width: 1189px) {
		.c-product-grid__list--fullwidth .c-product-grid__item--compact {
			width: calc((100% - 60px) / 2);
		}
	}

	@media (min-width: 1190px) {

		.elementor-section-full_width .elementor-shortcode .c-product-grid__wrap,
		.e-con-full .elementor-shortcode .c-product-grid__wrap {
			margin-left:  50px;
			margin-right: 50px;
		}

		.c-product-grid__list--boxed .c-product-grid__item--compact {
			width: calc((100% - 90px) / 3);
		}

		.c-product-grid__list--boxed.c-product-grid__list--sidebar .c-product-grid__item--compact {
			width: calc((100% - 60px) / 2);
		}

		.c-product-grid__wrap--cnt-1.c-product-grid__wrap--boxed .c-product-grid__item--compact {
			width: calc(100% - 30px);
		}

		.c-product-grid__wrap--cnt-2.c-product-grid__wrap--boxed .c-product-grid__item--compact {
			width: calc((100% - 60px) / 2);
		}

		.c-product-grid__wrap--boxed.c-product-grid__wrap--compact.c-product-grid__wrap--cnt-1 {
			width:        calc((100% - 60px) / 3);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__wrap--boxed.c-product-grid__wrap--compact.c-product-grid__wrap--cnt-2 {
			width:        calc((100% - 60px) / 3 * 2 + 30px);
			margin-left:  auto;
			margin-right: auto;
		}

		.c-product-grid__item--2-per-row .c-product-grid__thumb-wrap {
			order: unset;
		}
	}

	@media (max-width: 1189px) {
		.c-product-grid__list--boxed .c-product-grid__item--compact {
			width: calc((100% - 60px) / 2);
		}
	}

	.c-product-grid__item--compact .c-product-grid__icon-text {
		display: none;
	}

	.c-product-grid__item--compact .c-product-grid__thumb-wrap {
		width:      145px;
		min-height: 145px;
		padding:    0;
	}

	.c-product-grid__item--compact:not(.c-product-grid__item--view-more):hover .c-product-grid__thumb-wrap--buttons:not(.c-product-grid__thumb-wrap--var) {
		background-color: var(--background-color);
	}

	.c-product-grid__item--compact .c-product-grid__details {
		margin-top: 0;
		padding:    0 0 0 30px;
	}

	.h-rtl .c-product-grid__item--compact .c-product-grid__details {
		padding-left:  0;
		padding-right: 30px;
	}

	.c-product-grid__item--compact .c-product-grid__atc {
		position:   absolute;
		top:        95px;
		width:      145px;
		height:     50px;
		opacity:    0;
		visibility: hidden;
		transition: var(--hover-transition);
		font-size:  13px;
	}

	.c-product-grid__item--compact .c-product-grid__atc-text {
		max-width: 100%;
	}


	.c-product-grid__item--compact .c-product-grid__thumb-button:hover {
		color: var(--accent-color);
	}

	.c-product-grid__item--compact:hover .c-product-grid__thumb-wrap--buttons .c-product-grid__thumb:not(.c-product-grid__thumb--var) {
		opacity: 0.05;
	}

	.c-product-grid__item--compact:hover .c-product-grid__thumb-wrap--buttons .c-product-grid__badges {
		opacity: 0.05;
	}

	.c-product-grid__item--compact .c-product-grid__title-wrap {
		text-align: left;
	}

	.h-rtl .c-product-grid__item--compact .c-product-grid__title-wrap {
		text-align: right;
	}

	.c-product-grid__item--compact .woocommerce-loop-product__title {
		font-size:      var(--font-size-compact);
		line-height:    1.55;
		margin-bottom:  7px;
		letter-spacing: 0.03em;
		padding-left:   0;
	}

	.c-product-grid__item--compact .c-product-grid__price-wrap {
		font-size:   16px;
		line-height: 23px;
		margin-top:  20px;
	}

	.c-product-grid__item--compact .c-product-grid__thumb-button-list {
		display:         flex;
		align-items:     center;
		justify-content: center;
		position:        absolute;
		top:             0;
		bottom:          50px;
		left:            0;
		right:           0;
	}

	.c-product-grid__item--compact .c-product-grid__thumb-button {
		padding: 15px;
		height:  auto;
	}

	.c-product-grid__item--compact .c-product-grid__price-wrap {
		display:         flex;
		flex-wrap:       wrap;
		justify-content: space-between;
	}

	.c-product-grid__item--compact .c-product-grid__price-wrap > .price {
		flex: 1 1 auto;
	}

	.c-product-grid__item--compact .c-product-grid__brands {
		margin-top:    3px;
		margin-bottom: 0;
	}

	.c-product-grid__item--view-more.c-product-grid__item--compact .c-product-grid__thumb-wrap {
		width: 100%;
	}
}

/*-- Product grid (Mobile) --*/

@media (max-width: 1189px) {
	.elementor-section-full_width .elementor-shortcode .c-product-grid__wrap,
	.e-con-full .elementor-shortcode .c-product-grid__wrap {
		margin-left:  20px;
		margin-right: 20px;
	}

	.c-product-grid__list .owl-nav {
		display: none;
	}

	.c-product-grid__list.owl-carousel.h-carousel--default-dots {
		margin-bottom: 37px !important;
	}
}

@media (max-width: 767px) {

	.c-product-grid__list--1-per-row-mobile.c-product-grid__list--above-mobile {
		margin-top:    -15px;
		margin-bottom: -20px;
	}

	.c-product-grid__list--1-per-row-mobile.c-product-grid__list--below-mobile {
		margin-top:    -12.5px;
		margin-bottom: -12.5px;
	}

	.c-product-grid__list--2-per-row-mobile {
		margin-left:  -5px;
		margin-right: -5px;
	}

	.c-product-grid__list--2-per-row-mobile.c-product-grid__list--above-mobile {
		margin-top:    -25px;
		margin-bottom: -25px;
	}

	.c-product-grid__list--2-per-row-mobile.c-product-grid__list--below-mobile {
		margin-top:    -10px;
		margin-bottom: -10px;
	}

	.c-product-grid__list--compact-mobile {
		margin-top:    -17.5px;
		margin-bottom: -17.5px;
	}

	.c-product-grid__wrap--compact-mobile {
		margin-left:  auto;
		margin-right: auto;
		max-width:    450px;
	}

	.c-product-grid__item--1-per-row-mobile {
		width: 100%;
	}

	.c-product-grid__item--1-per-row-mobile.c-product-grid__item--above-mobile {
		margin-top:    15px;
		margin-bottom: 20px;
	}

	.c-product-grid__item--1-per-row-mobile.c-product-grid__item--above-mobile:not(:last-child):after {
		content:       '';
		display:       block;
		position:      absolute;
		left:          -20px;
		right:         -20px;
		bottom:        -20px;
		border-bottom: solid 1px var(--text-color-extra-light);
	}

	.c-product-grid__item--1-per-row-mobile.c-product-grid__item--below-mobile {
		margin-top:    12.5px;
		margin-bottom: 12.5px;
	}

	.c-product-grid__item--2-per-row-mobile {
		width:        calc((100% - 20px) / 2);
		margin-left:  5px;
		margin-right: 5px;
	}

	.c-product-grid__wrap--cnt-1 .c-product-grid__item--2-per-row-mobile {
		width: calc(100% - 10px);
	}

	.c-product-grid__wrap--2-per-row-mobile.c-product-grid__wrap--cnt-1 {
		width:        calc((100% - 20px) / 2);
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product-grid__item--2-per-row-mobile.c-product-grid__item--above-mobile {
		margin-top:    25px;
		margin-bottom: 25px;
	}

	.c-product-grid__item--2-per-row-mobile.c-product-grid__item--below-mobile {
		margin-top:    10px;
		margin-bottom: 10px;
	}

	.c-product-grid__item--2-per-row-mobile.c-product-grid__item--above-mobile:not(:first-child):not(:nth-child(2)):before {
		content:       '';
		display:       block;
		position:      absolute;
		left:          -20px;
		right:         -20px;
		top:           -25px;
		border-bottom: solid 1px var(--text-color-extra-light);
	}

	.c-product-grid__item--compact-mobile {
		flex-wrap:      nowrap;
		flex-direction: row;
		align-items:    flex-start;
		width:          100%;
		margin-top:     17.5px;
		margin-bottom:  17.5px;
		max-width:      450px;
	}

	.c-product-grid__atc {
		order: 50;
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__thumb-button .h-loading,
	.c-product-grid__item--not-compact-mobile .c-product-grid__icon {
		width:      25px;
		text-align: center;
		position:   relative;
		z-index:    1;
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__icon--quickview:after {
		content:                var(--icon-eye-back);
		font-family:            theme-icons !important;
		font-style:             normal;
		font-weight:            normal !important;
		font-variant:           normal;
		text-transform:         none;
		line-height:            1;
		-webkit-font-smoothing: antialiased;
		position:               absolute;
		transform:              translateX(-100%);
		color:                  var(--background-color);
		z-index:                -1;
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__icon--wishlist:after {
		content:                var(--icon-heart-back);
		font-family:            theme-icons !important;
		font-style:             normal;
		font-weight:            normal !important;
		font-variant:           normal;
		text-transform:         none;
		line-height:            1;
		-webkit-font-smoothing: antialiased;
		position:               absolute;
		transform:              translateX(-100%);
		color:                  var(--background-color);
		z-index:                -1;
	}

	.h-rtl .c-product-grid__item--not-compact-mobile .c-product-grid__icon--quickview:after {
		transform: translateX(100%);
	}

	.h-rtl .c-product-grid__item--not-compact-mobile .c-product-grid__icon--wishlist:after {
		transform: translateX(100%);
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__icon {
		top: 1px;
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__thumb-button {
		opacity:         1;
		visibility:      visible;
		padding:         11px;
		height:          31px;
		justify-content: center;
	}

	.c-product-grid__thumb-wrap--buttons.c-product-grid__thumb-wrap--hover .c-product-grid__thumb-button {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__list {
		justify-content: center;
	}

	.c-product-grid__details--above-mobile {
		order:         15;
		margin-bottom: 20px;
	}

	.c-product-grid__details--below-mobile {
		margin-top: 15px;
	}

	.c-product-grid__item--2-per-row-mobile .c-product-grid__details {
		padding-right: 10px;
	}

	.c-product-grid__atc-icon {
		display: none;
	}

	.c-product-grid__atc-text {
		align-items:    center;
		text-align:     center;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.c-product-grid__item--1-per-row-mobile .c-product-grid__atc {
		min-height:  55px;
		font-size:   13px;
		line-height: 19px;
	}

	.c-product-grid__item--1-per-row-mobile.c-product-grid__item--above-mobile .c-product-grid__atc {
		margin-top: 10px;
	}

	.c-product-grid__item--1-per-row-mobile.c-product-grid__item--below-mobile .c-product-grid__atc {
		margin-top: 20px;
	}

	.c-product-grid__item--2-per-row-mobile .c-product-grid__atc {
		min-height:  45px;
		font-size:   12px;
		line-height: 17px;
	}

	.c-product-grid__item--2-per-row-mobile.c-product-grid__item--above-mobile .c-product-grid__atc {
		margin-top: 5px;
	}

	.c-product-grid__item--2-per-row-mobile.c-product-grid__item--below-mobile .c-product-grid__atc {
		margin-top: 20px;
	}

	.c-product-grid__category-list {
		font-size:   10px;
		line-height: 14px;
	}

	.c-product-grid__item--1-per-row-mobile .woocommerce-loop-product__title {
		font-size:      var(--font-size-mobile-1-rows);
		letter-spacing: 0.025em;
	}

	.c-product-grid__item--2-per-row-mobile .woocommerce-loop-product__title {
		font-size:      var(--font-size-mobile-2-rows);
		letter-spacing: 0.025em;
	}

	.c-product-grid__item--compact-mobile .woocommerce-loop-product__title {
		font-size:      var(--font-size-compact-mobile);
		letter-spacing: 0.02em;
	}

	.c-product-grid__price-wrap {
		font-weight:    300;
		letter-spacing: 0.02em;
	}

	.c-product-grid__item--1-per-row-mobile .c-product-grid__price-wrap {
		font-size:   17px;
		line-height: 25px;
		margin-top:  15px;
	}

	.c-product-grid__item--2-per-row-mobile .c-product-grid__price-wrap {
		font-size:   16px;
		line-height: 23px;
		margin-top:  10px;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__price-wrap {
		font-size:   16px;
		line-height: 23px;
		margin-top:  15px;
	}

	.c-product-grid__item--1-per-row-mobile .c-product-grid__price-wrap del {
		opacity:                   0.4;
		-webkit-text-decoration-color:     var(--text-color-tr-50);
		        text-decoration-color:     var(--text-color-tr-50);
		text-decoration-thickness: 0.04em;
		font-size:                 13px;
	}

	.c-product-grid__item--2-per-row-mobile .c-product-grid__price-wrap del,
	.c-product-grid__item--compact-mobile .c-product-grid__price-wrap del {
		opacity:                   0.4;
		-webkit-text-decoration-color:     var(--text-color-tr-50);
		        text-decoration-color:     var(--text-color-tr-50);
		text-decoration-thickness: 0.04em;
		font-size:                 11px;
	}

	.c-product-grid__short-desc {
		font-size:      15px;
		line-height:    22px;
		letter-spacing: 0.01em;
		color:          var(--text-color-light);
		margin-top:     10px;
	}

	.c-product-grid__badges {
		position: absolute;
		right:    5px;
		top:      5px;
		left:     5px;
		margin:   -2.5px;
	}

	.c-product-grid__item--2-per-row-mobile .c-product-grid__thumb-wrap--buttons.c-product-grid__thumb-wrap--hover .c-product-grid__thumb-button {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__thumb-button-list--hide-mobile {
		display: none !important;
	}

	.c-product-grid__thumb--hover {
		display: none !important;
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__thumb-button-list {
		display:        inline-flex;
		flex-direction: column-reverse;
		position:       absolute;
		align-items:    flex-start;
		left:           3px;
		top:            9px;
	}

	.h-rtl .c-product-grid__item--not-compact-mobile .c-product-grid__thumb-button-list {
		left:  unset;
		right: 3px;
	}

	.c-product-grid__item--not-compact-mobile .c-product-grid__icon-text {
		display: none;
	}

	/*--- Product grid (Compact Mobile Layout) ---*/
	.c-product-grid__item--compact-mobile .c-product-grid__badges {
		transition:      var(--hover-transition);
		left:            5px;
		right:           5px;
		top:             5px;
		justify-content: flex-start;
	}

	.c-product-grid__item--1-per-row-mobile .c-product-grid__star-rating {
		position:   absolute;
		inset-inline-end:      0;
		margin-top: -20px;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__icon-text {
		display: none;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap {
		width:      90px;
		min-height: 90px;
		padding:    0;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__details {
		margin-top: 0;
		padding:    0 0 0 20px;
	}

	.h-rtl .c-product-grid__item--compact-mobile .c-product-grid__details {
		padding-left:  0;
		padding-right: 20px;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__atc {
		position:      absolute;
		top:           56px;
		width:         90px;
		height:        34px;
		opacity:       0;
		visibility:    hidden;
		transition:    var(--hover-transition);
		font-size:     11px;
		padding-left:  5px;
		padding-right: 5px;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__atc-icon {
		display: inline-block;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__atc-text {
		display: none;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap--buttons.c-product-grid__thumb-wrap--hover:not(.c-product-grid__thumb-wrap--var) {
		background-color: var(--background-color);
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap--buttons.c-product-grid__thumb-wrap--hover:not(.c-product-grid__thumb-wrap--var) .c-product-grid__thumb {
		opacity: 0.05;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap--buttons.c-product-grid__thumb-wrap--hover .c-product-grid__badges {
		opacity: 0.05;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap--hover + .c-product-grid__atc,
	.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap--hover + .c-product-grid__atc + .c-product-grid__atc {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap--buttons.c-product-grid__thumb-wrap--hover .c-product-grid__thumb-button {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-button-list--hide-mobile {
		display: none !important;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__title-wrap {
		text-align: left;
	}

	.h-rtl .c-product-grid__item--compact-mobile .c-product-grid__title-wrap {
		text-align: right;
	}

	.c-product-grid__item--compact-mobile .woocommerce-loop-product__title {
		font-size:    var(--font-size-compact-mobile);
		line-height:  24px;
		padding-left: 0;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__price-wrap {
		font-size:   16px;
		line-height: 23px;
		margin-top:  20px;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-button-list {
		display:         flex;
		align-items:     center;
		justify-content: center;
		position:        absolute;
		top:             0;
		bottom:          34px;
		left:            0;
		right:           0;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__thumb-button {
		padding: 10px;
		height:  auto;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__price-wrap {
		display:         flex;
		flex-wrap:       wrap;
		justify-content: space-between;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__price-wrap > .price {
		flex: 1 1 auto;
	}

	.c-product-grid__item--compact-mobile .c-product-grid__brands {
		margin-top:    3px;
		margin-bottom: 0;
	}

	.c-product-grid__item--view-more.c-product-grid__item--compact-mobile .c-product-grid__thumb-wrap {
		width: 100%;
	}
}

/*- Product List Widget -*/

.c-product-list-widget {
	list-style: none;
	margin:     0;
	padding:    0;
	text-align: left;
}

.h-rtl .c-product-list-widget {
	text-align: right;
}

.c-product-list-widget__empty {
	font-size: 15px;
}

.c-product-list-widget__item + .c-product-list-widget__item {
	margin-top: 35px;
}

.c-product-list-widget__wrap {
	display:  flex;
	position: relative;
}

.c-product-list-widget__thumb-col {
	width:        65px;
	flex:         0 0 auto;
	margin-right: 20px;
}

.h-rtl .c-product-list-widget__thumb-col {
	margin-right: 0;
	margin-left:  20px;
}

.c-product-list-widget .variation {
	text-transform: none;
	display:        block;
	margin:         0;
	padding:        0;
}

.c-product-list-widget .variation * {
	display: inline;
	margin:  0;
	padding: 0;
}

.c-product-list-widget .variation dd {
	color: var(--text-color);
}

.c-product-list-widget .variation dd:after {
	content:     '\A';
	white-space: pre-line;
}

.c-product-list-widget__thumb {
	width:           65px !important;
	height:          65px !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
	display:         block;
}

.c-product-list-widget__title-col {
	flex:        1 1 auto;
	padding-top: 5px;
	min-width:   100px;
}

.c-product-list-widget__title {
	font-weight:    normal;
	font-size:      17px;
	line-height:    26px;
	letter-spacing: 0.03em;
	white-space:    normal;
}

.c-product-list-widget__price {
	margin-top:     5px;
	font-weight:    300;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
}

.c-product-list-widget__brand {
	margin-bottom:  5px;
	font-weight:    300;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
}

.c-product-list-widget__remove {
	color:            var(--text-color-light);
	position:         absolute;
	display:          flex;
	width:            18px;
	height:           18px;
	justify-content:  center;
	align-items:      center;
	font-size:        8px;
	line-height:      1;
	left:             -18px;
	top:              24px;
	transform-origin: center center;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--opacity-transform-transition);
}

.h-rtl .c-product-list-widget__remove {
	left:  unset;
	right: -18px;
}

.c-product-list-widget__total {
	margin-top:      20px;
	position:        relative;
	display:         flex;
	justify-content: space-between;
	align-items:     center;
}

.c-product-list-widget__total-title {
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}

.c-product-list-widget__total .tax_label {
	position: absolute;
	display:  inline-block;
	right:    0;
	top:      27px;
}

.c-product-list-widget__total .amount {
	font-weight:    300;
	font-size:      19px;
	line-height:    27px;
	letter-spacing: 0.02em;
	margin-left:    15px;
}

.h-rtl .c-product-list-widget__total .amount {
	margin-left:  0;
	margin-right: 15px;
}

.c-product-list-widget__buttons {
	display:   flex;
	flex-wrap: wrap;
	margin:    20px -5px -5px -5px;
}

.c-product-list-widget__buttons .button {
	display:        inline-block;
	flex:           1 1 auto;
	margin:         5px !important;
	font-weight:    400;
	font-size:      13px;
	line-height:    19px;
	text-align:     center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding:        13px 11px 14px 11px;
	cursor:         pointer;
}

.c-product-list-widget__buttons .button:not(.checkout) {
	border: solid 1px var(--text-color);
}

.c-product-list-widget__buttons .button.checkout {
	border:           solid 1px var(--accent-button-background-color);
	background-color: var(--accent-button-background-color) !important;
	color:            var(--accent-button-color) !important;
}

.c-product-list-widget__more {
	display: none;
}

/*-- Product List Widget (Desktop) --*/

@media (min-width: 1190px) {
	.c-product-list-widget__title-link:hover {
		color: var(--accent-color);
	}

	.c-product-list-widget__buttons .button:hover,
	.c-product-list-widget__buttons .button.checkout:hover {
		border-color:     var(--accent-button-hover-background-color) !important;
		background-color: var(--accent-button-hover-background-color) !important;
		color:            var(--accent-button-color) !important;
	}

	.c-product-list-widget__item:hover .c-product-list-widget__remove {
		opacity:    1;
		visibility: visible;
	}

	.c-product-list-widget__remove:hover {
		transform: scale(2, 2);
	}

	.c-product-list-widget__item.mini_cart_item {
		position: relative;
	}

	.c-product-list-widget__item.mini_cart_item:before {
		content:  '';
		display:  block;
		position: absolute;
		right:    100%;
		top:      0;
		bottom:   0;
		width:    18px;
	}

	.h-rtl .c-product-list-widget__item.mini_cart_item:before {
		right: unset;
		left:  100%;
	}
}

/*-- Product List Widget (Mobile) --*/
@media (max-width: 1189px) {
	.c-product-list-widget__remove {
		opacity:    1;
		visibility: visible;
	}
}

/*- Product -*/

.c-product__wrap .c-badge {
	order:         unset;
	margin-top:    0;
	margin-bottom: 0;
	position:      relative;
	padding:       6px 9px 6px 10px;
}

.c-product__wrap .c-badge {
	top: -3px;
}

.c-product__rev-counter {
	display: inline-block;
}

.c-product__slider-item {
	display:        block;
	width:          100%;
	padding-bottom: var(--image-product-prop);
	overflow:       hidden;
	position:       relative;
}

.c-product__slider-item--video .owl-video-tn {
	background-size: cover !important;
	cursor:          pointer;
}

.c-product__slider-item--video .wp-video,
.c-product__slider-item--video .wp-video-shortcode,
.c-product__slider-item--video > iframe,
.c-product__slider-item--video .mejs-mediaelement iframe,
.c-product__slider-item--video .c-inline-video {
	display:    block;
	position:   absolute;
	left:       0;
	right:      0;
	top:        0;
	bottom:     0;
	-o-object-fit: cover;
	   object-fit: cover;
	height:     100% !important;
	width:      100% !important;
}

.c-product__slider-item--video .mejs-mediaelement iframe {
	pointer-events: none;
}

.c-product__slider-item--video .mejs-container {
	background-color: transparent;
}

.c-product__slider:not(.owl-carousel):not(.c-product__slider--list) > *:not(:first-child) {
	display: none;
}

.c-product__slider-item img,
.c-product__slider-item .owl-video-wrapper {
	position:         absolute !important;
	left:             0;
	top:              0;
	display:          block;
	width:            100%;
	height:           100%;
	max-width:        100%;
	-o-object-fit:       cover;
	   object-fit:       cover;
	background-color: var(--image-background-color);
}


.c-product__slider-img--contain {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}

.c-product__loading {
	position:   absolute;
	z-index:    10;
	left:       0;
	right:      0;
	top:        0;
	bottom:     0;
	opacity:    0;
	visibility: hidden;
	transition: var(--opacity-transition);
}

.c-product__loading.js-loading {
	opacity:    1;
	visibility: visible;
}

.c-product__loading .h-loading {
	position:  absolute;
	left:      50%;
	top:       50%;
	transform: translate3d(-50%, -50%, 0);
}

.c-product__thumbs {
	display: flex;
}

.c-product--layout-1 .c-product__thumbs,
.c-product--layout-2 .c-product__thumbs {
	max-width:  100%;
	margin-top: 20px;
	position:   relative;
}

.c-product--layout-3 .c-product__thumbs {
	width:     100%;
	max-width: 350px;
}

.c-product--layout-3 .c-product__thumbs--5 {
	max-width: 290px;
}

.c-product--layout-3 .c-product__thumbs--4 {
	max-width: 230px;
}

.c-product--layout-3 .c-product__thumbs--3 {
	max-width: 170px;
}

.c-product--layout-3 .c-product__thumbs--2 {
	max-width: 110px;
}

.c-product--layout-3 .c-product__thumbs--1 {
	max-width: 50px;
}

.c-product__thumbs:not(.owl-carousel) {
	overflow: hidden;
}

.c-product__thumbs-img {
	display:         block;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
	position:        absolute;
	mix-blend-mode:  darken;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
}

.c-product__thumbs-video {
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center;
	position:            relative;
	width:               100%;
	height:              100%;
}

.c-product__thumbs-video-mask {
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	background-color: rgba(24, 24, 24, 0.2);
	z-index:          1;
}

.c-product__thumbs-video-mask-active {
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	background-color: var(--background-color);
	opacity:          0.5;
	z-index:          1;
	transition:       var(--hover-transition);
}

.c-product__slider--video {
	display:             block;
	position:            absolute;
	left:                0;
	right:               0;
	top:                 0;
	bottom:              0;
	background-position: center;
	background-size:     cover;
}

.c-product__thumbs-item {
	flex:             0 0 auto;
	position:         relative;
	background-color: var(--image-background-color);
	transition:       var(--opacity-transition);
}

.c-product--layout-1 .c-product__thumbs:not(.owl-carousel) .c-product__thumbs-item {
	width: calc((100% - 5 * 10px) / 6);
}

.c-product__thumbs:not(.owl-carousel) .c-product__thumbs-item {
	margin-right: 10px;
}

.c-product__thumbs-item.active:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  1;
	border:   solid 1px var(--text-color);
}

.c-product__thumbs-item > * {
	display:        block;
	cursor:         pointer;
	width:          100%;
	padding-bottom: 100%;
}

.c-product__title {
	font-weight:    300;
	font-size:      var(--font-size-desktop);
	line-height:    1.2;
	letter-spacing: 0.01em;
	text-transform: var(--text-transform);
}

.c-product__short-description {
	font-style:     normal;
	font-weight:    normal;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.0125em;
	margin-top:     28px;
	color:          var(--text-color-body);
}

.c-product__short-description > :first-child {
	margin-top: 0;
}

.c-product__short-description > :last-child {
	margin-bottom: 0;
}

.woocommerce-grouped-product-list-item__label {
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.0125em;
	margin-bottom:  3px;
}

.c-product__wrap .price,
.woocommerce-grouped-product-list-item__price {
	font-weight:    normal;
	font-size:      20px;
	line-height:    29px;
	letter-spacing: 0.02em;
	display:        flex;
	align-items:    baseline;
	flex-wrap:      wrap;
	margin:         25px -5px 0 -5px;
}

.c-product__wrap .price > *,
.woocommerce-grouped-product-list-item__price > *:not(.c-badge) {
	max-width: 100%;
	margin:    0 5px;
}

.c-product__wrap .price:empty {
	display: none !important;
}

.woocommerce-grouped-product-list-item__price {
	margin-top: 0;
}

.woocommerce-grouped-product-list-item__price > *:not(.c-badge) {
	font-size: 17px;
}

.woocommerce-grouped-product-list-item__quantity {
	text-align: right;
}

.woocommerce-grouped-product-list-item > td {
	padding-bottom: 10px;
}

.woocommerce-grouped-product-list-item > td:not(:first-child) {
	padding-left: 40px;
}

.h-rtl .woocommerce-grouped-product-list-item > td:not(:first-child) {
	padding-left:  0;
	padding-right: 40px;
}

.woocommerce-grouped-product-list-item .c-product__quantity {
	margin-right: 0;
}

.product-type-grouped .buttons {
	margin-top: 35px;
}

.c-product__wrap .price del {
	font-weight:               300;
	color:                     var(--text-color-light);
	-webkit-text-decoration-color:     var(--text-color-tr-50);
	        text-decoration-color:     var(--text-color-tr-50);
	text-decoration-thickness: 0.04em;
	font-size:                 14px;
	order:                     2;
}

.woocommerce-grouped-product-list-item__price del {
	font-weight:               300;
	color:                     var(--text-color-light);
	-webkit-text-decoration-color:     var(--text-color-tr-50);
	        text-decoration-color:     var(--text-color-tr-50);
	text-decoration-thickness: 0.04em;
	margin-bottom:             5px;
}

.c-product__wrap .price ins,
.woocommerce-grouped-product-list-item__price ins {
	text-decoration: none;
}

.woocommerce-variation-availability {
	font-weight:    300;
	font-size:      14px;
	letter-spacing: 0.3px;
	color:          var(--text-color-light);
}

.woocommerce-variation-description {
	margin-top:     35px;
	margin-bottom:  20px;
	font-weight:    normal;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.0125em;
	color:          var(--text-color-light);
}

.woocommerce-variation-description > :first-child {
	margin-top: 0;
}

.woocommerce-variation-description > :last-child {
	margin-bottom: 0;
}

.woocommerce-variation-add-to-cart {
	margin-top: 35px;
}

.c-product__wrap .woocommerce-product-rating {
	margin-top: 20px;
}

.c-product__wrap .woocommerce-product-rating + * {
	margin-top: 17px;
}

.c-product__wrap .woocommerce-review-link {
	display:        inline-block;
	font-weight:    normal;
	font-size:      10px;
	line-height:    14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-left:    10px;
}

.h-rtl .c-product__wrap .woocommerce-review-link {
	margin-left:  0;
	margin-right: 10px;
}

.c-product__wrap .star-rating {
	transform-origin: left center;
	transform:        scale(1.24);
	margin-right:     16px;
}

.h-rtl .c-product__wrap .star-rating {
	transform-origin: right center;
	margin-right:     0;
	margin-left:      16px;
}

.c-product .product_meta {
	display:        flex;
	flex-wrap:      wrap;
	margin:         30px -18px -18px -18px;
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--text-color-body);
}

.c-product .product_meta > * {
	display: block;
	margin:  0 18px 18px 18px;
}

.c-product .product_meta .sku,
.c-product .product_meta a {
	color: var(--accent-color);
}

.c-product__wishlist-button {
	cursor:      pointer;
	display:     flex;
	align-items: center;
	color:       var(--text-color-body);
}

.c-product__wishlist-button.js-loading {
	justify-content: flex-start;
}

.c-product__wishlist-icon {
	display:      inline-block;
	position:     relative;
	font-size:    12px;
	line-height:  1;
	margin-right: 8px;
	color:        var(--text-color-light);
}

.h-rtl .c-product__wishlist-icon {
	margin-right: 0;
	margin-left:  8px;
}

.c-product__wishlist-text {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.c-product__atc-wrap {
	display:    inline-block;
	margin-top: 31px;
	max-width:  500px;
}

.c-product__atc-wrap--hide-stock .in-stock {
	display: none !important;
}

.product-type-external .c-product__atc-wrap {
	width: auto;
}

.c-product__atc-wrap .button:not(:first-child) {
	flex: 1 1 auto;
}

.c-product__atc-wrap .c-custom-select__angle {
	font-size: 6px;
}

.c-product__atc-wrap .button,
.woobt-form .button {
	display:            inline-block;
	flex:               1 1 auto;
	font-size:          13px;
	line-height:        19px;
	text-align:         center;
	letter-spacing:     0.06em;
	direction:          rtl;
	padding:            19px 30px 18px 30px;
	background-color:   var(--accent-button-background-color);
	color:              var(--accent-button-color);
	text-transform:     uppercase;
	border:             none;
	outline:            none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
}

.c-product__atc-wrap .button.disabled,
.woobt-form .button:disabled {
	cursor: not-allowed;
}

.c-product__atc-wrap table {
	width: 100%;
}

.c-product__atc-wrap .variations tbody,
.c-product__atc-wrap .variations tr,
.c-product__atc-wrap .variations td {
	display: block;
	width:   100%;
}

.c-product__atc-wrap td.label {
	display:        block;
	font-weight:    300;
	font-size:      19px;
	line-height:    27px;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
	-ms-word-wrap:  normal;
	word-break:     normal;
	word-wrap:      normal;
	padding-bottom: 15px !important;
}

.c-product__atc-wrap .value {
	position: relative;
}

.c-product__atc-wrap tr:not(:last-child) td {
	padding-bottom: 25px;
}

.c-product__atc-wrap textarea {
	width: 100%;
}

.c-product__atc-wrap .c-custom-select {
	color:            var(--text-color);
	font-size:        16px;
	line-height:      1;
	letter-spacing:   0.0125em;
	border:           solid 1px var(--text-color-extra-light);
	background-color: var(--background-color);
	text-align:       left;
}

.h-rtl .c-product__atc-wrap .c-custom-select {
	text-align: right;
}

.c-product__atc-wrap .c-custom-selectInner {
	padding: 16px 35px 16px 20px;
}

.h-rtl .c-product__atc-wrap .c-custom-selectInner {
	padding-right: 15px;
	padding-left:  35px;
}

.c-product__atc-wrap .c-custom-select__angle {
	right: 20px;
}

.h-rtl .c-product__atc-wrap .c-custom-select__angle {
	right: unset;
	left:  20px;
}

.c-product__atc-wrap select {
	width:            100%;
	padding:          16px 35px 16px 20px;
	height:           50px !important;
	background-color: var(--background-color);
	color:            var(--text-color);
	font-size:        16px;
	line-height:      1;
	letter-spacing:   0.0125em;
	border:           solid 1px var(--text-color-extra-light);
	overflow:         hidden;
	white-space:      nowrap;
	text-overflow:    ellipsis;
}

.c-product__atc-wrap .reset_variations {
	position:       absolute;
	right:          0;
	bottom:         -26px;
	font-weight:    500;
	font-size:      10px;
	line-height:    18px;
	text-align:     right;
	letter-spacing: 0.155em;
	text-transform: uppercase;
}

.h-rtl .c-product__atc-wrap .reset_variations {
	text-align: left;
}

.c-product__atc-wrap .reset_variations:before {
	content:        var(--icon-close-small);
	font-family:    var(--font-icons);
	font-size:      8px;
	line-height:    1;
	vertical-align: middle;
	margin-right:   6px;
	top:            -1px;
	position:       relative;
}

.c-product__quantity {
	display:          inline-flex;
	flex-wrap:        nowrap;
	border:           solid 1px var(--text-color-extra-light);
	background-color: var(--background-color);
}

.c-product__quantity.hidden {
	margin-left:  0 !important;
	margin-right: 0 !important;
}

.c-product__quantity > * {
	flex:        0 0 auto;
	width:       30px;
	height:      54px;
	line-height: 54px;
}

.c-product__quantity-minus i,
.c-product__quantity-plus i {
	display: inline-flex;
}

.c-product__quantity-minus {
	order:           1;
	font-size:       11px;
	line-height:     1;
	cursor:          pointer;
	justify-content: flex-end;
}

.c-product__quantity-plus {
	order:           3;
	font-size:       11px;
	line-height:     1;
	cursor:          pointer;
	text-align:      left;
	justify-content: flex-start;
}

input.c-product__quantity-value {
	order:              2;
	background-color:   var(--background-color);
	width:              52px;
	height:             54px !important;
	padding-left:       10px;
	padding-right:      10px;
	font-size:          17px;
	line-height:        1;
	-moz-appearance:    textfield !important;
	text-align:         center !important;
	border:             none;
	outline:            none;
	margin:             0;
	color:              currentColor;
	position:           relative;
	display:            flex;
	justify-content:    center;
	align-items:        center;
	-webkit-appearance: none;
	-moz-appearance:         none;
	     appearance:         none;
}

.h-rtl input.c-product__quantity-value {
	text-align: center !important;
}

.c-product__quantity-value[readonly] + .c-product__quantity-minus,
.c-product__quantity-value[readonly] + .c-product__quantity-minus + .c-product__quantity-plus {
	display: none;
}

.c-product__quantity-value::-webkit-outer-spin-button,
.c-product__quantity-value::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin:             0;
}

.c-product--layout-1 .c-product__tabs {
	width:        100%;
	max-width:    680px;
	margin-left:  auto;
	margin-right: auto;
	margin-top:   55px;
}

.c-product--layout-2 .c-product__tabs {
	margin-top: 25px;
}

.c-product--layout-1 .c-product__tabs-item,
.c-product--layout-2 .c-product__tabs-item {
	position: relative;
}

.c-product--layout-1 .c-product__tabs-item:not(:first-child),
.c-product--layout-2 .c-product__tabs-item:not(:first-child) {
	border-top: solid 1px var(--text-color-extra-light);
}

.c-product--layout-1 .c-product__tabs-item-header,
.c-product--layout-2 .c-product__tabs-item-header {
	display:        block;
	font-weight:    300;
	font-size:      19px;
	line-height:    27px;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
	padding-top:    15px;
	padding-bottom: 17px;
}

.c-product--layout-1 .c-product__tabs-item-expand,
.c-product--layout-2 .c-product__tabs-item-expand {
	font-size:        14px;
	line-height:      1;
	display:          block;
	position:         absolute;
	right:            4px;
	top:              21px;
	width:            14px;
	height:           14px;
	transform-origin: center center;
	transition:       var(--opacity-transform-transition);
}

.h-rtl .c-product--layout-1 .c-product__tabs-item-expand,
.h-rtl .c-product--layout-2 .c-product__tabs-item-expand {
	right: unset;
	left:  4px;
}


.c-product--layout-1 .c-product__tabs-item.active .c-product__tabs-item-expand,
.c-product--layout-2 .c-product__tabs-item.active .c-product__tabs-item-expand {
	transform: rotate(45deg);
}

.c-product--layout-1:not(.c-product--tabs-expanded) .c-product__tabs-panel,
.c-product--layout-2 .c-product__tabs-panel {
	display:       none;
	margin-top:    5px;
	margin-bottom: 30px;
}

.woocommerce-Tabs-panel--description > :first-child {
	margin-top: 0;
}

.woocommerce-Tabs-panel--description > :last-child {
	margin-bottom: 0;
}

.woocommerce-product-attributes p {
	margin-top:    0;
	margin-bottom: 0;
}

.woocommerce-product-attributes {
	margin-bottom:  -8px;
	font-weight:    normal;
	font-size:      13px;
	line-height:    17px;
	letter-spacing: 0.025em;
	border-spacing: 0;
	padding-top:    5px;
}

.woocommerce-product-attributes {
	display: block;
}

.woocommerce-product-attributes > tbody {
	display:       flex;
	flex-wrap:     wrap;
	width:         100%;
	margin-top:    -10px;
	margin-bottom: -10px;
}

.woocommerce-product-attributes tr {
	flex:          1 1 auto;
	width:         50%;
	display:       flex;
	margin-top:    10px;
	margin-bottom: 10px;
	margin-right:  -30px;
}

.h-rtl .woocommerce-product-attributes tr {
	margin-right: 0;
	margin-left:  -30px;
}

.woocommerce-product-attributes td {
	display: block;
}

.woocommerce-product-attributes-item__label {
	flex:           0 0 auto;
	font-weight:    normal;
	font-size:      12px;
	line-height:    19px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity:        0.5;
	text-align:     left;
	padding-right:  15px;
}

.h-rtl .woocommerce-product-attributes-item__label {
	padding-right: 0;
	padding-left:  15px;
	text-align:    right;
}

.woocommerce-product-attributes-item__label:after {
	content: ':';
}

.woocommerce-product-attributes-item__value {
	color:         var(--text-color);
	padding-right: 30px;
}

.h-rtl .woocommerce-product-attributes-item__value {
	padding-right: 0;
	padding-left:  30px;
}

.woocommerce-noreviews {
	display: none;
}

.c-product__products {
	margin-top: 60px;
}

.c-product__products .c-product-grid__list {
	justify-content: center;
}

.c-product__products .c-product-grid__list.h-carousel--default-dots {
	padding-bottom: 47px;
}

.c-product__products-title,
.c-product__after-summary > :not(.c-product__products) h2,
.c-product__after-summary > :not(.c-product__products) h3,
.c-product__after-summary .woobt-wrap:before {
	font-weight:    300;
	font-size:      38px;
	line-height:    44px;
	text-align:     center;
	letter-spacing: 0.01em;
	text-transform: var(--text-transform);
	margin-bottom:  77px;
	position:       relative;
}

.c-product__products-title:after,
.c-product__after-summary > :not(.c-product__products) h2:after,
.c-product__after-summary > :not(.c-product__products) h3:after,
.c-product__after-summary .woobt-wrap:after {
	content:     var(--icon-divider);
	font-family: var(--font-icons);
	color:       var(--accent-color);
	font-size:   7px;
	line-height: 1;
	display:     block;
	position:    absolute;
	left:        50%;
	margin-left: -23px;
	bottom:      -37px;
}

.c-product__after-summary .woobt-wrap:after {
	bottom: unset;
	top:    75px;
}

.c-product__after-summary > :not(.c-product__products) {
	margin-top:   60px;
	max-width:    1170px;
	margin-left:  auto;
	margin-right: auto;
	position:     relative;
}

.c-product__col-1 {
	order:    1;
	position: relative;
}

.c-product__col-2 {
	order:    2;
	position: relative;
}

.c-product__col-3 {
	order:    3;
	position: relative;
}

.woocommerce-variation-add-to-cart,
.product-type-simple .c-product__atc-wrap form {
	display:       flex;
	flex-wrap:     wrap;
	align-items:   flex-start;
	margin-bottom: -20px;
	-moz-column-gap:    10px;
	     column-gap:    10px;
}

.woocommerce-variation-add-to-cart > *,
.product-type-simple .c-product__atc-wrap form > * {
	margin-bottom: 20px;
}

.woocommerce-variation-add-to-cart > *:not(.c-product__quantity):not(.button),
.product-type-simple .c-product__atc-wrap form > *:not(.c-product__quantity):not(.button) {
	flex: 1 1 100%;
}

/*-- Product (Quickview) --*/

.c-product--quick-view {
	margin-bottom: 0;
	display:       flex;
	-moz-column-gap:    50px;
	     column-gap:    50px;
	padding:       50px 45px;
}

.c-product--quick-view .c-product__atc-wrap {
	display: block;
	width:   100%;
}

.c-product--quick-view .c-product__atc-wrap .button {
	flex: 1 1 auto;
}

.c-product__quick-view-col-1 {
	position:         relative;
	flex:             0 0 auto;
	width:            310px;
	background-color: var(--white-color);
}

.c-product__quick-view-col-2 {
	position: relative;
	flex:     0 0 auto;
	width:    350px;
}

.c-product--quick-view .c-product__title {
	font-size:   var(--font-size-desktop-qv);
	line-height: 1.18;
}

.c-product__tabs--desktop,
.c-product__tabs--mobile {
	display: none;
}

.c-product__image-link {
	cursor: pointer;
}

.c-product__image-zoom {
	display:  block;
	position: absolute;
	left:     0;
	top:      0;
	width:    100%;
	height:   100%;
}

.c-product__image-zoom .c-product__slider-img,
.c-product__image-zoom .zoomImg {
	transition: opacity 0.5s linear;
}

.c-product__image-zoom.zooming .c-product__slider-img {
	opacity: 0;
}

.c-product__share {
	display:     flex;
	align-items: center;
	position:    relative;
	cursor:      pointer;
	top:         -1px;
	color:       var(--text-color-body);
}

.c-product__wishlist + .c-product__share {
	margin-left: 40px;
}

.h-rtl .c-product__wishlist + .c-product__share {
	margin-left:  0;
	margin-right: 40px;
}

.c-product__share .c-post-share {
	position:         absolute;
	left:             50%;
	bottom:           0;
	transform:        translate(-50%, calc(100% + 5px));
	background-color: #F4F4F4;
	padding:          7px 9px;
	margin:           0;
	flex-wrap:        nowrap;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--hover-transition);
}

.c-product__share:hover .c-post-share {
	opacity:    1;
	visibility: visible;
}

.c-product__share .c-post-share:before {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      -5px;
	height:   5px;
}

.c-product__share .c-post-share:after {
	content:             '';
	display:             block;
	position:            absolute;
	left:                50%;
	margin-left:         -4px;
	top:                 -8px;
	border:              solid 4px transparent;
	border-bottom-color: #F4F4F4;
}

.c-product__share-icon {
	display:      inline-block;
	position:     relative;
	font-size:    9px;
	line-height:  1;
	margin-right: 8px;
	color:        var(--text-color-light);
}

.h-rtl .c-product__share-icon {
	margin-right: 0;
	margin-left:  8px;
}

.c-product__share-title {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.c-product__share .c-post-share__link {
	color:   var(--smart-color);
	opacity: 0.5;
}

.c-product__share .c-post-share__icon {
	margin:         7px;
	vertical-align: middle;
}

.c-product__brand-logo-list {
	display:   flex;
	flex-wrap: wrap;
	margin:    0 -20px -20px -20px;
}

.c-product__brand-logo {
	width:            136px;
	height:           76px;
	margin:           20px;
	position:         relative;
	transform-origin: center;
	transition:       var(--opacity-transform-transition);
}

.c-product__brand-logo-svg,
.c-product__brand-logo-image {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      contain;
	   object-fit:      contain;
	z-index:         1;
}

.c-product--layout-1 .c-breadcrumbs {
	margin-top: 24px;
}

.c-product__buttons-wrap {
	display:     flex;
	align-items: center;
	margin-top:  40px;
}

.c-product--layout-1 .c-product__thumbs-item .c-play {
	transform: scale(0.5);
}

.c-product--layout-1 .c-product__thumbs-item .c-play:after {
	transform: scale(1.4);
}

.c-product--layout-3 .c-product__thumbs-item .c-play {
	transform: scale(0.35);
}

.c-product--layout-3 .c-product__thumbs-item .c-play:after {
	transform: scale(1.6);
}

.c-product--layout-2 .c-product__slider--list {
	display:   flex;
	flex-wrap: wrap;
}

.c-product--layout-2 .c-product__slider-item:first-child {
	flex:  0 0 auto;
	width: 100%;
}

.c-product--layout-2 .c-product__slider-item:not(:first-child) {
	flex:             0 0 auto;
	width:            50%;
	padding-bottom:   calc(var(--image-product-prop) / 2);
	background-color: var(--image-background-color);
}

.c-product--layout-2 .c-product__slider-item:not(:first-child) img {
	mix-blend-mode: darken;
}

.c-product--tabs-expanded .c-product__tabs-header,
.c-product--tabs-expanded .woocommerce-Reviews-title,
.c-product--tabs-expanded .comment-reply-title,
.c-product--layout-3 .c-product__tabs-header,
.c-product--layout-3 .woocommerce-Reviews-title,
.c-product--layout-3 .comment-reply-title,
.c-product__tabs-fullwidth--expand-mobile .c-ip-product-tabs__header {
	display:        block;
	font-weight:    300;
	font-size:      23px;
	line-height:    34px;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
	margin-bottom:  20px;
}

.c-product--tabs-expanded .woocommerce-noreviews,
.c-product--layout-3 .woocommerce-noreviews {
	display:        block;
	font-weight:    normal;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}

.c-product--tabs-expanded .c-product__tabs-header:not(:first-child),
.c-product--layout-3 .c-product__tabs-header:not(:first-child),
.c-product__tabs-fullwidth--expand-mobile .c-ip-product-tabs__item:not(:first-child) .c-ip-product-tabs__header {
	margin-top: 45px;
}

.c-product__attribute-hint {
	display:        inline-block;
	float:          right;
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	text-align:     right;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--accent-color);
	margin-left:    30px;
	margin-top:     6px;
}

.h-rtl .c-product__attribute-hint {
	float:        left;
	margin-left:  0;
	margin-right: 30px;
}

.c-product__tabs-fullwidth {
	margin-left:    calc(-100vw / 2 + 100% / 2) !important;
	margin-right:   calc(-100vw / 2 + 100% / 2) !important;
	max-width:      100vw !important;
	width:          100vw !important;
	margin-top:     60px;
	margin-bottom:  60px;
	padding-bottom: 60px;
	border-bottom:  1px solid var(--text-color-extra-light);
}

.c-product__tabs-fullwidth-content > :first-child {
	margin-top: 0;
}

.c-product__tabs-fullwidth-content > :last-child {
	margin-bottom: 0;
}

.c-product__tabs-fullwidth .c-ip-product-tabs__item {
	display:         flex;
	justify-content: center;
}

.c-product--tabs-expanded .c-product__tabs-row {
	margin-left:   calc(-100vw / 2 + 100% / 2) !important;
	margin-right:  calc(-100vw / 2 + 100% / 2) !important;
	max-width:     100vw !important;
	width:         100vw !important;
	border-top:    solid 1px var(--text-color-extra-light);
	border-bottom: solid 1px var(--text-color-extra-light);
}

.c-product__tabs-row--center {
	justify-content: center;
}

.c-product--additional-table .woocommerce-product-attributes {
	display: table;
}

.c-product--additional-table .woocommerce-product-attributes > tbody {
	display: table-row-group;
}

.c-product--additional-table .woocommerce-product-attributes tr {
	display:        table-row;
	vertical-align: top;

}

.c-product--additional-table .woocommerce-product-attributes-item__value {
	padding: 0;
}

.c-product--additional-table .woocommerce-product-attributes td,
.c-product--additional-table .woocommerce-product-attributes th {
	padding-bottom: 15px;
}

.c-product--not-purchasable.product-type-variable .woocommerce-variation-add-to-cart {
	display: none;
}

.c-product--layout-3 .c-product__col-3 > :first-child,
.c-product .summary > :first-child {
	margin-top: 0 !important;
}

.c-product--layout-3 .c-product__col-3 > :last-child,
.c-product .summary > :last-child {
	margin-bottom: 0 !important;
}

.c-product--layout-2 .c-breadcrumbs {
	margin-top: 25px;
}

.c-product__custom-html {
	margin-top:     25px;
	font-weight:    normal;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.0125em;
	color:          var(--text-color-body);
}

.c-product__custom-html > :first-child {
	margin-top: 0;
}

.c-product__custom-html > :last-child {
	margin-bottom: 0;
}

.c-product__custom-html ul li {
	list-style-image:     var(--li-image);
	-webkit-padding-start: 5px;
	        padding-inline-start: 5px;
}

.c-product__custom-html ul {
	-webkit-padding-start: 11px;
	        padding-inline-start: 11px;
}

.c-product__custom-html ul li:not(:last-child) {
	margin-bottom: 5px;
}

.c-product__custom-html {
	border:           var(--custom-border);
	color:            var(--custom-text-color);
	background-color: var(--custom-background-color);
}

.c-product__custom-html ul, .c-product__custom-html ol {
	-moz-columns: var(--custom-columns);
	     columns: var(--custom-columns);
}

.c-product__custom-html img {
	vertical-align: middle;
}

.c-product__custom-html--container {
	padding: 16px 20px;
}

.c-product__recently-container {
	display: none !important;
}

.c-product__atc-row-1 {
	position:    relative;
	display:     flex;
	align-items: center;
	-moz-column-gap:  10px;
	     column-gap:  10px;
}


/*-- Product (Desktop) --*/

@media (min-width: 768px) {
	.c-product--layout-2 .c-product__col-1,
	.c-product--layout-2 .c-product__col-2 {
		flex:          0 0 auto;
		width:         50%;
		position:      relative;
		border-bottom: solid 1px var(--text-color);
	}

	.h-ltr .c-product--layout-2 .c-product__col-2 {
		border-left: solid 1px var(--text-color);
	}

	.h-rtl .c-product--layout-2 .c-product__col-2 {
		border-right: solid 1px var(--text-color);
	}

	.c-product--layout-2 .c-product__col-2 .js-sticky-sidebar {
		padding: 20px 35px 35px 35px;
	}

	.c-product--layout-2 .c-product__thumbs {
		display: none !important;
	}

	.c-product__wrap--layout-2 {
		position:  relative;
		max-width: 100%;
		display:   flex;
	}

	.c-product__tabs-fullwidth--expand-mobile .c-ip-product-tabs__header {
		display: none;
	}
}

@media (min-width: 1190px) {

	.c-product {
		margin-bottom: 70px;
	}

	.c-product__wrap .woocommerce-review-link:hover {
		color: var(--accent-color);
	}

	.c-product__wrap--layout-1 {
		position:  relative;
		max-width: 100%;
		display:   flex;
	}

	.c-product__wrap--layout-1:not(.c-product__wrap--quick-view) {
		margin-top: 24px;
	}

	.c-product--layout-1 .c-product__col-1 {
		flex:         0 0 auto;
		width:        530px;
		margin-right: 70px;
		position:     relative;
	}

	.h-rtl .c-product--layout-1 .c-product__col-1 {
		margin-right: 0;
		margin-left:  70px;
	}

	.c-product--layout-1 .c-product__col-2 {
		flex:      1 1 auto;
		min-width: 260px;
	}

	.c-product__badges {
		position:        absolute;
		justify-content: flex-start;
		left:            17.5px;
		top:             20px;
		right:           17.5px;
		z-index:         2;
		pointer-events:  none;
	}

	.c-product__quantity-minus:hover,
	.c-product__quantity-plus:hover {
		color: var(--accent-color);
	}

	.c-product__atc-wrap .button:not(.disabled):hover,
	.woobt-form .button:not(.disabled):hover {
		background-color: var(--accent-button-hover-background-color) !important;
		color:            var(--accent-button-color) !important;
	}

	.c-product__image-zoom-mobile {
		display: none;
	}

	.c-product__share .c-post-share__link:hover {
		color:   var(--smart-color);
		opacity: 1;
	}

	.c-product--layout-1 .c-product__atc-wrap .button,
	.c-product--layout-2 .c-product__atc-wrap .button,
	.c-product--layout-1 .woobt-form .button,
	.c-product--layout-2 .woobt-form .button {
		min-width: 230px;
	}

	.c-product__wishlist-button:hover {
		color: var(--accent-color);
	}

	.c-product__share:hover {
		color: var(--accent-color);
	}

	.c-product .product_meta a:hover {
		color:                   var(--text-color);
		text-decoration:         underline;
		text-underline-position: under;
	}

	.c-product__round {
		position:   absolute;
		left:       50%;
		top:        50%;
		z-index:    2;
		opacity:    0;
		visibility: hidden;
		transition: var(--opacity-transition);
	}

	.c-product--layout-1 .c-product__round {
		width:       90px;
		height:      90px;
		line-height: 90px;
		margin-left: -45px;
		margin-top:  -45px;
		font-size:   30px;
	}

	.c-product--layout-2 .c-product__round,
	.c-product--layout-3 .c-product__round {
		width:       120px;
		height:      120px;
		line-height: 120px;
		margin-left: -60px;
		margin-top:  -60px;
		font-size:   36px;
	}

	.c-product--layout-2 .c-product__slider-item .c-play,
	.c-product--layout-3 .c-product__slider-item .c-play {
		width:       120px;
		height:      120px;
		margin-left: -60px;
		margin-top:  -60px;
	}

	.c-product__round:after {
		content:          var(--icon-zoom);
		font-family:      var(--font-icons);
		display:          block;
		position:         absolute;
		width:            100%;
		height:           100%;
		text-align:       center;
		color:            var(--text-color);
		background-color: var(--background-color);
		transition:       var(--hover-transition);
		border-radius:    50%;
		box-shadow:       0 5px 10px rgba(0, 0, 0, 0.07);
	}

	.c-product__round:hover:after {
		color:            var(--background-color);
		background-color: var(--text-color);
	}

	.c-product__image-link:not(.c-product__image-link--zoom):hover .c-product__round {
		opacity:    1;
		visibility: visible;
	}

	.c-product__image-link.loading .c-product__round:after {
		content:          '';
		color:            var(--text-color);
		background-color: var(--background-color);
	}

	.c-product__thumbs-item:not(.active) .c-product__thumbs-img {
		opacity: 0.5;
	}

	.c-product__thumbs-item.active .c-product__thumbs-video-mask-active {
		opacity: 0;
	}

	.c-product__tabs-item-link:hover,
	.c-product__atc-wrap .reset_variations:hover,
	.woocommerce-product-attributes-item__value a:hover {
		color: var(--accent-color);
	}

	.c-product__products--fullwidth {
		margin-left:   calc(-100vw / 2 + 100% / 2) !important;
		margin-right:  calc(-100vw / 2 + 100% / 2) !important;
		max-width:     100vw !important;
		width:         100vw !important;
		padding-left:  50px;
		padding-right: 50px;
	}

	.c-product__tabs-fullwidth-content {
		display:       inline-block;
		margin-left:   auto;
		margin-right:  auto;
		max-width:     2020px;
		padding-left:  50px;
		padding-right: 50px;
	}

	.c-product__tabs-fullwidth-content--additional_information,
	.c-product__tabs-fullwidth-content--reviews {
		max-width:     750px;
		padding-left:  0;
		padding-right: 0;
	}

	.c-product--layout-2 .summary {
		max-width: 800px;
	}

	.c-product--layout-2 .c-product__col-2 .js-sticky-sidebar {
		padding: 60px 80px 80px 80px;
	}

	.c-product--layout-1 .c-product__title,
	.c-product--layout-2 .c-product__title,
	.c-product--layout-3 .c-product__title {
		margin-top: 35px;
	}

	.c-product__wrap--layout-3 {
		position:      relative;
		max-width:     100%;
		display:       flex;
		border-bottom: solid 1px var(--text-color);
	}

	.c-product--layout-3 .c-product__col-2 {
		flex:  0 0 auto;
		width: 50%;
	}

	.c-product--layout-3 .c-product__col-1,
	.c-product--layout-3 .c-product__col-3 {
		flex:             1 1 auto;
		width:            25%;
		background-color: var(--summary-bg-color);
		display:          flex;
		flex-direction:   column;
		justify-content:  flex-end;
		align-items:      flex-start;
	}

	.c-product--layout-3 .c-product__col-1 {
		padding: 20px 30px 50px 30px;
		z-index: 2;
	}

	.c-product--layout-3 .c-product__col-3 {
		padding: 50px 30px;
		z-index: 2;
	}

	.c-product--layout-3 .summary {
		width:        150%;
		padding-left: 20px;
	}

	.h-rtl .c-product--layout-3 .summary {
		padding-left:  0;
		padding-right: 20px;
	}

	.c-product--layout-3 .c-product__atc-wrap {
		display: block;
		width:   100%;
	}

	.c-product--layout-3 .woocommerce-variation-add-to-cart,
	.c-product--layout-3 .c-product__atc-wrap form {
		width: 100%;
	}

	.c-product--layout-3 .c-product__atc-wrap .button {
		flex: 1 1 auto;
	}

	.c-product--layout-3 .c-breadcrumbs {
		flex: 1 1 auto;
	}

	.c-product--layout-3 .product_meta {
		justify-content: flex-end;
		margin-left:     calc(50px - 18px);
		margin-right:    calc(50px - 18px);
		margin-top:      45px;
	}

	.c-product--layout-3 .c-product__slider .owl-prev {
		top:    unset !important;
		bottom: 50px !important;
		left:   calc(50% - 350px / 2 - 50px - 25px) !important;
	}

	.c-product--layout-3 .c-product__slider .owl-next {
		top:    unset !important;
		bottom: 50px !important;
		left:   calc(50% + 350px / 2 + 25px) !important;
	}

	.c-product--layout-3 .c-product__slider .h-carousel .owl-prev,
	.c-product--layout-3 .c-product__slider .h-carousel .owl-next {
		font-size: 40px !important;
	}

	.c-product__tabs-row {
		display:        flex;
		margin-top:     60px;
		padding-bottom: 60px;
		border-bottom:  solid 1px var(--text-color);
	}

	.c-product--tabs-expanded .c-product__tabs-row {
		padding-top: 60px;
	}

	.c-product__tabs-col-center {
		max-width:    100%;
		margin-left:  auto;
		margin-right: auto;
		width:        768px;
	}

	.c-product__tabs-col-1,
	.c-product__tabs-col-2 {
		flex:  1 1 auto;
		width: 50%;
	}

	.c-product__tabs-col-1 {
		padding-left:  50px;
		padding-right: 110px;
	}

	.h-rtl .c-product__tabs-col-1 {
		padding-left:  110px;
		padding-right: 50px;
	}

	.c-product__tabs-col-2 {
		padding-right: 110px;
	}

	.h-rtl .c-product__tabs-col-2 {
		padding-left:  110px;
		padding-right: 0;
	}

	.c-product--layout-3 .c-product__thumbs {
		position:  absolute;
		bottom:    50px;
		left:      50%;
		transform: translateX(-50%);
	}

	.c-product__attribute-hint:hover {
		text-decoration:         underline;
		text-underline-position: under;
		color:                   var(--text-color);
	}

	.c-product--layout-3 .c-product__gallery {
		position: relative;
	}
}

/*-- Product (Mobile) --*/

@media (max-width: 1189px) {

	.c-product__tabs-col-center {
		max-width:    100%;
		margin-left:  auto;
		margin-right: auto;
		width:        610px;
	}

	.c-product {
		margin-bottom: 50px;
	}

	.c-product .c-play {
		width:       64px;
		height:      64px;
		margin-left: -32px;
		margin-top:  -32px;
	}

	.c-product .c-play:after {
		transform: scale(0.8, 0.8);
	}

	.c-product__wrap--layout-1 {
		max-width:    760px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-1 .c-product__thumbs,
	.c-product--layout-2 .c-product__thumbs {
		margin-top: 15px;
	}

	.c-product--layout-2 .c-product__thumbs {
		padding-left:  15px;
		padding-right: 15px;
	}

	.c-product__badges {
		position:        absolute;
		justify-content: flex-start;
		left:            7.5px;
		top:             10px;
		right:           7.5px;
		z-index:         2;
		pointer-events:  none;
	}

	.c-product--layout-1 .c-product__slider {
		margin-top: 15px;
	}

	.c-product__title {
		font-size:      var(--font-size-mobile);
		line-height:    1.2;
		letter-spacing: 0.01em;
	}

	.c-product--quick-view .c-product__title {
		font-size: var(--font-size-mobile-qv);
	}

	.c-product--layout-1 .summary {
		margin-top: 40px;
	}

	.c-product--layout-1 .c-product__title {
		margin-top: 40px;
		text-align: center;
	}

	.c-product--layout-2 .c-product__title {
		margin-top: 20px;
	}

	.c-product--layout-3 .c-product__title {
		margin-top: 40px;
	}

	.woocommerce-noreviews {
		display: block;
	}

	.c-product__short-description {
		font-size:   15px;
		line-height: 28px;
	}

	.c-product__image-zoom-mobile {
		display:     block;
		position:    absolute;
		right:       30px;
		bottom:      25px;
		font-size:   35px;
		line-height: 1;
		z-index:     11;
	}

	.c-product--layout-1 .c-product__col-1 {
		max-width:    384px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-1 .c-product__col-2,
	.c-product--layout-1 .c-product__tabs,
	.c-product--layout-1 .c-breadcrumbs__list {
		max-width:    610px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-1 .c-breadcrumbs__list {
		justify-content: center;
		align-items:     center;
	}

	.c-product__slider .owl-nav {
		display: none;
	}

	.c-product--layout-1 .c-breadcrumbs {
		margin-top: 15px;
	}

	.c-product--layout-1 .c-product__thumbs-item .c-play {
		transform: scale(0.4);
	}

	.c-product--layout-1 .c-product__wrap .price {
		justify-content: center;
	}

	.c-product--layout-1 .woocommerce-variation-price .price {
		justify-content: flex-start;
	}

	.c-product__wrap--layout-3 {
		position:         relative;
		max-width:        100%;
		display:          flex;
		flex-wrap:        wrap;
		border-bottom:    solid 1px var(--text-color);
		background-color: var(--summary-bg-color);
		padding:          0 25px 40px 25px;
	}

	.c-product--layout-3 .c-product__col-2 {
		flex:          1 1 auto;
		width:         100%;
		order:         0;
		margin-bottom: 67px;
	}

	.c-product--layout-3 .c-product__gallery {
		max-width:    384px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-3 .c-product__thumbs {
		margin-top:   20px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-3 .product_meta {
		justify-content: flex-end;
		margin-top:      30px;
		margin-left:     calc(20px - 18px);
		margin-right:    calc(20px - 18px);
	}

	.c-product__tabs-fullwidth-content {
		display:       inline-block;
		padding-left:  20px;
		padding-right: 20px;
		margin-left:   auto;
		margin-right:  auto;
	}

	.c-product__tabs-fullwidth-content--additional_information,
	.c-product__tabs-fullwidth-content--reviews {
		max-width: 790px;
	}

	.c-product--tabs-expanded .c-product__tabs-row {
		padding-top: 30px;
	}

	@media (min-width: 768px) {
		.c-product--layout-1 .c-product__sub-wrap {
			display: flex;
		}

		.c-product--layout-1 .c-product__sub-col-1 {
			flex:  0 0 auto;
			width: 50%;
		}

		.c-product--layout-1 .c-product__sub-col-2 {
			flex:  1 1 auto;
			width: calc(50% - 75px);
		}

		.h-ltr .c-product--layout-1 .c-product__sub-col-2 {
			margin-left: 75px;
		}

		.h-rtl .c-product--layout-1 .c-product__sub-col-2 {
			margin-right: 75px;
		}

		.c-product--layout-3 .c-product__col-1,
		.c-product--layout-3 .c-product__col-3 {
			flex:  1 1 auto;
			width: 50%;
		}

		.h-ltr .c-product--layout-3 .c-product__col-3 {
			padding-left: 40px;
		}

		.h-rtl .c-product--layout-3 .c-product__col-3 {
			padding-right: 40px;
		}

		.c-product--layout-3 .c-product__col-3 > :first-child {
			margin-top: 0;
		}

		.c-product--layout-3 .woocommerce-product-attributes-item__label {
			flex: 0 1 auto;
		}

		.c-product__tabs-row {
			display:        flex;
			margin-top:     30px;
			padding-bottom: 45px;
			border-bottom:  solid 1px var(--text-color);
			padding-left:   25px;
			padding-right:  25px;
		}

		.c-product__tabs-col-1,
		.c-product__tabs-col-2 {
			flex:  1 1 auto;
			width: 50%;
		}

		.c-product__tabs-col-1 {
			padding-right: 40px;
		}

		.h-rtl .c-product__tabs-col-1 {
			padding-left:  40px;
			padding-right: 0;
		}

		.c-product__tabs-col-2 {
			padding-left: 40px;
		}

		.h-rtl .c-product__tabs-col-2 {
			padding-left:  0;
			padding-right: 40px;
		}

		.c-product--layout-3 .c-breadcrumbs__list {
			justify-content: center;
		}

		.c-product--layout-3 .c-breadcrumbs {
			position:  absolute;
			left:      0;
			top:       0;
			transform: translate(0, calc(-100% - 20px));
			width:     calc(100vW - 50px);
		}

		.h-rtl .c-product--layout-3 .c-breadcrumbs {
			left:  unset;
			right: 0;
		}
	}

	.product-type-grouped .c-product__atc-wrap .button {
		width: 100%;
	}

	.c-product__atc-wrap {
		width: 100%;
	}

	.c-product__products-title,
	.c-product__after-summary > :not(.c-product__products) h2,
	.c-product__after-summary > :not(.c-product__products) h3,
	.c-product__after-summary .woobt-wrap:before {
		font-size:      28px;
		line-height:    32px;
		letter-spacing: 0.02em;
		margin-bottom:  60px;
	}

	.c-product__products-title:after,
	.c-product__after-summary > :not(.c-product__products) h2:after,
	.c-product__after-summary > :not(.c-product__products) h3:after {
		bottom: -30px;
	}

	.c-product__after-summary .woobt-wrap:after {
		top: 58px;
	}
}

@media (max-width: 768px) {
	.c-product__tabs-fullwidth {
		margin-top:     30px;
		margin-bottom:  30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {

	.c-product__slider--carousel:not(.owl-carousel) > *:not(:first-child) {
		display: none;
	}

	.c-product__wrap--layout-3 {
		padding: 0 20px 40px 20px;
	}

	.c-product--layout-3 .c-product__thumbs {
		padding-left:  20px;
		padding-right: 20px;
	}

	.c-product--layout-3 .c-product__gallery {
		max-width: 475px;
	}

	.c-product--layout-3 .product_meta {
		justify-content: flex-start;
	}

	.c-product--layout-3 .c-product__col-2 {
		margin-left:   -20px;
		margin-right:  -20px;
		margin-bottom: 30px;
	}

	.c-product__tabs-row {
		margin-top:     30px;
		padding-bottom: 45px;
		border-bottom:  solid 1px var(--text-color);
		padding-left:   20px;
		padding-right:  20px;
	}

	.c-product--tabs-expanded .c-product__tabs-header:not(:first-child),
	.c-product--layout-3 .c-product__tabs-header:not(:first-child),
	.c-product__tabs-col-2 {
		margin-top: 40px;
	}

	.c-product__atc-wrap {
		max-width: 375px;
	}

	.c-product--layout-1 .c-product__thumbs:not(.owl-carousel) .c-product__thumbs-item {
		width: calc((100% - 3 * 10px) / 4);
	}

	.c-product--layout-1 .c-product__thumbs {
		margin-top: 10px;
	}

	.c-product--layout-2 .c-product__col-2 {
		padding: 30px 20px 0 20px;
	}

	.c-product--layout-2 .c-product__tabs {
		margin-top: 35px;
	}

	.woocommerce-grouped-product-list-item > td:not(:first-child) {
		padding-left: 20px;
	}

	.h-rtl .woocommerce-grouped-product-list-item > td:not(:first-child) {
		padding-left:  0;
		padding-right: 20px;
	}

	.woocommerce-product-attributes tr {
		width: 100%;
	}

	.c-product--layout-1 .c-product__col-2 {
		max-width: 375px;
	}

	.c-breadcrumbs__list {
		justify-content: center;
		align-items:     center;
	}

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

	.c-product__wrap .price {
		justify-content: center;
	}

	.c-product--layout-3 .c-product__col-1,
	.c-product--layout-3 .c-product__col-3 {
		width:        100%;
		max-width:    375px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-3 .c-product__col-3 {
		margin-top: 30px;
	}

	.c-product--layout-1 .c-product__sub-col-2 {
		margin-top: 30px;
	}

	.c-product--layout-1 .c-product__sub-col-2 > :first-child {
		margin-top: 0 !important;
	}

	.c-product--layout-3 .c-product__atc-wrap {
		max-width: 375px;
	}

	.c-product--layout-3 .c-breadcrumbs {
		margin-bottom: 20px;
	}

	.c-product--layout-2 .summary {
		width:        100%;
		max-width:    375px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product__tabs-fullwidth--expand-mobile .c-ip-product-tabs__wrap {
		display: none;
	}

	.c-product__tabs-fullwidth--expand-mobile .c-ip-product-tabs__item {
		display: block !important;
		opacity: 1 !important;
	}


	.c-product--quick-view {
		flex-direction: column;
		padding:        0;
	}

	.c-product--quick-view .c-product__slider {
		margin-top: 0;
	}

	.c-product--quick-view .c-product__slider-item {
		padding-bottom: var(--image-product-prop-qv-mobile);
	}

	.c-product--quick-view .c-product__atc-wrap {
		max-width: 100%;
	}

	.c-product__quick-view-col-1,
	.c-product__quick-view-col-2 {
		width:     100%;
		max-width: 500px;
	}

	.h-ltr .c-product__quick-view-col-2,
	.h-rtl .c-product__quick-view-col-2 {
		margin-top: 30px;
	}
}

@media (max-width: 410px) {
	.c-product__after-summary .woobt-wrap:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.c-product:not(.c-product--quick-view) .c-product__atc-row-1--sticky {
		display:          flex;
		position:         fixed;
		justify-content:  center;
		left:             0;
		right:            0;
		bottom:           0;
		min-width:        320px;
		z-index:          100;
		margin:           0;
		padding:          10px 20px;
		box-shadow:       0 -1px 0 var(--text-color);
		background-color: var(--background-color);
	}

	.c-product:not(.c-product--quick-view) .c-product__atc-row-1--sticky .button {
		flex: 1 1 auto;
	}

	.c-product:not(.c-product--quick-view) .c-product__atc-row-1--sticky.c-product__atc-row-1--menu-sticky {
		bottom: 62px;
	}

	.c-product:not(.c-product--quick-view) .c-product__atc-wrap--sticky {
		width: 100%;
	}

	.product-type-grouped:not(.c-product--quick-view) .c-product__atc-wrap--sticky .buttons {
		margin-top: 0;
		max-width:  100%;
		flex:       1 1 auto;
	}

	.product-type-grouped:not(.c-product--quick-view) .c-product__atc-wrap--sticky .button {
		margin-top: 0;
	}
}

/*- Search Form -*/

.c-product-search-form {
	max-width:    500px;
	margin-left:  auto;
	margin-right: auto;
}

.c-search-form {
	margin-bottom: 40px;

}

.c-search-form__wrap {
	position: relative;
	display:  flex;
}

.c-search-form__label {
	flex: 1 1 auto;
}

.c-search-form__button {
	flex:             0 0 auto;
	height:           50px;
	width:            85px;
	font-size:        16px;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	background-color: var(--accent-color);
	border:           none;
	margin-left:      -1px;
}

.c-search-form__svg {
	height: 1em;
}

/*-- Search Form (Desktop) --*/
@media (min-width: 1190px) {
	.c-search-form__button:hover {
		background-color: var(--text-color) !important;
		color:            var(--background-color) !important;
	}
}

/*-- Search Form (Mobile) --*/
@media (max-width: 1189px) {

}


/*- Shop Sidebar -*/

.c-shop-sidebar__content--popup {
	padding-left:   30px;
	padding-right:  30px;
	padding-bottom: 30px;
	display:        block;
	position:       absolute;
	left:           0;
	right:          0;
	top:            61px;
	bottom:         0;
	overflow:       auto;
}

.c-shop-sidebar__shadow {
	position:         fixed;
	z-index:          1399;
	left:             0;
	top:              0;
	width:            100%;
	max-width:        100%;
	height:           100%;
	visibility:       hidden;
	opacity:          0;
	transition:       var(--opacity-transition);
	background-color: rgba(0, 0, 0, 0.1);
}

.c-shop-sidebar--active + .c-shop-sidebar__shadow {
	visibility: visible;
	opacity:    1;
}

/*-- Shop Sidebar (Desktop) --*/

@media (min-width: 1190px) {

	.c-shop-sidebar--mobile-only {
		display: none;
	}

	.c-shop-sidebar__content--mobile {
		display: none;
	}

	.c-shop-sidebar--desktop-filter {
		position:   fixed !important;
		z-index:    1400;
		right:      0;
		top:        0;
		width:      360px;
		max-width:  100%;
		height:     100%;
		visibility: hidden;
		opacity:    0;
		transition: var(--opacity-transition);
	}

	.h-rtl .c-shop-sidebar--desktop-filter {
		right: unset;
		left:  0;
	}

	.c-shop-sidebar--desktop-sidebar .c-shop-sidebar__buttons {
		display: none;
	}

	.c-shop-sidebar__content--desktop-filter {
		padding-left:  30px;
		padding-right: 30px;
	}

	.c-shop-sidebar--desktop-filter.c-shop-sidebar--disabled {
		display:        none !important;
		pointer-events: none;
	}

	.c-shop-sidebar--desktop-filter.c-shop-sidebar--active {
		opacity:    1;
		visibility: visible;
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__wrap {
		position:         absolute;
		right:            0;
		top:              0;
		width:            100%;
		height:           100%;
		background-color: var(--white-color);
		transition:       var(--custom-transform-transition);
		transform:        translateX(100%);
		box-shadow:       -5px 0 90px rgba(0, 0, 0, 0.15);
	}

	.h-rtl .c-shop-sidebar--desktop-filter .c-shop-sidebar__wrap {
		transform: translateX(-100%);
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__wrap--active {
		transform: translateX(0);
	}

	.h-rtl .c-shop-sidebar--desktop-filter .c-shop-sidebar__wrap--active {
		transform: translateX(0);
	}

	.c-shop-sidebar__content--desktop-filter {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              61px;
		bottom:           0;
		overflow:         auto;
		background-color: var(--white-color);
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__buttons {
		height:          60px;
		display:         flex;
		justify-content: flex-end;
		align-items:     center;
		flex:            0 0 auto;
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__close {
		width:        35px;
		height:       25px;
		font-size:    25px;
		line-height:  1;
		cursor:       pointer;
		margin-right: 20px;
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__close:hover {
		color: var(--accent-color);
	}

	.h-rtl .c-shop-sidebar--desktop-filter .c-shop-sidebar__close {
		margin-left:  20px;
		margin-right: 0;
	}
}

/*-- Header (Mobile) --*/

@media (max-width: 1189px) {
	.c-shop-sidebar {
		position:   fixed !important;
		z-index:    1400;
		right:      0;
		top:        0;
		width:      360px;
		max-width:  100%;
		height:     100%;
		visibility: hidden;
		opacity:    0;
		transition: var(--opacity-transition);
	}

	.h-rtl .c-shop-sidebar {
		right: unset;
		left:  0;
	}

	.c-shop-sidebar--disabled {
		display:        none !important;
		pointer-events: none;
	}

	.c-shop-sidebar--active {
		opacity:    1;
		visibility: visible;
	}

	.c-shop-sidebar__wrap {
		position:         absolute;
		right:            0;
		top:              0;
		width:            100%;
		height:           100%;
		background-color: var(--white-color);
		transition:       var(--custom-transform-transition);
		transform:        translateX(100%);
		box-shadow:       -5px 0 90px rgba(0, 0, 0, 0.15);
	}

	.h-rtl .c-shop-sidebar__wrap {
		transform: translateX(-100%);
	}

	.c-shop-sidebar__wrap--active {
		transform: translateX(0);
	}

	.h-rtl .c-shop-sidebar__wrap--active {
		transform: translateX(0);
	}

	.c-shop-sidebar__content {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              61px;
		bottom:           0;
		overflow:         auto;
		background-color: var(--white-color);
	}

	.c-shop-sidebar__buttons {
		height:          60px;
		display:         flex;
		justify-content: flex-end;
		align-items:     center;
		flex:            0 0 auto;
	}

	.c-shop-sidebar__close {
		width:       65px;
		height:      38px;
		margin-left: auto;
		text-align:  center;
		font-size:   20px;
		line-height: 44px;
	}

	.h-rtl .c-shop-sidebar__close {
		margin-left:  0;
		margin-right: auto;
	}

	.c-shop-sidebar__content--desktop,
	.c-shop-sidebar__content--desktop-filter {
		display: none;
	}

	.c-shop-sidebar--single .c-shop-sidebar__content--desktop,
	.c-shop-sidebar--single .c-shop-sidebar__content--desktop-filter {
		display: block;
	}

	.c-shop-sidebar__content {
		padding-left:  30px;
		padding-right: 30px;
	}
}

/*- Social icons -*/

.c-soc {
    display:  inline-block;
    position: relative;
}

.c-soc__icon {
    display:        inline-flex;
    vertical-align: middle;
}

.c-soc__link {
    display: inline-block;
    position: relative;
}

.c-soc__link:before {
    content:             '';
    display:             block;
    position:            absolute;
    left:                -10px;
    right:               -10px;
    top:                 -5px;
    bottom:              -5px;
}

.c-soc__link + .c-soc__link {
    margin-left: 22px;
}

.h-rtl .c-soc__link + .c-soc__link {
    margin-left:  0;
    margin-right: 22px;
}

.c-soc--round .c-soc__link + .c-soc__link {
    margin-left: 8px;
}

.h-rtl .c-soc--round .c-soc__link + .c-soc__link {
    margin-left:  0;
    margin-right: 8px;
}

.c-soc--round .c-soc__icon {
    text-align:    center;
    width:         35px;
    height:        35px;
    line-height:   30px;
    padding-top:   4px;
    overflow:      hidden;
    border-radius: 50%;
    border:        solid 1px transparent;
}

.c-soc--round-big .c-soc__icon {
    width:       45px;
    height:      45px;
    line-height: 35px;
    padding-top: 6px;
    opacity:     0.6;
}

.c-soc--round .c-soc__icon--telegram {
    padding-right: 2px;
}

.c-soc__icon--youtube {
    font-size: 110%;
}

/*-- Social icons (Desktop) --*/
@media (min-width: 1190px) {
    .c-soc--round-big .c-soc__icon:hover {
        opacity: 1;
    }
}

/*- Stock Status -*/

.c-stock--out-of-stock {
	color: #D1333C;
}

/*- Subcategories -*/

.c-sub-categories {
	margin-bottom: 40px;
}

.c-sub-categories__list {
	display:   flex;
	flex-wrap: wrap;
	margin:    -15px -5px;
}

.c-sub-categories__item {
	flex:      0 1 auto;
	max-width: 100%;
	margin:    15px 5px;
}

@media (min-width: 1636px) {
	.c-sub-categories__item--sidebar {
		width: calc((100% - 40px) / 4);
	}
}

@media (max-width: 1635px) and (min-width: 1190px) {
	.c-sub-categories__item--sidebar {
		width: calc((100% - 30px) / 3);
	}
}

@media (min-width: 1190px) {
	.c-sub-categories__item--no-sidebar {
		width: calc((100% - 40px) / 4);
	}

	.c-sub-categories__item--sidebar.c-sub-categories__item--boxed {
		width: calc((100% - 30px) / 3);
	}
}

@media (max-width: 1189px) and (min-width: 768px) {
	.c-sub-categories__item {
		width: calc((100% - 30px) / 3);
	}
}

@media (max-width: 767px) and (min-width: 475px) {
	.c-sub-categories__item {
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 474px) {
	.c-sub-categories__item {
		width: 100%;
	}
}


.c-sub-categories__item-wrap {
	display:       flex;
	align-items:   center;
	padding-right: 20px;
}

.c-sub-categories__thumb-wrap {
	display:          inline-block;
	flex:             0 0 auto;
	width:            100px;
	height:           100px;
	background-color: var(--image-background-color);
	border:           1px solid var(--text-color-extra-light);
	border-radius:    50%;
	position:         relative;
	overflow:         hidden;
}

.c-page-header__sub-cat-list--square .c-sub-categories__thumb-wrap {
	border-radius: 0;
}

.c-sub-categories__thumb-wrap--content {
	margin-right: 20px;
}

.h-rtl .c-sub-categories__thumb-wrap--content {
	margin-right: 0;
	margin-left:  20px;
}

.c-sub-categories__thumb-wrap > img {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
	mix-blend-mode:  darken;
}

.woocommerce-loop-category__title {
	flex:           1 1 auto;
	font-weight:    300;
	font-size:      19px;
	line-height:    22px;
	letter-spacing: 0.025em;
	text-transform: var(--text-transform);
}

.c-sub-categories__item .count {
	display:          inline-block;
	background-color: transparent;
	opacity:          0.3;
	font-size:        65%;
}

.c-sub-categories__back {
	display:          inline-flex;
	transform-origin: center;
	transform:        scaleX(-1);
	color:            var(--text-color);
}

.h-rtl .c-sub-categories__back {
	transform:        scaleX(1);
}

.c-sub-categories__thumb-wrap--back {
	display:         inline-flex !important;
	justify-content: center;
	align-items:     center;
	font-size:       12.5px;
	line-height:     1;
}


/*-- Subcategories (Desktop) --*/
@media (min-width: 1190px) {
	.c-sub-categories__item a:hover {
		color: var(--accent-color);
	}
}

/*-- Subcategories (Mobile) --*/

@media (max-width: 892px) {
	.c-sub-categories__list {
		margin: -7.5px -5px;
	}

	.c-sub-categories__item {
		margin: 7.5px 5px;
	}

	.c-sub-categories__thumb-wrap {
		flex:   0 0 auto;
		width:  64px;
		height: 64px;
	}

	.woocommerce-loop-category__title {
		font-size:   17px;
		line-height: 20px;
	}
}

/*- To Top Button -*/

.c-to-top-button {
	display:               flex;
	justify-content:       center;
	align-items:           center;
	width:                 50px;
	height:                50px;
	border-radius:         50%;
	position:              fixed;
	right:                 80px;
	bottom:                106px;
	z-index:               1300;
	cursor:                pointer;
	opacity:               0;
	visibility:            hidden;
	transition:            opacity 0.3s linear, background-color 0.3s linear, visibility 0.3s linear, transform 0.3s linear;
	transform-origin:      center center;
	transform:             scale(0.1, 0.1);
	outline:               none;
	border:                none;
	background-color:      var(--to-top-button-color);
	color:                 var(--background-color);
	box-shadow:            0 2px 7px rgba(0, 0, 0, 0.1);
}

.c-to-top-button--active {
	opacity:    1;
	visibility: visible;
	transform:  scale(1, 1);
}


.c-to-top-button__svg {
	display:          block;
	width:            14px;
	height:           14px;
	font-size:        14px;
	line-height:      1;
	transform-origin: center center;
	transform:        rotate(-90deg);
	position:         relative;
	top:              -1px;
}

/*-- To Top Button (Desktop) --*/

@media (min-width: 1190px) {
	.c-to-top-button--active:hover {
		opacity:          1;
		visibility:       visible;
		background-color: var(--text-color);
	}

}

/*-- To Top Button (Mobile) --*/

@media (max-width: 1189px) {
	.c-to-top-button {
		bottom: 7px;
		inset-inline-end:  10px;
	}

	.h-sticky-bottom .c-to-top-button {
		bottom: 69px;
	}

	@media (max-width: 767px) {
		body.single-product.h-sticky-atc .c-to-top-button {
			bottom: 83px;
		}

		body.single-product.h-sticky-atc.h-sticky-bottom .c-to-top-button {
			bottom: 145px;
		}
	}
}

/*- Top Menu -*/

/*-- Top Menu (Desktop) --*/

@media (min-width: 1190px) {

	.c-top-menu__item--has-children > .a,
	.c-top-menu__subitem--has-children > .a {
		cursor: default;
	}

	.c-top-menu {
		position:        relative;
		height:          100%;
		display:         flex;
		flex-direction:  column;
		justify-content: center;
	}

	.c-top-menu__list {
		display:         flex;
		flex-wrap:       wrap;
		list-style:      none;
		padding:         0;
		margin:          0 calc(-1 * var(--top-menu-item-space));
		height:          100%;
		justify-content: center;
	}

	.c-top-menu__item {
		font-size:      var(--top-menu-font-size);
		line-height:    1.14;
		position:       relative;
		margin:         0;
		letter-spacing: 0.03em;
		text-align:     left;
	}

	.h-rtl .c-top-menu__item {
		text-align: right;
	}

	.c-top-menu__item:hover {
		color: var(--top-accent-color);
	}

	.c-top-menu__item > a,
	.c-top-menu__item > .a {
		display:         flex;
		align-items:     center;
		justify-content: center;
		height:          100%;
		padding:         0 var(--top-menu-item-space);
	}

	.c-top-menu__subitem--expand > a,
	.c-top-menu__subitem--expand > .a {
		font-weight:    400;
		font-size:      23px;
		line-height:    1;
		margin-top:     10px;
		letter-spacing: 0.02em;
		text-transform: var(--text-transform);
	}

	.c-top-menu__item > .c-top-menu__submenu,
	.c-top-menu__subitem--collapse > .c-top-menu__submenu {
		position:         absolute;
		list-style:       none;
		padding:          40px 0;
		width:            290px;
		margin:           21px 0 0 0;
		left:             -15px;
		z-index:          1000;
		opacity:          0;
		visibility:       hidden;
		transition:       visibility 0.15s linear, opacity 0.15s linear;
		pointer-events:   none;
		text-transform:   none;
		font-weight:      normal;
		color:            var(--top-menu-submenu-color);
		background-color: var(--top-menu-submenu-bg-color);
		display:          flex;
		flex-direction:   column;
		flex-wrap:        wrap;
		align-items:      flex-start;
	}

	.h-rtl .c-top-menu__item > .c-top-menu__submenu,
	.h-rtl .c-top-menu__subitem--collapse > .c-top-menu__submenu {
		left:  unset;
		right: -15px;
	}

	.c-top-menu__item > .c-top-menu__submenu--expand {
		padding-top: 25px;
	}

	.c-top-menu__submenu--content {
		padding: 0 !important;
		color:   var(--text-color);
	}

	.c-top-menu__submenu--content > div {
		overflow: auto;
	}

	.c-top-menu__submenu--content .c-ip-product-tabs__item,
	.c-top-menu__submenu--content .c-ip-heading {
		color: inherit;
	}

	.c-top-menu__submenu--content .c-product-grid__atc {
		color: var(--text-color);
	}

	.c-top-menu__submenu--content > * {
		flex:  1 1 auto;
		width: 100%;
	}

	.c-top-menu__submenu--content h5,
	.c-top-menu__submenu--content .widget-title {
		font-weight:    500;
		font-size:      17px;
		line-height:    1;
		letter-spacing: 0.09em;
		text-transform: uppercase;
		margin-bottom:  24px;
	}

	.c-top-menu__submenu:not(.initialized) {
		opacity:    0 !important;
		visibility: hidden !important;
	}

	.c-top-menu__subitem--expand > .c-top-menu__submenu {
		list-style: none;
		margin:     4px 0 4px 0;
		padding:    0;
	}

	.c-top-menu__item > .c-top-menu__submenu--columns-1 {
		width: 290px;
	}

	.c-top-menu__item > .c-top-menu__submenu--columns-2 {
		width: 580px;
	}

	.c-top-menu__item > .c-top-menu__submenu--columns-3 {
		width: 870px;
	}

	.c-top-menu__submenu:not(.c-top-menu__submenu--inner):before {
		content:  '';
		display:  block;
		position: absolute;
		left:     calc(-100vw) !important;
		right:    calc(-100vw) !important;
		top:      -21px;
		height:   21px;
	}

	.c-top-menu__item > .c-top-menu__submenu--columns-4 {
		width: 1170px;
	}

	.c-top-menu__item > .c-top-menu__submenu--columns-5 {
		width: 100svw;
	}

	.c-top-menu__list--popup-fullwidth .c-top-menu__item > .c-top-menu__submenu:after {
		content:          '';
		display:          block;
		position:         absolute;
		left:             calc(-100vw) !important;
		right:            calc(-100vw) !important;
		bottom:           -1px;
		top:              0;
		background-color: var(--top-menu-submenu-bg-color);
		opacity:          0.96;
		z-index:          -1;
		border-bottom:    solid 1px var(--text-color);
	}

	.c-top-menu__list--popup-compact .c-top-menu__item > .c-top-menu__submenu:after {
		content:          '';
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		background-color: var(--top-menu-submenu-bg-color);
		opacity:          0.96;
		z-index:          -1;
		border:           solid 1px var(--top-border-color);
		border-top:       none;
	}

	.c-top-menu__item > .c-top-menu__submenu {
		background: none !important;
		border:     none !important;
	}

	.c-top-menu__subitem--collapse > .c-top-menu__submenu--inner {
		top:            -15px;
		margin-top:     0;
		padding-top:    14px;
		padding-bottom: 14px;
		border:         solid 1px var(--text-color-extra-light);
	}

	.c-top-menu__subitem--collapse > .c-top-menu__submenu--inner:not(.c-top-menu__submenu--rtl) {
		left:        100%;
		margin-left: -2px;
	}

	.h-rtl .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner:not(.c-top-menu__submenu--rtl) {
		left:         unset;
		right:        100%;
		margin-right: -2px;
	}

	.c-top-menu__subitem--collapse > .c-top-menu__submenu--inner.c-top-menu__submenu--rtl {
		left:  unset;
		right: 100%;
	}

	.h-rtl .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner.c-top-menu__submenu--rtl {
		left:  100%;
		right: unset;
	}

	.c-top-menu__subitem {
		width:          290px;
		text-transform: var(--text-transform);
		font-weight:    normal;
		font-size:      14px;
		line-height:    20px;
		letter-spacing: 0.03em;
		position:       relative;
		color:          var(--top-menu-submenu-color);
	}

	.c-top-menu__subitem:hover {
		z-index: 1;
	}

	.c-top-menu__subitem.current-menu-item {
		color: var(--top_menu_submenu_accent_color);
	}

	.c-top-menu__subitem > a[href="#"],
	.c-top-menu__subitem > a:not([href]) {
		pointer-events: none;
	}

	.c-top-menu__subitem > a[href="#"]:hover,
	.c-top-menu__subitem > a:not([href]):hover {
		color: var(--text-color);
	}

	.c-top-menu__subitem > a,
	.c-top-menu__subitem > .a {
		display: block;
		padding: 10px calc(15px + var(--top-menu-item-space));
	}

	.c-top-menu__subitem--collapse:hover > .c-top-menu__submenu,
	.c-top-menu__item:hover > .c-top-menu__submenu {
		opacity:        1;
		visibility:     visible;
		pointer-events: unset;
	}

	.c-top-menu__more-svg {
		position:    absolute;
		top:         16px;
		font-size:   8px;
		line-height: 1;
		fill:        currentColor;
	}

	.h-rtl .c-top-menu__more-svg {
		display:   inline-block;
		transform: scaleX(-1);
	}

	.c-top-menu__more-svg:not(.c-top-menu__more-svg--rtl) {
		right: 32px;
	}

	.h-rtl .c-top-menu__more-svg:not(.c-top-menu__more-svg--rtl) {
		right: unset;
		left:  32px;
	}

	.c-top-menu__more-svg.c-top-menu__more-svg--rtl {
		left:             16px;
		transform-origin: center;
		transform:        rotate(180deg);
	}

	.h-rtl .c-top-menu__more-svg.c-top-menu__more-svg--rtl {
		right:     16px;
		left:      unset;
		transform: rotate(0deg);
	}

	.c-top-menu__subitem--has-children:hover > .c-top-menu__more-svg,
	.c-top-menu__subitem--has-children:hover > a,
	.c-top-menu__subitem--has-children:hover > .a,
	.c-top-menu__submenu a:hover {
		color: var(--top_menu_submenu_accent_color);
	}

	.c-top-menu__icon {
		display:      inline-block;
		margin-right: 7px;
		opacity:      0.6;
	}

	.h-rtl .c-top-menu__icon {
		margin-right: 0;
		margin-left:  7px;
	}

	.c-top-menu__item--has-children > a:after,
	.c-top-menu__item--has-children > .a:after {
		content:             var(--icon-select-bold);
		display:             inline-block;
		vertical-align:      middle;
		font-family:         var(--font-icons);
		font-size:           5px;
		-webkit-margin-start: 7px;
		        margin-inline-start: 7px;
		position:            relative;
		transform-origin:    center;
		transition:          var(--custom-transform-transition);
	}

	.c-top-menu__item--has-children:hover > a:after,
	.c-top-menu__item--has-children:hover > .a:after {
		transform: rotate(180deg);
	}
}

/*- Wishlist -*/

.c-wishlist {
}

.c-wishlist__button-wrap .button {
	display:          inline-block;
	margin-left:      auto;
	background-color: transparent;
	padding:          10px 20px !important;
	font-size:        11px !important;
}

.c-wishlist__btn--added .c-wishlist__btn-icon--normal {
	display: none;
}

.c-wishlist__btn:not(.c-wishlist__btn--added) .c-wishlist__btn-icon--active {
	display: none;
}

.c-wishlist__btn:not(.c-wishlist__btn--added) .c-wishlist__btn-text-remove {
	display: none;
}

.c-wishlist__btn.c-wishlist__btn--added .c-wishlist__btn-text-add {
	display: none;
}

.c-wishlist__shop-table {
	border-spacing:  0;
	border-collapse: separate;
	width:           100%;
}

.c-wishlist__shop-tr--space {
	display: none !important;
}

.c-wishlist__shop-tr {
	position: relative;
}

.c-wishlist__shop-th,
.c-wishlist__totals-th {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--text-color-light);
	text-align:     start;
}

.c-wishlist__totals-th--product-total {
	text-align: end;
}


.c-wishlist__totals-th {
	padding-top:    20px;
	padding-bottom: 9px;
}

.c-wishlist__shop-td--product-subtotal .amount {
	display: block;
}

.c-wishlist__shop-th--product-total,
.c-wishlist__shop-td--product-total,
.c-wishlist__shop-td--right {
	text-align: end;
}

.c-wishlist__shop-td--product-quantity {
	text-align: center;
}

.c-wishlist__shop-td--left {
	text-align: start;
}

.c-wishlist__shop-td {
	padding:       33px 0;
	border-bottom: solid 1px var(--text-color-extra-light);
}

.h-ltr .c-wishlist__shop-td {
	padding-right: 25px;
}

.h-rtl .c-wishlist__shop-td {
	padding-left: 25px;
}

.h-ltr .c-wishlist__shop-td:last-child {
	padding-right: 0;
	text-align:    right;
}

.h-ltr .c-wishlist__shop-th:last-child {
	padding-right: 0;
	text-align:    right;
}

.h-rtl .c-wishlist__shop-td:last-child {
	padding-left: 0;
	text-align:   left;
}

.h-rtl .c-wishlist__shop-th:last-child {
	padding-left: 0;
	text-align:   left;
}

.c-wishlist__shop-td-space {
	padding: 10px;
}

.c-wishlist__shop-td .variation {
	display:      inline-block !important;
	margin-right: 11px;
}

.c-wishlist__shop-td--product-thumbnail {
	position: relative;
	width:    70px;
}

.h-ltr .c-wishlist__shop-td--product-thumbnail {
	padding-right: 30px;
	padding-left:  0;
}

.h-rtl .c-wishlist__shop-td--product-thumbnail {
	padding-left:  30px;
	padding-right: 0;
}

.c-wishlist__shop-td--product-name {
	width:          75%;
	font-weight:    300;
	font-size:      20px;
	line-height:    1.3;
	letter-spacing: 0.02em;
	text-transform: var(--text-transform);
}

.c-wishlist__shop-td--product-normal {
	width: unset;
}

.c-wishlist__shop-td--product-name > a {
	display: block;
}

.c-wishlist__shop-td--product-price {
	font-weight:    normal;
	font-size:      18px;
	line-height:    1.44;
	text-align:     center;
	letter-spacing: 0.02em;
}

.c-wishlist__shop-td--product-price del {
	color:          var(--text-color-light);
	margin-right:   3px;
	font-weight:    300;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.02em;

}

.c-wishlist__shop-td--product-price ins {
	text-decoration: none;
}

.c-wishlist__shop-th--product-price,
.c-wishlist__shop-td--product-price,
.c-wishlist__shop-th--product-stock,
.c-wishlist__shop-td--product-stock {
	text-align:    center;
	padding-right: 25px;
}

.h-rtl .c-wishlist__shop-th--product-price,
.h-rtl .c-wishlist__shop-td--product-price,
.h-rtl .c-wishlist__shop-th--product-stock,
.h-rtl .c-wishlist__shop-td--product-stock {
	padding-right: unset;
	padding-left:  25px;
}

.c-wishlist__shop-td--product-stock {
	font-weight:    300;
	font-size:      17px;
	line-height:    1.53;
	text-align:     center;
	letter-spacing: 0.025em;
	text-transform: var(--text-transform);
}

.c-wishlist__shop-th--product-quantity {
	text-align:    center;
	padding-right: 25px;
}

.c-wishlist__shop-td--actions {
	padding:     30px 0 0 0;
	text-align:  right;
	position:    relative;
	white-space: nowrap;
	border-top:  solid 1px var(--text-color-extra-light);
}

.c-wishlist .c-product-grid__atc {
	font-size: 13px;
}

.c-wishlist__thumbnail-link img {
	width:           45px !important;
	height:          45px !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
	display:         block;
}

.c-wishlist__shop-remove-icon:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     -10px;
	right:    -10px;
	top:      -10px;
	bottom:   -10px;
}

.c-wishlist__shop-variation {
	display:   block;
	font-size: 14px;
}

.c-wishlist__btn-icon--hover {
	display: none;
}

.c-wishlist__btn:not(.c-wishlist__btn--added) .c-wishlist__btn-text-remove {
	display: none;
}

.c-wishlist__btn.c-wishlist__btn--added .c-wishlist__btn-text-add {
	display: none;
}

.c-wishlist__share {
	padding-top:     40px;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: space-between;
	align-items:     center;
	font-weight:     normal;
	font-size:       13px;
	line-height:     19px;
	letter-spacing:  0.035em;
	color:           var(--text-color-light);
}

.c-wishlist__share-title {
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right:   12px;
	flex:           0 0 auto;
	color:          var(--text-color-body);
}

.h-rtl .c-wishlist__share-title {
	margin-right: 0;
	margin-left:  12px;
}

input[type=text].c-wishlist__share-link {
	flex:               1 1 auto;
	font-weight:        300;
	font-size:          13px;
	line-height:        1;
	letter-spacing:     0.025em;
	background-color:   transparent;
	border:             none;
	outline:            none;
	padding:            0;
	margin:             0;
	color:              currentColor;
	position:           relative;
	display:            flex;
	justify-content:    center;
	align-items:        center;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.c-wishlist__share-col-1 {
	flex:          1 1 auto;
	display:       flex;
	align-items:   center;
	margin-bottom: 15px;
}

.c-wishlist__share-col-2 {
	flex:          0 0 auto;
	margin-bottom: 15px;
	margin-left:   40px;
}

.h-rtl .c-wishlist__share-col-2 {
	margin-right: 40px;
	margin-left:  0;
}

.c-wishlist__shop-remove-icon {
	color:            var(--text-color);
	position:         absolute;
	display:          block;
	width:            9px;
	height:           9px;
	font-size:        9px;
	line-height:      1;
	inset-inline-start: -28px;
	top:              50%;
	margin-top:       -5px;
	transform-origin: center center;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--opacity-transform-transition);
}

.c-wishlist__shop-remove-icon:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     -10px;
	right:    -10px;
	top:      -10px;
	bottom:   -10px;
}

.c-wishlist .c-post-share {
	color: var(--text-color);
}

.c-wishlist .c-post-share__link:not(:hover) {
	opacity: 0.5;
}

/*-- Wishlist (Desktop) --*/
@media (min-width: 1190px) {

	.c-wishlist__btn:hover .c-wishlist__btn-icon--hover {
		display: inline-block;
	}

	.c-wishlist__btn:hover .c-wishlist__btn-icon-normal {
		display: none;
	}

	.c-wishlist__button-wrap .button:hover {
		background-color: var(--text-color);
	}

	.c-wishlist__shop-remove-icon:hover {
		transform: scale(2, 2);
	}

	.c-wishlist__shop-tr:hover .c-wishlist__shop-remove-icon {
		opacity:    1;
		visibility: visible;
	}
}

/*-- Wishlist (Mobile) --*/
@media (max-width: 1189px) {
	.c-wishlist__shop-remove-icon {
		opacity:    1;
		visibility: visible;
	}
}

@media (max-width: 767px) {
	.c-wishlist__table,
	.c-wishlist__table tbody,
	.c-wishlist__table tfoot,
	.c-wishlist__table tr,
	.c-wishlist__table th,
	.c-wishlist__table td {
		display: block;
	}

	.c-wishlist__table td {
		padding:       0 !important;
		border-bottom: none;
	}

	.c-wishlist__table tr {
		/*margin-bottom: 40px;*/
		display:         flex;
		flex-wrap:       wrap;
		justify-content: flex-end;
		align-items:     flex-start;
		margin-top:      33px;
		padding-bottom:  33px;
		border-bottom:   solid 1px var(--text-color-extra-light);
	}

	.c-wishlist__table thead {
		display: none;
	}

	.c-wishlist__shop-td--product-thumbnail {
		flex:         0 0 auto;
		display:      block;
		width:        45px;
		margin-right: 20px;
	}

	.h-rtl .c-wishlist__shop-td--product-thumbnail {
		margin-right: 0;
		margin-left:  20px;
	}

	.c-wishlist__shop-td--product-name {
		flex:       1 1 auto;
		width:      calc(100% - 45px - 20px);
		margin-top: 10px;
		font-size:  19px;
	}

	.c-wishlist__shop-td--product-price {
		flex:       0 1 auto;
		width:      calc((100% - 45px - 20px) / 2);
		text-align: start;
		margin-top: 10px;
		font-size:  17px;
	}

	.c-wishlist__shop-td--product-stock {
		flex:       0 1 auto;
		width:      calc((100% - 45px - 20px) / 2);
		text-align: end;
		margin-top: 10px;
		font-size:  17px;
	}

	.c-wishlist__shop-td--product-actions {
		flex:       1 1 auto;
		width:      100%;
		margin-top: 16px;
	}

	.c-wishlist__button-wrap .button {
		width: 100%;
	}

	.c-wishlist__shop-remove-icon {
		inset-inline-start:  50%;
		-webkit-margin-start: -5px;
		        margin-inline-start: -5px;
		top:         unset;
		margin-top:  unset;
		bottom:      -28px;
	}

	.c-wishlist__table .c-wishlist__thumbnail-link {
		display: block;
	}

	.c-wishlist__share {
		display:    block;
		text-align: center;
	}

	.c-wishlist__share-col-1 {
		flex-direction: column;
	}

	.c-wishlist__share-col-2 {
		margin-left:    0;
		margin-top:     30px;
		flex-direction: column;
	}

	.h-rtl .c-wishlist__share-col-2 {
		margin-right: 0;
	}

	.c-wishlist__share-title {
		display:       block;
		margin-right:  0;
		margin-bottom: 15px;
	}

	.h-rtl .c-wishlist__share-title {
		margin-left: 0;
	}

	.c-wishlist .c-post-share__icon {
		margin: 20px;
	}

	input[type=text].c-wishlist__share-link {
		width:      70%;
		text-align: center;
	}
}

/*-  Product Reviews / Post Comments -*/

.c-post__comments .comment-respond {
	margin-top: 40px;
}

.c-post__comments-wrap {
	margin-top: 50px;
}

#review_form_wrapper {
	margin-top: 30px;
}

.c-product--layout-3 #review_form_wrapper {
	margin-top: 45px;
}

.commentlist {
	list-style: none !important;
	padding:    0;
	margin:     10px 0 -25px 0;
}

.commentlist .comment-body,
.commentlist .comment_container {
	position: relative;
	padding:  0 0 35px 80px;
}

.h-rtl .commentlist .comment-body,
.h-rtl .commentlist .comment_container {
	padding-left:  0;
	padding-right: 80px;
}

.commentlist .comment-body.no-avatar,
.commentlist .comment_container.no-avatar {
	padding-left: 0;
}

.h-rtl .commentlist .comment-body.no-avatar,
.h-rtl .commentlist .comment_container.no-avatar {
	padding-right: 0;
}

.commentlist .comment.depth-1:not(:last-child),
.commentlist .review.depth-1:not(:last-child) {
	margin-bottom: 10px;
}

.commentlist .comment-body + .comment-respond {
	margin-top:    0;
	margin-bottom: 50px;
}

.commentlist .trackback .comment-body:before,
.commentlist .pingback .comment-body:before {
	display: none;
}

.commentlist .avatar {
	position:      absolute;
	left:          0;
	top:           0;
	width:         60px;
	height:        60px;
	z-index:       1;
	border-radius: 50%;
}

.h-rtl .commentlist .avatar {
	left:  unset;
	right: 0;
}

.commentlist .children {
	position:   relative;
	list-style: none !important;
	padding:    0;
	margin:     0 0 0 50px !important;
}

.h-rtl .commentlist .children {
	margin-left:  0 !important;
	margin-right: 50px !important;
}


.commentlist .meta,
.commentlist .comment-meta {
	margin:    0;
	display:   flex;
	flex-wrap: wrap;
}

.commentlist .meta > *,
.commentlist .comment-meta > * {
	margin-bottom: 17px;
}

.commentlist .author-name {
	font-weight: inherit;
	display:     inline-block;
	position:    relative;
	z-index:     2;
}

.woocommerce-review__verified,
.woocommerce-review__published-date,
.commentlist .comment-metadata {
	font-style:     normal;
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	display:        inline-block;
	color:          var(--text-color-med-light);
	order:          2;
}

.woocommerce-review__verified {
	order: 3;
}

.woocommerce-review__author {
	display:        inline-block;
	font-weight:    normal;
	font-size:      13px;
	line-height:    17px;
	letter-spacing: 0.025em;
	margin-right:   18px;
}

.h-rtl .woocommerce-review__author {
	margin-right: 0;
	margin-left:  18px;
}

.commentlist .comment-author {
	display:        inline-block;
	font-weight:    normal;
	font-size:      16px;
	line-height:    19px;
	letter-spacing: 0.025em;
	margin-right:   18px;
	color:          var(--accent-color);
}

.h-rtl .commentlist .comment-author {
	margin-right: 0;
	margin-left:  18px;
}

.commentlist .comment-author {
	margin-top: -2px;
	order:      1;
}

.woocommerce-review__dash {
	display: none;
}

.comment-meta {
	margin-bottom: 10px;
}

.logged-in-as {
	font-size:   14px;
	font-weight: 300;
	margin:      0 0 20px 0;
}

.logged-in-as a:last-child {
	color:          var(--text-color);
	text-transform: uppercase;
	font-weight:    400;
	display:        inline-block;
}

.commentlist .buttons {
	transition: var(--opacity-transition);
}

.commentlist .buttons a {
	display:        inline-block;
	font-weight:    normal;
	font-size:      12px;
	line-height:    17px;
	text-align:     right;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color:          var(--accent-color);
}

.commentlist .star-rating {
	margin-top:   5px;
	float:        left;
	margin-right: 10px;
	transform:    none;
}

.h-rtl .commentlist .star-rating {
	float:        right;
	margin-right: 0;
	margin-left:  10px;
}

.commentlist .description,
.commentlist .comment-content {
	font-weight:    normal;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.0125em;
	color:          var(--text-color-body);
}

.commentlist .description > *:first-child {
	margin-top:  0;
	padding-top: 0;
}

.commentlist .description > *:last-child {
	margin-bottom:  0;
	padding-bottom: 0;
}

.c-post__comments .author-img img {
	margin-bottom: 12px;
}

.comment-notes {
	margin: 0;
}

.comment-form {
	display:         flex;
	flex-wrap:       wrap;
	justify-content: space-between;
	margin-top:      20px;
	font-weight:     normal;
	font-size:       14px;
	line-height:     20px;
	letter-spacing:  0.025em;
	color:           var(--text-color-light);
}

.comment-form > * {
	width: 100%;
}

.comment-form .submit {
	color:        var(--accent-color) !important;
	border-color: var(--accent-color);
	font-size:    14px;
	padding:      20px 75px;
}

.c-post__comments .comments-title,
.c-post__comments .comment-reply-title {
	font-weight:    300;
	font-size:      32px;
	line-height:    1.125;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	color:          var(--accent-color);
	margin-bottom:  35px;
}

.comment-reply-title {
	position: relative;
}

#review_form .comments-title,
#review_form .comment-reply-title {
	font-style:     normal;
	font-weight:    300;
	font-size:      19px;
	line-height:    1.45;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
	margin-bottom:  20px;
}

.c-product--layout-3 #review_form .comments-title,
.c-product--layout-3 #review_form .comment-reply-title {
	font-size: 23px;
}

#cancel-comment-reply-link {
	position:       absolute;
	right:          0;
	top:            50%;
	transform:      translateY(-50%);
	display:        inline-block;
	font-weight:    normal;
	font-size:      13px;
	line-height:    19px;
	text-transform: uppercase;
	color:          var(--accent-color);
}

.h-rtl #cancel-comment-reply-link {
	right: unset;
	left:  0;
}

#cancel-comment-reply-link:before {
	content:        var(--icon-close-small);
	font-family:    theme-icons;
	font-size:      10px;
	line-height:    1;
	vertical-align: middle;
	display:        inline-block;
	margin-right:   9px;
	position:       relative;
	top:            -1px;
}

.h-rtl #cancel-comment-reply-link:before {
	margin-right: 0;
	margin-left:  9px;
}

.comment-notes + .comment-form-rating {
	margin-top: 38px;
}

.comment-form-rating {
	display: flex;
}

.comment-form-rating label {
	font-weight:    normal;
	font-size:      12px;
	line-height:    18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--text-color-body);
}

.comment-form-rating .stars {
	margin:      0 0 0 20px;
	height:      14px;
	line-height: 14px;
}

.comment-form-rating .stars span {
	display: inline-flex;
}

.h-rtl .comment-form-rating .stars {
	margin: 0 20px 0 0;
}

.comment-form label:not([for="rating"]):not([for="wp-comment-cookies-consent"]) {
	display: none;
}

.comment-form-comment textarea {
	display: block;
}


.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin: 30px 0 0 0;
}

.comment-form-cookies-consent {
	margin: 25px 0 0 0;
}

.comment-form .form-submit {
	clear:   both;
	padding: 32px 0 0 0;
	margin:  0;
}

.woocommerce-Reviews #comments {
	overflow: hidden;
}

.woocommerce-Reviews-title {
	display: none;
}

.comments-navigation {
	font-weight:    400;
	font-size:      12px;
	line-height:    1.2;
	text-align:     center;
	letter-spacing: 0.265em;
	text-transform: uppercase;
	margin-top:     30px;
	display:        flex;
}

.h-ltr .comments-navigation .nav-previous {
	padding-right: 10px;
}

.h-ltr .comments-navigation .nav-next {
	padding-left: 10px;
}

.h-rtl .comments-navigation .nav-previous {
	padding-left: 10px;
}

.h-rtl .comments-navigation .nav-next {
	padding-right: 10px;
}

.h-rtl .comments-navigation .nav-previous {
	margin-left: auto;
}

.h-ltr .comments-navigation .nav-next {
	margin-left: auto;
}

.comments-navigation .nav-previous .meta-nav {
	display:      inline-block;
	margin-right: 10px;
	position:     relative;
	top:          1px;
}

.h-rtl .comments-navigation .nav-previous .meta-nav {
	margin-right: 0;
	margin-left:  10px;
	transform:    scaleX(-1);
}

.comments-navigation .nav-next .meta-nav {
	display:     inline-block;
	margin-left: 10px;
	position:    relative;
	top:         1px;
}

.h-rtl .comments-navigation .nav-next .meta-nav {
	margin-left:  0;
	margin-right: 10px;
	transform:    scaleX(-1);
}

.comments-navigation a {
	display: inline-block;
	padding: 11px 25px;
	border:  solid 1px currentColor;
}

/*-- Product Reviews / Post Comments (Desktop) --*/

@media (min-width: 1190px) {
	.c-post__comments .comment-form-author,
	.c-post__comments .comment-form-email,
	.c-post__comments .comment-form-url {
		width: calc((100% - 2 * 20px) / 3);
	}

	#review_form .comment-form-author,
	#review_form .comment-form-email {
		width: calc((100% - 30px) / 2);
	}

	.logged-in-as a:hover {
		color: var(--accent-color);
	}

	.comments-navigation a:hover {
		color: var(--accent-color);
	}

	.woocommerce-Reviews .comment-form .submit {
		width: unset;
	}

	.h-ltr .commentlist .comment-body {
		padding-right: 90px;
	}

	.h-rtl .commentlist .comment-body {
		padding-left: 90px;
	}

	.commentlist .buttons {
		text-align:     right;
		align-items:    flex-end;
		display:        flex;
		flex-direction: column;
		position:       absolute;
		right:          0;
		top:            calc(50% - 12.5px);
		transform:      translateY(-50%);
		opacity:        0;
		visibility:     hidden;
		margin-bottom:  -7px;
	}

	.h-rtl .commentlist .buttons {
		text-align: left;
		right:      unset;
		left:       0;
	}

	.comment-body:hover > .buttons {
		opacity:    1;
		visibility: visible;
	}

	.commentlist .buttons a {
		margin-bottom: 7px;
	}

	.commentlist a:hover,
	#cancel-comment-reply-link:hover {
		color:                   var(--text-color);
		text-decoration:         underline;
		text-underline-position: under;
	}
}

/*-- Product Reviews / Post Comments (Mobile) --*/

@media (max-width: 1189px) {
	.c-product--layout-3 #review_form_wrapper {
		margin-top: 30px;
	}

	.commentlist .buttons {
		margin-top: 10px;
	}

	.comment-reply-link + .comment-edit-link {
		margin-left: 14px;
	}

	.c-post__comments .comment-respond {
		margin-top: 30px;
	}

	.c-post__comments-wrap {
		margin-top: 40px;
	}

	.c-post__comments .comments-title,
	.c-post__comments .comment-reply-title {
		font-size: 30px;
	}

	#review_form .comments-title,
	#review_form .comment-reply-title {
		font-size: 19px;
	}

	.comment-notes + .comment-form-rating {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {

	.commentlist .comment-body,
	.commentlist .comment_container {
		padding-bottom: 25px;
	}

	.commentlist .children {
		margin-left: 0 !important;
	}

	.commentlist .comment-meta > * {
		margin-top:    5px;
		margin-bottom: 5px;
		width:         100%;
	}

	.commentlist .description,
	.commentlist .comment-content {
		margin-top: 7px;
	}

	.commentlist .description,
	.commentlist .comment-content {
		font-size:      14px;
		line-height:    24px;
		letter-spacing: 0.0125em;
	}

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

	.h-rtl .commentlist .buttons {
		text-align: left;
	}
}

@media (max-width: 450px) {

	.commentlist .comment-body {
		padding-left: 0;
	}

	.commentlist .comment-meta {
		padding-left:  80px;
		min-height:    50px;
		margin-bottom: 20px;
	}

	.commentlist .comment-body.no-avatar .comment-meta {
		padding-left: 0;
	}

	.comments-navigation {
		display: block;
	}

	.comments-navigation .nav-next {
		margin-top: 15px;
	}

	.comments-navigation .nav-next,
	.comments-navigation .nav-previous {
		padding-right: 0 !important;
		padding-left:  0 !important;
	}
}

@media (max-width: 359px) {

	.commentlist .meta,
	.commentlist .comment-meta {
		padding-left: 0;
		min-height:   unset;
		/*margin-bottom: 20px;*/
	}

	.commentlist .review,
	.commentlist .comment {
		padding-left: 0;
	}

	.commentlist .comment-body,
	.commentlist .comment_container,
	.commentlist .review {
		position:      relative;
		padding-left:  0;
		padding-right: 0;
	}

	.commentlist .comment-body:before {
		left: 20px;
		top:  20px;
	}

	.commentlist .avatar {
		position: relative;
		left:     unset;
		top:      unset;
	}

	.commentlist .children:before {
		left:   -20px;
		width:  10px;
		height: 30px;
	}

}

/*- Pagination -*/

.page-numbers__wrap,
.woocommerce-pagination {
	position:        relative;
	margin-top:      57.5px;
	display:         flex;
	justify-content: center;
}

.woocommerce-pagination {
	overflow: hidden;
}

ul.page-numbers,
ul.post-page-numbers {
	display:         flex;
	flex-wrap:       wrap;
	margin:          0;
	padding:         0;
	list-style:      none;
	line-height:     50px;
	text-align:      center;
	font-weight:     normal;
	font-size:       14px;
	letter-spacing:  0.025em;
	justify-content: center;
}

.c-post__page-links {
	align-items: center;
	clear:       both;
	margin-top:  45px;
}

ul.page-numbers li,
ul.post-page-numbers li {
	display:  block;
	position: relative;
	margin:   2.5px;
}

a.page-numbers,
a.post-page-numbers,
span.page-numbers,
span.post-page-numbers {
	display: block;
	width:   50px;
	height:  50px;
	border:  solid 1px currentColor;
}

span.page-numbers:not(.dots),
span.post-page-numbers:not(.dots) {
	color:            var(--white-color);
	background-color: var(--text-color);
	border-color:     var(--text-color);
}

.page-numbers__prev-ico,
.page-numbers__next-ico {
	font-size:   10px;
	line-height: 50px;
}

.h-rtl .page-numbers__prev-ico,
.h-rtl .page-numbers__next-ico {
	display:   inline-block;
	transform: scaleX(-1);
}

/*-- Pagination (Desktop) --*/
@media (min-width: 1190px) {
	a.page-numbers:hover,
	a.post-page-numbers:hover {
		color:            var(--white-color);
		background-color: var(--text-color);
		border-color:     var(--text-color);
	}
}

/*- Select 2 -*/

.select2-container {
	z-index: 50 !important;
}

body.filter-open > .select2-container {
	z-index: 1401 !important;
}

.h-rtl .select2-container {
	text-align: right;
}

.select2-results,
.select2-search--dropdown {
	background-color: var(--white-color);
}

.select2-selection--single,
.select2-selection--multiple {
	font-weight:      normal;
	font-size:        16px;
	line-height:      24px;
	letter-spacing:   0.0125em;
	color:            var(--text-color);
	border:           solid 1px var(--text-color-extra-light) !important;
	padding:          9px 20px 11px 20px;
	background-color: var(--background-color) !important;
	border-radius:    0 !important;
	height:           auto !important;
	min-height:       49px;
	min-width:        0;
	margin:           0 !important;
}

.select2-selection__rendered {
	padding-left: 0 !important;
}

.h-rtl .select2-selection__rendered {
	padding-right: 0 !important;
	padding-left:  20px !important;
}

.select2-selection--multiple {
	padding: 6px 20px 6px 20px;
}

.select2-container--open .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-dropdown {
	border-color:     var(--text-color-extra-light) !important;
	background-color: var(--background-color-light) !important;;
	border-radius:    0 !important;
	outline:          none;
}

.select2-results__option,
.select2-container,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
	outline: none;
}

.select2-selection__arrow {
	right:      10px !important;
	top:        50% !important;
	margin-top: -11px !important;
}

.h-rtl .select2-selection__arrow {
	right: unset !important;
	left:  10px !important;
}

.select2-search__field {
	padding:      9px 20px 11px 20px !important;
	border-color: var(--text-color-extra-light) !important;
}

.select2-search--inline .select2-search__field {
	padding: 0 !important;
}

.select2-results__option {
	font-weight:    400;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	padding-left:   20px !important;
	padding-right:  20px !important;
	color:          var(--text-color);
}

.select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted[data-selected] {
	background-color: var(--text-color) !important;
	color:            var(--white-color) !important;
}

.select2-selection__arrow b {
	border:      none !important;
	font-size:   6px !important;
	line-height: 1 !important;
	margin-top:  -4px !important;
	/*top:         50%;*/
	/*transform: translateY(-50%);*/
}

.select2-selection__arrow b:after {
	content:     var(--icon-select);
	font-family: var(--font-icons);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: var(--background-color-dark);
}
/*- Product Rating -*/

.c-sidebar .wc-block-grid__product-rating .star-rating,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.star-rating {
	position:    relative;
	display:     inline-block;
	line-height: 10px;
	width:       67px !important;
	height:      10px;
	overflow:    hidden;
}

.c-sidebar .wc-block-grid__product-rating .star-rating:before,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.star-rating:before,
.star-rating span:before {
	height:            100%;
	background-repeat: repeat-x;
	background-size:   auto 100%;
	transform-origin:  center center;
	position:          absolute;
	top:               0;
	left:              0;
}

.h-rtl .c-sidebar .wc-block-grid__product-rating .star-rating:before,
.h-rtl .c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.h-rtl .star-rating:before,
.h-rtl .star-rating span:before {
	transform: scaleX(-1);
}

.c-sidebar .wc-block-grid__product-rating .star-rating:before,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.star-rating:before {
	content: "";
	width:   100%;
	opacity: 0.2;
}

.c-sidebar .wc-block-grid__product-rating .star-rating span,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.star-rating span:before {
	content: "";
	width:   100%;
}

.c-sidebar .wc-block-grid__product-rating .star-rating span,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.star-rating > span {
	position:    absolute;
	top:         0;
	left:        0;
	right:       unset;
	height:      auto !important;
	overflow:    hidden;
	white-space: nowrap;
	text-indent: 100%;
	padding-top: 0;
}

.h-rtl .c-sidebar .wc-block-grid__product-rating .star-rating span,
.h-rtl .c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.h-rtl .star-rating > span {
	left:  unset;
	right: 0;
}

.comment-form-rating .stars a {
	height:            14px;
	background-size:   auto 100%;
	display:           inline-block;
	width:             21px;
	text-indent:       100%;
	overflow:          hidden;
	opacity:           0.2;
	background-repeat: no-repeat;
}

.comment-form-rating .stars.selected a,
.comment-form-rating .stars a.active {
	opacity: 1;
}

.comment-form-rating .stars.selected a.active ~ a {
	opacity: 0.2;
}

.star-rating:before,
.star-rating span:before,
.comment-form-rating .stars a {
	background-image: var(--star-rating-image) !important;
}

/*-- Product Rating (Desktop) --*/
@media (min-width: 1190px) {
	.comment-form-rating .stars:hover a {
		opacity: 1;
	}

	.comment-form-rating .stars:not(.selected) a:hover ~ a {
		opacity: 0.2;
	}
}

/*- Widget -*/

.c-sidebar {
	position: relative;
}

.c-sidebar__wrap {
	margin-top: -30px;
}

.wc-block-components-review-list-item__text__read_more {
	text-decoration:         underline;
	text-underline-position: under;
}

.wc-block-featured-product .wc-block-featured-product__description {
	padding-top: 0;
}

.c-sidebar .wp-block-buttons {
	margin-bottom: -0.5em;
}

.c-sidebar .widget > ul:first-child {
	margin-top: 0;
}

.c-sidebar .wc-block-featured-category .wp-block-button__link,
.c-sidebar .wc-block-featured-product .wp-block-button__link {
	background-color: var(--accent-color);
	border-color:     var(--accent-color);
}

.c-sidebar .wc-block-featured-product,
.c-sidebar .wc-block-featured-category {
	background-color: var(--background-color);
}

.c-sidebar .wc-block-featured-category.has-background-dim:before,
.c-sidebar .wc-block-featured-product.has-background-dim:before {
	opacity:          0.8;
	background-color: var(--text-color);
}

.c-sidebar .wc-block-grid__product .wc-block-grid__product-rating {
	margin-top:    -12px;
	margin-bottom: 17px;
}

.c-sidebar .wc-block-featured-category .wc-block-featured-category__title,
.c-sidebar .wc-block-featured-product .wc-block-featured-product__title {
	padding-top:    35px;
	padding-bottom: 0;
}

.c-sidebar .wc-block-featured-category__wrapper > *,
.c-sidebar .wc-block-featured-product__wrapper > * {
	padding-left:  0;
	padding-right: 0;
}

.c-sidebar .wc-block-featured-category__description,
.c-sidebar .wc-block-featured-product__description {
	font-size:      15px;
	line-height:    27px;
	letter-spacing: 0.015em;
}

.c-sidebar .wc-block-featured-product > *,
.c-sidebar .wc-block-featured-category > * {
	padding-left:  20px;
	padding-right: 20px;
}

.c-sidebar .wc-block-grid__product:last-child {
	border-bottom: none;
}

.c-sidebar .wc-block-featured-category,
.c-sidebar .wc-block-featured-product {
	margin-bottom: 0;
}

.c-sidebar .wp-block-tag-cloud {
	margin: 0;
}

.c-sidebar .wc-block-review-list-item__rating {
	height:        15px;
	margin-bottom: 6px;
}

.c-sidebar .wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars {
	font-size:        9px;
	letter-spacing:   5px !important;
	width:            70px;
	transform-origin: center;
}

.h-rtl .c-sidebar .wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars {
	transform: scaleX(-1);
}

.c-sidebar .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
	letter-spacing: 5px !important;
}

.c-sidebar .wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars span:before {
	color: var(--star-rating-color);
}

.c-sidebar .wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars:before {
	opacity: 0.2;
	color:   var(--star-rating-color);
}

.c-sidebar .wc-block-components-sort-select__label {
	display: none;
}

.c-sidebar .wc-block-review-list-item__meta {
}

.c-sidebar .wc-block-review-list-item__meta > * {
	flex:  1 1 auto;
	width: 100%;
}

.c-sidebar .wc-block-review-list-item__text {
	font-size:      15px;
	line-height:    27px;
	letter-spacing: 0.015em;
	color:          var(--text-color-body);
	margin:         0;
}

.c-sidebar .wc-block-review-list-item__product,
.c-sidebar .wc-block-review-list-item__rating + .wc-block-review-list-item__author {
	font-weight:    normal;
	font-size:      17px;
	line-height:    26px;
	letter-spacing: 0.03em;
	white-space:    normal;
	margin-bottom:  6px;
	margin-right:   0;
	margin-left:    0;
	text-transform: var(--text-transform);
}

.c-sidebar .wc-block-review-list-item__product + .wc-block-review-list-item__author,
.c-sidebar .wc-block-review-list-item__published-date {
	display:        block;
	font-weight:    300;
	font-size:      14px;
	line-height:    19px;
	letter-spacing: 0.02em;
	text-transform: var(--text-transform);
	color:          var(--text-color-light);
	width:          auto;
	flex:           0 1 auto;
	margin-right:   0;
	margin-left:    0;
}

.c-sidebar .wc-block-review-list-item__image {
	width:  65px;
	height: 65px;
}

.c-sidebar .wc-block-review-list-item__image > img {
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-sidebar .has-image .wc-block-review-list-item__info {
	-ms-grid-columns:      85px 1fr;
	grid-template-columns: 85px 1fr;
}

.c-sidebar .wc-block-review-list-item__published-date:before {
	content:        var(--icon-romb);
	font-family:    var(--font-icons);
	display:        inline-block;
	vertical-align: middle;
	font-size:      3px;
	line-height:    3px;
	margin-left:    10px;
	margin-right:   10px;
	color:          var(--accent-color);
	border:         none;
}

.c-sidebar .editor-styles-wrapper .wc-block-review-list-item__item:last-child,
.c-sidebar .wc-block-review-list-item__item:last-child {
	margin-bottom: -20px;
}

.c-sidebar .wc-block-review-list-item__info {
	margin-bottom: 15px;
}

.c-sidebar .editor-styles-wrapper .wc-block-review-list-item__item:not(:last-child),
.c-sidebar .wc-block-review-list-item__item:not(:last-child) {
	margin-bottom: 30px !important;
}

.c-sidebar .wc-block-components-sort-select {
	margin-bottom: 30px;
}

.c-sidebar .wp-block-search__label {
	display: none;
}

.c-sidebar .wp-block-search__inside-wrapper {
	position: relative;
}

.c-sidebar .wp-block-search .wp-block-search__button,
.c-sidebar .wc-block-product-search .wc-block-product-search__button {
	margin-left: -1px;
}

.h-rtl .c-sidebar .wp-block-search .wp-block-search__button,
.h-rtl .c-sidebar .wc-block-product-search .wc-block-product-search__button {
	margin-left:  0;
	margin-right: -1px;
}

.h-rtl .c-sidebar .wp-block-search .wp-block-search__button.has-icon,
.h-rtl .c-sidebar .wc-block-product-search .wc-block-product-search__button.has-icon {
	transform: scaleX(-1);
}

.c-sidebar .wp-block-search .wp-block-search__button.has-icon,
.c-sidebar .wc-block-product-search .wc-block-product-search__button {
	display:          flex;
	justify-content:  center;
	align-items:      center;
	padding:          0 !important;
	width:            50px;
	height:           50px;
	transform-origin: center;
}

.c-sidebar .wp-block-search .wp-block-search__input {
	border: solid 1px var(--text-color-extra-light);
}

.c-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 12px 20px 13px 20px;
	border:  solid 1px var(--text-color-extra-light);
}

.c-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 15px 30px 15px 30px;
}

.c-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border:  none;
}

.c-sidebar .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	margin-bottom: 0;
}

.c-sidebar .wp-block-latest-comments__comment {
	line-height: inherit;
}

.c-sidebar .wp-block-page-list__submenu-icon {
	display: none;
}

.c-sidebar .wc-block-grid__product {
	text-align: left;
}

.h-rtl .c-sidebar .wc-block-grid__product {
	text-align: right;
}

.c-sidebar .wc-block-grid__product-title {
	font-weight:    300;
	font-size:      var(--font-size);
	text-transform: var(--text-transform);
	line-height:    1.25;
	letter-spacing: 0.015em;
	margin:         10px 0 0 0;
}

.c-sidebar .wc-block-grid__product-price {
	font-weight:           300;
	font-size:             19px;
	line-height:           27px;
	letter-spacing:        0.02em;
	display:               flex;
	flex-direction:        row-reverse;
	justify-content:       flex-end;
	align-items:           baseline;
	flex-wrap:             wrap;
	margin:                10px -5px 15px -5px;
}

.c-sidebar .wc-block-grid__product-price > * {
	max-width: 100%;
	margin:    0 5px;
}

.c-sidebar .wc-block-grid__product-price del {
	opacity:   0.3;
	font-size: 13px;
}

.c-sidebar .wc-block-grid__product-onsale {
	position:         absolute;
	right:            10px;
	top:              10px;
	flex:             0 0 auto;
	display:          inline-block;
	padding:          4px 5px 4px 6px;
	margin:           2.5px;
	text-transform:   uppercase;
	color:            #FFF;
	font-weight:      normal;
	font-size:        12px;
	line-height:      12px;
	letter-spacing:   0.02em;
	text-align:       center;
	background-color: var(--text-color);
	border-radius:    0;
}

.wc-block-grid__product .added {
	display: none !important;
}

.wc-block-grid__product .wc-forward {
	height: 50px;
}

.wc-block-grid__product .wp-block-button__link:after {
	display: none !important;
}

.wc-block-grid__products {
	margin-left:  -8px !important;
	margin-right: -8px !important;
}

.widget {
	position:       relative;
	padding:        30px 0;
	font-weight:    300;
	font-weight:    300;
	font-size:      19px;
	line-height:    1.35;
	letter-spacing: 0.025em;
}

.widget_pages a,
.widget_rss a,
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a,
.widget_recent_comments a,
.c-sidebar .wp-block-archives-list a,
.c-sidebar .wp-block-categories-list a,
.c-sidebar .wp-block-page-list a {
	text-transform: var(--text-transform);
}

.widget:not(:last-child) {
	border-bottom: solid 1px var(--text-color-extra-light);
}

.c-sidebar .widget-title,
.c-sidebar .widget_block h2,
.c-sidebar .widget h3,
.c-sidebar .wc-block-product-search__label {
	display:        block;
	margin:         0 0 20px 0;
	position:       relative;
	font-weight:    300;
	font-size:      32px;
	line-height:    1.125;
	letter-spacing: 0.015em;
	text-transform: var(--text-transform);
	color:          var(--accent-color);
}

.c-sidebar .wc-block-product-categories {
	margin-bottom: 0;
}

.c-sidebar .widget_block > h2 {
	margin-bottom: -31px;
	border-bottom: solid 1px var(--background-color);
}

.c-sidebar .rss-widget-icon {
	display: none;
}

.c-sidebar .widget li {
	position: relative;
}

.c-sidebar .widget li:not(:last-child) {
	margin-bottom: 20px;
}

.c-sidebar .widget li a:empty {
	display: none;
}

.c-sidebar .widget ul.sub-menu,
.c-sidebar .widget ul.children,
.c-sidebar .widget ul.submenu-container,
.wc-block-product-categories-list .wc-block-product-categories-list {
	margin-left:    15px;
	font-weight:    300;
	font-size:      16px;
	line-height:    1.2;
	letter-spacing: 0.025em;
	margin-top:     15px;
}

.h-rtl .c-sidebar .widget ul.sub-menu,
.h-rtl .c-sidebar .widget ul.children,
.h-rtl .c-sidebar .widget ul.submenu-container,
.h-rtl .wc-block-product-categories-list .wc-block-product-categories-list {
	margin-left:  0;
	margin-right: 15px;
}


.c-sidebar .widget ul.children li:not(:last-child),
.c-sidebar .widget ul.sub-menu li:not(:last-child),
.c-sidebar .widget ul.submenu-container li:not(:last-child),
.wc-block-product-categories-list .wc-block-product-categories-list li:not(:last-child) {
	margin-bottom: 15px;
}

.c-sidebar .widget ul.children ul.children,
.c-sidebar .widget ul.sub-menu ul.sub-menu,
.c-sidebar .widget ul.submenu-container ul.submenu-container,
.wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list {
	margin-left:  0;
	margin-right: 0 !important;
	margin-top:   15px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.c-sidebar .wp-block-archives-list ul,
.c-sidebar .wp-block-categories-list ul,
.c-sidebar .wp-block-page-list ul {
	counter-reset: submenu;
}

.widget_archive ul ul > li > a:before,
.widget_categories ul ul > li > a:before,
.widget_meta ul ul > li > a:before,
.widget_nav_menu ul ul > li > a:before,
.widget_pages ul ul > li > a:before,
.widget_recent_comments ul ul > li > a:before,
.widget_recent_entries ul ul > li > a:before,
.widget_rss ul ul > li > a:before,
.c-sidebar .wp-block-categories-list ul > li > a:before,
.c-sidebar .wp-block-archives-list ul > li > a:before,
.c-sidebar .wp-block-page-list ul > li > a:before {
	content:           var(--icon-depth) counters(submenu, var(--icon-depth), none);
	counter-increment: submenu;
	color:             var(--text-color-extra-light);
	font-family:       var(--font-icons);
	font-style:        normal;
	font-weight:       normal;
	font-variant:      normal;
	text-transform:    none;
	font-size:         75%;
	display:           inline-block;
	transform-origin:  center;
}

.h-rtl .widget_archive ul ul > li > a:before,
.h-rtl .widget_categories ul ul > li > a:before,
.h-rtl .widget_meta ul ul > li > a:before,
.h-rtl .widget_nav_menu ul ul > li > a:before,
.h-rtl .widget_pages ul ul > li > a:before,
.h-rtl .widget_recent_comments ul ul > li > a:before,
.h-rtl .widget_recent_entries ul ul > li > a:before,
.h-rtl .widget_rss ul ul > li > a:before,
.h-rtl .c-sidebar .wp-block-categories-list ul > li > a:before,
.h-rtl .c-sidebar .wp-block-archives-list ul > li > a:before,
.h-rtl .c-sidebar .wp-block-page-list ul > li > a:before {
	transform: scale(-1);
}

.c-sidebar .widget_pages ul:not(.children):not(.sub-menu) > li:before,
.c-sidebar .widget_archive ul:not(.children):not(.sub-menu) > li:before,
.c-sidebar .widget_meta ul:not(.children):not(.sub-menu) > li:before,
.c-sidebar .widget_categories ul:not(.children):not(.sub-menu) > li:before,
.c-sidebar .widget_nav_menu ul:not(.children):not(.sub-menu) > li:before,
.c-sidebar .wp-block-archives-list > li:before,
.c-sidebar .wp-block-categories-list > li:before,
.c-sidebar .wp-block-page-list > li:before {
	content:      var(--icon-submenu);
	display:      inline-block;
	font-family:  var(--font-icons);
	font-size:    9px;
	margin-right: 8px;
	line-height:  1;
	position:     relative;
	top:          -3px;
}

.h-rtl .c-sidebar .widget_pages ul:not(.children):not(.sub-menu) > li:before,
.h-rtl .c-sidebar .widget_archive ul:not(.children):not(.sub-menu) > li:before,
.h-rtl .c-sidebar .widget_meta ul:not(.children):not(.sub-menu) > li:before,
.h-rtl .c-sidebar .widget_categories ul:not(.children):not(.sub-menu) > li:before,
.h-rtl .c-sidebar .widget_nav_menu ul:not(.children):not(.sub-menu) > li:before,
.h-rtl .c-sidebar .wp-block-archives-list > li:before,
.h-rtl .c-sidebar .wp-block-categories-list > li:before,
.h-rtl .c-sidebar .wp-block-page-list > li:before {
	margin-right: 0;
	margin-left:  8px;
	transform:    scaleX(-1);
}

.c-sidebar .wp-calendar-nav {
	margin-top:      10px;
	display:         flex;
	justify-content: space-between;
}

.c-sidebar ul {
	list-style:    none;
	margin-left:   0;
	padding-left:  0;
	padding-right: 0;
	margin-bottom: 0;
}

.c-sidebar .widget_pages ul,
.c-sidebar .widget_categories ul,
.c-sidebar .widget_archive ul,
.c-sidebar .widget_nav_menu ul,
.c-sidebar .widget_meta ul,
.c-sidebar .widget_product_categories ul {
	line-height: 1.2;
	margin:      20px 0 -5px 0;
}

.c-sidebar .widget_recent_comments ul,
.c-sidebar ol.wp-block-latest-comments {
	margin:         20px 0 -5px 0;
	padding:        0;
	font-weight:    300;
	font-size:      18px;
	line-height:    28px;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
}

.h-rtl .c-sidebar .widget ul.children ul.children,
.h-rtl .c-sidebar .widget ul.sub-menu ul.sub-menu {
	margin-right: 0;
}

.widget li.current-cat > a,
.widget li.current_page_item > a,
.widget li a[aria-current],
.widget li.current-cat > a + .count,
.widget li.current_page_item > a + .count,
.widget li a[aria-current] + .count {
	font-weight: 400;
}

.widget_recent_comments .recentcomments .comment-author-link,
.c-sidebar .wp-block-latest-comments__comment-author {
	text-transform: var(--text-transform);
	font-weight:    400;
	display:        block;
}

.widget_rss ul li .rsswidget {
	font-weight: 400;
}

.widget_rss ul li .rss-date {
	display:       block;
	margin-top:    8px;
	margin-bottom: 8px;
	color:         var(--text-color-light);
	font-size:     14px;
}

.widget_rss ul li .rss-date:before {
	content:        var(--icon-calendar);
	font-family:    var(--font-icons);
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	line-height:    1;
	font-size:      14px;
	speak:          none;
	margin-right:   8px;
	display:        inline-block;
	position:       relative;
	top:            3px;
}

.h-rtl .widget_rss ul li .rss-date:before {
	margin-right: 0;
	margin-left:  6px;
}

.widget_rss ul li cite {
	text-align:  right;
	position:    relative;
	display:     block;
	font-style:  normal;
	font-size:   85%;
	font-weight: 400;
}

.widget_recent_comments .recentcomments .comment-author-link:before,
.c-sidebar .wp-block-latest-comments__comment-author:before {
	content:        var(--icon-user);
	font-family:    var(--font-icons);
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	line-height:    1;
	font-size:      15px;
	speak:          none;
	margin-right:   8px;
	display:        inline-block;
}

.h-rtl .widget_recent_comments .recentcomments .comment-author-link:before,
.h-rtl .c-sidebar .wp-block-latest-comments__comment-author:before {
	margin-right: 0;
	margin-left:  8px;
}

.widget:first-child[style*="display: none"] + .widget {
	margin-top: 0;
}

.widget .textwidget img {
	max-width: 100%;
	height:    auto !important;
}

.widget select {
	max-width: 100%;
}

.widget .c-button {
	padding:   8px 12px;
	font-size: 15px;
	cursor:    pointer;
}

.widget .c-form__input {
	padding:   7px 12px;
	font-size: 15px;
}

.widget .c-custom-select {
	padding:        12px 20px 13px 20px;
	font-style:     normal;
	font-weight:    normal;
	font-size:      16px;
	line-height:    21px;
	letter-spacing: 0.0125em;
	color:          var(--text-color);
	border:         solid 1px var(--text-color-extra-light);
}

.widget .c-custom-select__angle {
	right: 15px;
}

.h-rtl .widget .c-custom-select__angle {
	right: unset;
	left:  15px;
}

.widget select {
	width: 100%;
}

.wp-calendar-table {
	width:          100%;
	border-spacing: 0;
}

.wp-calendar-table #today {
	background-color: var(--text-color);
	color:            var(--white-color);
}

.wp-calendar-table caption {
	margin-bottom:  10px;
	font-style:     normal;
	font-weight:    500;
	font-size:      14px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	text-align:     left;
}

.c-sidebar .wp-calendar-table caption {
	text-align: right;
}

.c-sidebar .wp-calendar-table th {
	font-weight:      600;
	font-size:        12px;
	line-height:      34px;
	padding:          0;
	border-left:      none;
	border-right:     none;
	border-top:       solid 1px var(--text-color);
	border-bottom:    solid 1px var(--text-color);
	background-color: var(--background-color);
}

.c-sidebar .wp-calendar-nav a {
	text-decoration: none;
}

.c-sidebar .wp-calendar-table td {
	text-align:     center;
	padding:        4px 0;
	border:         none;
	position:       relative;
	font-weight:    normal;
	font-size:      12px;
	line-height:    22px;
	letter-spacing: 0.05em;
	z-index:        1;
}


.wp-calendar-table tbody tr:first-child td {
	padding-top: 10px;
}

.widget_calendar #prev {
	padding-top:  15px;
	text-align:   left;
	padding-left: 7px;
}

.widget_calendar #next {
	padding-top:   15px;
	text-align:    right;
	padding-right: 7px;
}

.wp-calendar-table td:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	border-bottom: solid 1px var(--text-color-extra-light);
	opacity:       0.3;
}

.wp-calendar-table tbody a {
	text-decoration:         underline;
	text-underline-position: under;
}

.wp-calendar-nav {
	font-weight:    500;
	font-size:      14px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.woocommerce-widget-layered-nav-list {
	list-style:   none;
	padding-left: 30px !important;
}

.h-rtl .woocommerce-widget-layered-nav-list {
	padding-left:  0 !important;
	padding-right: 30px !important;
}

.woocommerce-widget-layered-nav-list__item {
	position:      relative;
	margin-bottom: 3px;
}

.woocommerce-widget-layered-nav-list__item:before {
	content:          '';
	position:         absolute;
	left:             -30px;
	top:              5px;
	width:            17px;
	height:           17px;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	font-family:      var(--font-icons);
	font-size:        9px;
	line-height:      1;
	background-color: var(--text-color-extra-light);
	border:           solid 1px var(--border-color);
}

.h-rtl .woocommerce-widget-layered-nav-list__item:before {
	left:  0;
	right: -30px;
}

.woocommerce-widget-layered-nav-list__item.chosen:before {
	content:      var(--icon-check);
	border-color: var(--text-color);
}

.wc-block-product-categories-list-item-count:before,
.wc-block-product-categories-list-item-count:after,
.wc-filter-element-label-list-count:before,
.wc-filter-element-label-list-count:after {
	content: unset !important;
}

.widget_categories .count,
.widget_archive .count,
.wc-block-product-categories-list-item-count,
.widget_product_categories .count,
.woocommerce-widget-layered-nav-list__item .count,
.c-sidebar .wp-block-categories-list .count,
.c-sidebar .wp-block-archives-list .count,
.c-sidebar .wp-block-page-list .count,
.wc-filter-element-label-list-count {
	opacity:   1;
	font-size: 65%;
	display:   inline-block;
}

.wc-filter-element-label-list-count {
	margin-left:  4px;
	margin-right: 4px;
}

.widget_layered_nav_filters a,
.woocommerce-widget-layered-nav-list__item a {
	display:      inline-block;
	margin-left:  -30px;
	padding-left: 30px;
	position:     relative;
	z-index:      10;
}

.h-rtl .widget_layered_nav_filters a,
.h-rtl .woocommerce-widget-layered-nav-list__item a {
	margin-left:   0;
	padding-left:  0;
	margin-right:  -30px;
	padding-right: 30px;
}


.widget_layered_nav_filters ul {
	list-style:   none;
	padding-left: 30px !important;
}

.h-rtl .widget_layered_nav_filters ul {
	padding-left:  0 !important;
	padding-right: 30px !important;
}

.widget_layered_nav_filters li {
	position: relative;
}

.widget_layered_nav_filters li.chosen:before {
	content:          var(--icon-close-small);
	position:         absolute;
	display:          inline-flex;
	font-family:      var(--font-icons);
	font-size:        13px;
	line-height:      1;
	left:             -26px;
	top:              6px;
	transform-origin: center;
	transition:       color 0.3s ease-out;
}

.h-rtl .widget_layered_nav_filters li.chosen:before {
	left:  unset;
	right: -26px;
}

.widget_price_filter .price_slider,
.c-filter-price__slider {
	position: relative;
	height:   2px;
	margin:   23px 8px 0 8px;
}

.widget_price_filter .button {
	margin-right: 0;
}

.widget_price_filter .price_slider:before,
.c-filter-price__slider:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       -6px;
	right:      -6px;
	top:        0;
	height:     2px;
	background: var(--text-color-extra-light);
}

.c-filter-price__label {
	display:         flex;
	justify-content: space-between;
	margin-top:      27px;
}

.c-filter-price__label > * {
	line-height:           45px;
	text-align:            center;
	padding:               0 10px;
	width:                 120px;
	border:                solid 1px transparent;
	border-radius:         2px;
}

.widget .c-search-form {
	margin-bottom: 0;
}

.widget_price_filter .ui-slider-range,
.c-filter-price__slider .ui-slider-range {
	height:           2px;
	position:         absolute;
	background-color: var(--accent-color);
}

.widget_price_filter .ui-slider-handle,
.c-filter-price__slider .ui-slider-handle {
	width:            12px;
	height:           12px;
	display:          block;
	top:              -5px;
	position:         absolute;
	border-radius:    50%;
	margin-left:      -6px;
	z-index:          10;
	cursor:           pointer;
	outline:          none;
	background-color: var(--accent-color);
}

.widget_price_filter .price_slider_amount,
.c-filter-price__slider .price_slider_amount {
	position:       relative;
	display:        flex;
	flex-direction: column-reverse;
}

.widget_price_filter .button {
	margin-top: 10px;
}

.widget_price_filter .price_label {
	margin-top:     19px;
	margin-bottom:  10px;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}

.widget_price_filter .ui-slider-handle:focus {
	outline: none;
}

.widget_price_filter input {
	opacity:    0;
	visibility: hidden;
}

.widget .tagcloud {
	margin-top: -5px;
}

.widget .tag-cloud-link {
	font-weight:    300;
	font-size:      14px !important;
	line-height:    20px;
	letter-spacing: 0.04em;
	text-transform: var(--text-transform);
	color:          var(--text-color);
}

.widget .tag-cloud-link:not(:last-child):after {
	content:        var(--icon-romb);
	font-family:    var(--font-icons);
	display:        inline-block;
	vertical-align: middle;
	font-size:      3px;
	line-height:    20px;
	margin-left:    10px;
	margin-right:   3px;
	color:          var(--accent-color);
	position:       relative;
	top:            -2px;
}

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

.woocommerce-product-search {
	width:     100%;
	max-width: 100%;
	position:  relative;
}

.woocommerce-product-search input[type="search"] {
	width:         100%;
	flex:          1 1 auto;
	padding-right: 5px !important;
}

.widget .c-search-form__button i,
.woocommerce-product-search button i {
	display: inline-flex;
}

.widget .c-search-form__button,
.woocommerce-product-search button {
	position:         absolute;
	width:            48px;
	height:           48px;
	outline:          none;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	background-color: var(--background-color);
	color:            var(--text-color);
	font-size:        16px;
	line-height:      1;
	margin:           0;
	padding:          12px 12px 12px 14px;
	right:            1px;
	top:              1px;
	border:           none;
	cursor:           pointer;
}

.h-rtl .widget .c-search-form__button,
.h-rtl .woocommerce-product-search button {
	right: unset;
	left:  1px;
}

.widget input[type=text],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=number],
.widget input[type=search],
.widget input[type=url],
.widget input[type=email] {
	padding: 12px 20px 13px 20px;
}

.h-ltr .widget input[type=search] {
	padding-right: 55px;
}

.h-rtl .widget input[type=search] {
	padding-left: 55px;
}

.widget_recent_reviews .product-title {
	display:        block;
	font-weight:    normal;
	font-size:      13px;
	line-height:    16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space:    normal;
	padding-top:    2px;
	color:          var(--text-color);
}

.widget_recent_reviews .reviewer {
	display:        inline-block;
	font-weight:    300;
	font-size:      13px;
	line-height:    16px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}

.widget_recent_reviews .star-rating {
	margin-right: 8px;
}

.c-sidebar .widget_recent_reviews li:not(:last-child) {
	margin-bottom: 30px;
}

/*-- Widget (Desktop) --*/
@media (min-width: 1190px) {
	.widget a:hover {
		color: var(--accent-color);
	}

	.widget_layered_nav_filters li.chosen:hover {
		color: var(--accent-color);
	}

	.widget .c-search-form__button:hover,
	.woocommerce-product-search button:hover {
		background-color: var(--text-color);
		color:            var(--white-color);
	}

	.c-sidebar .wc-block-featured-category .wp-block-button__link:hover,
	.c-sidebar .wc-block-featured-product .wp-block-button__link:hover {
		background-color: var(--text-color);
		border-color:     var(--text-color);
	}

}

/*-- Widget (Mobile) --*/
@media (max-width: 1189px) {
	.c-sidebar .widget-title,
	.c-sidebar .widget_block h2,
	.c-sidebar .widget h3,
	.c-sidebar .wc-block-product-search__label {
		font-size: 30px;
	}
}


body.woo-variation-swatches [data-wvstooltip]:before,
body.woo-variation-swatches .wvs-has-image-tooltip:before {
	font-size:     13px;
	border-radius: 0;
	box-shadow:    none;
	transition:    opacity 0.15s ease-out;
}

body.woo-variation-swatches [data-wvstooltip]:after,
body.woo-variation-swatches .wvs-has-image-tooltip:after {
	transition: opacity 0.15s ease-out;
}

.button-variable-item[data-wvstooltip]:before,
.button-variable-item[data-wvstooltip]:after {
	display: none !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
	border-radius: 0 !important;
	width:         auto !important;
	height:        auto;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	padding:       0 5px;
	border-radius: 0 !important;
	line-height:   normal !important;
}

body.woo-variation-swatches .c-product-grid__item .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	padding: 0;
}

body.woo-variation-swatches.wvs-show-label .variations td {
	padding-left: 0;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
	box-shadow:       0 0 0 1px transparent;
	background-color: transparent;
	margin-right:     5px;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	padding: 4px;
}

body.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item) {
	padding:          5px 4px 4px 4px;
	box-shadow:       0 0 0 1px var(--text-color-extra-light);
	color:            var(--text-color-body);
	background-color: transparent !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus {
	box-shadow: none;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:focus {
	box-shadow:       0 0 0 1px var(--text-color);
	color:            var(--text-color) !important;
	background-color: transparent !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after {
	box-shadow: none;
	border:     solid 1px var(--text-color-tr);
	position:   absolute;
	content:    "";
	width:      100%;
	height:     100%;
	top:        0;
	left:       0;
}

body.woo-variation-swatches .variable-items-wrapper.wvs-style-rounded .variable-item .variable-item-span::after {
	border-radius: 100%;
}

body.woo-variation-swatches.wvs-show-label .variations td label,
body.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
	display: inline;
	margin:  0;
}

body.woo-variation-swatches .color-variable-wrapper,
body.woo-variation-swatches .image-variable-wrapper,
body.woo-variation-swatches .color-variable-items-wrapper,
body.woo-variation-swatches .image-variable-items-wrapper {
	margin: -8px 1px !important;
}

body.woo-variation-swatches .image-variable-item {
	border-radius:         0 !important;
}

body.woo-variation-swatches .color-variable-item {
	width:  36px !important;
	height: 36px !important;
}

body.woo-variation-swatches .image-variable-item img {
	border-radius:         0 !important;
	mix-blend-mode:        darken;
}

.c-product--quick-view .variations .value:not(.woo-variation-items-wrapper) .variable-items-wrapper {
	opacity:    0;
	visibility: hidden;
	position:   absolute;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents::before,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
	display: none;
}
/*- WPC Frequently Bought Together -*/

.woobt-products {
	border: none !important;
}

body .woobt-products .woobt-product > div {
	padding: 0;
}

.woobt-products .c-badge {
	display: none;
}

.woobt-products .woobt-product {
	padding:        10px 0 !important;
	border-bottom:  none !important;
	flex-direction: row !important;
	text-align:     start !important;
	position:       relative;
}

.woobt-layout-separate .woobt-products .woobt-product {
	align-items: flex-start;
}

.summary .woobt-products {
	max-width: 500px;
}

.summary .woobt-layout-default .woobt-products {
	margin-bottom: 40px;
}

.summary .woobt-layout-separate .woobt-products {
	margin-bottom: 25px;
}

.woobt-actions {
	margin-bottom: 40px;
}

.woobt-thumb {
	width:         56px !important;
	height:        56px !important;
	border-radius: 4px;
	overflow:      hidden;
	position:      relative;
	padding:       0 !important;
}

.woobt-thumb img {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.woobt-title {
	display:    flex;
	flex-wrap:  wrap;
	-moz-column-gap: 10px;
	     column-gap: 10px;
	min-width:  50px;
}

.woobt-title-inner {
	width:          100%;
	min-width:      1px;
	font-size:      16px;
	letter-spacing: 0.0125em;
}

.woobt-price,
.woobt-additional .amount,
.woobt-total .amount {
	font-weight:    normal;
	font-size:      20px;
	line-height:    1;
	letter-spacing: 0.02em;
}

.woobt-price .price {
	margin: 0 -5px !important;
}

.summary .woobt-layout-default .woobt-price-ori,
.summary .woobt-layout-default .woobt-price .price {
	margin-top:     0 !important;
	line-height:    1 !important;
	flex-direction: column !important;
	align-items:    flex-end;
	display:        flex;
}

.woobt-price del {
	order: 0 !important;
}

.woobt-total del,
.woobt-additional del {
	text-decoration: none;
}

.woobt-total del .amount,
.woobt-additional del .amount {
	text-decoration:               line-through;
	font-weight:                   300;
	color:                         var(--text-color-light);
	text-decoration-color:         var(--text-color-tr-50);
	-webkit-text-decoration-color: var(--text-color-tr-50);
	text-decoration-thickness:     0.04em;
	font-size:                     14px;
}

.woobt-price ins {
	font-weight: inherit !important;
}

body .woobt-products .woobt-product .woobt-price {
	max-width: unset;
}

.woobt-layout-separate .woobt-products .woobt-product .woobt-price {
	margin-top: 0;
}

body .woobt-products .woobt-product .woobt-price del {
	opacity:                       1;
	font-weight:                   300;
	color:                         var(--text-color-light);
	text-decoration-color:         var(--text-color-tr-50);
	text-decoration-thickness:     0.04em;
	font-size:                     14px;
	-webkit-text-decoration-color: var(--text-color-tr-50);
	order:                         2;
}

body .woobt-products .woobt-product .woobt-price .amount {
	display: inline;
}

body .woobt-products .woobt-product .woobt-price del span {
	text-decoration: unset;
}

.woobt-products .woobt-title {
	padding: 0 !important;
}

body .woobt-products .woobt-description {
	color:      var(--text-color-body);
	width:      100%;
	font-size:  15px;
	margin-top: 5px;
}

body .woobt-products .woobt-product .woobt-title .stock {
	font-size:   12px;
	line-height: 21px;
}

body .woobt-products .woobt-product .woobt-availability {
	width:      100%;
	margin-top: 8px;
}

.woobt-images {
	flex-wrap:     wrap;
	margin-top:    20px !important;
	margin-bottom: 0 !important;
}

.woobt-images .woobt-image img {
	width:        80px !important;
	height:       auto !important;
	aspect-ratio: var(--image-product-aspect-ratio);
	-o-object-fit:   cover;
	   object-fit:   cover;

}

.woobt-image img,
.woobt-thumb img {
	mix-blend-mode: darken;
}

.woobt-image a,
.woobt-image .woobt-img,
.woobt-thumb {
	background-color: var(--image-background-color) !important;
	display:          block;
}

.c-product__after-summary .woobt-wrap {
	position: relative;
}

.woobt-wrap:before {
	display:          block;
	-moz-column-span: all;
	column-span:      all;
}

.woobt-wrap[data-position="before"]:before {
	display: none;
}

.c-product__after-summary .woobt-wrap:before {
	text-align: center;
}

.woobt-text.woobt-before-text {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.c-product__after-summary .woobt-images .woobt-image img {
		width:        140px !important;
		height:       auto !important;
		aspect-ratio: var(--image-product-aspect-ratio);
		-o-object-fit:   cover;
		   object-fit:   cover;
		display:      block;
	}
}

.woobt-images .woobt-image {
	width:         auto !important;
	flex:          0 0 auto !important;
	margin-bottom: 10px;
}

.h-rtl .woobt-images .woobt-image {
	margin-left:  10px !important;
	margin-right: 0 !important;
}

.h-rtl .woobt-images .woobt-image span {
	margin-right: 0 !important;;
	margin-left:  10px !important;
}

.woobt-products .woobt-product .woobt-thumb {
	flex: 0 0 auto !important;
}

.h-ltr .woobt-products .woobt-product .woobt-thumb,
.h-ltr .woobt-products .woobt-product .woobt-title {
	margin-right: 20px !important;
}

.h-rtl .woobt-products .woobt-product .woobt-thumb,
.h-rtl .woobt-products .woobt-product .woobt-title {
	margin-left: 20px !important;
}

.woobt-products .woobt-product .woobt-price {
	width:        auto !important;
	flex:         0 0 auto;
	text-align:   end;
	margin-left:  0 !important;
	margin-right: 0 !important;
}

.woobt-quantity-input-minus,
.woobt-quantity-input-plus {
	display: none !important;
}

.woobt-layout-default .woobt-price ins {
	display: block;
}

@media (min-width: 768px) {
	.c-product__after-summary .woobt-layout-default,
	.c-product__after-summary .woobt-layout-separate {
		-moz-column-count: 2;
		     column-count: 2;
		-moz-column-gap:   50px;
		     column-gap:   50px;
	}
}

.c-product__after-summary .woobt-products {
	page-break-inside: avoid;
	-moz-column-break-inside:      avoid;
	     break-inside:      avoid-column;
	margin-top:        -10px;
}

.c-product__after-summary .woobt-before-text {
	-moz-column-span: all;
	     column-span: all;
}

.c-product__after-summary .woobt-images {
	-moz-column-span:   all;
	     column-span:   all;
	margin-top:    0 !important;
	margin-bottom: 20px !important;
}

.woobt-alert {
	background-color: var(--background-color);
	border-color:     var(--accent-color);
}

.woobt-product .woo-variation-raw-select {
	display: inline-block !important;
}

body .woobt-products .woobt-product .variations_form .variations .variation .select select {
	background-image: var(--select-ordering-image);
	font-family:      var(--font-text);
	font-weight:      500;
	font-size:        13px;
	letter-spacing:   0.01em;
	height:           auto !important;
}

body .woobt-products .woobt-product .variations_form .variations .variation {
	border-color:     var(--text-color-extra-light);
	color:            var(--text-color);
	background-color: var(--background-color);
}

.woobt-product .variable-items-wrapper {
	display: none !important;
}

.woobt-product .variation {
	min-width: calc(50% - 8px);
}

.woobt-product .variation .label {
	margin-bottom:  5px;
	font-weight:    600;
	font-size:      12px;
	line-height:    15px;
	letter-spacing: 0.02em;
	color:          var(--text-color);
}

.woobt-availability {
	color: var(--accent-color);
	width: 100%;
}

.woobt-availability:not(:empty) {
	margin-top: 5px;
}

.woobt-availability .out-of-stock {
	color: #D1333C;
}

.summary .woobt-wrap:before {
	margin-top: 40px;
}

.summary .woobt-wrap:before,
.woobt-item-text h4,
.woobt-item-text h5,
.woobt-item-text h6 {
	font-weight:    300;
	font-size:      19px;
	line-height:    27px;
	letter-spacing: 0.03em;
	text-transform: var(--text-transform);
	padding-top:    15px;
	padding-bottom: 5px;
}

body .woobt-products .woobt-item-text {
	padding:       0;
	border-bottom: none;
}

body .woobt-products .woobt-product .variations_form .variations .reset {
	width: 100%;
}

body .woobt-products .woobt-product .variations_form .variations a.reset_variations {
	position:        relative;
	width:           100%;
	display:         inline-flex;
	right:           unset;
	left:            unset;
	top:             unset;
	bottom:          unset;
	font-size:       12px;
	margin-top:      10px;
	margin-bottom:   10px;
	font-weight:     600;
	line-height:     15px;
	letter-spacing:  0.02em;
	color:           var(--accent-color);
	display:         inline-flex;
	align-items:     center;
	-moz-column-gap: 6px;
	column-gap:      6px;
}

.woobt-product .reset_variations:before {
	display:     inline-flex;
	content:     var(--icon-close-small);
	font-family: var(--font-icons);
	font-size:   6px;
}

.woobt-product .c-product__quantity {
	--height: 40px;
}

.woobt-product .c-product__quantity-minus,
.woobt-product .c-product__quantity-plus {
	width: 22px;
}

.woobt-product input.c-product__quantity-value {
	width:  33px !important;
	border: none !important;
	height: 40px !important;
}

.woobt-product .c-product__quantity > * {
	height: auto !important;
}

body .woobt-products .woobt-product .woobt-quantity {
	flex:  0 0 auto;
	width: auto;
}

.summary .woobt-checkbox {
	position: relative;
}

.c-product .woobt-checkbox {
	margin-top: 2px !important;
}

.woobt-form .wc-forward {
	display: none;
}

.h-ltr .woobt-quantity {
	margin-right: 20px;
}

.h-rtl .woobt-quantity {
	margin-left: 20px;
}

.woobt-wrap.woobt-loading:before,
.woobt-wrap.woobt-loading:after {
	display: none !important;
}

.c-product-grid__item .woobt-wrap,
.c-product--quick-view .woobt-wrap {
	display: none;
}

@media (max-width: 500px) {
	.woobt-layout-default .woobt-products .woobt-product .woobt-price del {
		display:         flex;
		justify-content: flex-end;
	}

	.h-ltr .woobt-products .woobt-product .woobt-thumb {
		margin-right: 10px !important;
	}

	.h-rtl .woobt-products .woobt-product .woobt-thumb {
		margin-right: 10px !important;
	}
}

@media (max-width: 1189px) {
	.summary .woobt-layout-default .woobt-quantity-input .qty, .woobt-quantity-input .woobt-qty {
		line-height: 30px;
	}

	.summary .woobt-layout-default .woobt-products .woobt-product .woobt-quantity .quantity {
		flex-direction: column-reverse;
		--height:       30px;
		height:         auto;
		align-items:    center;
	}

	.summary .woobt-layout-default .woobt-quantity .c-product__quantity-plus {
		padding-top: 7px;
	}

	.summary .woobt-layout-default .woobt-quantity .c-product__quantity-minus {
		padding-bottom: 7px;
	}

	.summary .woobt-layout-default .woobt-quantity .c-product__quantity-plus,
	.summary .woobt-layout-default .woobt-quantity .c-product__quantity-minus {
		justify-content: center;
	}
}

@media (max-width: 400px) {

	.summary .woobt-wrap {
		margin-top: 30px;
	}

	.woobt-quantity-input .qty, .woobt-quantity-input .woobt-qty {
		line-height: 30px;
	}

	.woobt-products .woobt-product .woobt-quantity .quantity {
		flex-direction: column-reverse;
		--height:       30px;
		height:         auto;
		align-items:    center;
	}

	.woobt-quantity .c-product__quantity-plus {
		padding-top: 7px;
	}

	.woobt-quantity .c-product__quantity-minus {
		padding-bottom: 7px;
	}

	.woobt-quantity .c-product__quantity-plus,
	.woobt-quantity .c-product__quantity-minus {
		justify-content: center;
	}

	.h-ltr .woobt-products-layout-default .woobt-quantity {
		margin-right: 10px;
	}

	.h-rtl .woobt-products-layout-default .woobt-quantity {
		margin-left: 10px;
	}
}

/*- Woocommerce Login Form -*/

.woocommerce-form-login:not(.c-form) {
	background-color: var(--white-color);
	margin-bottom:    60px;
	display:          flex;
	flex-wrap:        wrap;
	justify-content:  space-between;
}

.woocommerce-form-login:not(.c-form) .clear {
	display: none;
}

.woocommerce-form-login:not(.c-form) .lost_password {
	margin-top: 0;
}

.woocommerce-form-login:not(.c-form) .lost_password a {
	color: var(--accent-color);
}

.woocommerce-form-login:not(.c-form) label {
	display:        block;
	padding-bottom: 12px;
	font-style:     normal;
	font-weight:    normal;
	font-size:      15px;
	line-height:    22px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
}

.woocommerce-form-login:not(.c-form) .required {
	text-decoration: none;
	color:           darkred;
}

.woocommerce-form-login:not(.c-form) > p:not(.form-row) {
	flex:       1 1 auto;
	width:      100%;
	margin-top: 0;
}

.woocommerce-form-login:not(.c-form) .input-text,
.woocommerce-form-login:not(.c-form) .button {
	width: 100%;
}

.woocommerce-form-login:not(.c-form) .form-row-first,
.woocommerce-form-login:not(.c-form) .form-row-last,
.woocommerce-form-login:not(.c-form) .clear + .form-row {
	flex:  0 0 auto;
	width: calc(100% / 3 - 20px);
}

.woocommerce-form-login:not(.c-form) .clear + .form-row {
	display:        flex;
	flex-direction: column-reverse;
}

.woocommerce-password-strength {
	margin-top: 15px;
}

.woocommerce-password-strength.bad {
	color: #D1333C !important;
}

.woocommerce-password-strength.strong {
	color: #00af37 !important;
}

/*-- Woocommerce Login Form (Desktop) --*/
@media (min-width: 1190px) {
	.woocommerce-form-login:not(.c-form) .lost_password a:hover {
		color:                   var(--text-color);
		text-decoration:         underline;
		text-underline-position: under;
	}
}

/*-- Woocommerce Login Form (Mobile) --*/
@media (max-width: 1023px) and (min-width: 767px) {
	.woocommerce-form-login:not(.c-form) {
		padding-left:  25px;
		padding-right: 25px;
	}
}

@media (max-width: 767px) {
	.woocommerce-form-login:not(.c-form) {
		padding:       0;
		display:       block;
		max-width:     400px;
		margin-left:   auto;
		margin-right:  auto;
		margin-top:    15px;
		margin-bottom: 30px;
	}

	.woocommerce-form-login:not(.c-form) > * {
		width: 100% !important;
	}
}

/*- Woocommerce Notices -*/

.woocommerce-notices-wrapper {
	position:  relative;
	width:     100%;
	clear:     both;
	min-width: 320px;
}

.woocommerce-notices-wrapper *[tabindex]:focus {
	outline: none;
}

.woocommerce-notice-close {
	display:     block;
	position:    absolute;
	width:       12px;
	height:      12px;
	line-height: 12px;
	text-align:  center;
	z-index:     1;
	right:       8px;
	top:         8px;
	color:       var(--text-color);
	transition:  var(--opacity-transform-transition);
	opacity:     0.3;
	cursor:      pointer;
}

.h-rtl .woocommerce-notice-close {
	left:  8px;
	right: unset;
}

.woocommerce-notice-close-svg {
	width:       12px;
	height:      12px;
	font-size:   12px;
	line-height: 1;
}

.woocommerce-notice-success-svg {
	width:          22px;
	height:         22px;
	font-size:      20px;
	line-height:    1;
	vertical-align: middle;
	color:          #6FBA54;
	display:        block;
	position:       absolute;
}

.woocommerce-notice-info-svg {
	width:          22px;
	height:         20px;
	font-size:      20px;
	line-height:    1;
	vertical-align: middle;
	color:          #FE8128;
	display:        block;
	position:       absolute;
}

.woocommerce-notice-error-svg {
	width:          22px;
	height:         22px;
	font-size:      20px;
	line-height:    1;
	vertical-align: middle;
	color:          #D1333C;
	display:        block;
	position:       absolute;
}

.h-ltr .woocommerce-notices-wrapper .button {
	float:       right;
	margin-left: 20px;
	max-width:   50%;
}

.h-rtl .woocommerce-notices-wrapper .button {
	float:        left;
	margin-right: 20px;
	max-width:    50%;
}

.woocommerce-notices-wrapper a {
	text-decoration: underline;
}

.woocommerce > .woocommerce-notice,
.woocommerce > .woocommerce-error,
.woocommerce > .woocommerce-message {
	display: none;
}

.woocommerce-notices-wrapper {
	visibility: hidden;
	position:   absolute;
	z-index:    -1;
}

/*-- Store Notice --*/

.woocommerce-store-notice {
	font-size:        15px;
	text-align:       center;
	font-weight:      normal;
	padding:          11px 15px 8px 15px;
	margin:           0;
	color:            var(--store-notice-color);
	background-color: var(--store-notice-background-color);
	min-width:        320px;
}

.woocommerce-store-notice--bottom {
	position:   fixed;
	left:       0;
	bottom:     0;
	width:      100%;
	z-index:    10001;
	box-shadow: 0 -4px 22px 2.4px rgba(0, 0, 0, 0.12);
}

a.woocommerce-store-notice__dismiss-link {
	margin-left:      10px;
	padding-top:      7px;
	padding-bottom:   7px;
	margin-top:       3px;
	margin-bottom:    3px;
	background-color: transparent;
	color:            var(--store-notice-color);
	border-color:     var(--store-notice-color);
	vertical-align:   middle;
	position:         relative;
	top:              -2px;
}

.h-rtl a.woocommerce-store-notice__dismiss-link {
	margin-right: 10px;
	margin-left:  0;
}

.woocommerce-notice,
.woocommerce-error,
.woocommerce-message {
	font-size:        14px;
	line-height:      17px;
	font-weight:      300;
	letter-spacing:   0.015em;
	background-color: var(--white-color);
	overflow:         hidden;
}

.woocommerce-notices-wrapper .button {
	padding-top:    10px;
	padding-bottom: 10px;
}

.woocommerce-form-login-toggle {
	display: none;
}

.woocommerce-notices-atc-wrap {
	display:     inline-flex;
	align-items: flex-start;
}

.woocommerce-notices-atc-wrap .button {
	flex: 0 0 auto;
}

/*-- Woocommerce Notices (Desktop) --*/

@media (min-width: 1190px) {
	a.woocommerce-store-notice__dismiss-link:hover {
		background-color: var(--store-notice-color);
		color:            var(--store-notice-background-color);
	}

	.woocommerce-notice-close:hover {
		opacity:   1;
	}
}

@media (min-width: 768px) {

	.woocommerce-notices-wrapper {
		width:        1140px;
		margin-left:  auto;
		margin-right: auto;
	}

	.woocommerce-notices-wrapper--transition {
		transition: transform 0.2s linear;
	}

	.woocommerce-notice,
	.woocommerce-error,
	.woocommerce-message {
		position:      relative;
		border-radius: 4px;
		margin-top:    12px;
		padding:       14px 60px;
	}

	.woocommerce-notices-wrapper--ajax {
		position:   fixed;
		visibility: visible;
		top:        30px;
		right:      30px;
		width:      425px;
		margin:     0;
		z-index:    1201;
	}

	.h-rtl .woocommerce-notices-wrapper--ajax {
		right: unset;
		left:  30px;
	}

	.woocommerce-notices-wrapper--ajax .woocommerce-notice,
	.woocommerce-notices-wrapper--ajax .woocommerce-error,
	.woocommerce-notices-wrapper--ajax .woocommerce-message {
		border-radius:  0;
		margin:         0;
		font-size:      14px;
		line-height:    17px;
		font-weight:    300;
		letter-spacing: 0.015em;
		padding:        25px 25px 25px 54px;
		box-shadow:     0 4px 22px 2.4px rgba(0, 0, 0, 0.12);
	}

	.h-rtl .woocommerce-notices-wrapper--ajax .woocommerce-notice,
	.h-rtl .woocommerce-notices-wrapper--ajax .woocommerce-error,
	.h-rtl .woocommerce-notices-wrapper--ajax .woocommerce-message {
		padding: 25px 54px 25px 25px;
	}

	.h-ltr .woocommerce-notice-success-svg,
	.h-ltr .woocommerce-notice-info-svg,
	.h-ltr .woocommerce-notice-error-svg {
		left: 16px;
		top:  16px;
	}

	.h-rtl .woocommerce-notice-success-svg,
	.h-rtl .woocommerce-notice-info-svg,
	.h-rtl .woocommerce-notice-error-svg {
		right: 16px;
		top:   16px;
	}

	.h-ltr .woocommerce-notices-wrapper--ajax .woocommerce-notice-success-svg,
	.h-ltr .woocommerce-notices-wrapper--ajax .woocommerce-notice-info-svg,
	.h-ltr .woocommerce-notices-wrapper--ajax .woocommerce-notice-error-svg {
		left: 22px;
		top:  24px;
	}

	.h-rtl .woocommerce-notices-wrapper--ajax .woocommerce-notice-success-svg,
	.h-rtl .woocommerce-notices-wrapper--ajax .woocommerce-notice-info-svg,
	.h-rtl .woocommerce-notices-wrapper--ajax .woocommerce-notice-error-svg {
		right: 22px;
		top:   24px;
	}
}

/*-- Woocommerce Notices (Mobile) --*/

@media (max-width: 767px) {

	.woocommerce-notices-wrapper {
		position:  fixed;
		top:       0;
		left:      0;
		transform: translateY(0);
		width:     100%;
		z-index:   1201;
	}

	.woocommerce-notices-wrapper--ajax {
		visibility: visible;
		transition: transform 0.2s linear;
	}

	.woocommerce-notice,
	.woocommerce-error,
	.woocommerce-message {
		position:   relative;
		padding:    18px 30px 18px 50px;
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
	}

	.h-rtl .woocommerce-notice,
	.h-rtl .woocommerce-error,
	.h-rtl .woocommerce-message {
		padding: 18px 50px 18px 30px;
	}

	.h-ltr .woocommerce-notice-success-svg,
	.h-ltr .woocommerce-notice-info-svg,
	.h-ltr .woocommerce-notice-error-svg {
		left: 16px;
		top:  16px;
	}

	.h-rtl .woocommerce-notice-success-svg,
	.h-rtl .woocommerce-notice-info-svg,
	.h-rtl .woocommerce-notice-error-svg {
		right: 16px;
		top:   16px;
	}
}

/*- Woocommerce Verify Form -*/

.woocommerce-verify-email {
	display:          flex;
	flex-wrap:        wrap;
	-moz-column-gap:       10px;
	     column-gap:       10px;
	margin-left:      auto;
	margin-right:     auto;
	max-width:        340px;
}

.woocommerce-verify-email > * {
	flex:  1 1 auto;
	width: 100%;
}

.woocommerce-verify-email .input-text {
	width: 100%;
}

.woocommerce-verify-email label {
	display:        block;
	padding-bottom: 10px;
	font-style:     normal;
	font-weight:    400;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.02em;
}

.woocommerce-verify-email > p:not(.form-row) {
	flex:       1 1 auto;
	width:      100%;
	margin-top: 0;
}


/*- WPML language selector -*/
.c-lang-demo {
	position: relative;
}

.h-wpml .wpml-ls-legacy-dropdown,
.h-wpml .wpml-ls-legacy-dropdown-click {
	width: auto;
}

.h-wpml .wpml-ls-legacy-dropdown a,
.h-wpml .wpml-ls-legacy-dropdown-click a,
.c-lang-demo__link {
	text-transform:   unset;
	font-size:        14px;
	line-height:      16px;
	position:         relative;
	margin:           0;
	letter-spacing:   0.03em;
	color:            currentColor;
	border:           none;
	background-color: transparent;
	padding:          0;
}

.h-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.h-wpml .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.c-lang-demo__link:after {
	content:                  var(--icon-select-bold);
	display:                  inline-block;
	vertical-align:           middle;
	font-family:              var(--font-icons);
	top:                      -1px;
	border:                   none;
	right:                    unset;
	font-size:                5px;
	margin-left:              7px;
	position:                 relative;
	transform-origin:         center;
	transition:               var(--custom-transform-transition);
}

.h-rtl.h-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.h-rtl.h-wpml .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.h-rtl .c-lang-demo__link:after {
	margin-left:  0;
	margin-right: 7px;
}

.h-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover:after,
.h-wpml .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover:after,
.c-lang-demo:hover .c-lang-demo__link:after {
	transform: rotate(180deg);
}

.h-wpml .wpml-ls-legacy-dropdown a:hover,
.h-wpml .wpml-ls-legacy-dropdown a:focus,
.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.h-wpml .wpml-ls-legacy-dropdown-click a:hover,
.h-wpml .wpml-ls-legacy-dropdown-click a:focus,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.c-lang-demo__link:hover {
	color:      var(--top-accent-color);
	background: transparent;
}

.h-wpml .wpml-ls-flag + noscript + span,
.h-wpml .wpml-ls-flag + span {
	margin-left: 8px;
}

.h-wpml.h-rtl .wpml-ls-flag + noscript + span,
.h-wpml.h-rtl .wpml-ls-flag + span {
	margin-right: 8px;
	margin-left:  0;
}

.h-wpml .wpml-ls-legacy-list-horizontal {
	padding: 0;
	margin:  -5px -10px;
}

.h-wpml .wpml-ls-legacy-list-vertical > ul {
	margin: -5px -10px !important;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.c-lang-demo__list {
	position:              absolute;
	list-style:            none;
	padding:               0;
	width:                 210px;
	margin:                11px 0 0 0;
	left:                  unset;
	right:                 -5px;
	z-index:               1000;
	opacity:               0;
	visibility:            hidden;
	transition:            visibility 0.15s linear, opacity 0.15s linear;
	pointer-events:        none;
	text-transform:        none;
	font-weight:           normal;
	background-color:      var(--background-color);
	border:                solid 1px var(--text-color);
	color:                 var(--text-color);
	display:               flex;
	flex-direction:        column;
	flex-wrap:             wrap;
	align-items:           flex-start;
	text-align:            left;
}

.h-rtl.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.h-rtl.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.h-rtl .c-lang-demo__list {
	right: unset;
	left:  -5px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.c-lang-demo__list:before {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      -11px;
	height:   11px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.c-lang-demo__list:after {
	content:                  '';
	display:                  block;
	position:                 absolute;
	right:                    18px;
	top:                      -5px;
	width:                    8px;
	height:                   8px;
	background-color:         var(--background-color);
	transform-origin:         center;
	transform:                rotate(45deg);
	border-top:               solid 1px var(--text-color);
	border-left:              solid 1px var(--text-color);
}

.h-rtl.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
.h-rtl.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.h-rtl .c-lang-demo__list:after {
	right: unset;
	left:  18px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-item,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-item,
.c-lang-demo__item {
	width:          100%;
	font-style:     normal;
	font-weight:    400;
	font-size:      13px;
	line-height:    16px;
	letter-spacing: 0.015em;
	position:       relative;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item > a,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item > a,
.c-lang-demo__sublink {
	display: block;
	padding: 10px 25px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu.c-top-bar-menu__submenu--rtl,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu.c-top-bar-menu__submenu--rtl {
	left:  unset;
	right: -25px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.c-lang-demo:hover .c-lang-demo__list {
	opacity:        1;
	visibility:     visible;
	pointer-events: unset;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > :first-child,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu > :first-child,
.c-lang-demo__item:first-child {
	padding-top: 15px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > :last-child,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu > :last-child,
.c-lang-demo__item:last-child {
	padding-bottom: 15px;
}

@media (min-width: 1190px) {
	.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,
	.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
	.c-lang-demo__list a:hover {
		color: var(--accent-color);
	}
}

@media (max-width: 1189px) {

	.c-lang-demo__list {
		width: 100%;
	}

	.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
	.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
	.c-lang-demo__item {
		position: relative !important;
		left:     unset !important;
		right:    unset !important;
		top:      unset !important;
		width:    100% !important;
	}

	.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
	.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
	.c-lang-demo__list:after {
		left:  18px;
		right: unset;
	}

	.h-ltr .c-lang-demo__list {
		right: unset;
		left:  -5px;
	}

	.h-rtl .c-lang-demo__list {
		right: -5px;
		left:  unset;
	}

	.h-rtl.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
	.h-rtl.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
	.h-rtl .c-lang-demo__list:after {
		right: 18px;
		left:  unset;
	}

	@media (min-width: 768px) {
		.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
		.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
		.c-lang-demo__list:after {
			right:       unset !important;
			left:        50% !important;
			margin-left: -6px;
		}
	}
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	clear:                       both;
	cursor:                      pointer;
	display:                     block;
	position:                    relative;
	-webkit-user-select:         none;
	-moz-user-select:            none;
	-ms-user-select:             none;
	user-select:                 none;
	white-space:                 nowrap;
	width:                       auto;
	background-repeat:           no-repeat;
}

.nice-select:focus-visible {
	outline: none;
}

.nice-select.open .list {
	opacity:           1;
	pointer-events:    auto;
	transform:         scaleY(1) translateY(0);
}

.nice-select.disabled {
	opacity: 0.3;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left:  0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left:  auto;
	right: 0;
}

.nice-select.small {
	font-size:   12px;
	height:      36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width:  4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height:  34px;
}

.nice-select .list {
	background-color:         var(--background-color);
	box-shadow:               0 0 0 1px var(--text-color-extra-light);
	box-sizing:               border-box;
	margin-top:               4px;
	opacity:                  0;
	overflow:                 hidden;
	padding:                  0;
	pointer-events:           none;
	position:                 absolute;
	top:                      100%;
	left:                     0;
	transform-origin:         top center;
	transform:                scaleY(0.75) translateY(-5px);
	transition:               all 0.15s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index:                  9;
}

.h-rtl .nice-select .list {
	left:  unset;
	right: 0;
}

.nice-select .list:hover .option.selected:not(:hover) {
	background-color: var(--background-color-dark);
	color:            inherit;
}

.nice-select .option {
	cursor:             pointer;
	font-weight:        400;
	line-height:        40px;
	list-style:         none;
	min-height:         40px;
	outline:            none;
	padding-left:       18px;
	padding-right:      29px;
	text-align:         start;
	transition:         all 0.15s;
	position:           relative;
}

.h-rtl .nice-select .option {
	padding-left:       29px;
	padding-right:      18px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: var(--text-color);
	color:            var(--white-color);
}

.nice-select .option.disabled {
	background-color: transparent;
	opacity:          0.5;
	cursor:           default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/*- Owl Carousel -*/

.owl-carousel {
	display:                     none;
	width:                       100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position:                    relative;
	z-index:                     1;
}

.owl-carousel .owl-stage {
	position:                 relative;
	touch-action:             manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content:     ".";
	display:     block;
	clear:       both;
	visibility:  hidden;
	line-height: 0;
	height:      0;
}

.owl-carousel .owl-stage-outer {
	position:          relative;
	overflow:          hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform:           translate3d(0, 0, 0);
	-moz-transform:              translate3d(0, 0, 0);
	-ms-transform:               translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position:                    relative;
	min-height:                  1px;
	float:                       left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout:       none;
}

.owl-carousel .owl-item img {
	display: block;
	width:   100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-dot {
	border:     none;
	padding:    0;
	font:       inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action:        pan-y;
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration:  1000ms;
	        animation-duration:  1000ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}

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

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			  calculation of the height of the owl-item that breaks page layouts
		   */
}

.owl-carousel .owl-item .owl-lazy {
	opacity:    0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position:   relative;
	height:     100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity:             0;
	height:              100%;
	background-position: center center;
	background-repeat:   no-repeat;
	background-size:     contain;
	transition:          opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index:  1;
	height:   100%;
	width:    100%;
}

/*-- Owl Carousel (Desktop) --*/
@media (min-width: 1190px) {
	.owl-carousel .owl-video-play-icon:hover {
		transform:     scale(1.3, 1.3);
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top:                  10px;
	text-align:                  center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color:         #FFF;
	font-size:     14px;
	margin:        5px;
	padding:       4px 7px;
	background:    #D6D6D6;
	display:       inline-block;
	cursor:        pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor:  default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align:                  center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display:  inline-block;
	zoom:     1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width:                       10px;
	height:                      10px;
	margin:                      5px 7px;
	background:                  #D6D6D6;
	display:                     block;
	-webkit-backface-visibility: visible;
	transition:                  opacity 200ms ease;
	border-radius:               30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/*-- Owl Carousel Theme (Desktop) --*/
@media (min-width: 1190px) {
	.owl-theme .owl-nav [class*='owl-']:hover {
		background:      #869791;
		color:           #FFF;
		text-decoration: none;
	}
}
