/*
Theme Name: Luchiana
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.16
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. Custom Select
        - Custom Select (Desktop)
    14. Feature
    15. Features Filter
    16. Filter
        - Filter (Mobile)
    17. Footer
    18. Forms elements
        - Forms Elements (Desktop)
        - Forms Elements (Mobile)
    19. Header Search Form
        - Header Search Form (Desktop)
        - Header Search Form (Mobile)
    20. Header
        - Header (Desktop)
            - Header (Layout 2)
        - Header (Mobile)
    21. Login / Register Form
        - Login / Register Form (Desktop)
    22. Login / Register Form (Mobile)
    23. Latest Post Widget
        - Latest Post Widget (Desktop)
    24. Mailchimp Form
    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 grid
        - Product grid (Compact Layout)
        - Product grid (Desktop)
        - Product grid (Mobile)
    36. Product List Widget
        - Product List Widget (Desktop)
        - Product List Widget (Mobile)
    37. Product Search Form
    38. Product
        - Product (Quickview)
        - Product (Desktop)
        - Product (Mobile)
    39. Search Form
    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 Bar Menu
        - (Desktop)
    46. Top Menu
        - Top Menu (Desktop)
    47. Wishlist
        - Wishlist (Desktop)
        - Wishlist (Mobile)
    48. Product Reviews / Post Comments
        - Product Reviews / Post Comments (Desktop)
        - Product Reviews / Post Comments (Mobile)
    49. Pagination
        - Pagination (Desktop)
    50. Select 2
    51. Product Rating
        - Product Rating (Desktop)
    52. Widget
        - Widget (Desktop)
    53. Woocommerce Login Form
        - Woocommerce Login Form (Desktop)
        - Woocommerce Login Form (Mobile)
    54. Woocommerce Notices
        - Store Notice
        - Woocommerce Notices (Desktop)
        - Woocommerce Notices (Mobile)
    55. WPML language selector
    56. Owl Carousel
        - Owl Carousel (Desktop)
        - Owl Carousel Theme (Desktop)
*/


/*- Helpers -*/

.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:            -webkit-box;
	display:            flex;
	-webkit-box-pack:    center;
	        justify-content:    center;
	-webkit-box-align:        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% {
		-webkit-transform: rotate(0deg);
		transform:         rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform:         rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform:         rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		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:        2px solid currentColor;
	opacity:       0.3;
}

.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:            2px solid transparent;
	border-top-color:  currentColor;
	-webkit-animation: spin 1s infinite linear;
	animation:         spin 1s infinite linear;
}

/*-- Carousel --*/

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

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

.h-carousel--flex .owl-item > * {
	-webkit-box-flex: 0;
	        flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.h-carousel.c-product-grid__list.h-carousel--outside .owl-prev {
	left: -90px;
}

.h-carousel.c-product-grid__list.h-carousel--outside .owl-next {
	right: -90px;
}

/*.h-carousel.h-carousel--inner .owl-next i {*/
/*	position: relative;*/
/*	top:      2px;*/
/*	left:     2px;*/
/*}*/

/*.h-carousel.h-carousel--inner .owl-prev i {*/
/*	position: relative;*/
/*	top:      2px;*/
/*	left:     -2px;*/
/*}*/


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

.h-carousel__prev,
.h-carousel__next {
	display: inline-block;
}

.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:          -webkit-box;
	display:          flex;
	-webkit-box-pack:  center;
	        justify-content:  center;
	-webkit-box-align:      center;
	        align-items:      center;
	background-color: #10bcf2;
	fill:             white;
}

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

@media (min-width: 821px) {

	.h-carousel--round .owl-prev,
	.h-carousel--round .owl-next {
		color:            white !important;
		border-radius:    50%;
		background-color: var(--text-color-light);
		font-size:        18px !important;
	}

	.h-carousel--round-light .owl-prev,
	.h-carousel--round-light .owl-next,
	.h-carousel--round-white .owl-prev,
	.h-carousel--round-white .owl-next {
		color:            var(--text-color) !important;
		border-radius:    50%;
		background-color: rgba(255, 255, 255, 0.5);
		font-size:        18px !important;
	}

	.h-carousel--round-white .owl-prev,
	.h-carousel--round-white .owl-next {
		background-color: white;
	}

	.h-carousel--round.h-carousel--inner .owl-prev,
	.h-carousel--round-light.h-carousel--inner .owl-prev,
	.h-carousel--round-white.h-carousel--inner .owl-prev {
		left: 35px !important;
	}

	.h-carousel--round.h-carousel--inner .owl-next,
	.h-carousel--round-light.h-carousel--inner .owl-next,
	.h-carousel--round-white.h-carousel--inner .owl-next {
		right: 35px !important;
	}

	.h-carousel--round.h-carousel--border .owl-prev,
	.h-carousel--round-light.h-carousel--border .owl-prev,
	.h-carousel--round-white.h-carousel--border .owl-prev {
		left: -35px;
	}

	.h-carousel--round.h-carousel--border .owl-next,
	.h-carousel--round-light.h-carousel--border .owl-next,
	.h-carousel--round-white.h-carousel--border .owl-next {
		right: -35px;
	}

	.h-carousel--round .owl-nav i,
	.h-carousel--round-light .owl-nav i,
	.h-carousel--round-white .owl-nav i {
		height: 18px;
		width:  10px;
	}

	.h-carousel--round .h-carousel__next,
	.h-carousel--round-light .h-carousel__next,
	.h-carousel--round-white .h-carousel__next {
		position: relative;
		left:     2px;
	}

	.h-carousel--round .h-carousel__prev,
	.h-carousel--round-light .h-carousel__prev,
	.h-carousel--round-white .h-carousel__prev {
		position: relative;
		right:    2px;
	}

	.h-carousel--round .owl-nav i[class^="ip-"]:before,
	.h-carousel--round-light .owl-nav i[class^="ip-"]:before,
	.h-carousel--round-white .owl-nav i[class^="ip-"]:before {
		-webkit-font-smoothing: subpixel-antialiased;
	}
}

.h-carousel .owl-dots {
	position:        absolute;
	display:         -webkit-inline-box;
	display:         inline-flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align:     center;
	        align-items:     center;
	cursor:          pointer;
    left: 0;
    right: 0;
}

.h-carousel .owl-dots > .owl-dot {
	display:       block;
	width:         10px;
	height:        10px;
	position:      relative;
	background:    transparent;
	border-radius: 50%;
	cursor:        pointer;
}

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

.h-carousel--default-dots .owl-dots > .owl-dot {
	border:  solid 1px currentColor !important;
	opacity: 0.5;
}

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

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

.h-carousel--default-dots .owl-dots > .owl-dot.active {
	opacity:          1;
	background-color: currentColor;
}

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

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

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

.h-carousel--big-dots .owl-dots > .owl-dot:before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  0;
	right:                 0;
	top:                   0;
	bottom:                0;
	border-radius:         50%;
	border:                solid 2px currentColor;
	opacity:               0.2;
}

.h-carousel--big-dots:not(.h-carousel--dot-animated) .owl-dots > .owl-dot:after {
	display:               block;
	position:              absolute;
	left:                  0;
	right:                 0;
	top:                   0;
	bottom:                0;
	border-radius:         50%;
	border:                solid 2px currentColor;
}

.h-carousel--big-dots .owl-dots > .owl-dot.active:after {
	content: '';
}


.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;
	-webkit-transform: translateX(-50%) !important;
	        transform: translateX(-50%) !important;;
}

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

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

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

.h-rotate-180 {
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform:        rotate(180deg);
	        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 {
	-webkit-box-flex:  0 !important;
	        flex:  0 0 auto !important;
	width: unset !important;
}

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

.h-inline-form {
	display:     -webkit-box;
	display:     flex;
	-webkit-box-align: start;
	        align-items: flex-start;
}

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

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

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

.h-inline-form > button,
.h-inline-form > input[type="submit"] {
	-webkit-box-flex: 0;
	        flex: 0 0 auto;
}

.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;
	-webkit-box-flex:         0 !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;
}


@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: 1190px) {

	.h-carousel--compact .owl-prev {
		left:       -60px;
		background: none !important;
	}

	.h-carousel--compact .owl-next {
		right:      -60px;
		background: none !important;
	}

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

	.h-carousel--round-white .owl-prev:not(.disabled):hover,
	.h-carousel--round-white .owl-next:not(.disabled):hover {
		background-color: rgba(255, 255, 255, 0.5) !important;
		/*color:            white !important;*/
	}

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

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

	.h-grayscale:hover {
		opacity: 1;
		-webkit-filter:  grayscale(0);
		        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 {
		background-color: var(--text-color) !important;
	}

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

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

@media (max-width: 820px) {

	.h-carousel.h-carousel--border .owl-prev,
	.h-carousel.h-carousel--outside .owl-prev {
		width:            10px !important;
		height:           18px !important;
		font-size:        18px !important;
		border-radius:    0 !important;
		background-color: transparent !important;
		left:             -15px !important;
		margin-top:       -9px !important;
		color:            var(--text-color) !important;
	}

	.h-carousel.h-carousel--border .owl-next,
	.h-carousel.h-carousel--outside .owl-next {
		width:            10px !important;
		height:           18px !important;
		font-size:        18px !important;
		border-radius:    0 !important;
		background-color: transparent !important;
		right:            -15px !important;
		margin-top:       -9px !important;
		color:            var(--text-color) !important;
	}

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

	.h-carousel.h-carousel--round-white .owl-prev,
	.h-carousel.h-carousel--round-white .owl-next {
		color: white !important;
	}


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

}

@media (max-width: 767px) {
	.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 {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform:        scale(0.5);
		        transform:        scale(0.5);
	}

	.h-inline-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        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 {
		padding-left:  0 !important;
		padding-right: 0 !important;
	}

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

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

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

@media (max-width: 359px) {
	.h-carousel.h-carousel--outside .owl-prev {
		left: -2px !important;
	}

	.h-carousel.h-carousel--outside .owl-next {
		right: -2px !important;
	}
}


/*- Layouts -*/

.l-wrap {
	position:       relative;
	display:        -webkit-box;
	display:        flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	min-height:     auto;
	min-width:      320px;
	width:          100%;
	max-width:      100vw;
	overflow:       hidden;
}

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

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

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

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

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

.l-section--top-margin {
/*	margin-top: 45px;*/
}

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

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

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

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

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

.l-section--top-margin-minus {
	margin-top: -165px;
}

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

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

@media (min-width: 1250px) {
	.l-section--container-wide,
	.l-section__container-wide {
		width:         1680px;
		max-width:     100%;
		margin-left:   auto;
		margin-right:  auto;
		padding-left:  70px;
		padding-right: 70px;
	}
}

@media (min-width: 1190px) {

	.l-section__sidebar {
		-webkit-box-flex:         0;
		        flex:         0 0 auto;
		width:        260px;
		margin-right: 40px;
	}

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

	.l-section__sidebar--right {
		margin-right: 0;
		margin-left:  40px;
	}

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

	.l-section__content--with-sidebar {
		-webkit-box-flex: 1;
		        flex: 1 1 auto;
	}

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

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

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

@media (max-width: 1249px) {
	.l-section--container-wide,
	.l-section__container-wide {
		width:         100%;
		padding-left:  30px;
		padding-right: 30px;
	}
}


@media (max-width: 1189px) {

	.l-section--top-margin-minus {
		margin-top:    -145px;
		margin-bottom: 0;
	}

	.l-section--white {
		background-color: white;
	}

	@media (min-width: 768px) {
		.l-section--white.l-section--checkout {
			background-color: var(--background-color);
		}
	}

	.l-section--white.l-section--top-margin {
		padding-top: 45px;
		margin-top:  0;
	}

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

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

	.l-section--white.l-section--top-margin-80 {
		padding-top: 60px;
		margin-top:  0;
	}

	.l-section--white.l-section--bottom-margin {
		padding-bottom: 70px;
		margin-bottom:  0;
	}

	.l-section--white.l-section--bottom-margin--60 {
		padding-bottom: 70px;
		margin-bottom:  0;
	}

	.l-section--with-sidebar {
		display:        -webkit-box;
		display:        flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

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

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

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

	.l-section__sidebar--left {
		-webkit-box-ordinal-group:      4;
		        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);
	}
}

/*- Misc -*/

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

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

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

.hasCustomSelect {
	z-index: 1;
}

.pswp {
	display: none;
}

.stock.out-of-stock {
	color:       #D1333C;
	font-size:   15px;
	font-weight: 400;
}

.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 {
	-webkit-transition: none !important;
	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:      55% !important;
	line-height:    1.2;
}

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

	.admin-bar-hide {
		-webkit-transform: translateY(-100%);
		        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;
}

/*-- 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;
}

.guidelines {
	width:          1160px;
	left:           50%;
	margin-left:    -580px;
	top:            0;
	bottom:         0;
	position:       fixed;
	border:         dashed 1px red;
	z-index:        10000;
	pointer-events: none;
}

.guidelines:after {
	content:        '';
	display:        block;
	position:       absolute;
	left:           50%;
	top:            0;
	bottom:         0;
	border:         dashed 1px green;
	z-index:        10000;
	pointer-events: none;
}

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

body.woo-variation-swatches [data-wvstooltip]:before,
body.woo-variation-swatches .wvs-has-image-tooltip:before {
	font-size: 13px;
}

.h-rtl.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-of-type {
	margin-right: 5px;
}

.h-rtl.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:last-of-type {
	margin-right: 8px;
}

.h-rtl.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-of-type {
	margin-right: 0;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
	border-radius: 0 !important;
	width: auto !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	padding: 0 5px;
}

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;
	margin-right: 5px;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	padding:      3px;
}

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);
}

body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item),
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	border-radius: 0;
	box-shadow:    0 0 0 1px var(--text-color-tr);
}

body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item.color-variable-item,
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item.image-variable-item {
	box-shadow: none;
}

body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item.color-variable-item:hover,
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow:    0 0 0 1px var(--text-color);
}

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);
}

/*- Animations -*/

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

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

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

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

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

.c-ip-slider--align-right .owl-fade-scale-in,
.c-ip-slider--align-right .owl-fade-scale-out {
	-webkit-transform-origin: 75% 50%;
	        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 {
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}

	.c-ip-slider--align-tablet-right .owl-fade-scale-in,
	.c-ip-slider--align-tablet-right .owl-fade-scale-out {
		-webkit-transform-origin: 75% 50%;
		        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 {
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}

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

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

.banners-fade-scale-out {
	-webkit-transform-origin: 50% 50%;
	        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; -webkit-transform: scale(1.5); transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); 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 { -webkit-transform: translateY(100%); transform: translateY(100%) }
}
@keyframes slideUpFrom {
	from { -webkit-transform: translateY(100%); transform: translateY(100%) }
}

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

/*- Account -*/

.c-account {
	display:          -webkit-box;
	display:          flex;
	background-color: white;
	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 {
	-webkit-box-flex:         0;
	        flex:         0 0 260px;
	padding:      45px 50px;
	border-right: solid 1px var(--background-color-dark);
}

.c-account__col-content {
	-webkit-box-flex:           1;
	        flex:           1 1;
	padding:        40px 60px;
	font-weight:    normal;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
}

.c-account__navigation {
	margin:         0;
	padding:        0;
	list-style:     none;
	font-style:     normal;
	font-weight:    normal;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	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:    500;
	font-size:      17px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	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: bold;
}

.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;
}

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

@media (min-width: 1190px) {

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

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

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

	.c-account__col-menu {
		position:       relative;
		padding:        0;
		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(--background-color-dark);
	}

	.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 {
		font-size: 16px;
	}

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

/*- Product badges -*/

.c-badge__list {
    display:   -webkit-box;
    display:   flex;
    flex-wrap: wrap;
}

.c-badge {
    -webkit-box-flex:             0;
            flex:             0 0 auto;
    display:          inline-block;
    padding:          7px 7px 7px 8px;
    text-transform:   uppercase;
    color:            #FFF;
    font-style:       normal;
    font-weight:      bold;
    font-size:        10px;
    line-height:      11px;
    letter-spacing:   0.03em;
    text-align:       center;
    margin-bottom:    5px;
    background-color: var(--text-color);
}

.c-badge--new {
    -webkit-box-ordinal-group:            2;
            order:            1;
    background-color: var(--badge-bgcolor-new);
}

.c-badge--sale {
    -webkit-box-ordinal-group:            3;
            order:            2;
    background-color: var(--badge-bgcolor-sale);
}
.c-badge--stamp{
    -webkit-box-ordinal-group:            3;
            order:            2;
    background-color: transparent;
     position: relative;
    top: -15px;
/*    background-color: */
}
.c-badge--stamp img{
    width: 50px;
   
}
.c-badge--new + .c-badge--sale {
    margin-left: 5px;
}

.h-rtl .c-badge--new + .c-badge--sale {
    margin-left:  0;
    margin-right: 5px;
}

.c-badge--featured {
    -webkit-box-ordinal-group:            4;
            order:            3;
    background-color: var(--badge-bgcolor-featured);
}
/*- Blog blog -*/

.c-blog__grid {
	display:     -webkit-box;
	display:     flex;
	flex-wrap:   wrap;
	margin:      -30px -20px;
}

.c-blog__nothing {
	padding:          40px 50px;
	background-color: white;
	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;
}

/*--  (Mobile) --*/


@media (max-width: 1189px) {
	.c-blog-wrap--grid.c-blog-wrap--sidebar {
		width:        860px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-blog-wrap--grid.c-blog-wrap--no-sidebar {
		width:        560px;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 919px) {
	.c-blog-wrap--grid.c-blog-wrap--sidebar {
		width: 410px;
	}
}

@media (max-width: 769px) {
	.c-blog__grid,
	.c-blog__list {
		display:        -webkit-box;
		display:        flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align:    center;
		        align-items:    center;
		margin: 0 0 -30px 0;
	}

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

	.c-blog-wrap--grid.c-blog-wrap--no-sidebar {
		width: 360px;
	}

	.c-blog-wrap--grid.c-blog-wrap--sidebar,
	.c-blog-wrap--grid.c-blog-wrap--no-sidebar {
		width: 360px;
		max-width: 100%;
	}
}


/*- Breadcrumbs -*/

.c-breadcrumbs__list {
	margin:          0 auto;
	max-width:       100%;
	width:           780px;
	font-weight:     500;
	font-size:       10px;
	line-height:     1.2;
	letter-spacing:  0.1em;
	text-transform:  uppercase;

	display:         -webkit-box;

	display:         flex;
	flex-wrap:       wrap;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align:     center;
	        align-items:     center;
}

.c-page-header__meta + .c-breadcrumbs__list {
	margin-top: 38px;
}

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

.c-breadcrumbs__item--short {
	max-width:     160px;
	white-space:   nowrap;
	overflow:      hidden;
	text-overflow: ellipsis;
	text-align:    left;
}

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

.c-breadcrumbs__separator {
	position:       relative;
	top:            -1px;
	font-size:      6px;
	vertical-align: middle;
	margin-left:    8px;
	margin-right:   8px;
}

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

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

@media (min-width: 1190px) {
	.c-breadcrumbs__list {
		position:   absolute;
		bottom:     40px;
		left:       50%;
		-webkit-transform:  translateX(-50%);
		        transform:  translateX(-50%);
		list-style: none;
		padding:    0 25px;
	}

	.c-breadcrumbs__list--top {
		bottom: unset;
		top:    135px;
	}
}

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

@media (max-width: 1189px) {
	.c-breadcrumbs__list {
		position:        relative;
		-webkit-box-pack: center;
		        justify-content: center;
		width:           100%;
		max-width:       100%;
		padding:         24px 30px 15px 30px;
	}

	.c-breadcrumbs__list--top {

	}

	.c-breadcrumbs__item {
		margin-bottom: 15px;
	}
}


/*- Empty Cart -*/

.c-cart-empty {
    background-color: white;
    padding:          90px 60px;
    color:            var(--text-color-light);
    font-weight:      300;
    font-size:        13px;
    line-height:      24px;
    letter-spacing:   0.025em;
    text-align:       center;
}

.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:     45px;
    font-family:    var(--font-header);
    font-weight:    normal;
    font-size:      21px;
    line-height:    28px;
    text-align:     center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    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:    20px;
    margin-bottom: -30px;
    color:         var(--text-color);
}

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

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

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

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

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

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

.c-cart a:not(.c-button) {
	text-underline-position: under !important;
	-webkit-text-decoration-color:   var(--text-color-extra-light) !important;
	        text-decoration-color:   var(--text-color-extra-light) !important;
}

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

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

.c-cart .c-product__quantity-value {
	background-color: white;
}

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

.c-cart__col-1 {
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.c-cart__col-2 {
	-webkit-box-flex:      0;
	        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__shop-tr {
	position: relative;
}

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

.c-cart__shop-th,
.c-cart__totals-th {
	font-weight:    normal;
	text-align:     left;
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom:  solid 1px var(--background-color-dark);
}

.h-rtl .c-cart__shop-th,
.h-rtl .c-cart__totals-th {
	text-align: right;
}

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

.h-rtl .c-cart__totals-th--product-total {
	text-align: left;
}

.c-cart__shop-thead .c-cart__shop-th {
	font-size:    13px;
	border-color: var(--text-color-extra-light);
}

.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-family:    var(--font-text);
	font-style:     normal;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
}

.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: 13px 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 .variation {
	display:      inline-block !important;
	margin-right: 11px;
}

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

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

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

.c-cart__shop-td--product-name {
	width:          75%;
	font-family:    var(--font-header);
	font-weight:    normal;
	font-size:      14px;
	line-height:    22px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:          var(--text-color);
}

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

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

.c-cart__shop-td--product-price {
	font-style:     normal;
	font-weight:    500;
	font-size:      15px;
	line-height:    30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:          var(--text-color);
}

.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;
	padding-right: 25px;
}

.c-cart__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-cart__shop-remove-icon {
	color:            var(--text-color-light);
	position:         absolute;
	display:          block;
	width:            8px;
	height:           8px;
	font-size:        8px;
	line-height:      1;
	left:             -18px;
	top:              50%;
	margin-top:       -4px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	opacity:          0;
	visibility:       hidden;
	-webkit-transition:       var(--opacity-transform-transition);
	transition:       var(--opacity-transform-transition);
}

.h-rtl .c-cart__shop-remove-icon {
	left:  unset;
	right: -18px;
}

.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 40px 40px 40px;
	position:         relative;
	font-weight:      300;
	font-size:        13px;
	line-height:      24px;
	letter-spacing:   0.025em;
	background-color: white;
}

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

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

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

.c-cart__collaterals:after {
	content:             '';
	display:             block;
	position:            absolute;
	left:                0;
	top:                 100%;
	width:               100%;
	height:              8px;
	background-repeat:   repeat-x;
	background-position: top left;
}

.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-header {
	text-align:     left;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	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:    500;
	font-size:      16px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	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:    normal;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	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;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transition:       -webkit-transform 0.3s linear;
	transition:       -webkit-transform 0.3s linear;
	transition:       transform 0.3s linear;
	transition:       transform 0.3s linear, -webkit-transform 0.3s linear;
}

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

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

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

.c-cart__coupon:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          -40px;
	right:         -40px;
	bottom:        0;
	border-bottom: solid 1px var(--background-color-dark);
}

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

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

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

.c-cart__calculator-update-wrap {
	text-align: right;
}

.c-cart__customer-details {
	padding:          40px 50px;
	background-color: white;
}

.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-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: 21px;
}

.c-cart__totals-price {
	position:       relative;
	text-align:     right;
	font-weight:    500;
	font-size:      15px;
	line-height:    30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	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 {
	font-weight:    500;
	font-size:      20px;
	line-height:    25px;
	text-align:     right;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

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

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

.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:    -webkit-box;
	display:    flex;
	flex-wrap:  wrap;
	margin-top: 20px;
}

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

.c-cart__shipping-methods-label .amount {
	display:        inline-block;
	margin-left:    auto;
	padding-left:   25px;
	font-weight:    500;
	font-size:      15px;
	line-height:    30px;
	text-align:     right;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	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-size:    12px;
	line-height:  18px;
	margin-top:   5px;
	-webkit-box-flex:         1;
	        flex:         1 1 auto;
}

.c-cart__payment-methods-box input[type=radio]:not(.h-cb),
.c-cart__payment-methods-box input[type=checkbox]:not(.h-cb):not(#stripe_cc_save_source_key) {
	opacity: 1 !important;
	-webkit-filter:  grayscale(1);
	        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-methods-wrap,
.c-cart__payment-methods-wrap {
	-webkit-box-flex:        0;
	        flex:        0 0 auto;
	white-space: nowrap;
	position:    relative;
}

.h-ltr .c-cart__shipping-methods-wrap input[type=radio]:not(.h-cb) + i,
.h-ltr .c-cart__payment-methods-wrap input[type=radio]:not(.h-cb) + i {
	margin-right: 14px;
}

.h-rtl .c-cart__shipping-methods-wrap input[type=radio]:not(.h-cb) + i,
.h-rtl .c-cart__payment-methods-wrap input[type=radio]:not(.h-cb) + i {
	margin-left: 14px;
}

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

.c-cart__payment-methods-title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        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,
.c-cart__shipping-calculator-button:hover {
	font-size:       12px;
	text-decoration: underline;
}

.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:       -40px;
	right:      -40px;
	top:        50%;
	border-top: solid 1px var(--background-color-dark);
}

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

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

.c-cart__totals-product-name {
	font-family:    var(--font-header);
	font-style:     normal;
	font-weight:    normal;
	font-size:      14px;
	line-height:    22px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:          var(--text-color);
}

.c-cart .variation {
	text-transform: none;
	display:        block;
	margin:         3px 0 0 0;
	padding:        0;
	font-family:    var(--font-text);
	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__totals-product-quantity {
	font-weight: normal;
	white-space: nowrap;
}

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

.c-cart__place-order {
	display:        -webkit-box;
	display:        flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align:    start;
	        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(--background-color-light);
	color:                 var(--text-color);
	border-radius:         2px;
}

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

.c-cart__form label {
	display:        block;
	padding-bottom: 6px;
	font-style:     normal;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
}

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

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

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

.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__cross-sell {
	margin-top: 65px;
}

.c-cart__cross-sell h2 {
	font-size:     31px;
	line-height:   normal;
	text-align:    center;
	margin-bottom: 40px;
}

.c-cart__cross-sell .c-product-grid__list {
	-webkit-box-pack: center;
	        justify-content: center;
}

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

.h-rtl input.c-cart__shop-update-button {
	text-align: center !important;
}

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

@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 .c-product__quantity-value {
		width: 50px;
	}

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

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

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

@media (min-width: 768px) {
	.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) {
	.h-ltr .c-cart__col-2 {
		margin-left: 30px;
	}

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

	.c-cart__col-2 {
		width: 339px;
	}
}

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

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

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

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

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

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

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

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

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

	.c-cart__shop-remove-icon {
		width:       9px;
		height:      9px;
		font-size:   9px;
		line-height: 1;
		left:        50%;
		right:       unset;
		top:         unset;
		bottom:      41px;
		margin-top:  0;
		margin-left: -4.5px;
	}

	.h-rtl .c-cart__shop-remove-icon {
		left:        50%;
		margin-left: -4.5px;
		right:       unset;
	}

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

	.c-cart__shop-td--product-quantity {
		-webkit-box-flex:       0 !important;
		        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--space):not(.c-cart__shop-tr--actions) {
		position:       relative;
		display:        -webkit-box;
		display:        flex;
		width:          100%;
		flex-wrap:      wrap;
		padding-left:   86px;
		-webkit-box-align:    center;
		        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--space):not(.c-cart__shop-tr--actions) {
		padding-left:  0;
		padding-right: 86px;
	}

	.c-cart__shop-tr--space {
		display: block;
		height:  25px;
	}

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

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

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

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

	.c-cart__col-1 {
		max-width: 400px;
		width:     100%;
	}

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

	.c-cart__col-2 .c-cart__totals,
	.c-cart__col-2 .c-cart__collaterals {
		overflow: hidden;
	}

	.c-cart__col-2:before {
		content:          '';
		display:          block;
		position:         absolute;
		left:             -30px;
		right:            -30px;
		top:              -30px;
		bottom:           -30px;
		background-color: white;
		z-index:          0;
	}

	.c-cart__collaterals {
		padding: 0;
	}

	.blockUI.blockOverlay {
		background-color: white !important;
		z-index:          95 !important;
	}

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

	.c-cart__customer-details {
		padding: 0;
	}

	.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 {
	display:        -webkit-box;
	display:        flex;
	-webkit-box-align:    center;
	        align-items:    center;
	margin-bottom:  40px;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

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

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

.c-catalog-ordering__col--ordering select:not(.hasCustomSelect) {
	opacity:    0;
	visibility: hidden;
}

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

.c-catalog-ordering__col--ordering select {
	padding: 0;
	margin:  0;
}

.c-catalog-ordering__col--ordering .c-custom-select {
	opacity:    0.62;
	text-align: right;
}

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

.c-catalog-ordering__filter-show-button {
	-webkit-box-flex:           0;
	        flex:           0 0 auto;
	display:        inline-block;
	opacity:        0.62;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding:        3px 9px;
	border:         solid 1px currentColor;
	margin-left:    25px;
	cursor:         pointer;
}

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

.c-catalog-ordering__filter-ico {
	font-size:      10px;
	line-height:    1;
	margin-left:    9px;
	vertical-align: middle;
}

.h-rtl .c-catalog-ordering__filter-ico {
	display:      inline-block;
	-webkit-transform:    scaleX(-1);
	        transform:    scaleX(-1);
	margin-left:  0;
	margin-right: 9px;
}

/*-- 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:            white;
		background-color: var(--text-color);
		border-color: var(--text-color);
		opacity:          1;
	}
}

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

@media (max-width: 767px) {

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

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

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

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

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

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

	.c-catalog-ordering__col--ordering .c-custom-selectInner {
		width: auto !important;
		-webkit-box-flex:  0;
		        flex:  0 1 auto;
	}
}

/*- Contact Page -*/

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

/*- Custom Select -*/

.c-custom-select {
    position:    relative;
    white-space: nowrap;
    -webkit-transition:  var(--opacity-transition);
    transition:  var(--opacity-transition);
}

.c-custom-selectInner {
    position:      relative;
    white-space:   nowrap;
    overflow:      hidden;
    text-overflow: ellipsis;
    padding-right: 16px;
}

.h-rtl .c-custom-selectInner {
    padding-right: 0;
    padding-left:  16px;
}

.c-custom-select__angle {
    position:    absolute;
    right:       0;
    font-size:   35%;
    line-height: 1;
    top:         50%;
    -webkit-transform:   translateY(-50%);
            transform:   translateY(-50%);
}

.h-rtl .c-custom-select__angle {
    right: unset;
    left:  0;
}

/*-- Custom Select (Desktop) --*/

@media (min-width: 1190px) {
    .c-custom-selectHover {
    }
}

/*- Feature -*/

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

.c-feature__item {
	-webkit-box-flex:       0;
	        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;
	-webkit-box-flex:      0;
	        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;
}


/*- Forms elements -*/

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

.wpcf7-form label {
	padding-bottom: 0;
}

.c-form__checkbox,
.c-form__radio {
	width:          20px;
	height:         20px;
	vertical-align: middle;
}

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-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 {
	width: 100%;
}

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

.c-product-list-widget__buttons .button:active,
.widget .button:active,
.woocommerce-notice .button:active,
.woocommerce-store-notice__dismiss-link:active,
.woocommerce-widget-layered-nav-dropdown__submit:active,
.c-button:active,
.comment-form .submit:active,
.wpcf7-form input[type=submit]:active,
.wpcf7-form button:active,
.mc4wp-form-fields input[type=submit]:active,
.mc4wp-form-fields button:active,
.woocommerce-button:active,
.woocommerce-Button:active,
.order-again .button:active,
.c-account .edit:active,
.woocommerce-address-fields .button:active,
.woocommerce-form-login .button:active,
.mc4wp-form-fields input[type=submit]:active,
.mc4wp-form-fields button:active {
	-webkit-transform: translateY(2px);
	        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,
.order-again .button,
.c-account .edit,
.woocommerce-address-fields .button,
.woocommerce-form-login .button,
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button {
	display:            inline-block;
	outline:            none;
	font-weight:        400;
	font-size:          12px;
	line-height:        1.2;
	text-align:         center;
	letter-spacing:     0.265em;
	text-indent:        0.265em;
	text-transform:     uppercase;
	padding:            17px 30px 17px 30px;
	color:              white;
	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;
}

.c-button--big {
	font-size:      14px;
	letter-spacing: 0.285em;
	padding-top:    21px;
	padding-bottom: 21px;
}

.widget .button,
.woocommerce-notice .button,
.woocommerce-store-notice__dismiss-link,
.woocommerce-widget-layered-nav-dropdown__submit,
.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 {
	display:            inline-block;
	outline:            none;
	-webkit-box-flex:               1;
	        flex:               1 1 auto;
	font-weight:        500;
	font-size:          10px;
	line-height:        11px;
	text-align:         center;
	letter-spacing:     0.24em;
	text-indent:        0.24em;
	text-decoration:    none;
	text-transform:     uppercase;
	padding:            16px 12px 16px 12px;
	color:              var(--text-color);
	border:             solid 1px var(--text-color);
	background-color:   white;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
	border-radius:      0;
}

.c-cart .c-button,
.c-cart textarea,
.c-cart input[type=text],
.c-cart input[type=email],
.c-cart input[type=tel],
.c-cart input[type=password],
.c-cart select,
.c-cart .select2-selection--single,
.c-cart .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,
.comment-form .submit,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-address-fields .button,
.woocommerce-form-login .button,
.c-account .edit,
.order-again .button {
	background-color: transparent !important;
	color:            var(--text-color) !important;
}

.c-button--outline-white {
	background-color: transparent !important;
	border-color:     white !important;
	color:            white !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,
.mc4wp-form-fields input[type=submit]:focus,
.mc4wp-form-fields 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:    -5px;
	margin-bottom: -5px;
}

.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"] {
	margin-top: 5px;
}

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

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

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

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

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

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

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

.c-form__row--inline-center {
	display:         -webkit-box;
	display:         flex;
	-webkit-box-align:     start;
	        align-items:     flex-start;
	-webkit-box-pack: center;
	        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,
	.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-button__link:hover,
	.c-sidebar .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.c-button--outline:not(:disabled):hover,
	.comment-form .submit:not(:disabled):hover,
	.woocommerce-button:not(:disabled):hover,
	.woocommerce-Button:not(:disabled):hover,
	.woocommerce-address-fields .button:hover,
	.woocommerce-form-login .button:hover,
	.c-account .edit:hover,
	.order-again .button:hover {
		background-color: var(--text-color) !important;
		border-color:     var(--text-color) !important;
		color:            white !important;
		opacity:          1 !important;
	}

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

	.c-button:hover,
	.comment-form .submit:hover,
	.wpcf7-form input[type=submit]:hover,
	.wpcf7-form button:hover,
	.mc4wp-form-fields input[type=submit]:hover,
	.mc4wp-form-fields button:hover,
	.woocommerce-button:hover,
	.woocommerce-Button:hover,
	.order-again .button:hover,
	.c-account .edit:hover,
	.woocommerce-address-fields .button:hover,
	.woocommerce-form-login .button:hover,
	.mc4wp-form-fields input[type=submit]:hover,
	.mc4wp-form-fields button:hover {
		background-color: var(--text-color-light);
		border-color:     var(--text-color-light);
	}
}

/*-- 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;
    -webkit-transition: var(--opacity-transition);
    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:        -webkit-box;
    display:        flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap:      nowrap;
}

.c-header-search__tip {
    font-family:    var(--font-header);
    font-weight:    normal;
    font-size:      21px;
    line-height:    28px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

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

}

.c-header-search__input {
    margin:        0;
    padding:       0 70px 10px 0;
    border:        none;
    border-bottom: solid 1px #D0D4DA;
    background:    transparent;
    display:       block;
    width:         100%;
}

.h-rtl .c-header-search__input {
    padding-left:  70px;
    padding-right: 0;
}

.c-header-search__input.no-ajax {
    padding-right: 145px;
}

.h-rtl .c-header-search__input.no-ajax {
    padding-right: 0;
    padding-left:  145px;
}

.c-header-search__clear {
    position:   absolute;
    top:        2px;
    right:      0;
    opacity:    0;
    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 {
    opacity:        0.7;
    font-size:      14px;
    vertical-align: middle;
}

.c-header-search__clear-svg {
    width:          18px;
    height:         18px;
    font-size:      10px;
    line-height:    20px;
    overflow:       hidden;
    margin-right:   7px;
    color:          currentColor;
    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;
    color:                 #fff;
    width:                 35px;
    height:                35px;
    right:                 0;
    top:                   0;
    border-radius:         4px;
    padding:               9px;
}

.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:       -webkit-box;
    display:       flex;
    margin-bottom: 25px;
}

.c-header-search__thumb {
    -webkit-box-flex:     0;
            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 {
    -webkit-box-flex:            1;
            flex:            1 1 auto;
    display:         -webkit-box;
    display:         flex;
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
            flex-direction:  column;
    -webkit-box-pack: center;
            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:    500;
    font-size:      13px;
    line-height:    30px;
    letter-spacing: 0.05em;
    margin-top:     4px;
}

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

.c-header-search__title {
    font-family:    var(--font-header);
    font-weight:    500;
    font-size:      17px;
    line-height:    25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    -webkit-transition:     var(--opacity-transition);
    transition:     var(--opacity-transition);
}

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

@media (min-width: 1190px) {

    .c-header-search__thumb {
        background-color: var(--background-color);
        width:            100px;
        height:           100px;
        margin-right:     40px;
    }

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

    .c-header-search__close {
        position:    absolute;
        right:       49px;
        top:         37px;
        width:       19px;
        height:      19px;
        font-size:   19px;
        line-height: 1;
        cursor:      pointer;
    }

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

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

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

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

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

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

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

    .c-header-search__link:hover .c-header-search__title {
        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__wrap {
        color: var(--mobile-menu-color);
    }

    .c-header-search__wrap .c-button--outline {
        color:        var(--mobile-menu-color) !important;
        border-color: var(--mobile-menu-color);
    }

    .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;
        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:      5px;
        width:    16px;
        height:   16px;
    }

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

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

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

    .c-header-search__clear-svg {
        color:            var(--text-color);
        background-color: var(--background-color);
        border-radius:    50%;
    }

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

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

/*- Header -*/

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

.c-header__wishlist {
	position: relative;
}

.c-header__cart {
	position: relative;
	top:      -1px;
}

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

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

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

.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:          -webkit-box;
	display:          flex;
	-webkit-box-pack:  center;
	        justify-content:  center;
	-webkit-box-align:      center;
	        align-items:      center;
	-webkit-transition:       var(--custom-transform-transition);
	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;
	z-index:     1;
	width:       16px;
	height:      16px;
	right:       20px;
	top:         20px;
	font-size:   16px;
	line-height: 1;
	cursor:      pointer;
}

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

.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:          65px 65px 85px 65px;
	max-width:        425px;
	overflow:         auto;
	max-height:       calc(100% - 50px);
	background-color: white;
	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: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--sticky .c-header__logo--sticky .c-header__logo-img--sticky {
	display: block !important;
}

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

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

@media (min-width: 1190px) {

	.c-header--header-type-1,
	.c-header--header-type-3 {
		-webkit-box-flex:       0;
		        flex:       0 0 auto;
		position:   absolute;
		left:       0;
		top:        0;
		right:      0;
		z-index:    99;
		-webkit-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear;
	}

	.c-header--header-type-2,
	.c-header--header-type-4,
	.c-header--header-type-5 {
		position:   relative;
		-webkit-box-flex:       0;
		        flex:       0 0 auto;
		z-index:    99;
		-webkit-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear;
	}

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

	.c-header--sticky {
		position:         fixed;
		left:             0;
		right:            0;
		-webkit-transform:        translateY(calc(-100% - 60px));
		        transform:        translateY(calc(-100% - 60px));
		opacity:          0;
		box-shadow:       0 4px 7px rgba(0, 0, 0, 0.06);
		color:            var(--sticky-menu-color);
		background-color: var(--sticky-menu-bg-color);
	}

	.c-header--sticky .c-header__col-left,
	.c-header--sticky .c-header__col-right,
	.c-header--sticky .c-header__col-center {
		color: var(--sticky-menu-color) !important;
	}

	.c-header--active {
		-webkit-transform: translateY(0) !important;
		        transform: translateY(0) !important;
		opacity:   1;
	}

	.c-header--transition {
		-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
		transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
		transition: transform 0.3s linear, opacity 0.3s linear;
		transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
	}

	.c-header--sticky .c-header__cart-count,
	.c-header--sticky.c-header--header-type-4 .c-header__cart-count,
	.c-header--sticky.c-header--header-type-5 .c-header__cart-count {
		background-color: var(--sticky-menu-color);
		color:            var(--sticky-menu-bg-color);
	}

	.c-header--header-type-1 {
		min-height: 90px;
	}

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

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

	.c-header__row {
		position:        relative;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: justify;
		        justify-content: space-between;
		-webkit-box-align:     center;
		        align-items:     center;
		padding-left:    50px;
		padding-right:   50px;
		min-height:      90px;
	}

	.c-header__row:empty {
		display: none;
	}

	.c-header--header-type-4 .c-header__row,
	.c-header--header-type-5 .c-header__row {
		background-color: var(--header-color-bg-menu);
	}

	.c-header--sticky.c-header--header-type-4 .c-header__row,
	.c-header--sticky.c-header--header-type-5 .c-header__row {
		background-color: var(--sticky-menu-bg-color);
	}

	.c-header__col-right-wrap {
		font-size:   19px;
		line-height: 1;
		margin:      -15px;
	}

	.c-header__col-right-wrap > * {
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
	}

	.c-header__button-link {
		padding:          15px;
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform:        scale(1);
		        transform:        scale(1);
		-webkit-transition:       var(--opacity-transform-transition);
		transition:       var(--opacity-transform-transition);
		cursor:           pointer;
	}

	.c-header__search-button,
	.c-header__auth-button {
		position: relative;
	}

	.c-header__button-link--search,
	.c-header__button-link--account {

		display: inline-block;
	}

	.c-header__wishlist-icon,
	.c-header__cart-icon {
		display:          inline-block;
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform:        scale(1);
		        transform:        scale(1);
		-webkit-transition:       var(--opacity-transform-transition);
		transition:       var(--opacity-transform-transition);
	}

	.c-header__button-link:hover,
	.c-header__button-link:hover .c-header__cart-icon,
	.c-header__button-link:hover .c-header__wishlist-icon {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}

	.c-header__col-left,
	.c-header__col-center,
	.c-header__col-right-wrap {
		display:     -webkit-box;
		display:     flex;
		-webkit-box-align: center;
		        align-items: center;
	}

	.c-header__col-left,
	.c-header__col-right {
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
	}

	.c-header--header-type-5 .c-header__col-center {
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
	}

	.c-header--header-type-5 .c-header__col-left,
	.c-header--header-type-5 .c-header__col-right {
		-webkit-box-flex:      1;
		        flex:      1 10 50%;
		min-width: unset;
	}

	.c-header--header-type-5 .c-header__col-left {
		margin-right: 25px;
	}

	.h-rtl .c-header--header-type-5 .c-header__col-left {
		margin-right: 0;
		margin-left:  25px;
	}

	.c-header--header-type-5 .c-header__logo {
		margin-right: 0;
	}

	.h-rtl .c-header--header-type-5 .c-header__logo {
		margin-left: 0;
	}

	.c-header--header-type-5 .c-top-menu__list {
		-webkit-box-pack: start;
		        justify-content: flex-start;
	}

	.c-header__col-center {
		-webkit-box-pack: center;
		        justify-content: center;
		-webkit-box-flex:            1;
		        flex:            1 1 auto;
	}

	.c-header__col-right-wrap {
		-webkit-box-pack: end;
		        justify-content: flex-end;
	}

	.c-header__col-center {
		color: var(--header-color-light);
	}

	.c-header--header-type-1 .c-header__col-left,
	.c-header--header-type-3 .c-header__col-left,
	.c-header--header-type-1 .c-header__col-right,
	.c-header--header-type-3 .c-header__col-right {
		color: var(--header-color-dark);
	}

	.c-header--header-type-4 .c-header__col-left,
	.c-header--header-type-4 .c-header__col-right,
	.c-header--header-type-4 .c-header__col-center,
	.c-header--header-type-5 .c-header__col-left,
	.c-header--header-type-5 .c-header__col-right,
	.c-header--header-type-5 .c-header__col-center {
		color: var(--header-color-menu);
	}

	.c-header--header-type-4 .c-header__cart-count,
	.c-header--header-type-5 .c-header__cart-count {
		background-color: var(--header-color-menu);
		color:            var(--header-color-bg-menu);
	}

	.c-header__outer--header-type-4.c-header__outer--top-row:before,
	.c-header__outer--header-type-5.c-header__outer--top-row:before {
		content:          '';
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		height:           46px;
		background-color: var(--top-background-color);
	}

	.c-header__col-right {
		margin-left: 25px;
		min-width:   var(--logo-size);
	}

	.h-rtl .c-header__col-right {
		margin-left:  0;
		margin-right: 25px;
	}

	.c-header__logo-empty {
		display:        block;
		font-size:      26px;
		line-height:    1;
		font-weight:    normal;
		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;
		margin-left:   -10px;
	}

	.c-header__logo {
		padding-top:    10px;
		padding-bottom: 10px;
		margin-right:   25px;
		line-height:    1;
		width:          var(--logo-size);
	}

	.h-rtl .c-header__logo {
		margin-right: 0;
		margin-left:  25px;
	}

	.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);
	}

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

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

	.c-header__cart .widget_shopping_cart_content {
		position:         absolute;
		right:            -5px;
		width:            315px;
		z-index:          1100;
		white-space:      normal;
		opacity:          0;
		visibility:       hidden;
		margin-top:       16px;
		font-size:        16px;
		font-weight:      normal;
		background-color: white;
		color:            var(--text-color);
		-webkit-transition:       var(--opacity-transition);
		transition:       var(--opacity-transition);
		padding:          30px;
		box-shadow:       0 2px 7px rgba(0, 0, 0, 0.07);
	}

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

	.c-header__cart .woocommerce-mini-cart-item {
	}

	.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 .widget_shopping_cart_content:before {
		content:  '';
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		top:      -16px;
		height:   16px;
	}

	.c-header__cart .widget_shopping_cart_content:after {
		content:             '';
		display:             block;
		position:            absolute;
		right:               23px;
		top:                 -8px;
		border:              solid 4px transparent;
		border-bottom-color: white;
	}

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

	.c-header__cart:hover .widget_shopping_cart_content {
		opacity:    1;
		visibility: visible;
	}

	/*--- Header (Layout 2) ---*/
	.c-header__outer--header-type-2,
	.c-header__top-row--header-type-3,
	.c-header__top-row--header-type-4,
	.c-header__top-row--header-type-5 {
		color:            var(--top-color);
		background-color: var(--top-background-color);
	}

	.c-header__outer--header-type-3.c-header__outer--top-row {
		height: 46px;
	}

	.c-header--header-type-2 .c-header__logo {
		padding-top:    10px;
		padding-bottom: 10px;
	}

	.c-header--header-type-1.c-header--sticky .c-header__col-left,
	.c-header--header-type-1.c-header--sticky .c-header__col-right,
	.c-header--header-type-1.c-header--sticky .c-header__col-center,
	.c-header--header-type-3.c-header--sticky .c-header__col-left,
	.c-header--header-type-3.c-header--sticky .c-header__col-right,
	.c-header--header-type-3.c-header--sticky .c-header__col-center,
	.c-header--header-type-2.c-header--sticky {
		color: var(--sticky-menu-color);
	}

	.c-header--header-type-3.c-header--sticky .c-header__top-row,
	.c-header--header-type-4.c-header--sticky .c-header__top-row,
	.c-header--header-type-5.c-header--sticky .c-header__top-row,
	.c-header--header-type-2.c-header--sticky .c-header__top-row,
	.c-header--header-type-2.c-header--sticky .c-header__2-col-left,
	.c-header--header-type-2.c-header--sticky .c-header__2-col-center {
		display: none;
	}

	.c-header--header-type-2.c-header--sticky .c-header__2-row-2 {
		height:         0;
		min-height:     0;
		padding-bottom: 0;
		padding-top:    0;
	}

	.c-header--header-type-2.c-header--sticky .c-header__col-right-wrap {
		position: absolute;
		right:    0;
		bottom:   20px;
	}

	.h-rtl .c-header--header-type-2.c-header--sticky .c-header__col-right-wrap {
		right: unset;
		left:  0;
	}

	.c-header--header-type-2.c-header--sticky .c-soc {
		opacity:    0;
		visibility: hidden;
	}

	.c-header--header-type-2:not(.c-header--sticky) .c-header__2-search-button {
		display: none;
	}

	.c-header--header-type-2.c-header--init:not(.c-header--sticky):after {
		content:       '';
		display:       block;
		position:      absolute;
		left:          0;
		right:         0;
		bottom:        64px;
		border-bottom: solid 1px var(--top-color-hr);
	}

	.c-header__top-row--header-type-3,
	.c-header__top-row--header-type-4,
	.c-header__top-row--header-type-5 {
		padding-left:  50px;
		padding-right: 50px;
	}

	.c-header__top-row-list {
		list-style:  none;
		display:     -webkit-box;
		display:     flex;
		-webkit-box-align: center;
		        align-items: center;
		margin:      0 -17px;
		padding:     15px 0 15px 0;
	}

	.c-header__top-row-item {
		margin: 0 17px;
	}

	.c-header__top-row-item--email,
	.c-header__top-row-item--phone,
	.c-header__top-row-item--address,
	.c-header__top-row-item--hours,
	.c-header__top-row-item--other {
		position:       relative;
		font-style:     normal;
		font-weight:    300;
		font-size:      12px;
		line-height:    15px;
		letter-spacing: 0.05em;
		color:          var(--top-color-light);
	}

	.c-header__top-row-item--social {
		margin-top:    -5px;
		margin-bottom: -5px;
	}

	.c-header__top-row-item--other {
		color: var(--top-color);
	}

	.c-header__top-row-item a:hover {
		color: var(--top-color);
	}

	.c-header__top-row-icon {
		color:        var(--top-color);
		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__top-row-list--blocks-center {
		-webkit-box-pack: center;
		        justify-content: center;
	}

	.c-header__top-row-list--blocks-first > :first-child {
		margin-right: auto;
	}

	.h-rtl .c-header__top-row-list--blocks-first > :first-child {
		margin-right: 17px;
		margin-left:  auto;
	}

	.c-header__top-row-list--blocks-last > :last-child {
		margin-left: auto;
	}

	.h-rtl .c-header__top-row-list--blocks-last > :last-child {
		margin-left:  17px;
		margin-right: auto;
	}

	.c-header__2-row-2 {
		display:         -webkit-box;
		display:         flex;
		-webkit-box-align:     center;
		        align-items:     center;
		-webkit-box-pack: justify;
		        justify-content: space-between;
				min-height: 80px;
		/* min-height:      100px; */
		/* padding-bottom:  30px; */
		padding-top:     5px;
	}

	.c-header__2-col-left {
		-webkit-box-flex: 1;
		        flex: 1 0 330px;
	}

	.c-header__2-col-center {
		-webkit-box-flex:       1;
		        flex:       1 0 500px;
		text-align: center;
	}

	.c-header__2-col-right {
		-webkit-box-flex: 1;
		        flex: 1 0 330px;
	}

	.c-header__2-col-right .c-header__cart-count {
		color:            var(--top-background-color);
		background-color: var(--top-accent-color);
	}

	.c-header__2-row-3 {
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: justify;
		        justify-content: center;
		-webkit-box-align:     center;
		        align-items:     center;
		padding:         19px 0;
		min-height:      64px;
	}

	.c-header__2-col-soc {
		-webkit-box-flex:        0;
		        flex:        0 0 auto;
		margin-left: 30px;
		text-align:  right;
		font-size:   18px;
	}

	.h-rtl .c-header__2-col-soc {
		margin-left:  0;
		margin-right: 30px;
	}

	.c-header .c-soc__link {
		color: var(--top-accent-color);
	}

	.c-header .c-soc__link:hover {
		color: currentColor;
	}

	.c-header__search {
		position: relative;
	}

	.c-header__search-result {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              100%;
		background-color: white;
		color:            var(--text-color);
		z-index:          100;
		padding:          25px 35px 40px 25px;
		text-align:       left;
		margin-top:       12px;
		max-height:       calc(100vh - 200px);
		overflow:         auto;
		opacity:          0;
		visibility:       hidden;
		-webkit-transform-origin: top center;
		        transform-origin: top center;
		-webkit-transform:        scale(1, 0.5);
		        transform:        scale(1, 0.5);
		-webkit-transition:       var(--custom-transform-transition);
		transition:       var(--custom-transform-transition);
	}

	.h-rtl .c-header__search-result {
		text-align: right;
	}

	.c-header__search:hover .c-header__search-result {
		opacity:    1;
		visibility: visible;
		-webkit-transform:  scale(1, 1);
		        transform:  scale(1, 1);
	}

	.c-header__search-form:after {
		content:  '';
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		bottom:   -12px;
		height:   12px;
		z-index:  100;
	}

	.c-header__search-result:empty {
		display: none;
	}

	.c-header__search-form {
		display:        -webkit-box;
		display:        flex;
		-webkit-box-align:    center;
		        align-items:    center;
		border-bottom:  solid 1px var(--top-color-input);
		padding-bottom: 11px;
	}

	.c-header__search-input {
		-webkit-box-flex:           1;
		        flex:           1 1 auto;
		font-weight:    300;
		font-size:      13px;
		line-height:    16px;
		letter-spacing: 0.025em;
		padding:        0 !important;
	}

	.c-header__search-clear {
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
	}

	.c-header__search-submit {
		-webkit-box-flex: 0;
		        flex: 0 0 auto;
	}

	.c-header__search-clear {
		cursor:      pointer;
		margin-left: 20px;
		opacity:     0;
		visibility:  hidden;
		-webkit-transition:  var(--opacity-transition);
		transition:  var(--opacity-transition);
	}

	.h-rtl .c-header__search-clear {
		margin-left:  0;
		margin-right: 20px;
	}

	.c-header__search-clear.active {
		opacity:    1;
		visibility: visible;
	}

	.c-header__search-clear-text {
		font-weight:    300;
		font-size:      12px;
		vertical-align: middle;
	}

	.c-header__search-clear-svg {
		width:          18px;
		height:         18px;
		font-size:      10px;
		line-height:    20px;
		overflow:       hidden;
		display:        inline-block;
		color:          currentColor;
		vertical-align: middle;
	}

	.c-header__search-submit {
		cursor:         pointer;
		font-size:      12px;
		line-height:    1;
		vertical-align: middle;
		margin-left:    15px;
		padding-left:   5px;
		padding-right:  5px;
	}

	.h-rtl .c-header__search-submit {
		margin-left:  0;
		margin-right: 15px;
	}

	.c-header__callback-close:hover,
	.c-header__search-submit:hover,
	.c-header__search-clear:hover {
		color: var(--accent-color);
	}
}

/*-- Header (Mobile) --*/

@media (max-width: 1189px) {

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

	.c-header {
		height:     60px;
		position:   absolute;
		left:       0;
		top:        0;
		width:      100%;
		z-index:    99;
		-webkit-transition: var(--hover-transition);
		transition: var(--hover-transition);
	}

	.c-header--header-type-1,
	.c-header--header-type-3 {
		color: var(--header-color-mobile-tr);
	}

	.c-header__outer--header-type-2,
	.c-header__outer--header-type-4,
	.c-header__outer--header-type-5 {
		height: 45px;
	}

	.c-header--header-type-2,
	.c-header--header-type-4,
	.c-header--header-type-5 {
		height:           60px;
		color:            var(--header-color-mobile);
		background-color: var(--header-color-bg-mobile);
	}

	.c-header--sticky {
		color:            var(--header-color-mobile);
		background-color: var(--header-color-bg-mobile);
		box-shadow:       0 4px 7px rgba(0, 0, 0, 0.06);
	}

	.c-header--sticky-support.c-header--init {
		position: fixed;
	}

	.c-header__menu .widget_shopping_cart_content {
		display: none;
	}

	.c-header__mobile_blocks {
		display: none;
	}

	.c-header__logo-empty {
		font-size:      22px;
		line-height:    1;
		font-weight:    normal;
		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;
		margin-left:   -10px;
	}

	.c-header__row {
		height:      60px;
		display:     -webkit-box;
		display:     flex;
		flex-wrap:   nowrap;
		-webkit-box-align: center;
		        align-items: center;
		position:    relative;
	}

	.c-header__bottom-buttons {
		height:          60px;
		flex-wrap:       nowrap;
		-webkit-box-align:     center;
		        align-items:     center;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: justify;
		        justify-content: space-between;
		padding-left:    28px;
		padding-right:   28px;
		max-width:       415px;
		margin-left:     auto;
		margin-right:    auto;
	}

	.c-header__menu-button {
		-webkit-box-flex:   0;
		        flex:   0 0 auto;
		width:  98px;
		height: 60px;
	}

	.c-header__menu-button-icon {
		height:      18px;
		width:       38px;
		font-size:   18px;
		line-height: 1;
	}

	.c-header__logo {
		padding-left: 30px;
		-webkit-box-flex:         1;
		        flex:         1 1 auto;
		position:     relative;
		height:       40px;
		width:        auto;
		display:      -webkit-box;
		display:      flex;
		-webkit-box-align:  center;
		        align-items:  center;
	}

	.h-rtl .c-header__logo {
		padding-left:  0;
		padding-right: 30px;
	}

	.c-header--header-type-mobile-2 .c-header__logo {
		padding-left: 0;
		overflow:     hidden;
	}

	.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;
		max-height: 40px;
		height:     auto;
		max-width:  var(--logo-size-mobile);
		width:      auto;
		-o-object-fit: contain;
		   object-fit: contain;
	}

	.c-header__col-mobile-buttons {
		-webkit-box-flex:        0;
		        flex:        0 0 auto;
		display:     -webkit-box;
		display:     flex;
		-webkit-box-align: center;
		        align-items: center;
		font-size:   21px;
		line-height: 1;
		margin:      0 13px;
		padding-top: 5px;
	}

	.c-header__col-mobile-buttons--1 {
		font-size: 24px;
		margin:    0 19px 0 31px;
	}

	.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__menu-button {
		width: 98px;
	}

	.c-header--buttons-1 .c-header__logo {
		-webkit-box-pack: center;
		        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--header-type-1 .c-header__col-mobile-buttons .c-header__cart-count,
	.c-header--header-type-3 .c-header__col-mobile-buttons .c-header__cart-count {
		background-color: var(--header-color-mobile-tr);
		color:            var(--header-color-mobile-tr-neg);
	}

	.c-header--header-type-2 .c-header__col-mobile-buttons .c-header__cart-count,
	.c-header--header-type-4 .c-header__col-mobile-buttons .c-header__cart-count,
	.c-header--header-type-5 .c-header__col-mobile-buttons .c-header__cart-count {
		color:            var(--header-color-bg-mobile);
		background-color: var(--header-color-mobile);
	}

	.c-header--header-type-1.c-header--sticky .c-header__col-mobile-buttons .c-header__cart-count,
	.c-header--header-type-3.c-header--sticky .c-header__col-mobile-buttons .c-header__cart-count {
		background-color: var(--header-color-mobile);
		color:            var(--header-color-bg-mobile);
	}

	.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:         -webkit-box;
		display:         flex;
		-webkit-box-align:     center;
		        align-items:     center;
		-webkit-box-pack: center;
		        justify-content: center;
		width:           50px;
		height:          60px;
	}

	.c-header__menu {
		position:   fixed;
		z-index:    1200;
		top:        0;
		width:      100%;
		height:     100%;
		max-width:  415px;
		min-width:  320px;
		visibility: hidden;
		opacity:    0;
		-webkit-transition: var(--opacity-transition);
		transition: var(--opacity-transition);
		color:      var(--mobile-menu-color);
		box-shadow: -5px 0 90px rgba(0, 0, 0, 0.15);
	}

	.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(--shadow-color-mobile);
	}

	.c-header__menu-buttons {
		position:      absolute;
		left:          0;
		top:           0;
		width:         100%;
		height:        60px;
		display:       -webkit-box;
		display:       flex;
		-webkit-box-align:   center;
		        align-items:   center;
		padding-left:  50px;
		padding-right: 30px;
	}

	.h-rtl .c-header__menu-buttons {
		padding-left:  30px;
		padding-right: 50px;
	}

	.c-header__menu-bottom {
		position:        absolute;
		left:            0;
		right:           0;
		bottom:          50px;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-align:     center;
		        align-items:     center;
		-webkit-box-pack: justify;
		        justify-content: space-between;
		padding-left:    50px;
		padding-right:   50px;
		font-size:       20px;
	}

	.c-header__menu-back {
		opacity:        0;
		visibility:     hidden;
		-webkit-transition:     var(--opacity-transition);
		transition:     var(--opacity-transition);
		font-weight:    300;
		font-size:      16px;
		line-height:    1;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		white-space:    nowrap;
	}

	.c-header__menu-back--active {
		opacity:    1;
		visibility: visible;
	}

	.c-header__menu-back-svg {
		font-size:      7px;
		line-height:    4px;
		vertical-align: middle;
		margin-right:   9px;
	}

	.h-rtl .c-header__menu-back-svg {
		display:      inline-block;
		margin-right: 0;
		margin-left:  9px;
		-webkit-transform:    scaleX(-1);
		        transform:    scaleX(-1);
	}

	.c-header__menu-close {
		width:       38px;
		height:      38px;
		margin-left: auto;
		text-align:  center;
		font-size:   20px;
		line-height: 44px;
	}

	.h-rtl .c-header__menu-close {
		margin-left:  unset;
		margin-right: auto;
	}

	.c-header__cart-count {
		color:            var(--mobile-menu-bg-color);
		background-color: var(--mobile-menu-color);
		right:            -5px;
	}

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

	.c-header__menu-content {
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		top:      75px;
		bottom:   100px;
		overflow: hidden;
	}

	.c-header__menu-wrap {
		display:    -webkit-box;
		display:    flex;
		position:   absolute;
		left:       0;
		top:        0;
		bottom:     0;
		overflow:   hidden;
		-webkit-transition: var(--custom-transform-transition);
		transition: var(--custom-transform-transition);
		-webkit-transform:  translateX(0);
		        transform:  translateX(0);
	}

	.h-rtl .c-header__menu-wrap {
		left:  unset;
		right: 0;
	}

	.c-header__menu-wrap--page-1 {
		-webkit-transform: translateX(max(-100vw, -415px));
		        transform: translateX(max(-100vw, -415px));
	}

	.h-rtl .c-header__menu-wrap--page-1 {
		-webkit-transform: translateX(min(100vw, 415px));
		        transform: translateX(min(100vw, 415px));
	}

	.c-header__menu-wrap--page-2 {
		-webkit-transform: translateX(max(-200vw, -830px));
		        transform: translateX(max(-200vw, -830px));
	}

	.h-rtl .c-header__menu-wrap--page-2 {
		-webkit-transform: translateX(min(200vw, 830px));
		        transform: translateX(min(200vw, 830px));
	}

	.c-header__menu-wrap--page-3 {
		-webkit-transform: translateX(max(-300vw, -1245px));
		        transform: translateX(max(-300vw, -1245px));
	}

	.h-rtl .c-header__menu-wrap--page-3 {
		-webkit-transform: translateX(min(300vw, 1245px));
		        transform: translateX(min(300vw, 1245px));
	}

	.c-header__menu-wrap--page-4 {
		-webkit-transform: translateX(max(-400vw, -1660px));
		        transform: translateX(max(-400vw, -1660px));
	}

	.h-rtl .c-header__menu-wrap--page-4 {
		-webkit-transform: translateX(min(400vw, 1660px));
		        transform: translateX(min(400vw, 1660px));
	}

	.c-header__menu-wrap--page-5 {
		-webkit-transform: translateX(max(-500vw, -2075px));
		        transform: translateX(max(-500vw, -2075px));
	}

	.h-rtl .c-header__menu-wrap--page-5 {
		-webkit-transform: translateX(min(500vw, 2075px));
		        transform: translateX(min(500vw, 2075px));
	}

	.c-header__menu-page {
		width:     100vw;
		max-width: 415px;
		min-width: 320px;
		-webkit-box-flex:      0;
		        flex:      0 0 auto;
		padding:   0 30px 0 50px;
		height:    100%;
		overflow:  auto;
	}

	.h-rtl .c-header__menu-page {
		padding: 0 50px 0 30px;
	}

	.c-mobile-menu {
		display: none;
	}

	.c-header__top {
		text-align:    center;
		margin-bottom: 35px;
		padding:       0 20px 0 0;
	}

	.h-rtl .c-header__top {
		padding-right: 0;
		padding-left:  20px;
	}

	.c-header__top .c-soc {
		margin-top: 35px;
	}

	.c-header__top-row-list {
		list-style: none;
		margin:     27px 0 -10px 0;
		text-align: center;
		padding:    0;
	}

	.c-header__top-row-item {
		font-style:     normal;
		font-weight:    300;
		font-size:      12px;
		line-height:    15px;
		letter-spacing: 0.05em;
		color:          #A1A1A1;
		margin:         10px 0;
	}

	.c-header__top-row-item--other {
		color: var(--mobile-menu-color);
	}

	.c-header__top-row-icon {
		color:        var(--mobile-menu-color);
		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;
	}
}

@media (max-width: 400px) {
	.c-header__callback-wrap {
		border-left:  none;
		border-right: none;
	}
}

/*- Login / Register Form -*/

.c-login,
.woocommerce-ResetPassword {
	position:         relative;
	width:            560px;
	max-width:        100%;
	margin-left:      auto;
	margin-right:     auto;
	background-color: white;
	padding:          50px 90px 45px 90px;
	font-weight:      300;
	font-size:        13px;
	line-height:      24px;
	letter-spacing:   0.025em;
	color:            var(--text-color-light);
}

.woocommerce-ResetPassword {
	font-size: 16px;
}

.woocommerce-ResetPassword label {
	display: none;
}

.woocommerce-ResetPassword p {
	margin-top:    0;
	margin-bottom: 10px;
}

.woocommerce-ResetPassword p:last-of-type {
	margin-top:    30px;
	margin-bottom: 0;
}

.c-login__header {
	font-weight:    normal;
	font-size:      29px;
	line-height:    30px;
	text-align:     center;
	letter-spacing: 0.37em;
	text-transform: uppercase;
	color:          var(--text-color);
	margin-bottom:  50px;
}

.c-login__remember {
	margin-top: 23px;
}

.c-login__bottom {
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.c-login__more-icon {
	display:        inline-block;
	margin-left:    8px;
	vertical-align: middle;
	font-size:      75%;
	line-height:    0.75;
}

.h-rtl .c-login__more-icon {
	margin-left:      0;
	margin-right:     8px;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform:        scaleX(-1);
	        transform:        scaleX(-1);
}

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

.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);
	}
}

/*- 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: -webkit-box;
	display: flex;
}

.c-lp-widget__item:not(:last-child) {
	margin-bottom: 35px !important;
}

.c-lp-widget__thumb {
	width:        60px;
	height:       60px;
	margin-right: 15px;
	-webkit-box-flex:         0;
	        flex:         0 0 auto;
	display:      block;
	overflow:     hidden;
}

.h-rtl .c-lp-widget__thumb {
	margin-right: 0;
	margin-left:  15px;
}

.c-lp-widget__thumb-img {
	display: block !important;
}

.c-lp-widget__content {
	-webkit-box-flex:        1;
	        flex:        1 1 auto;
	line-height: 1.2;
}

.c-lp-widget__title {
	font-weight:    normal;
	font-size:      13px;
	line-height:    16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--text-color);

}

.c-lp-widget__date {
	font-weight:    300;
	font-size:      10px;
	line-height:    23px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom:  -6px;
	margin-top:     3px;
	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;
	}
}
/*- Mobile Menu -*/

@media (max-width: 1189px) {

    .c-mobile-menu__list,
    .c-mobile-menu__submenu {
        padding:    0;
        margin:     -18px 0;
        list-style: none;
    }

    .c-mobile-menu__submenu--content {
        margin-left:  -50px;
        margin-right: -30px;
        color:        var(--text-color);
    }

    .c-mobile-menu__item,
    .c-mobile-menu__subitem {
        position:       relative;
        padding-bottom: 18px;
        padding-top:    18px;
        padding-right:  30px;
        font-weight:    normal;
        font-size:      18px;
        line-height:    1.2;
        letter-spacing: 0.11em;
        text-transform: uppercase;
    }

    .h-rtl .c-mobile-menu__item,
    .h-rtl .c-mobile-menu__subitem {
        padding-right: 0;
        padding-left:  30px;
    }

    .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 > a:first-child:after {
        content:         var(--icon-submenu);
        font-family:     "theme-icons";
        display:         -webkit-box;
        display:         flex;
        -webkit-box-align:     center;
                align-items:     center;
        -webkit-box-pack: center;
                justify-content: center;
        position:        absolute;
        right:           0;
        top:             0;
        width:           38px;
        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 {
        right:     unset;
        left:      0;
        -webkit-transform: scaleX(-1);
                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:        -webkit-box;
        display:        flex;
        flex-wrap:      nowrap;
        -webkit-box-align:    center;
                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 {
        color: var(--accent-color);
    }

    .c-mobile-menu__subitem--parent-div {
        padding-left:  50px;
        padding-right: 30px;
    }

    .h-rtl .c-mobile-menu__subitem--parent-div {
        padding-left:  30px;
        padding-right: 50px;
    }

    .c-mobile-menu__submenu--content .l-section--container, .l-section__container,
    .c-mobile-menu__submenu--content .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
        padding-left:  0;
        padding-right: 0;
    }
}


/*- Order -*/

.c-order {
	background-color: white;
	padding:          90px 60px;
	color:            var(--text-color-light);
	font-weight:      300;
	font-size:        13px;
	line-height:      24px;
	letter-spacing:   0.025em;
}

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

.c-order__result-ico {
	width:       90px;
	height:      90px;
	font-size:   90px;
	line-height: 1;
}

.c-order__result-message {
	margin-top:     45px;
	font-family:    var(--font-header);
	font-weight:    normal;
	font-size:      21px;
	line-height:    28px;
	text-align:     center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	max-width:      400px;
	margin-left:    auto;
	margin-right:   auto;
	color:          var(--text-color);
}

.c-order__details {
	display:         -webkit-box;
	display:         flex;
	flex-wrap:       wrap;
	-webkit-box-pack: center;
	        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:    500;
	font-size:      15px;
	line-height:    20px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	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 {
	-webkit-box-pack: justify;
	        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 {
	max-width: 510px;
}

.woocommerce-table th,
.woocommerce-orders-table th {
	font-style:     normal;
	font-weight:    normal;
	font-size:      10px;
	line-height:    18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 14px;
	text-align:     left;
	border-bottom:  solid 1px var(--background-color-dark);
}

.h-rtl .woocommerce-table th,
.h-rtl .woocommerce-orders-table th {
	text-align: right;
}

.woocommerce-table th + td,
.woocommerce-orders-table th + td {
	border-bottom: solid 1px var(--background-color-dark);
}

.download-product,
.woocommerce-table__product-name {
	font-weight:    500;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.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: normal;
}

p + .woocommerce-order-details {
	margin-top: 50px;
}

.woocommerce-order-details__title,
.woocommerce-order-downloads__title,
.woocommerce-column__title {
	padding:        0;
	margin:         0 0 20px 0;
	font-weight:    500;
	font-size:      17px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color:          var(--text-color);
}

.woocommerce-table .includes_tax,
.woocommerce-table .tax_label,
.woocommerce-table .shipped_via {
	font-weight: normal;
	font-size:   12px;
	margin-top:  3px;
}

.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:      -webkit-box;
	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:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
}

.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 {
		padding: 0;
	}

	.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;
	-webkit-transform:  var(--hover-transition);
	        transform:  var(--hover-transition);
}

.c-page-header__sub-cat-list {
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align:     start;
	        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 {
	-webkit-box-flex:        0;
	        flex:        0 0 auto;
	width:       160px;
	margin:      0;
	text-align:  center;
	padding:     0 10px;
	line-height: 0;
	padding-top: 20px;
}

.c-page-header__sub-cat-item img {
	display:               inline-block !important;
	-webkit-box-flex:                  0;
	        flex:                  0 0 auto;
	width:                 90px !important;
	height:                90px !important;
	-o-object-fit:            cover;
	   object-fit:            cover;
	-o-object-position:       center;
	   object-position:       center;
	border-radius:         50%;
	overflow:              hidden;
	-webkit-transition:            var(--opacity-transform-transition);
	transition:            var(--opacity-transform-transition);
	-webkit-transform-origin:      center;
	        transform-origin:      center;
}


.c-page-header__sub-cat-item .woocommerce-loop-category__title {
	position:       relative;
	font-family:    var(--font-header);
	font-weight:    500;
	font-size:      var(--subcat-font-size);
	line-height:    1.25;
	text-align:     center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top:     22px;
	padding-left:   0.2em;
}

.c-page-header__sub-cat-item .count {
	display: none;
}

/*-- 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-top:    40px;
		-webkit-transition:    var(--hover-transition);
		transition:    var(--hover-transition);
	}

	.c-page-header__sub-cat-list--carousel {
		-webkit-box-pack: start;
		        justify-content: flex-start;
	}

	.c-page-header__sub-cat-item:hover a img {
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}

	.c-page-header__sub-cat .owl-prev,
	.c-page-header__sub-cat .owl-next {
		width:      50px !important;
		height:     50px !important;
		top:        40px !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;
	}
}

/*-- 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: 40px;
	}

	.c-page-header__sub-cat-item .woocommerce-loop-category__title {
		font-size:      calc(var(--subcat-font-size) * 15 / 16);
		letter-spacing: 0.15em;
	}
}

@media (max-width: 767px) {
	.c-page-header__sub-cat-item {
		width: 150px;
	}
}

@media (max-width: 414px) {
	.c-page-header__sub-cat-item {
		margin-left:  auto !important;
		margin-right: auto !important;
		max-width:    100%;
	}

	.c-page-header__sub-cat:not(.c-page-header__sub-cat--init) {
		opacity:    0;
		visibility: hidden;
	}
}

/*- Page Header -*/

.c-page-header {
	position:            relative;
	background-position: center center;
	text-align:          center;
	color:               var(--background-color);
}

.c-page-header.c-page-header--custom-bg {
	background-image: none;
}

.c-page-header__title {
	font-weight:    300;
	font-size:      54px;
	line-height:    1;
	text-align:     center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding:        0 0 0 0.2em;
	margin:         0 auto;
	white-space:    normal;
}

.c-page-header__title--compact {
	font-size: 36px;
}

.c-page-header__sticky {
	font-size:        75%;
	line-height:      1;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform:        rotate(-45deg);
	        transform:        rotate(-45deg);
	position:         relative;
	top:              3px;
	margin-right:     5px;
}

.c-page-header__meta {
	padding: 0;
	margin:  30px -10px 0 -10px;
}

.c-page-header__meta-item {
	display:     inline-block;
	line-height: 1;
	font-size:   16px;
	margin:      0 10px;
}

.c-page-header__meta-icon {
	display:        inline-block;
	font-size:      16px;
	margin-right:   5px;
	vertical-align: middle;
}

.c-page-header__login-info {
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: center;
	        justify-content: center;
	flex-wrap:       wrap;
	font-weight:     500;
	font-size:       11px;
	line-height:     1.2;
	letter-spacing:  0.1em;
	text-transform:  uppercase;
	color:           white;
	max-width:       780px;
	width:           100%;
}

.c-page-header__login-info > * {
	margin: 0 20px 15px 20px;
}

.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;
	-webkit-transform:    scaleX(-1);
	        transform:    scaleX(-1);
}

.c-login__register {
	margin-left: 20px;
	display:     inline-block;
}

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

.c-page-header__login-name {
	font-weight: 700;
}

.c-page-header--sub-cat .c-breadcrumbs__list {
	position:  relative;
	bottom:    unset;
	left:      unset;
	-webkit-transform: unset;
	        transform: unset;
}

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

@media (min-width: 1190px) {

	.c-page-header {
		padding:    50px 20px;
		min-height: 300px;
	}

	.c-page-header--header-type-2 {
		padding-top:    34px;
		padding-bottom: 54px;
		min-height:     250px;
	}

	.c-page-header--header-type-2 .c-breadcrumbs__list--top {
		top: 35px;
	}

	.c-page-header--low {
		padding-top:    76px;
		padding-bottom: 76px;
		min-height:     260px;
	}

	.c-page-header--low.c-page-header--sub-cat {
		padding-bottom: 40px;
	}

	.c-page-header--default.c-page-header--sub-cat {
		padding-bottom: 60px;
	}

	.c-page-header--low.c-page-header--sub-cat.c-page-header--header-type-2,
	.c-page-header--low.c-page-header--sub-cat.c-page-header--header-type-4,
	.c-page-header--low.c-page-header--sub-cat.c-page-header--header-type-5 {
		padding-top: 30px;
	}

	.c-page-header--default.c-page-header--sub-cat.c-page-header--header-type-2,
	.c-page-header--default.c-page-header--sub-cat.c-page-header--header-type-4,
	.c-page-header--default.c-page-header--sub-cat.c-page-header--header-type-5 {
		padding-top: 50px;
	}

	.c-page-header--narrow {
		min-height:     unset;
		padding-top:    37px;
		padding-bottom: 53px;
	}

	.c-page-header--narrow.c-page-header--header-type-1,
	.c-page-header--narrow.c-page-header--header-type-3 {
		padding-top: 127px;
	}

	.c-page-header--low.c-page-header--header-type-2 {
		min-height: 250px;
	}

	.c-page-header--low .c-page-header__title {
		font-size: 36px;
	}

	.c-page-header--low:not(.c-page-header--sub-cat) .c-page-header__wrap {
		min-height: 80px;
/*		min-height: 108px;*/
	}

	.c-page-header--high {
		min-height: 500px;
	}

	.c-page-header--high:not(.c-page-header--sub-cat).c-page-header--header-type-2 {
		min-height: 350px;
	}

	.c-page-header--high {
		display:     -webkit-box;
		display:     flex;
		-webkit-box-align: center;
		        align-items: center;
	}

	.c-page-header--high.c-page-header--sub-cat {
		flex-wrap:       wrap;
		-webkit-box-orient:  vertical;
		-webkit-box-direction:  normal;
		        flex-direction:  column;
		-webkit-box-pack: center;
		        justify-content: center;
	}

	.c-page-header__wrap {
		max-width:       900px;
		margin:          0 auto;
		position:        relative;
		min-height:      162px;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: center;
		        justify-content: center;
		-webkit-box-align:     center;
		        align-items:     center;
	}

	.c-page-header--sub-cat .c-page-header__wrap {
		min-height:    0;
		margin-bottom: 15px;
		margin-top:    20px;
	}

	.c-page-header__login-info {
		position:          absolute;
		bottom:            40px;
		left:              50%;
		-webkit-transform: translateX(-50%);
		transform:         translateX(-50%);
		padding:           0 25px;
		margin:            0 auto -15px auto;
		width:             780px;
		max-width:         100%;
	}
}

/*-- Page Header (Mobile) --*/

@media (max-width: 1189px) {
	.c-page-header {
		display:         -webkit-box;
		display:         flex;
		-webkit-box-orient:  vertical;
		-webkit-box-direction:  normal;
		        flex-direction:  column;
		-webkit-box-pack: end;
		        justify-content: flex-end;
		-webkit-box-align:     center;
		        align-items:     center;
		min-height:      200px;
	}

	.c-page-header--narrow {
		min-height: 130px;
	}

	.c-page-header--margin-minus {
		min-height:     275px;
		padding-bottom: 140px;
	}

	.c-page-header__wrap {
		max-width:       730px;
		margin:          0 auto;
		position:        relative;
		min-height:      90px;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: center;
		        justify-content: center;
		-webkit-box-align:     center;
		        align-items:     center;
		margin-top:      68px;
		padding-left:    30px;
		padding-right:   30px;
	}

	.c-page-header--sub-cat .c-page-header__wrap {
		min-height:    0;
		margin-bottom: 15px;
	}

	.c-page-header--header-type-2.c-page-header--sub-cat .c-page-header__wrap,
	.c-page-header--header-type-4.c-page-header--sub-cat .c-page-header__wrap,
	.c-page-header--header-type-5.c-page-header--sub-cat .c-page-header__wrap {
		margin-top: 40px;
	}

	.c-page-header__title {
		font-size:      28px;
		line-height:    30px;
		letter-spacing: 0.14em;
		font-weight:    normal;
		padding-left:   0.14em;
	}

	.c-page-header__spacer {
		height: 66px;
	}

	.c-page-header__login-info {
		position:        relative;
		-webkit-box-pack: center;
		        justify-content: center;
		width:           100%;
		max-width:       100%;
		padding:         24px 30px 15px 30px;
		margin:          0 auto;
	}

	.c-page-header--sub-cat .c-breadcrumbs__list {
		padding-top:    0;
		padding-bottom: 0;
	}
}

/*- Play video button -*/

.c-play {
	display:               -webkit-box;
	display:               flex;
	-webkit-box-pack:       center;
	        justify-content:       center;
	-webkit-box-align:           center;
	        align-items:           center;
	position:              absolute;
	cursor:                pointer;
	left:                  50%;
	top:                   50%;
	width:                 46px;
	height:                46px;
	margin-left:           -23px;
	margin-top:            -23px;
	border-radius:         50%;
	background-color:      var(--text-color);
	z-index:               2;
	-webkit-transition:            var(--hover-transition);
	transition:            var(--hover-transition);
}

.c-play--disabled {
	opacity: 0.2;
}

.c-play--large {
	width:       66px;
	height:      66px;
	margin-left: -33px;
	margin-top:  -33px;
}

.c-play:after {
	content:     '';
	display:     block;
	position:    absolute;
	left:        50%;
	top:         50%;
	border:      solid 6px transparent;
	border-left: solid 10px white;
	margin-left: -3px;
	margin-top:  -6px;
	z-index:     3;
	opacity:     1;
	-webkit-transition:  var(--opacity-transition);
	transition:  var(--opacity-transition);
}

.c-play--large:after {
	border:      solid 8px transparent;
	border-left: solid 13px white;
	margin-left: -5px;
	margin-top:  -7px;
}

.c-play.js-loading {
	background-color: white;
}

.c-play.js-loading:after {
	opacity: 0;
}

/*-- Play video button (Desktop) --*/
@media (min-width: 1190px) {
	a:hover .c-play:not(.c-play--disabled) {
		background-color: white;
	}

	a:hover .c-play:not(.c-play--disabled):after {
		border-left-color: var(--text-color);
	}
}

/*- Post List -*/

.c-post-list {
	-webkit-box-flex:      0;
	        flex:      0 0 auto;
	display:   -webkit-box;
	display:   flex;
	position:  relative;
	max-width: 100%;
}

.c-post-list__thumb {
	-webkit-box-flex:             0;
	        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: -webkit-box !important;
	display: flex !important;
}


.c-post-list__carousel-item {
	-webkit-box-flex:     0;
	        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 {
	-webkit-box-flex:             1;
	        flex:             1 1 auto;
	max-width:        100%;
	position:         relative;
	background-color: white;
	z-index:          9;
}

.c-post-list__wrap--list {
	padding: 40px 50px;
}

.c-post-list__header {
	font-weight:    normal;
	font-size:      22px;
	line-height:    28px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family:    var(--font-header);
}

.c-post-list__meta-date {
	display:          inline-block;
	background-color: var(--text-color);
	font-size:        12px;
	line-height:      26px;
	text-align:       center;
	letter-spacing:   0.15em;
	text-transform:   uppercase;
	color:            white;
	padding:          4px 12px;
}

.c-post-list__except {
	font-weight:    300;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.015em;
	color:          var(--text-color-light);
	margin-top:     30px;
}

.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 {
	font-style:     normal;
	font-weight:    300;
	font-size:      13px;
	line-height:    30px;
	letter-spacing: 0.04em;
	margin-top:     22px;
	color:          var(--text-color-light);
}

.c-post-list__header-sticky {
	display:     inline;
	font-size:   78%;
	line-height: 1;
	position:    relative;
}

.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 {
	margin-top: 35px;
}

.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;
}

/*-- Post List (Desktop) --*/

@media (min-width: 1190px) {
	.c-post-list__categories-item-link:hover {
		color: var(--text-color);
	}

	.c-post-list__header-link:hover {
		color: var(--accent-color);
	}
}

/*-- Post List (Mobile) --*/

@media (max-width: 1189px) {

}

@media (min-width: 768px) {

	.c-post-list--list {
		max-width: 860px;
	}

	.c-post-list--list.c-post-list--no-sidebar {
		margin-left:  auto;
		margin-right: auto;
	}

	.c-post-list--list:not(:last-child) {
		margin-bottom: 25px;
	}

	.c-post-list--grid.c-post-list--no-sidebar {
		width: 560px;
	}

	.c-post-list--grid.c-post-list--sidebar {
		width: 410px;
	}

	.c-post-list--grid {
		margin:         30px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

	.c-post-list__thumb--list {
		width: 315px;
	}

	.c-post-list__thumb--list.c-post-list__thumb--gallery {
		display: -webkit-box;
		display: flex;
	}

	.c-post-list__meta-date--list.c-post-list__meta-date--no-thumb {
		margin-bottom: 30px;
	}

	.c-post-list__meta-date--list.c-post-list__meta-date--with-thumb {
		position:  absolute;
		left:      15px;
		top:       37px;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}

	.h-rtl .c-post-list__meta-date--list.c-post-list__meta-date--with-thumb {
		left:  unset;
		right: 15px;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}

	.c-post-list__thumb-inner--list {
		padding-bottom: 100%;
	}

	.c-post-list__thumb-inner--grid {
		padding-bottom: 56.25%;
	}

	.c-post-list__meta-date--grid {
		position:    absolute;
		left:        50%;
		-webkit-transform:   translateX(-50%);
		        transform:   translateX(-50%);
		top:         -25px;
		font-size:   12px;
		padding:     12px 22px;
		text-indent: 0.15em;
	}

	.c-post-list--list:not(:first-child) {
		margin-top: 40px;
	}

	.c-post-list__wrap--grid.c-post-list__wrap--no-sidebar {
		padding:    65px 65px 60px 65px;
		text-align: center;
	}

	.c-post-list__wrap--grid.c-post-list__wrap--sidebar {
		padding:    55px 35px 50px 35px;
		text-align: center;
	}

}

@media (max-width: 767px) {
	.c-post-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		width:          360px;
		max-width:      100%;
		margin-left:    0;
		margin-right:   0;
	}

	.c-post-list:not(:last-child) {
		margin-bottom: 25px;
	}

	.c-post-list__thumb--standard,
	.c-post-list__thumb--video,
	.c-post-list__thumb--gallery {

	}

	.c-post-list__thumb--status,
	.c-post-list__thumb--quote {
		padding: 50px 40px;
	}

	.c-post-list__wrap {
		text-align: center;
		padding:    5px 30px 35px 30px;
	}

	.c-post-list--page .c-post-list__wrap {
		padding-top: 35px;
	}

	.c-post-list--page.c-post-list--no-thumb:not(:first-child) {
		margin-top: 0;
	}

	.c-post-list__thumb-inner {
		padding-bottom: 56.25%;
	}

	.c-post-list__header {
		font-size:      18px;
		line-height:    24px;
		letter-spacing: 0.2em;
	}

	.c-post-list__meta-date {
		font-size:   14px;
		line-height: 26px;
		padding:     12px 22px;
		max-width:   80%;
		position:    relative;
		top:         -30px;
	}

	.c-post-list--no-thumb:not(:first-child) {
		margin-top: 25px;
	}
}

@media (max-width: 420px) {
	.c-post-list {
		width:     100%;
		min-width: 260px;
	}
}


/*- Post Share Shortcode -*/

.c-post-share {
	display:   -webkit-inline-box;
	display:   inline-flex;
	flex-wrap: wrap;
	margin:    -10px;
}

.c-post-share__icon {
	font-size:   16px;
	line-height: 1;
	margin:      10px;
}

/*-- Post Share Shortcode (Desktop) --*/
@media (min-width: 1190px) {
	.c-post-share__link:hover {
		color: var(--accent-color);
	}
}

/*- Post Sidebar -*/


/*-- Product (Mobile) --*/

@media (max-width: 1189px) and (min-width: 630px) {
	.c-post-sidebar-wrap {
		width:        900px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-post-sidebar {
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: center;
		        justify-content: center;
		flex-wrap:       wrap;
		-webkit-box-align:     start;
		        align-items:     flex-start;
		margin-left:     -30px;
		margin-right:    -30px;
		margin-top:      -60px;
	}

	.c-post-sidebar > .widget {
		-webkit-box-flex:         0;
		        flex:         0 0 auto;
		width:        260px;
		margin-right: 30px;
		margin-left:  30px;
		margin-top:   60px;
	}
}

@media (max-width: 959px) and (min-width: 630px) {
	.c-post-sidebar-wrap {
		width: 580px;
	}
}

/*- Page / Post -*/

.c-post {
	position: relative;
}

.c-post--sidebar {
	max-width: 860px;
}

.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%;
	background-color: white;
	padding:          45px 50px 45px 50px;
	color:            var(--text-color-light);
}

.c-post__wrap--no-thumb.c-post__wrap--no-sidebar {
	padding-top: 70px;
}

.c-post__inner {
	max-width:    760px;
	margin-left:  auto;
	margin-right: auto;
}

.c-page__meta {
	list-style:     none;
	margin:         0 0 25px 0;
	padding:        0;
	font-weight:    300;
	font-size:      13px;
	line-height:    30px;
	letter-spacing: 0.04em;
}

.c-page__meta--no-sidebar {
	text-align: center;
}

.c-page__meta-item {
	display: inline-block;
}

.c-page__meta-item:not(:last-child):after {
	content:        var(--icon-romb);
	font-family:    "theme-icons";
	display:        inline-block;
	vertical-align: middle;
	font-size:      6px;
	line-height:    30px;
	margin-left:    10px;
	margin-right:   10px;
}

.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:  -webkit-box;
	display:  flex;
}

.c-post__carousel-list:not(.owl-loaded) {
	opacity: 0.1 !important;
}

.c-post__carousel-item {
	-webkit-box-flex:      0;
	        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;
	-webkit-transform:               translateX(-50%);
	        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;
}

.sticky .c-post__header-sticky,
.c-post__header-sticky {
	font-size:        75%;
	line-height:      1;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform:        rotate(-45deg);
	        transform:        rotate(-45deg);
	position:         relative;
	top:              3px;
	margin-right:     5px;
}

.c-post__header {
	font-weight:    400;
	font-size:      46px;
	line-height:    46px;
	text-align:     center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color:          var(--text-color);
	margin-bottom:  21px;
}

.c-post__header + .c-post__content {
	margin-top: 50px;
}

.c-post__bottom {
	margin-top:      39px;
	clear:           both;
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.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:     -webkit-box;
	display:     flex;
	-webkit-box-align: center;
	        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:    24px;
	letter-spacing: 0.025em;
	padding-right:  25px;
}

.h-rtl .c-post__tags {
	padding-right: 0;
	padding-left:  25px;
}

.c-post__tags a {
	display:        inline-block;
	text-transform: capitalize;
}

.c-post__share {
	-webkit-box-flex: 0;
	        flex: 0 0 auto;
}

.c-post__nav {
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-top:      30px;
	border:          solid 1px white;
	padding:         35px 40px;
}

.c-post__nav-title {
	font-weight:    normal;
	font-size:      13px;
	line-height:    16px;
	letter-spacing: 0.155em;
	text-transform: uppercase;
}

.c-post__nav-prev {
	-webkit-box-flex:          1;
	        flex:          1 1 auto;
	width:         50%;
	padding-right: 25px;
	display:       -webkit-box;
	display:       flex;
}

.c-post__nav-next {
	-webkit-box-flex:            1;
	        flex:            1 1 auto;
	width:           50%;
	padding-left:    25px;
	text-align:      right;
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: end;
	        justify-content: flex-end;
}

.c-post__nav-prev-ico,
.c-post__nav-next-ico {
	display:     inline-block;
	font-size:   18px;
	line-height: 1;
	height:      18px;
}

.c-post__nav-prev-ico {
	margin-right:     30px;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform:        scale(-1, 1);
	        transform:        scale(-1, 1);
}

.h-rtl .c-post__nav-prev-ico {
	margin-right: 0;
	margin-left:  30px;
	-webkit-transform:    scale(1, 1);
	        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;
	-webkit-transform:    scaleX(-1);
	        transform:    scaleX(-1);
}

.c-post__comments-sep {
	text-align:    center;
	margin-bottom: 20px;
}

.c-post__comments-sep-img {
	max-height: 100px;
}

.c-post__author {
	margin-top:  60px;
	display:     -webkit-box;
	display:     flex;
	color:       var(--text-color-light);
}

.c-post__author-thumb {
	-webkit-box-flex:         0;
	        flex:         0 0 auto;
	margin-right: 45px;
}

.h-rtl .c-post__author-thumb {
	margin-right: unset;
	margin-left:  45px;
}

.c-post__author-thumb > img {
	border-radius: 50%;
}

.c-post__author-content {
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.c-post__author-header {
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.c-post__author-title {
	font-weight:    300;
	font-size:      15px;
	line-height:    30px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color:          var(--text-color);
	margin-top:     7px;
}

.c-post__author-desc {
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	margin-top:     5px;
}

.c-post__author-soc {
	margin-top: 20px;
	color:      var(--text-color);
}

.c-post__author-soc .c-soc__link + .c-soc__link {
	margin-left: 13px;
}

.h-rtl .c-post__author-soc .c-soc__link + .c-soc__link {
	margin-left:  0;
	margin-right: 13px;
}

.c-post__comments-wrap {
	margin-top: 60px;
}

.c-post__row-2 {
	max-width:    860px;
	margin-left:  auto;
	margin-right: auto;
}


/*-- Page / Post (Desktop) --*/

@media (min-width: 1190px) {

	.c-post__thumb--standard {
		width:  100%;
		height: 380px;
	}

	.c-post__author-soc .c-soc__link:hover {
		color: var(--accent-color-dark);
	}

	.c-post__wrap--no-sidebar {
		padding-bottom: 60px;
	}

	.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);
	}
}

/*-- Page / Post (Mobile) --*/

@media (max-width: 1189px) {

	.c-post--sidebar {
		margin: 0 auto;
	}

	.c-post__thumb--standard {
		width:  100%;
		height: 380px;
	}

	.c-post-list--list {
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.c-post__header {
		font-size:   33px;
		line-height: 36px;
	}

	.c-post__thumb--standard {
		padding-bottom: 50%;
		height:         unset;
	}

	.c-post__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        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;
	}

	.c-post__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

	.c-post__tags {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.post-password-form input[type=password],
	.post-password-form input[type=submit] {
		width:         100%;
		margin-bottom: 5px;
	}
}

@media (max-width: 450px) {

	.c-post {
		margin-top:   -60px;
		margin-left:  -30px;
		margin-right: -30px;
	}

	.c-post__wrap {
		padding: 40px 30px 40px 30px !important;
	}

	.c-post__author {
		padding-left:  30px;
		padding-right: 30px;
	}

	.c-post__author-thumb {
		margin-right: 20px;
	}

	.h-rtl .c-post__author-thumb {
		margin-right: unset;
		margin-left:  20px;
	}

	.c-post__author-thumb > img {
		width:  80px;
		height: 80px;
	}

	.c-post__comments-row {
		padding-left:  30px;
		padding-right: 30px;
	}

	.c-post__header + .c-post__content {
		margin-top: 30px;
	}
}

/*- 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:   -webkit-box;
	display:   flex;
	margin:    -25px -15px;
	flex-wrap: wrap;
}

.c-posts__item {
	-webkit-box-flex:    0;
	        flex:    0 0 auto;
	width:   calc(100% / 3);
	padding: 25px 15px;
}

.c-posts__sizer {
	-webkit-box-flex:  0;
	        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 grid -*/

.c-product-grid {
	margin-top: 40px;
}

.c-product-grid__wrap {
	margin: -20px;
}

.c-product-grid__list {
	display:         -webkit-box;
	display:         flex;
	flex-wrap:       wrap;
	position:        relative;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-align:     stretch;
	        align-items:     stretch;
}

.c-product__products .c-product-grid__list {
	-webkit-box-pack: center;
	        justify-content: center;
}

.c-product-grid__list--center {
	-webkit-box-pack: 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 {
	-webkit-box-flex:           0;
	        flex:           0 0 auto;
	display:        -webkit-box;
	display:        flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	position:       relative;
	margin:         20px;
}

.c-product-grid__item--view-more {
	background-color: white;
	-webkit-box-pack:  center;
	        justify-content:  center;
	-webkit-box-align:      center;
	        align-items:      center;
	padding:          30px !important;
}

.c-product-grid__item--view-more.c-product-grid__item--normal {
	min-height: 430px;
}

.c-product-grid__item--view-more.c-product-grid__item--2-per-row {
	min-height: 220px;
}

.c-product-grid__item--view-more.c-product-grid__item--compact {
	min-height: 145px;
}

.c-product-grid__details {
	margin-top:       1px;
	-webkit-box-flex:             1;
	        flex:             1 1 auto;
	display:          -webkit-box;
	display:          flex;
	-webkit-box-orient:   vertical;
	-webkit-box-direction:   normal;
	        flex-direction:   column;
	-webkit-box-pack:  justify;
	        justify-content:  space-between;
	background-color: white;
	position:         relative;
/*	padding:          26px 30px 30px 30px;*/
	padding:          10px 20px 20px 30px;
}

.c-product-grid__thumb-wrap {
	-webkit-box-flex:             0;
	        flex:             0 0 auto;
	position:         relative;
	background-color: white;
	overflow:         hidden;
	padding-bottom:   88.4615384%;
}

.c-product-grid__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-product-grid__badges {
	position: absolute;
	left:     0;
	top:      -5px;
	z-index:  2;
	width:    100%;
}

.c-product-grid__item--normal .c-badge--featured {
/*	margin-left: auto;*/
	margin-left: 2px;
}

.h-rtl .c-product-grid__item--normal .c-badge--featured {
	margin-left:  unset;
	margin-right: auto;
}

.c-product-grid__item--normal .c-product-grid__stock-wrap {
	position:   absolute;
	bottom:     0;
	left:       0;
	right:      0;
	text-align: center;
	z-index:    2;
}

.c-product-grid__item--normal .c-product-grid__stock {
	display:          inline-block;
	max-width:        80%;
	font-weight:      500;
	font-size:        11px;
	line-height:      20px;
	letter-spacing:   0.21em;
	text-transform:   uppercase;
	padding:          8px 22px 7px 22px;
	color:            white;
	background-color: var(--badge-bgcolor-outofstock);
}

.c-product-grid__title-wrap {
	text-align: center;
}

.c-product-grid__item .woocommerce-loop-product__title {
	font-weight:    normal;
/*	font-size:      var(--font-size);*/
	font-size:      17px;
	line-height:    1.4;
	margin:         0 0 10px 0;
	letter-spacing: var(--font-letter-spacing);
	padding-left:   var(--font-letter-spacing);
	text-transform: uppercase;
	font-family:    var(--font-header);
}

.c-product-grid__item--normal .star-rating {
/*	margin-top: 24px;*/
	margin-top: 18px;
}

.c-product-grid__short-desc {
	opacity:        0.62;
	font-weight:    300;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.025em;
	color:          var(--text-color);
}

.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-list {
	display:   -webkit-inline-box;
	display:   inline-flex;
	position:  absolute;
	right:      0;
	top:       0;
	/* -webkit-transform: translate(-50%, -50%); */
	        /* transform: translate(-50%, -50%); */
}

.c-product-grid__thumb-button {
	-webkit-box-flex:             0;
	        flex:             0 0 auto;
	width:            50px;
	height:           50px;
	overflow:         hidden;
/*	background-color: white;*/
/*	border:           solid 1px currentColor;*/
	font-size:        16px;
	position:         absolute;
	opacity:          1;
	visibility:       visible;
	-webkit-transition:       var(--opacity-transition);
	transition:       var(--opacity-transition);
	cursor:           pointer;
	top: 0;
	right: 0;
}

.c-product-grid__thumb-button:not(:first-child) {
	left: -1px;
}

.h-rtl .c-product-grid__thumb-button:not(:first-child) {
	left:  0;
	right: -1px;
}

.c-product-grid__icon {
	position: relative;
	top:      2px;
}

.c-product-grid__icon--hover {
	display: none;
}

.c-product-grid__price-wrap {
	text-align:     center;
	font-weight:    500;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.8px;
/*	margin-top:     35px;*/
	margin-top:     10px;
}

.c-product-grid__price-wrap del {
	opacity:      0.3;
	margin-right: 3px;
}

.c-product-grid__price-wrap ins {
	text-decoration: none;
}

.c-product-grid__atc {
	display:          block;
	border:           solid 1px #e6e3e3;
	font-weight:      400;
	font-size:        12px;
	line-height:      14px;
	text-align:       center;
	letter-spacing:   3.12px;
	text-transform:   uppercase;
	padding:          15px;
/*	padding:          22px 15px 21px 15px;*/
	background-color: #8cc63f;
	z-index:          5;
}

.c-product-grid__atc.added {
	display: none;
}

.c-product-grid__atc-icon {
	font-size:   9px;
	line-height: 14px;
	/*vertical-align: middle;*/
}

.h-rtl .c-product-grid__atc-icon {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
	display:   inline-block;
}

.c-product-grid__atc-icon:first-child {
	margin-right: 9px;
}

.h-rtl .c-product-grid__atc-icon:first-child {
	margin-right: 0;
	margin-left:  9px;
}

.c-product-grid__atc-icon:last-child {
	margin-left: 9px;
}

.h-rtl .c-product-grid__atc-icon:last-child {
	margin-left:  0;
	margin-right: 9px;
}


/*-- Product grid (Compact Layout) --*/

.c-product-grid__item--compact {
	flex-wrap:        nowrap;
	-webkit-box-orient:   horizontal;
	-webkit-box-direction:   normal;
	        flex-direction:   row;
	background-color: white;
}

.c-product-grid__item--compact .c-product-grid__thumb-wrap {
	width:      135px;
	min-height: 145px;
	padding:    0;
}

.c-product-grid__item--compact .c-product-grid__thumb {
	width:  100% !important;
	height: 145px !important;
}

.c-product-grid__item--normal .c-product-grid__thumb {
	width:  100% !important;
	height: 100% !important;
    object-fit: contain;
}

.c-product-grid__thumb--contain {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}

.c-product-grid__item--compact .c-product-grid__details {
	margin-top:  0;
	padding:     20px 25px 13px 25px;
	border-left: none;
}

.c-product-grid__item--compact .c-product-grid__atc {
	position:        absolute;
	width:           99px;
	left:            17px;
	top:             74px;
	height:          51px;
	opacity:         0;
	visibility:      hidden;
	-webkit-transition:      var(--opacity-transition);
	transition:      var(--opacity-transition);
	align-self:      flex-start;
	font-weight:     500;
	font-size:       10px;
	line-height:     14px;
	text-align:      center;
	letter-spacing:  0.24em;
	text-indent:     0;
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align:     center;
	        align-items:     center;
	padding:         0 5px 0 5px;
}

.c-product-grid__item--compact:hover .c-product-grid__atc {
	opacity:    1;
	visibility: visible;
}

.h-rtl .c-product-grid__item--compact .c-product-grid__atc {
	left:  unset;
	right: 17px;
}

.c-product-grid__item--compact .c-product-grid__atc-text {
	display: none;
}

.c-product-grid__item--compact .c-product-grid__atc-icon {
	margin-right: 0;
	font-size:    15px;
}

.h-rtl .c-product-grid__item--compact .c-product-grid__atc-icon {
	margin-left: 0;
}

.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:   20px;
	margin-bottom: 7px;
	padding-left:  0;
}

.c-product-grid__item--compact .c-product-grid__price-wrap {
	font-size:  13px;
	margin-top: 5px;
	text-align: right;
	position:   relative;
}

/*.c-product-grid__item--compact .star-rating {
	position: absolute;
	left:     25px;
	bottom:   23px;
}*/

.c-product-grid__item--compact .c-product-grid__badges {
	-webkit-box-pack: end;
	        justify-content: flex-end;
	top:             -12px;
}

.c-product-grid__item--compact .c-badge {
	margin-left: 5px;
}

.h-rtl .c-product-grid__item--compact .c-badge {
	margin-left:  0;
	margin-right: 5px;
}

.c-product-grid__item--compact .c-product-grid__thumb-button-list {
	top:       25px;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	left:      17px;
}

.c-product-grid__item--compact .c-product-grid__stock {
	position:         absolute;
	bottom:           0;
	left:             0;
	right:            0;
	z-index:          2;
	display:          block;
	text-align:       center;
	font-weight:      500;
	font-size:        10px;
	line-height:      20px;
	letter-spacing:   0.21em;
	text-transform:   uppercase;
	padding:          7px 15px 8px 16px;
	color:            white;
	background-color: var(--badge-bgcolor-outofstock);
}

.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__item--compact .c-product-grid__price-wrap {
	display:         -webkit-box;
	display:         flex;
	flex-wrap:       wrap;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.c-product-grid__item--compact .c-product-grid__price-wrap > .price {
	-webkit-box-flex:        1;
	        flex:        1 1 auto;
	margin-left: 10px;
}

.c-product-grid__item--compact .c-product-grid__brands {
	margin-top:    3px;
	margin-bottom: 0;
}

.c-product-grid__cat-desc:empty {
	display: none;
}

.c-product-grid__cat-desc .term-description > :first-child,
.c-product-grid__cat-desc .page-description > :first-child {
	margin-top: 0;
}

.c-product-grid__cat-desc .term-description > :last-child,
.c-product-grid__cat-desc .page-description > :last-child {
	margin-bottom: 0;
}

.c-product-grid__cat-desc--above {
	margin-bottom: 40px;
}

.c-product-grid__cat-desc--below {
	margin-top:    0;
	margin-bottom: 70px;
}

/*-- Product grid (Desktop) --*/

@media (min-width: 1190px) {

	.c-product-grid__item:hover .c-product-grid__thumb-button {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__thumb-button:hover .c-product-grid__icon--hover {
		display: inline-block;
	}

	.c-product-grid__thumb-button:hover .c-product-grid__icon--normal {
		display: none;
	}

	.c-product-grid__item--3-per-row {
		width: 360px;
	}

	.c-product-grid__item--4-per-row {
		width: 260px;
	}

	.c-product-grid__item--compact {
		width: 360px;
	}

	.c-product-grid__item--compact.c-product-grid__item--sidebar {
		width:  415px;
		margin: 15px;
	}

	.c-product-grid__wrap--compact.c-product-grid__wrap--sidebar {
		margin: -15px;
	}

	.c-product-grid__item:hover .c-product-grid__atc {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__item--4-per-row .c-product-grid__atc {
		/* top: 230px; */
	}

	.c-product-grid__item--3-per-row .c-product-grid__atc {
		top: 318px;
	}

	.c-product-grid__item--3-per-row .c-product-grid__thumb-wrap {
		padding-bottom: 88.4615384%;
	}

	.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 .c-product-grid__atc {
		opacity:    0;
		visibility: hidden;
		-webkit-transition: var(--hover-transition);
		transition: var(--hover-transition);
		align-self: flex-start;
	}

	.c-product-grid__item--normal .c-product-grid__atc {
		/* -webkit-transform: translateY(-100%);
		        transform: translateY(-100%); */
		position:  relative;
		width:     100%;
		left:      0;
		opacity: 1;
		visibility: visible;
	}

	.c-product-grid__atc:hover {
		color:            white !important;
		background-color: var(--text-color);
		border-color:     var(--text-color);
	}

	.c-product-grid__brand:hover,
	.woocommerce-loop-product__link:hover {
		color: var(--accent-color);
	}

	.c-product-grid__item--always .c-product-grid__atc {
		position:     absolute;
		width:        100%;
		left:         0;
		bottom:       -1px;
		z-index:      10;
		border-color: white;
		top:          unset;
		-webkit-transform:    none;
		        transform:    none;
		opacity:      1;
		visibility:   visible;
	}

	.c-product-grid__item--always:not(:hover) .c-product-grid__atc {
		pointer-events:none;
	}

	.c-product-grid__item--always {
		padding-bottom: 60px;
	}
}

/*-- Product grid (Mobile) --*/

@media (max-width: 1189px) {

	.c-product-grid__item:hover .c-product-grid__thumb-button {
		opacity:    1;
		visibility: visible;
	}

	.c-product-grid__list {
		-webkit-box-pack: center;
		        justify-content: center;
	}

	.c-product-grid__item--normal {
		width: 260px;
	}

	.c-product-grid__item--compact {
		width: 360px;
	}

	.c-product-grid__item--normal .c-product-grid__atc {
		position:     absolute;
		width:        100%;
		left:         0;
		bottom:       -1px;
		z-index:      10;
		border-color: white;
	}

	.c-product-grid__item--normal {
		padding-bottom: 60px;
	}

	.c-product-grid__item--normal .woocommerce-loop-product__title {
		font-size:      var(--font-size-mobile);
		line-height:    25px;
		letter-spacing: 0.21em;
		padding-left:   0.21em;
	}

	.c-product-grid__item--normal .c-product-grid__price-wrap {
		margin-top: 20px;
	}

	.c-product-grid__item--normal .c-product-grid__thumb-wrap {
		padding-bottom: 88.4615384%;
	}

	.c-product-grid__item--normal .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--compact {
		width:     100%;
		max-width: 415px;
		margin:    10px;
	}

	.c-product-grid__wrap--compact {
		margin: 0;
	}

	.c-product-grid__item--compact .c-product-grid__atc {
		position: absolute;
		width:    99px;
		left:     17px;
		top:      74px;
	}
}

@media (max-width: 619px) and (min-width: 360px) {

	.c-product-grid__wrap--2-per-row {
		margin: -17.5px -20px;
	}

	.c-product-grid__item--2-per-row {
		width:          150px;
		margin:         17.5px 10px;
		padding-bottom: 0;
	}

	.c-product-grid__item--2-per-row .c-product-grid__stock {
		position:  absolute;
		bottom:    0;
		left:      0;
		right:     0;
		z-index:   2;
		font-size: 10px;
		padding:   7px 15px 8px 16px;
		max-width: unset;
	}

	.c-product-grid__item--2-per-row .c-product-grid__details {
		background-color: transparent;
		padding:          17px 0 0 0;
	}

	.c-product-grid__item--2-per-row .woocommerce-loop-product__title {
		font-size:      var(--font-size-mobile-2-per-row);
		line-height:    20px;
		letter-spacing: 0.23em;
	}

	.c-product-grid__item--2-per-row .c-product-grid__short-desc {
		font-size:  12px;
		text-align: center;
	}

	.c-product-grid__item--2-per-row .c-product-grid__thumb-button-list {
		top:               16px;
		-webkit-transform: translateX(0);
		transform:         translateX(0);
		left:              25px;
		z-index:           5;
	}

	.c-product-grid__item--2-per-row .c-product-grid__price-wrap {
		margin-top: 7px;
	}

	.c-product-grid__item--2-per-row .c-product-grid__atc {
		padding:         0 5px 0 5px;
		width:           99px;
		left:            25px;
		top:             65px;
		height:          51px;
		border-color:    currentColor;
		bottom:          unset;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: center;
		        justify-content: center;
		-webkit-box-align:     center;
		        align-items:     center;
		font-weight:     500;
		font-size:       10px;
		line-height:     14px;
		text-align:      center;
		letter-spacing:  0.24em;
		text-indent:     0;
		opacity:         0;
		visibility:      hidden;
	}

	.c-product-grid__item--2-per-row:hover .c-product-grid__atc {
		opacity:    1;
		visibility: visible;
	}

	.h-rtl .c-product-grid__item--2-per-row .c-product-grid__atc {
		left: 26px;
	}

	.c-product-grid__item--2-per-row .c-product-grid__atc-icon {
		margin-right: 0 !important;
		margin-left:  0 !important;
		font-size:    15px;
	}

	.c-product-grid__item--2-per-row .c-product-grid__atc-text {
		display: none;
	}

	.c-product-grid__item--2-per-row .c-product-grid__price-wrap {
		font-size: 14px;
	}


	.c-product-grid__item--2-per-row .c-product-grid__brands {
		margin-top:    5px;
		margin-bottom: 10px;
		line-height:   20px;
	}

	.c-product-grid__item--2-per-row .c-badge {
		margin-left:  0 !important;
		margin-right: 5px !important;
	}

	.h-rtl .c-product-grid__item--2-per-row .c-badge {
		margin-left:  5px !important;
		margin-right: 0 !important;
	}

	.c-product-grid__item--2-per-row .star-rating {
		margin-top: 18px;
	}
}

@media (max-width: 415px) {
	.c-product-grid__item--compact .c-product-grid__price-wrap {
		display:    block;
		text-align: right;
	}
}

@media (max-width: 360px) {
	.c-product-grid__item--compact .c-product-grid__thumb-wrap {
		height: 125px;
		width:  90px;
	}

	.c-product-grid__item--compact .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--compact .c-product-grid__details {
		padding-left:  20px;
		padding-right: 20px;
	}

	/*.c-product-grid__item--compact .c-product-grid__price-wrap del {
		position: absolute;
		right:    -3px;
		top:      -15px;
	}*/
	.c-product-grid__item--compact .c-product-grid__thumb-button {
		width:     40px;
		height:    40px;
		font-size: 12px;
	}

	.c-product-grid__item--compact .c-product-grid__thumb-button-list {
		top:  33px;
		left: 5px;
	}

	.c-product-grid__item--compact .c-product-grid__atc {
		left:     5px;
		position: absolute;
		width:    79px !important;
		top:      72px;
	}

	.c-product-grid__item--compact .c-product-grid__atc--icon {
		font-size:   6px;
		line-height: 12px;
	}
}

/*- Product List Widget -*/

.c-product-list-widget {
    list-style: none;
    margin:     0;
    padding:    0;
}

.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:  -webkit-box;
    display:  flex;
    position: relative;
}

.c-product-list-widget__thumb-col {
    width:        47px;
    -webkit-box-flex:         0;
            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__thumb {
    width:           47px !important;
    height:          35px !important;;
    -o-object-position: center;;
       object-position: center;
    -o-object-fit:      cover;
       object-fit:      cover;
    display:         block;
}

.c-product-list-widget__title-col {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.c-product-list-widget__title {
    font-weight:    normal;
    font-size:      13px;
    line-height:    16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space:    normal;
    margin-top:     -3px;
    color:          var(--text-color);
}

.c-product-list-widget__price {
    margin-top:     7px;
    font-weight:    300;
    font-size:      13px;
    line-height:    16px;
    letter-spacing: 0.025em;
    color:          var(--text-color-light);
}

.c-product-list-widget__remove {
    color:            var(--text-color-light);
    position:         absolute;
    display:          -webkit-box;
    display:          flex;
    width:            18px;
    height:           18px;
    -webkit-box-pack:  center;
            justify-content:  center;
    -webkit-box-align:      center;
            align-items:      center;
    font-size:        8px;
    line-height:      1;
    left:             -18px;
    top:              9px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity:          0;
    visibility:       hidden;
    -webkit-transition:       var(--opacity-transform-transition);
    transition:       var(--opacity-transform-transition);
}

.h-rtl .c-product-list-widget__remove {
    left:  unset;
    right: -18px;
}

.c-product-list-widget__total {
    margin-top:      28px;
    position:        relative;
    display:         -webkit-box;
    display:         flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.c-product-list-widget__total-title {
    font-size:      13px;
    line-height:    24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    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:    600;
    font-size:      14px;
    line-height:    24px;
    text-align:     right;
    letter-spacing: 0.03em;
    margin-left:    15px;
}

.c-product-list-widget__buttons {
    display:   -webkit-box;
    display:   flex;
    flex-wrap: wrap;
    margin:    20px -5px -5px -5px;
}

.c-product-list-widget__buttons .button {
    display:        inline-block;
    -webkit-box-flex:           1;
            flex:           1 1 auto;
    margin:         5px !important;
    font-weight:    500;
    font-size:      9px;
    line-height:    11px;
    text-align:     center;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    padding:        13px 11px 14px 11px;
    border:         solid 1px var(--text-color);
    cursor:         pointer;
}

.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 {
        background-color: var(--text-color);
        color:            white;
    }
    .c-product-list-widget__item:hover .c-product-list-widget__remove {
        opacity:    1;
        visibility: visible;
    }

    .c-product-list-widget__remove:hover {
        -webkit-transform: scale(2, 2);
                transform: scale(2, 2);
    }
}

/*-- Product List Widget (Mobile) --*/
@media (max-width: 1189px) {
    .c-product-list-widget__remove {
        opacity:    1;
        visibility: visible;
    }
}

/*- Product Search Form -*/

.c-product-search-form .c-search-form__input,
.c-product-search-form .c-search-form__input[type=search]:not(.h-cb):focus {
	background-color: white !important;
}
/*- Product -*/

.c-product {
	margin-bottom: 80px;
}

.c-product__rev-counter {
	display: inline-block;
}

.c-product__slider-item {
	display:        block;
	width:          100%;
	padding-bottom: 88%;
	overflow:       hidden;
	position:       relative;
}

.c-product__slider:not(.owl-carousel):not(.c-product__slider--list) > *:not(:first-child) {
	display: none;
}

.c-product__slider-item img {
	position:         absolute;
	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;
	-webkit-transition: var(--opacity-transition);
	transition: var(--opacity-transition);
}

.c-product__loading.js-loading {
	opacity:    1;
	visibility: visible;
}

.c-product__loading .h-loading {
	position:  absolute;
	left:      50%;
	top:       50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}

.c-product__thumbs {
	display:    -webkit-box;
	display:    flex;
	margin-top: 20px;
	max-width:  100%;
	position:   relative;
}

.c-product__thumbs:not(.owl-carousel) {
	overflow: hidden;
}

.c-product__thumbs-item {
	position: relative;
}


.c-product__thumbs-img {
	display:         block;
	width:           115px !important;
	height:          100px !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.c-product__thumbs-video {
	width:               115px;
	height:              100px;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center;
	position:            relative;
}

.c-product__thumbs-video .c-play {
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform:        scale(0.8);
	        transform:        scale(0.8);
}

.c-product__thumbs-video-mask {
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index:          1;
}

.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 {
	position: relative;
}

.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;
}

.c-product__title {
	font-family:    var(--font-header);
	font-weight:    normal;
	font-size:      30px;
	line-height:    38px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

.c-product__short-description {
	font-style:     normal;
	font-weight:    300;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.015em;
	opacity:        0.6;
	margin-top:     15px;
}

.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-weight:    300;
	letter-spacing: 0.025em;
}

.c-product__gallery .c-badge--featured {
	margin-left: auto;
}

.h-rtl .c-product__gallery .c-badge--featured {
	margin-left:  unset;
	margin-right: auto;
}

.c-product__wrap .price,
.woocommerce-grouped-product-list-item__price {
	font-weight:    500;
	font-size:      21px;
	line-height:    20px;
	letter-spacing: 0.03em;
	margin-top:     43px;
	margin-bottom:  0;
}

.c-product__wrap .price:empty {
	display: none !important;
}

.woocommerce-grouped-product-list-item__price {
	margin-top: 0;
}

.woocommerce-grouped-product-list-item__price > * {
	font-size:   16px;
	line-height: 1;
}

.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: 15px;
}

.woocommerce-grouped-product-list-item .c-product__quantity {
	margin-right: 0;
}

.h-rtl .woocommerce-grouped-product-list-item .c-product__quantity {
	margin-left:  0;
	margin-right: 14px;
}

.product-type-grouped .buttons {
	margin-top: 10px;
	text-align: right;
}

.c-product__wrap .price del {
	opacity:      0.3;
	margin-right: 3px;
}

.woocommerce-grouped-product-list-item__price del {
	opacity:       0.3;
	margin-bottom: 5px;
}

.c-product__wrap .price ins,
.woocommerce-grouped-product-list-item__price ins {
	text-decoration: none;
}

.woocommerce-variation-description {
	margin-top:     20px;
	margin-bottom:  20px;
	font-style:     normal;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	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: 25px;
}

.c-product__wrap .woocommerce-product-rating {
	margin-top: 18px;
}

.c-product__wrap .woocommerce-review-link {
	font-weight:    300;
	font-size:      12px;
	line-height:    14px;
	letter-spacing: 0.015em;
	opacity:        0.6;
	margin-left:    20px;
}

.h-rtl .c-product__wrap .woocommerce-review-link {
	margin-left:  0;
	margin-right: 20px;
	display:      inline-block;
}

.c-product__wrap .star-rating {
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transform:        scale(1.24);
	        transform:        scale(1.24);
	margin-right:     16px;
}

.h-rtl .c-product__wrap .star-rating {
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	margin-right:     0;
	margin-left:      16px;
}

.c-product__wrap .product_meta {
	margin-top:     27px;
	font-weight:    300;
	font-size:      12px;
	line-height:    20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:          var(--text-color-light);
}

.c-product__wrap .product_meta > * {
	display:    block;
	margin-top: 8px;
}

.c-product__wrap .product_meta a {
	color: var(--text-color);
}

.c-product__wishlist-button {
	cursor:      pointer;
	display:     -webkit-box;
	display:     flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top:  30px;
}

.c-product__wishlist-icon {
	display:      inline-block;
	position:     relative;
	font-size:    14px;
	line-height:  1;
	margin-right: 11px;
	top:          2px;
}

.h-rtl .c-product__wishlist-icon {
	margin-right: 0;
	margin-left:  11px;
}

.c-product__wishlist-text {
	font-weight:    500;
	font-size:      10px;
	line-height:    1;
	letter-spacing: 0.155em;
	text-transform: uppercase;
	text-align:     left;
}

.c-product__atc-wrap {
	display:    inline-block;
	background: white;
	padding:    30px;
	margin-top: 31px;
	/*width:      100%;*/
	max-width:  500px;
}

.c-product__atc-wrap:empty {
	display: none;
}

.c-product__atc-wrap--hide-stock .in-stock {
	display: none !important;
}

.c-product__atc-wrap .stock {
	margin:         0 0 25px 0;
	font-weight:    300;
	font-size:      14px;
	letter-spacing: 0.3px;
	color:          var(--text-color-light);
}

.c-product__atc-wrap .out-of-stock {
	margin-bottom: 0;
}

.c-product__atc-wrap .woocommerce-variation-availability .stock {
	margin-top: 20px;
}

.product-type-grouped .c-product__atc-wrap {
	max-width: 500px;
}

.product-type-external .c-product__atc-wrap {
	width: auto;
}

.c-product__atc-wrap .c-custom-select__angle {
	font-size: 6px;
}

.c-product__atc-wrap .button {
	font-size:          12px;
	line-height:        14px;
	text-align:         center;
	letter-spacing:     0.265em;
	text-indent:        0.265em;
	padding:            18px 26px 18px 26px;
	background-color:   var(--text-color);
	color:              white;
	text-transform:     uppercase;
	border:             none;
	outline:            none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
}

.c-product__atc-wrap .button.disabled {
	opacity: 0.2;
}

.c-product__atc-wrap table {
	width: 100%;
}

.c-product__atc-wrap .label {
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	-ms-word-wrap:  normal;
	word-break:     normal;
	word-wrap:      normal;
}

.c-product__atc-wrap .value {
	padding-left: 15px;
	position:     relative;
}

.c-product__atc-wrap td {
	padding-bottom: 15px;
}

.c-product__atc-wrap textarea {
	width: 100%;
}

.c-product__atc-wrap select:not(.h-cb) {
	color:            var(--text-color-light);
	font-weight:      300;
	font-size:        13px;
	line-height:      1;
	letter-spacing:   0.025em;
	background-color: var(--background-color);
	text-align:       left;
	width:            100%;
	padding:          16px 35px 16px 25px;
	height:           48px !important;
	border:           none;
	overflow:         hidden;
	white-space:      nowrap;
	text-overflow:    ellipsis;
}

.h-rtl .c-product__atc-wrap select:not(.h-cb) {
	text-align: right;
}

.c-product__atc-wrap .reset_variations {
	position:       absolute;
	right:          0;
	bottom:         -15px;
	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 {
	right: unset;
	left:  0;
}

.c-product__atc-wrap .reset_variations:before {
	content:        var(--icon-close-small);
	font-family:    "theme-icons";
	font-size:      8px;
	line-height:    1;
	vertical-align: middle;
	margin-right:   6px;
	top:            -1px;
	position:       relative;
}

.c-product__quantity {
	display:      -webkit-inline-box;
	display:      inline-flex;
	flex-wrap:    nowrap;
	margin-right: 14px;
}

.h-rtl .c-product__quantity {
	margin-right: 0;
	margin-left:  14px;
}

.c-product__quantity > * {
	-webkit-box-flex:        0;
	        flex:        0 0 auto;
	width:       50px;
	height:      50px;
	line-height: 50px;
	text-align:  center !important;
}

.c-product__quantity-minus {
	-webkit-box-ordinal-group:       2;
	        order:       1;
	border:      solid 1px currentColor;
	font-size:   12px;
	line-height: 1;
	cursor:      pointer;
}

.c-product__quantity-value {
	-webkit-box-ordinal-group:            3;
	        order:            2;
	background-color: var(--background-color);
	padding-left:     5px !important;
	padding-right:    5px !important;
	font-size:        14px;
	line-height:      1;
	-moz-appearance:  textfield;
}

.h-rtl input.c-product__quantity-value {
	text-align: center !important;
}

.c-product__quantity-value::-webkit-outer-spin-button,
.c-product__quantity-value::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin:             0;
}

.c-product__quantity-plus {
	-webkit-box-ordinal-group:       4;
	        order:       3;
	border:      solid 1px currentColor;
	font-size:   12px;
	line-height: 1;
	cursor:      pointer;
}

.c-product__tabs {
}

.c-product__tabs--wide {
	max-width:    760px;
	margin-left:  auto;
	margin-right: auto;
	margin-top:   90px;
}

.c-product__tabs-wrap {
	margin: 45px 0 35px 0;
}

.c-product__tabs-list {
	display:    -webkit-box;
	display:    flex;
	position:   relative;
	margin:     0;
	padding:    0;
	list-style: none;
}

.c-product__thumbs.h-carousel .owl-prev,
.c-product__thumbs.h-carousel .owl-next,
.c-product__tabs-list.h-carousel .owl-prev,
.c-product__tabs-list.h-carousel .owl-next {
	font-size: 18px !important;
}

.c-product__thumbs.h-carousel .owl-next,
.c-product__thumbs.h-carousel .owl-prev {
	width: 35px !important;
}

.c-product__tabs-list.h-carousel .owl-prev {
	left:       -70px !important;
	margin-top: -47px !important;
}

.c-product__tabs-list.h-carousel .owl-next {
	right:      -70px !important;
	margin-top: -47px !important;
}

.c-product__tabs-list:not(.owl-carousel) {
	overflow: hidden;
}

.c-product__tabs-list:before {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	right:         0;
	bottom:        0;
	border-bottom: solid 1px #DEDEDE;
}

.c-product__tabs-item {
	z-index:        1;
	position:       relative;
	-webkit-box-flex:           0;
	        flex:           0 0 auto;
	font-style:     normal;
	font-weight:    normal;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin:         0;
	padding-bottom: 25px;
	border-bottom:  solid 1px transparent;
	color:          var(--text-color-light);
}

.c-product__tabs-list:not(.owl-carousel) .c-product__tabs-item:not(:last-child) {
	margin-right: 46px;
}

.h-rtl .c-product__tabs-list:not(.owl-carousel) .c-product__tabs-item:not(:last-child) {
	margin-right: 0;
	margin-left:  46px;
}

.c-product__tabs-item.active {
	border-bottom-color: var(--text-color);
}

.c-product__tabs-list .owl-item:last-child {
	margin-right: -1px !important;
}

.c-product__tabs-header {
	font-weight:    500;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom:  25px;
	color:          var(--text-color-light);
}

.c-product__tabs-panel {
	font-style:     normal;
	font-weight:    300;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.015em;
	color:          var(--text-color-light);
}

.c-product__tabs-panel:not(.visible) {
	display: none;
}

.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 {
	font-weight:    300;
	font-size:      12px;
	line-height:    20px;
	letter-spacing: 0.1em;
	margin-bottom:  -8px;
}

.woocommerce-product-attributes > * {
	padding-bottom: 8px;
}

.woocommerce-product-attributes-item__label {
	font-weight:    300;
	text-transform: uppercase;
	color:          var(--text-color-light);
	text-align:     left;
	padding-right:  25px;
}

.h-rtl .woocommerce-product-attributes-item__label {
	padding-right: 0;
	padding-left:  25px;
	text-align:    right;
}

.woocommerce-product-attributes-item__label:after {
	content: ':';
}

.woocommerce-product-attributes-item__value {
	color: var(--text-color);
}

.woocommerce-noreviews {
	display: none;
}

.c-product__products {
	margin-top: 60px;
}

.c-product__products-title {
	text-align:     center;
	font-size:      26px;
	line-height:    30px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom:  60px;
}

.c-product__col-1 {
	-webkit-box-ordinal-group:    2;
	        order:    1;
	position: relative;
}

.c-product__col-2 {
	-webkit-box-ordinal-group:    3;
	        order:    2;
	position: relative;
}

.c-product__col-3 {
	-webkit-box-ordinal-group:    4;
	        order:    3;
	position: relative;
}

.woocommerce-variation-add-to-cart,
.product-type-simple .c-product__atc-wrap form {
	display:   -webkit-box;
	display:   flex;
	flex-wrap: wrap;
}


.c-product--quick-view .woocommerce-variation-add-to-cart,
.c-product--quick-view .c-product__atc-wrap form {
	flex-wrap: nowrap;
}

/*-- Product (Quickview) --*/

.c-product--quick-view {
	margin-bottom: 0;
	display:       -webkit-box;
	display:       flex;
}

.c-product--quick-view .c-product__badges {
	top: 0;
}

.c-product__quick-view-col-1 {
	position:         relative;
	-webkit-box-flex:             0;
	        flex:             0 0 auto;
	width:            500px;
	background-color: white;
}

.c-product__quick-view-col-2 {
	position:         relative;
	-webkit-box-flex:             0;
	        flex:             0 0 auto;
	width:            498px;
	padding:          55px 50px;
	background-color: var(--background-color);
}

.c-product--quick-view .c-product__slider-item {
	padding-bottom: 126%;
}

.c-product--quick-view .c-product__title {
	margin-top:     0;
	font-size:      25px;
	line-height:    32px;
	letter-spacing: 0.28em;
}

.c-product__tabs--desktop,
.c-product__tabs--mobile {
	display: none;
}

.c-product__image-link--zoom {
	-webkit-font-smoothing: subpixel-antialiased;
	cursor:                 url("assets/img/zoom-cursor.svg") 26 26, 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 {
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.c-product__image-zoom.zooming .c-product__slider-img {
	opacity: 0;
}

.c-product__share {
	margin-top:  30px;
	display:     -webkit-box;
	display:     flex;
	-webkit-box-align: center;
	        align-items: center;
}

.c-product__share-title {
	font-weight:    500;
	font-size:      10px;
	line-height:    18px;
	letter-spacing: 0.155em;
	text-transform: uppercase;
	margin-right:   15px;
}

.h-rtl .c-product__share-title {
	margin-right: 0;
	margin-left:  15px;
}

.c-product__share .c-post-share__link {
	color: var(--text-color-light);
}

.c-product__share .c-post-share__icon {
	margin: 7px;
}

.c-product__share .c-post-share {
	margin: -7px;
}

.c-product__brand-logo-list {
	display:   -webkit-box;
	display:   flex;
	flex-wrap: wrap;
	margin:    -10px -20px -20px -20px;
}

.c-product__brand-logo {
	width:            136px;
	height:           76px;
	margin:           20px;
	position:         relative;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transition:       var(--opacity-transform-transition);
	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;
}


/*-- Product (Desktop) --*/
@media (min-width: 1190px) {

	.c-product--layout-1 .woocommerce-variation-add-to-cart .button,
	.c-product--layout-1.product-type-simple .c-product__atc-wrap .button,
	.c-product--layout-2 .woocommerce-variation-add-to-cart .button,
	.c-product--layout-2.product-type-simple .c-product__atc-wrap .button {
		max-width: calc(100% - 164px);
	}

	.c-product__wrap .woocommerce-review-link:hover,
	.c-product__wrap .product_meta a:hover {
		color: var(--accent-color);
	}

	.c-product__wrap:not(.c-product__wrap--quick-view) {
		position:   relative;
		max-width:  100%;
		display:    -webkit-box;
		display:    flex;
		margin-top: 70px;
	}

	.c-product--layout-1 .c-product__col-1,
	.c-product--layout-2 .c-product__col-1 {
		-webkit-box-flex:         0;
		        flex:         0 0 auto;
		width:        460px;
		margin-right: 100px;
		position:     relative;
	}

	.h-rtl .c-product--layout-1 .c-product__col-1,
	.h-rtl .c-product--layout-2 .c-product__col-1 {
		margin-right: 0;
		margin-left:  100px;
	}

	.c-product--layout-1 .c-product__col-2,
	.c-product--layout-2 .c-product__col-2 {
		-webkit-box-flex: 1;
		        flex: 1 1 auto;
	}

	.c-product--layout-2 .c-product__slider--carousel {
		display: none !important;
	}

	.c-product--layout-2 .c-product__thumbs {
		display: none !important;;
	}

	.c-product--layout-2 .c-product__slider-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.c-product--layout-3 .js-sticky-sidebar {
		position: absolute;
	}

	.c-product--layout-3 .c-product__col-1,
	.c-product--layout-3 .c-product__col-3,
	.c-product--layout-4 .c-product__col-2,
	.c-product--layout-4 .c-product__col-3 {
		-webkit-box-flex:     0;
		        flex:     0 0 auto;
		width:    330px;
		position: relative;
	}

	.c-product--layout-3 .c-product__col-2,
	.c-product--layout-4 .c-product__col-1 {
		-webkit-box-flex:      1;
		        flex:      1 1 auto;
		width:     calc(100vw - 920px);
		max-width: 722px;
	}

	.c-product--layout-3 .c-product__col-2,
	.c-product--layout-4 .c-product__col-2 {
		margin-left:  60px;
		margin-right: 60px;
	}

	.c-product--layout-3 .c-product__col-2-center {
		width:        calc(100vw - 920px);
		max-width:    722px;
		margin-left:  auto;
		margin-right: auto;
		margin-top:   50px;
	}

	@media (max-width: 1249px) {
		.c-product--layout-3 .c-product__col-2-center {
			width: calc(100vw - 840px);
		}
	}

	.c-product--layout-4 .woocommerce-Reviews {
		display: -webkit-box;
		display: flex;
	}

	.c-product--layout-4 #comments {
		-webkit-box-ordinal-group: 3;
		        order: 2;
		-webkit-box-flex:  0;
		        flex:  0 0 auto;
		width: 720px;
	}

	.c-product--layout-4 #review_form_wrapper {
		-webkit-box-ordinal-group:        2;
		        order:        1;
		-webkit-box-flex:         1;
		        flex:         1 1 auto;
		width:        calc(100vw - 920px);
		max-width:    722px;
		margin-right: 60px;
	}

	.h-rtl .c-product--layout-4 #review_form_wrapper {
		margin-right: 0;
		margin-left:  60px;
	}

	.c-product--layout-4 .commentlist {
		margin-top: 42px;
	}

	.c-product--layout-4 .woocommerce-Reviews-title {
		margin-top:     50px;
		display:        block;
		font-weight:    500;
		font-size:      13px;
		line-height:    18px;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color:          var(--text-color-light);
	}

	.c-product--layout-4 .woocommerce-Reviews-title span {
		color: var(--text-color);
	}


	.c-product--layout-3 .woocommerce-grouped-product-list,
	.c-product--layout-3 .woocommerce-grouped-product-list tbody,
	.c-product--layout-3 .woocommerce-grouped-product-list td,
	.c-product--layout-3 .woocommerce-grouped-product-list th,
	.c-product--layout-4 .woocommerce-grouped-product-list,
	.c-product--layout-4 .woocommerce-grouped-product-list tbody,
	.c-product--layout-4 .woocommerce-grouped-product-list td,
	.c-product--layout-4 .woocommerce-grouped-product-list th {
		display: block;
	}

	.c-product--layout-3 .woocommerce-grouped-product-list tr,
	.c-product--layout-4 .woocommerce-grouped-product-list tr {
		display:         -webkit-box;
		display:         flex;
		flex-wrap:       wrap;
		-webkit-box-align:     center;
		        align-items:     center;
		-webkit-box-pack: justify;
		        justify-content: space-between;
	}

	.c-product--layout-3 .woocommerce-grouped-product-list-item__quantity,
	.c-product--layout-4 .woocommerce-grouped-product-list-item__quantity {
		-webkit-box-flex:         1;
		        flex:         1 1 100%;
		padding-left: 0 !important;
	}

	.c-product--layout-3 .c-product__tabs-header:not(:first-child),
	.c-product--layout-4 .c-product__tabs-header:not(:first-child) {
		margin-top: 40px;
	}

	.c-product--layout-3 .c-product__atc-wrap,
	.c-product--layout-4 .c-product__atc-wrap {
		display:          block;
		background-color: transparent;
		border:           solid 1px white;
	}

	.c-product--layout-3 .woocommerce-grouped-product-list-item__quantity .c-product__quantity,
	.c-product--layout-4 .woocommerce-grouped-product-list-item__quantity .c-product__quantity {
		margin-bottom: 0;
	}

	.c-product--layout-3 .c-product__quantity,
	.c-product--layout-4 .c-product__quantity {
		display:       -webkit-box;
		display:       flex;
		width:         100%;
		margin-bottom: 20px;
		margin-right:  0;
	}

	.h-rtl .c-product--layout-3 .c-product__quantity,
	.h-rtl .c-product--layout-4 .c-product__quantity {
		margin-left: 0;
	}

	.c-product--layout-3 .c-product__quantity-value,
	.c-product--layout-4 .c-product__quantity-value {
		-webkit-box-flex:             1;
		        flex:             1 1 auto;
		width:            100%;
		background-color: white;
	}

	.c-product--layout-3 .c-product__atc-wrap .button,
	.c-product--layout-4 .c-product__atc-wrap .button {
		width: 100%;
	}

	.c-product--layout-3 .c-product__atc-wrap input[type=checkbox]:not(.h-cb) + i,
	.c-product--layout-4 .c-product__atc-wrap input[type=checkbox]:not(.h-cb) + i,
	.c-product--layout-3 .c-product__atc-wrap textarea,
	.c-product--layout-4 .c-product__atc-wrap textarea,
	.c-product--layout-3 .c-product__atc-wrap input,
	.c-product--layout-4 .c-product__atc-wrap input,
	.c-product--layout-3 .c-product__atc-wrap select:not(.h-cb),
	.c-product--layout-4 .c-product__atc-wrap select:not(.h-cb) {
		background-color: white;
	}

	.c-product--layout-3 .comment-form-author,
	.c-product--layout-3 .comment-form-email,
	.c-product--layout-4 .comment-form-author,
	.c-product--layout-4 .comment-form-email {
		width: calc(50% - 5px);
	}

	.c-product--layout-3 .c-product__thumbs,
	.c-product--layout-4 .c-product__thumbs {
		display: none !important;
	}

	.c-product--layout-4 .woocommerce-noreviews {
		display: block;
	}

	.c-product__badges {
		position:       absolute;
		left:           0;
		top:            -5px;
		z-index:        2;
		width:          100%;
		pointer-events: none;
	}

	.c-product__quantity-minus:hover,
	.c-product__quantity-plus:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.c-product__atc-wrap .button:hover {
		opacity: 0.6;
	}

	.c-product__tabs--desktop {
		display: block;
	}

	.c-product--layout-3 .variations,
	.c-product--layout-3 .variations thead,
	.c-product--layout-3 .variations tbody,
	.c-product--layout-3 .variations tfoot,
	.c-product--layout-3 .variations tr,
	.c-product--layout-3 .variations th,
	.c-product--layout-3 .variations td,
	.c-product--layout-4 .variations,
	.c-product--layout-4 .variations thead,
	.c-product--layout-4 .variations tbody,
	.c-product--layout-4 .variations tfoot,
	.c-product--layout-4 .variations tr,
	.c-product--layout-4 .variations th,
	.c-product--layout-4 .variations td,
	.c-product--layout-3 .group_table,
	.c-product--layout-3 .group_table thead,
	.c-product--layout-3 .group_table tbody,
	.c-product--layout-3 .group_table tfoot,
	.c-product--layout-3 .group_table tr,
	.c-product--layout-3 .group_table th,
	.c-product--layout-3 .group_table td,
	.c-product--layout-4 .group_table,
	.c-product--layout-4 .group_table thead,
	.c-product--layout-4 .group_table tbody,
	.c-product--layout-4 .group_table tfoot,
	.c-product--layout-4 .group_table tr,
	.c-product--layout-4 .group_table th,
	.c-product--layout-4 .group_table td {
		display:      block;
		padding-left: 0 !important;
		text-align:   left !important;
	}

	.c-product--layout-3 .c-product__atc-wrap .label,
	.c-product--layout-4 .c-product__atc-wrap .label {
		display:        block;
		padding-bottom: 10px;
	}

	.c-product__image-zoom-mobile {
		display: none;
	}

	.c-product__share .c-post-share__link:hover {
		color: var(--text-color);
	}

	.c-product__brand-logo:hover {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@media (max-width: 1350px) {
	.c-product--layout-3 .comment-form-author,
	.c-product--layout-3 .comment-form-email,
	.c-product--layout-4 .comment-form-author,
	.c-product--layout-4 .comment-form-email {
		width: 100%;
	}
}

/*-- Product (Mobile) --*/

@media (max-width: 1189px) {

	.c-product__wrap {
		max-width:    760px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-2 .c-product__slider--list {
		display: none;
	}

	.c-product__thumbs {
		margin-top: 15px;
	}

	.c-product__thumbs-img,
	.c-product__thumbs-video {
		width:  94px !important;
		height: 80px !important;
	}

	.c-product__tabs--mobile {
		display: block;
	}

	.c-product__badges {
		position:       absolute;
		left:           0;
		right:          0;
		top:            -5px;
		z-index:        2;
		pointer-events: none;
	}

	.c-product__slider {
		margin-top: 45px;
	}

	.c-product--quick-view .c-product__slider {
		margin-top: 0;
	}

	.h-ltr .c-product--quick-view .c-product__gallery .c-badge--featured {
		margin-left: 5px;
	}

	.h-rtl .c-product--quick-view .c-product__gallery .c-badge--featured {
		margin-right: 5px;
	}

	.c-product__title {
		margin-top:     35px;
		font-size:      22px;
		line-height:    28px;
		letter-spacing: 0.36em;
	}

	.c-product__wrap .c-product__quantity {
		display:       -webkit-box;
		display:       flex;
		width:         100%;
		margin-bottom: 20px;
		margin-right:  0;
	}

	.h-rtl .c-product__wrap .c-product__quantity {
		margin-left: 0;
	}

	.c-product__quantity-value {
		-webkit-box-flex:  1;
		        flex:  1 1 auto;
		width: 100%;
	}

	.c-product__atc-wrap .button {
		width: 100%;
	}

	.woocommerce-variation-add-to-cart,
	.product-type-simple .c-product__atc-wrap form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align:    stretch;
		        align-items:    stretch;
	}

	.c-product--layout-3 .c-product__col-2-center,
	.c-product--layout-4 .c-product__col-2-center {
		max-width:    760px;
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product--layout-3 .c-product__col-3,
	.c-product--layout-4 .c-product__col-3 {
		display:        -webkit-box;
		display:        flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

	.c-product--layout-3 .c-product__col-3 > *,
	.c-product--layout-4 .c-product__col-3 > * {
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}

	.c-product--layout-3 .product_meta,
	.c-product--layout-4 .product_meta {
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}

	.c-product--layout-3 .c-product__tabs-header,
	.c-product--layout-3 .woocommerce-Reviews-title,
	.c-product--layout-4 .c-product__tabs-header,
	.c-product--layout-4 .woocommerce-Reviews-title {
		font-weight:    300;
		display:        block;
		margin-top:     40px;
		margin-bottom:  15px;
		font-size:      17px;
		line-height:    25px;
		letter-spacing: 0.17em;
		text-transform: uppercase;
		color:          var(--text-color-light);
	}

	.woocommerce-noreviews {
		display: block;
	}

	.c-product__short-description {
		font-size:   15px;
		line-height: 28px;
	}

	.c-product--quick-view {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

	.c-product__quick-view-col-1,
	.c-product__quick-view-col-2 {
		width:     100%;
		max-width: 500px;
	}

	.c-product__quick-view-col-2 {
		padding: 30px;
	}

	.c-product--quick-view .c-product__title {
		font-size:      22px;
		line-height:    28px;
		letter-spacing: 0.36em;
	}

	.c-product--quick-view .c-product__slider-item {
		padding-bottom: 88%;
	}

	.c-product__image-zoom-mobile {
		display:     block;
		position:    absolute;
		right:       30px;
		bottom:      25px;
		font-size:   35px;
		line-height: 1;
		z-index:     11;
	}

	.c-product__tabs--wide {
		margin-top: 45px;
	}
}

@media (max-width: 820px) {
	.c-product__slider {
		margin-top: 0;
	}

	.c-product__badges {
		position:       absolute;
		left:           -30px;
		right:          -30px;
		top:            0;
		z-index:        2;
		pointer-events: none;
	}

	.c-product--quick-view .c-product__badges {
		left:  0;
		right: 0;
	}

	.c-product__gallery {
		margin-left:  -30px;
		margin-right: -30px;
	}

	.c-product--quick-view .c-product__gallery {
		margin-left:  0;
		margin-right: 0;
	}

	.c-product__tabs-list .owl-nav {
		display: none !important;
	}

	.c-product__atc-wrap .variations,
	.c-product__atc-wrap .variations thead,
	.c-product__atc-wrap .variations tbody,
	.c-product__atc-wrap .variations tfoot,
	.c-product__atc-wrap .variations tr,
	.c-product__atc-wrap .variations th,
	.c-product__atc-wrap .variations td,
	.c-product__atc-wrap .group_table,
	.c-product__atc-wrap .group_table thead,
	.c-product__atc-wrap .group_table tbody,
	.c-product__atc-wrap .group_table tfoot,
	.c-product__atc-wrap .group_table tr,
	.c-product__atc-wrap .group_table th,
	.c-product__atc-wrap .group_table td,
	.c-product__atc-wrap .extra-options,
	.c-product__atc-wrap .extra-options thead,
	.c-product__atc-wrap .extra-options tbody,
	.c-product__atc-wrap .extra-options tfoot,
	.c-product__atc-wrap .extra-options tr,
	.c-product__atc-wrap .extra-options th,
	.c-product__atc-wrap .extra-options td,
	.c-product__atc-wrap .thwepo-extra-options,
	.c-product__atc-wrap .thwepo-extra-options thead,
	.c-product__atc-wrap .thwepo-extra-options tbody,
	.c-product__atc-wrap .thwepo-extra-options tfoot,
	.c-product__atc-wrap .thwepo-extra-options tr,
	.c-product__atc-wrap .thwepo-extra-options th,
	.c-product__atc-wrap .thwepo-extra-options td {
		display:      block;
		padding-left: 0 !important;
		text-align:   var(--text-align-left) !important;
	}

	.c-product__atc-wrap .extra-options td,
	.c-product__atc-wrap .thwepo-extra-options td {
		display: block !important;
	}

	.c-product__atc-wrap .label {
		display:        block;
		padding-bottom: 10px;
	}
}

/*- Search Form -*/

.c-search-form {
	margin-bottom: 40px;

}

.c-search-form__wrap {
	display: -webkit-box;
	display: flex;
}

.c-search-form__label {
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.c-search-form__button {
	-webkit-box-flex:            0;
	        flex:            0 0 auto;
	padding:         2px 0 0 2px;
	width:           50px;
	height:          50px;
	font-size:       18px;
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align:     center;
	        align-items:     center;
}


/*- Shop Sidebar -*/

/*-- Shop Sidebar (Desktop) --*/

@media (min-width: 1190px) {
	.c-shop-sidebar__buttons,
	.c-shop-sidebar__shadow {
		display: none;
	}

	.c-shop-sidebar__content--mobile {
		display: none;
	}

	.c-shop-sidebar--desktop-filter {
		position:   fixed !important;
		z-index:    1200;
		right:      0;
		top:        0;
		width:      260px;
		height:     100%;
		visibility: hidden;
		opacity:    0;
		-webkit-transition: var(--opacity-transition);
		transition: var(--opacity-transition);
	}

	.h-rtl .c-shop-sidebar--desktop-filter {
		right: unset;
		left:  0;
	}

	.c-shop-sidebar__content--desktop-filter .widget:first-child {
		padding-top: 0;
	}

	.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:            260px;
		height:           100%;
		background-color: white;
		-webkit-transition:       var(--custom-transform-transition);
		transition:       var(--custom-transform-transition);
		-webkit-transform:        translateX(100%);
		        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 {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__wrap--active {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}

	.h-rtl .c-shop-sidebar--desktop-filter .c-shop-sidebar__wrap--active {
		-webkit-transform: translateX(0);
		        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: white;
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__buttons {
		height:          60px;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: end;
		        justify-content: flex-end;
		-webkit-box-align:     center;
		        align-items:     center;
		-webkit-box-flex:            0;
		        flex:            0 0 auto;
	}

	.c-shop-sidebar--desktop-filter .c-shop-sidebar__close {
		width:       38px;
		height:      38px;

		text-align:  center;
		font-size:   20px;
		line-height: 44px;
		cursor:      pointer;
	}

	.h-rtl .c-shop-sidebar--desktop-filter .c-shop-sidebar__close {
		margin-left:  0;
		margin-right: auto;
	}
}

/*-- Header (Mobile) --*/

@media (max-width: 1189px) {
	.c-shop-sidebar {
		position:   fixed !important;
		z-index:    1200;
		right:      0;
		top:        0;
		width:      260px;
		height:     100%;
		visibility: hidden;
		opacity:    0;
		-webkit-transition: var(--opacity-transition);
		transition: var(--opacity-transition);
	}

	.h-rtl .c-shop-sidebar {
		right: unset;
		left:  0;
	}

	.c-shop-sidebar__content--mobile .widget:first-child {
		padding-top: 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:            260px;
		height:           100%;
		background-color: white;
		-webkit-transition:       var(--custom-transform-transition);
		transition:       var(--custom-transform-transition);
		-webkit-transform:        translateX(100%);
		        transform:        translateX(100%);
		box-shadow:       -5px 0 90px rgba(0, 0, 0, 0.15);
	}

	.h-rtl .c-shop-sidebar__wrap {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}

	.c-shop-sidebar__wrap--active {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}

	.h-rtl .c-shop-sidebar__wrap--active {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}

	.c-shop-sidebar__content {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              61px;
		bottom:           0;
		overflow:         auto;
		background-color: white;
	}

	.c-shop-sidebar__shadow {

	}

	.c-shop-sidebar__buttons {
		height:          60px;
		display:         -webkit-box;
		display:         flex;
		-webkit-box-pack: end;
		        justify-content: flex-end;
		-webkit-box-align:     center;
		        align-items:     center;
		-webkit-box-flex:            0;
		        flex:            0 0 auto;
	}

	.c-shop-sidebar__close {
		width:       38px;
		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;
	}
}

/*- Social icons -*/

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

.c-soc__icon {
    display:        inline-block;
    vertical-align: middle;
}

.c-soc__link {
    display: inline-block;
}

.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;
}

/*-- 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 {
	background-color: white;
	padding:          43px;
	margin-bottom:    40px;
}

.c-sub-categories__list {
	display:   -webkit-box;
	display:   flex;
	flex-wrap: wrap;
	margin:    -10px -6px;
}

.c-sub-categories__item {
	-webkit-box-flex:      0;
	        flex:      0 1 auto;
	width:     250px;
	max-width: 100%;
	margin:    10px 6px;
}

.c-sub-categories__item-wrap {
	display:     -webkit-box;
	display:     flex;
	-webkit-box-align: center;
	        align-items: center;
}

.c-sub-categories__item-wrap > img {
	-webkit-box-flex:         0;
	        flex:         0 0 auto;
	width:        60px;
	height:       60px;
	margin-right: 20px;
}

.h-rtl .c-sub-categories__item-wrap > img {
	margin-right: 0;
	margin-left:  20px;
}

.c-sub-categories .woocommerce-loop-category__title {
	-webkit-box-flex:           1;
	        flex:           1 1 auto;
	font-size:      17px;
	line-height:    28px;
	letter-spacing: 0.015em;
}

.c-sub-categories__item .count {
	background-color: transparent;
	font-size:        16px;
	line-height:      30px;
	letter-spacing:   0.015em;
	opacity:          0.24;
	display:          inline-block;
}

/*-- Subcategories (Desktop) --*/
@media (min-width: 1190px) {
	.c-sub-categories__item a:hover {
		color: var(--accent-color);
	}
}

/*-- Subcategories (Mobile) --*/
@media (max-width: 359px) {
	.c-sub-categories {
		padding: 25px;
	}
}

/*- To Top Button -*/

.c-to-top-button {
	display:               -webkit-box;
	display:               flex;
	-webkit-box-pack:       center;
	        justify-content:       center;
	-webkit-box-align:           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.2s linear, visibility 0.2s linear, -webkit-transform 0.2s linear;
	-webkit-transform-origin:      center center;
	        transform-origin:      center center;
	-webkit-transform:             scale(0.1, 0.1);
	        transform:             scale(0.1, 0.1);
	outline:               none;
	border:                none;
	background-color:      var(--to-top-button-color);
	color:                 var(--text-color);
	box-shadow:            0 2px 7px rgba(0, 0, 0, 0.1);
}

.c-to-top-button--active {
	opacity:    1;
	visibility: visible;
	-webkit-transform:  scale(1, 1);
	        transform:  scale(1, 1);
}


.c-to-top-button__svg {
	display:          block;
	width:            12px;
	height:           12px;
	font-size:        12px;
	line-height:      1;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform:        rotate(-90deg);
	        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;
		-webkit-transform:  scale(1.2, 1.2);
		        transform:  scale(1.2, 1.2);
	}

}

/*-- To Top Button (Mobile) --*/

@media (max-width: 1189px) {
	.c-to-top-button {
		bottom: 70px;
		right:  10px;
	}

	.c-to-top-button--without-menu {
		bottom: 7px;
	}
}

/*- Top Bar Menu -*/

/*--  (Desktop) --*/
@media (min-width: 1190px) {

    .c-top-bar-menu__list {
        padding:    0;
        margin:     0 -20px;
        list-style: none;
        display:    -webkit-box;
        display:    flex;
        width:      100%;
    }

    .c-top-bar-menu__item {
        position:       relative;
        -webkit-box-flex:           0;
                flex:           0 0 auto;
        margin:         0 20px;
        font-style:     normal;
        font-weight:    500;
        font-size:      12px;
        line-height:    16px;
        letter-spacing: 0.125em;
        text-transform: uppercase;
    }

    .c-top-bar-menu__item:hover > a {
        color: var(--top-accent-color);
    }

    .c-top-bar-menu__submenu {
        position:           absolute;
        list-style:         none;
        padding:            15px 0;
        width:              210px;
        margin:             15px 0 0 0;
        left:               -25px;
        z-index:            1000;
        opacity:            0;
        visibility:         hidden;
        -webkit-transition: visibility 0.15s linear, opacity 0.15s linear;
        transition:         visibility 0.15s linear, opacity 0.15s linear;
        text-transform:     none;
        font-weight:        normal;
        background-color:   var(--top-background-color);
        box-shadow:         0 2px 7px rgba(0, 0, 0, 0.07);
        display:            -webkit-box;
        display:            flex;
        -webkit-box-orient:     vertical;
        -webkit-box-direction:     normal;
                flex-direction:     column;
        flex-wrap:          wrap;
        -webkit-box-align:        start;
                align-items:        flex-start;
    }

    .h-rtl .c-top-bar-menu__submenu {
        left:  unset;
        right: -25px;
    }

    .c-top-bar-menu__submenu:not(.initialized) {
        opacity:    0 !important;
        visibility: hidden !important;;
    }

    .c-top-bar-menu__submenu:not(.c-top-bar-menu__submenu--inner).c-top-bar-menu__submenu--rtl {
        left:  unset;
        right: -25px;
    }

    .h-rtl .c-top-bar-menu__submenu:not(.c-top-bar-menu__submenu--inner).c-top-bar-menu__submenu--rtl {
        left:  -25px;
        right: unset;
    }

    .c-top-bar-menu__submenu:not(.c-top-bar-menu__submenu--inner):before {
        content:          '';
        display:          block;
        position:         absolute;
        left:             -10px;
        right:            -10px;
        top:              -15px;
        height:           15px;
        background-color: var(--top-background-color);
    }

    .c-top-bar-menu__submenu--inner {
        top:        -15px;
        margin-top: 0;
    }

    .c-top-bar-menu__submenu--inner:not(.c-top-bar-menu__submenu--rtl) {
        left: 100%;
    }

    .h-rtl .c-top-bar-menu__submenu--inner:not(.c-top-bar-menu__submenu--rtl) {
        left:  unset;
        right: 100%;
    }

    .c-top-bar-menu__submenu--inner.c-top-bar-menu__submenu--rtl {
        left:  unset;
        right: 100%;
    }

    .h-rtl .c-top-bar-menu__submenu--inner.c-top-bar-menu__submenu--rtl {
        left:  100%;
        right: unset;
    }

    .c-top-bar-menu__item:hover > .c-top-bar-menu__submenu,
    .c-top-bar-menu__subitem:hover > .c-top-bar-menu__submenu {
        opacity:    1;
        visibility: visible;
    }

    .c-top-bar-menu__subitem {
        width:          100%;
        font-style:     normal;
        font-weight:    400;
        font-size:      13px;
        line-height:    16px;
        letter-spacing: 0.015em;
        position:       relative;
    }

    .c-top-bar-menu__subitem > a {
        display: block;
        padding: 10px 25px;
    }

    .c-top-bar-menu__subitem:hover > a {
        color: var(--top-accent-color);
    }

    .c-top-bar-menu__item--has-children > a:after {
        content:        var(--icon-select-bold);
        display:        inline-block;
        vertical-align: middle;
        font-family:    "theme-icons";
        font-size:      3px;
        margin-left:    5px;
        position:       relative;
        top:            -1px;
    }

    .h-rtl .c-top-bar-menu__item--has-children > a:after {
        margin-left:  0;
        margin-right: 5px;
    }

    .c-top-bar-menu__subitem--has-children > a:after {
        content:     var(--icon-select);
        position:    absolute;
        -webkit-transform:   rotate(-90deg);
                transform:   rotate(-90deg);
        right:       20px;
        top:         10px;
        display:     inline-block;
        font-family: "theme-icons";
        font-size:   5px;
        margin-left: 5px;
    }

    .h-rtl .c-top-bar-menu__subitem--has-children > a:after {
        right: unset;
        left:  20px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .c-top-bar-menu__subitem--rtl > a:after {
        right:     unset;
        left:      4px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .h-rtl .c-top-bar-menu__subitem--rtl > a:after {
        left:      unset;
        right:     4px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
}

/*- Top Menu -*/

/*-- Top Menu (Desktop) --*/

@media (min-width: 1190px) {

    .c-top-menu {
        align-self: stretch;
        position:   relative;
    }

    .c-top-menu__list {
        display:         -webkit-box;
        display:         flex;
        flex-wrap:       wrap;
        list-style:      none;
        padding:         0;
        margin:          -15px -22.5px;
        height:          100%;
        -webkit-box-pack: center;
                justify-content: center;
    }

    .c-top-menu__item {
        font-size:      14px;
        line-height:    16px;
        font-weight:    500;
        position:       relative;
        margin:         15px 22.5px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
    }

    .c-header--header-type-1 .c-top-menu__item:not(.c-top-menu__item--has-children):after,
    .c-header--header-type-3 .c-top-menu__item:not(.c-top-menu__item--has-children):after,
    .c-header--header-type-4 .c-top-menu__item:not(.c-top-menu__item--has-children):after {
        content:          '';
        display:          block;
        position:         absolute;
        left:             0;
        right:            0.13em;
        bottom:           -15px;
        height:           2px;
        background-color: currentColor;
        opacity:          0;
        visibility:       hidden;
    }

    .c-top-menu__item:hover:after {
        opacity:    1 !important;
        visibility: visible !important;
    }

    .c-header--header-type-2 .c-top-menu__item:hover {
        color: var(--accent-color);
    }

    .c-top-menu__item > a {
        display:         -webkit-box;
        display:         flex;
        -webkit-box-align:     center;
                align-items:     center;
        -webkit-box-pack: center;
                justify-content: center;
        height:          100%;
    }

    .c-top-menu__subitem--expand > a {
        font-weight:    500;
        font-size:      17px;
        line-height:    1;
        letter-spacing: 0.09em;
        margin-top:     20px;
    }

    .c-top-menu__item > .c-top-menu__submenu,
    .c-top-menu__subitem--collapse > .c-top-menu__submenu {
        position:           absolute;
        list-style:         none;
        padding:            30px 0;
        width:              290px;
        margin:             15px 0 0 0;
        left:               -40px;
        z-index:            1000;
        opacity:            0;
        visibility:         hidden;
        -webkit-transition: visibility 0.15s linear, opacity 0.15s linear;
        transition:         visibility 0.15s linear, opacity 0.15s linear;
        text-transform:     none;
        font-weight:        normal;
        color:              var(--top-menu-submenu-color);
        background-color:   var(--top-menu-submenu-bg-color);
        box-shadow:         0 2px 7px rgba(0, 0, 0, 0.07);
        display:            -webkit-box;
        display:            flex;
        -webkit-box-orient:     vertical;
        -webkit-box-direction:     normal;
                flex-direction:     column;
        flex-wrap:          wrap;
        -webkit-box-align:        start;
                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: -40px;
    }

    .c-top-menu__item > .c-top-menu__submenu--expand {
        padding-top: 10px;
    }

    .c-top-menu__submenu--content {
        padding: 0 !important;
        color:   var(--text-color);
    }

    .c-top-menu__submenu--content > * {
        -webkit-box-flex:  1;
                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:     0;
        right:    0;
        top:      -15px;
        height:   15px;
    }

    .c-top-menu__item > .c-top-menu__submenu--columns-4 {
        width: 1160px;
    }

    .c-top-menu__item--has-children.initialized:after {
        content:             '';
        display:             block;
        position:            absolute;
        left:                2px;
        top:                 calc(100% + 7px);
        border:              solid 4px transparent;
        border-bottom-color: var(--top-menu-submenu-bg-color);
        opacity:             0;
        visibility:          hidden;
        -webkit-transition:          visibility 0.15s linear, opacity 0.15s linear;
        transition:          visibility 0.15s linear, opacity 0.15s linear;
    }

    .h-rtl .c-top-menu__item--has-children.initialized:after {
        left:  unset;
        right: 2px;
    }

    .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner {
        top:        -30px;
        margin-top: 0;
    }

    .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner:not(.c-top-menu__submenu--rtl) {
        left: 100%;
    }

    .h-rtl .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner:not(.c-top-menu__submenu--rtl) {
        left:  unset;
        right: 100%;
    }

    .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;
        font-size:      12px;
        font-weight:    400;
        line-height:    15px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        position:       relative;
        color:          var(--text-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 {
        display: block;
        padding: 10px 50px 10px 40px;
    }

    .h-rtl .c-top-menu__subitem > a {
        padding-right: 40px;
        padding-left:  50px;
    }

    .c-top-menu__subitem--collapse:hover > .c-top-menu__submenu {
        opacity:    1;
        visibility: visible;
    }

    .c-top-menu__item:hover > .c-top-menu__submenu {
        opacity:    1;
        visibility: visible;
    }

    .c-top-menu__more-svg {
        position:    absolute;
        top:         13px;
        font-size:   8px;
        line-height: 1;
        fill:        currentColor;
    }

    .h-rtl .c-top-menu__more-svg {
        display:   inline-block;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
    }

    .c-top-menu__more-svg:not(.c-top-menu__more-svg--rtl) {
        right: 37px;
    }

    .h-rtl .c-top-menu__more-svg:not(.c-top-menu__more-svg--rtl) {
        right: unset;
        left:  37px;
    }

    .c-top-menu__more-svg.c-top-menu__more-svg--rtl {
        left:             17px;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform:        rotate(180deg);
                transform:        rotate(180deg);
    }

    .c-top-menu__subitem--has-children:hover > .c-top-menu__more-svg,
    .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;
    }

    @media (max-width: 1339px) {
        .c-top-menu__list {
            margin-left:  -15px;
            margin-right: -15px;
        }

        .c-top-menu__list .c-top-menu__item {
            font-size:    13px;
            margin-left:  15px;
            margin-right: 15px;
        }
    }
}

/*- Wishlist -*/

.c-wishlist {
	color: var(--text-color-light);
}

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


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

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

.c-wishlist__shop-th,
.c-wishlist__totals-th {
	font-weight:    normal;
	text-align:     left;
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom:  solid 1px var(--background-color-dark);
}

.h-rtl .c-wishlist__shop-th,
.h-rtl .c-wishlist__totals-th {
	text-align: right;
}

.c-wishlist__totals-th--product-total {
	text-align: right;
}

.h-rtl .c-wishlist__totals-th--product-total {
	text-align: left;
}

.c-wishlist__shop-thead .c-wishlist__shop-th {
	font-size:    13px;
	border-color: var(--text-color-extra-light);
}

.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: right;
}

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

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

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

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

.c-wishlist__button-wrap .button {
	display:          inline-block;
	margin-left:      auto;
	background-color: transparent;
	padding:          10px 20px !important;
	font-size:        11px !important;
}

.c-wishlist__shop-td {
	padding: 13px 0;
}

.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: 15px;
	padding-left:  0;
}

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

.c-wishlist__shop-td--product-name {
	width:          75%;
	font-family:    var(--font-header);
	font-weight:    normal;
	font-size:      14px;
	line-height:    22px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:          var(--text-color);
}

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

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

.c-wishlist__shop-td--product-price {
	font-style:     normal;
	font-weight:    500;
	font-size:      15px;
	line-height:    30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:          var(--text-color);
}

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

.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 {
	text-align:    center;
	padding-right: unset;
	padding-left:  25px;
}

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

.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__thumbnail-link img {
	width:           66px !important;
	height:          50px !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
	display:         block;
}

.h-rtl .c-wishlist__shop-remove-icon {
	left:  unset;
	right: -18px;
}

.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-icon--hover i{
    color: red;
}
.c-wishlist__btn--added .c-wishlist__btn-icon {
	color: var(--accent-color);
}

.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:     30px;
	border-top:      solid 1px var(--text-color-extra-light);
	display:         -webkit-box;
	display:         flex;
	flex-wrap:       wrap;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align:     center;
	        align-items:     center;
}

.c-wishlist__share-title {
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-right:   12px;
	-webkit-box-flex:           0;
	        flex:           0 0 auto;
}

.h-rtl .c-wishlist__share-title {
	margin-right: 0;
	margin-left:  12px;
}

.c-wishlist__share-link {
	-webkit-box-flex:           1;
	        flex:           1 1 auto;
	font-weight:    300;
	font-size:      13px;
	line-height:    1;
	letter-spacing: 0.025em;
}

.c-wishlist__share-col-1 {
	-webkit-box-flex:          1;
	        flex:          1 1 auto;
	display:       -webkit-box;
	display:       flex;
	-webkit-box-align:   center;
	        align-items:   center;
	margin-bottom: 15px;
}

.c-wishlist__share-col-2 {
	-webkit-box-flex:          0;
	        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-light);
	position:         absolute;
	display:          block;
	width:            8px;
	height:           8px;
	font-size:        8px;
	line-height:      1;
	left:             -18px;
	top:              50%;
	margin-top:       -4px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	opacity:          0;
	visibility:       hidden;
	-webkit-transition:       var(--opacity-transform-transition);
	transition:       var(--opacity-transform-transition);
}

.h-rtl .c-wishlist__shop-remove-icon {
	left:  unset;
	right: -18px;
}

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

/*-- Wishlist (Desktop) --*/
@media (min-width: 1190px) {

	.c-wishlist__btn:hover .c-wishlist__btn-icon--hover {
		display: inline-block;
        color: red;
	}

	.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 {
		-webkit-transform: scale(2, 2);
		        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 {
		text-align: center !important;
		padding:    0 !important;
	}

	.c-wishlist__table tr {
		margin-bottom: 40px;
	}

	.c-wishlist__table thead {
		display: none;
	}

	.c-wishlist__button-wrap .button {
		margin-right: auto;
		margin-top:   12px;
	}


	.c-wishlist__table .c-wishlist__shop-td--product-thumbnail {
		display:       block;
		width:         66px;
		margin-left:   auto;
		margin-right:  auto;
		margin-bottom: 10px;
	}

	.c-wishlist__table .c-wishlist__thumbnail-link {
		display: block;
	}

	.h-ltr .c-wishlist__table .c-wishlist__shop-remove-icon {
		left: -18px;
	}

	.h-rtl .c-wishlist__table .c-wishlist__shop-remove-icon {
		right: -18px;
	}

	.c-wishlist__table .c-wishlist__shop-td--product-name {
		margin-top:    4px;
		margin-bottom: 4px;
	}

	.c-wishlist__share {
		display:    block;
		text-align: center;
	}

	.c-wishlist__share-col-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

	.c-wishlist__share-col-2 {
		margin-left:    0;
		margin-top:     30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

	.h-rtl .c-wishlist__share-col-2 {
		margin-right: 0;
	}

	.c-wishlist__share-title {
		display:       block;
		margin-right:  0;
		margin-bottom: 10px;
	}

	.h-rtl .c-wishlist__share-title {
		margin-left: 0;
	}
}

/*-  Product Reviews / Post Comments -*/

.comment-respond {
	margin-top: 50px;
}

.commentlist {
	list-style: none !important;
	padding:    0;
	margin:     30px 0 -25px 0;
}

.commentlist .comment-body,
.commentlist .comment_container {
	position: relative;
	padding:  0 0 25px 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: 25px;
	border-bottom: solid 1px #DEDEDE;
}

.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:   -webkit-box;
	display:   flex;
	flex-wrap: wrap;
}

.commentlist .meta > *,
.commentlist .comment-meta > * {
	margin-bottom: 10px;
}

.commentlist .author-name {
	display:  inline-block;
	position: relative;
	z-index:  2;
}

.woocommerce-review__verified,
.woocommerce-review__published-date,
.commentlist .comment-metadata {
	font-style:     normal;
	font-weight:    300;
	font-size:      11px;
	line-height:    14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	display:        inline-block;
	margin-right:   25px;
	color:          var(--text-color);
	-webkit-box-ordinal-group:          3;
	        order:          2;
}

.h-rtl .woocommerce-review__verified,
.h-rtl .woocommerce-review__published-date,
.h-rtl .commentlist .comment-metadata {
	margin-right: 0;
	margin-left:  25px;
}

.woocommerce-review__verified {
	-webkit-box-ordinal-group: 4;
	        order: 3;
}

.woocommerce-review__author,
.commentlist .comment-author {
	display:      inline-block;
	line-height:  14px;
	margin-right: 25px;
}

.h-rtl .woocommerce-review__author,
.h-rtl .commentlist .comment-author {
	margin-right: 0;
	margin-left:  25px;
}

.commentlist .comment-author {
	margin-top: -2px;
	-webkit-box-ordinal-group:      2;
	        order:      1;
}

.woocommerce-review__author,
.commentlist .comment-author strong {
	-webkit-box-flex:           1;
	        flex:           1 1 auto;
	font-weight:    600;
	font-size:      11px;
	line-height:    14px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color:          var(--text-color);
}

.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 {
	margin-top: 10px;
	text-align: right;
}

.commentlist .buttons a {
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color:          var(--text-color);
}

.commentlist .buttons i {
	font-size:      11px;
	line-height:    1;
	vertical-align: middle;
	display:        inline-block;
	margin-right:   6px;
}

.h-rtl .commentlist .buttons i {
	margin-right: 0;
	margin-left:  6px;
	-webkit-transform:    scaleX(-1);
	        transform:    scaleX(-1);
}

.commentlist .star-rating {
	float: right;
}

.h-rtl .commentlist .star-rating {
	float: left;
}

.commentlist .description,
.commentlist .comment-content {
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
}

.commentlist .description > *:first-child {
	margin-top:  0;
	padding-top: 0;
}

.commentlist .description > *:last-child {
	margin-bottom:  0;
	padding-bottom: 0;
}

.commentlist .comment-text {
	padding-top: 12px;
}

.c-post__comments .author-img img {
	margin-bottom: 12px;
}

.commentlist .reply-svg {
	vertical-align: middle;
	width:          17px;
	height:         15px;
	margin-right:   7px;
}

.comment-edit-link {
	display:     inline-block;
	margin-left: 25px;
}

.h-rtl .comment-edit-link {
	margin-left:  0;
	margin-right: 25px;
}

.comment-form {
	display:          -webkit-box;
	display:          flex;
	flex-wrap:        wrap;
	-webkit-box-pack:  justify;
	        justify-content:  space-between;
	background-color: white;
	padding:          40px;
	margin-top:       20px;
	font-weight:      300;
	font-size:        13px;
	line-height:      24px;
	letter-spacing:   0.025em;
	color:            var(--text-color-light);
}

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

.comments-title,
.comment-reply-title {
	font-weight:    normal;
	font-size:      17px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color:          var(--text-color-light);
}

.comment-reply-title {
	margin-bottom: 30px;
}

#cancel-comment-reply-link {
	margin-left:    25px;
	display:        inline-block;
	font-size:      11px;
	line-height:    18px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color:          var(--text-color);
}

#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:   6px;
	position:       relative;
	top:            -1px;

}

.comment-notes {
	display: none;
}

.comment-form-rating {
	padding:          12px 25px 14px 25px;
	background-color: var(--background-color);
	display:          -webkit-box;
	display:          flex;
	-webkit-box-pack:  justify;
	        justify-content:  space-between;
	-webkit-box-align:      center;
	        align-items:      center;
}

.comment-form-rating .stars {
	margin:      0 0 0 20px;
	height:      14px;
	line-height: 14px;
	white-space: nowrap;
}

.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: 10px 0 0 0;
}

.comment-form-cookies-consent {
	margin: 20px 0 0 0;
}

.comment-form .form-submit {
	clear:   both;
	padding: 32px 0 0 0;
	margin:  0;
}

.woocommerce-Reviews {

}

.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:        -webkit-box;
	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;
	-webkit-transform:    scaleX(-1);
	        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;
	-webkit-transform:    scaleX(-1);
	        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(33.3333% - 6px);
	}

	.logged-in-as a:hover {
		color: var(--accent-color);
	}

	.commentlist a:hover {
		color: var(--accent-color-dark);
	}

	#cancel-comment-reply-link:hover {
		color: var(--accent-color-dark);
	}

	.comments-navigation a:hover {
		color: var(--accent-color);
	}
}

/*-- Product Reviews / Post Comments (Mobile) --*/

@media (max-width: 1189px) {
	#review_form .comment-respond {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.commentlist .children {
		margin-left: 0 !important;
	}
}

@media (max-width: 450px) {
	#review_form .comment-respond {
		margin-top: 40px;
	}

	.commentlist .comment-body,
	.commentlist .comment_container {
		padding-left: 0;
	}

	.commentlist .meta,
	.commentlist .comment-meta {
		padding-left:  80px;
		min-height:    50px;
		margin-bottom: 20px;
	}

	.commentlist .comment-body.no-avatar .meta,
	.commentlist .comment_container.no-avatar .meta,
	.commentlist .comment-body.no-avatar .comment-meta,
	.commentlist .comment_container.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;
	}

	.comment-form {
		padding: 20px;
	}
}

/*- Pagination -*/

.page-numbers__wrap,
.woocommerce-pagination {
	position:        relative;
	margin-top:      57.5px;
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: center;
	        justify-content: center;
}

.woocommerce-pagination {
	overflow: hidden;
}

ul.page-numbers,
ul.post-page-numbers {
	display:         -webkit-box;
	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;
	-webkit-box-pack: center;
	        justify-content: center;
}

.c-post__page-links {
	-webkit-box-align: center;
	        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:            white;
	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;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

/*-- Pagination (Desktop) --*/
@media (min-width: 1190px) {
	a.page-numbers:hover,
	a.post-page-numbers:hover {
		color:            white;
		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: 1201 !important;
}

.h-rtl .select2-container {
	text-align: right;
}

.select2-results,
.select2-search--dropdown {
	background-color: white;
}

body.admin-bar > .select2-container--open {
	margin-top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar > .select2-container--open {
		margin-top: 46px;
	}
}

.select2-selection--single,
.select2-selection--multiple {
	font-weight:      300;
	font-size:        13px;
	line-height:      24px;
	letter-spacing:   0.025em;
	color:            var(--text-color);
	border:           solid 1px var(--background-color) !important;
	padding:          9px 25px 10px 25px;
	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: 3px 25px 4px 25px;
}

.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 10px 20px !important;
	border-color: var(--background-color) !important;
}

.select2-search--inline .select2-search__field {
	padding: 0 !important;
}

.select2-results__option {
	font-weight:    300;
	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;
}

.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: "theme-icons";
}

/*- 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;
	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%;
	-webkit-transform-origin:  center center;
	        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 {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.h-rtl .wp-block-search .wp-block-search__button.has-icon,
.h-rtl .c-sidebar .wc-block-product-search .wc-block-product-search__button {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.h-ltr .wc-block-product-search__field {
	padding-right: 5px !important;
}

.h-rtl .wc-block-product-search__field {
	padding-left: 5px !important;
}

.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;
	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-repeat: repeat-x;
	background-size:   auto 100%;
	display:           inline-block;
	width:             14px;
	text-indent:       100%;
	overflow:          hidden;
	opacity:           0.2;
}

.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;
}

.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.6;
	background-color: var(--text-color);
}

.c-sidebar .wp-block-quote {
	margin: 0;
}

.c-sidebar .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	margin-bottom: 0;
}

.c-sidebar .widget > ul:first-child {
	margin-top: 0;
}

.wc-block-components-sort-select__label {
	display: none;
}

.c-sidebar .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
	font-size:        9px;
	letter-spacing:   5px !important;
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.h-rtl .c-sidebar .wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars {
	-webkit-transform: scaleX(-1);
	        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-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
	color: var(--star-rating-color);
}

.c-sidebar .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
	opacity: 0.2;
	color:   var(--star-rating-color);
}

.c-sidebar .wc-block-featured-product > *,
.c-sidebar .wc-block-featured-category > * {
	padding-left:  30px;
	padding-right: 30px;
}

.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,
.c-sidebar .wc-block-review-list-item__text {
	font-weight:    300;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.025em;
}

.wc-block-components-review-list-item__text__read_more {
	text-decoration:         underline;
	text-underline-position: under;
}

.c-sidebar .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.c-sidebar .wc-block-components-review-list-item__rating {
	width: 100%;
}

.c-sidebar .wc-block-components-review-list-item__info {
	margin-bottom: 10px;
}

.c-sidebar .wc-block-review-list-item__product,
.c-sidebar .wc-block-review-list-item__rating + .wc-block-review-list-item__author  {
	-webkit-box-flex:           1;
	        flex:           1 1 auto;
	width:          100%;
	font-weight:    normal;
	font-size:      13px;
	line-height:    16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space:    normal;
	margin-bottom:  10px;
	color:          var(--text-color);
	margin-left:    0;
	margin-right:   0;
}

.c-sidebar .wc-block-review-list-item__product + .wc-block-review-list-item__author,
.c-sidebar .wc-block-components-review-list-item__published-date {
	display:        block;
	font-weight:    300;
	font-size:      10px;
	line-height:    18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color:          var(--text-color-light);
}

.h-rtl .c-sidebar .wc-block-review-list-item__product + .wc-block-review-list-item__author {
	margin-right: 0;
	margin-left:  8px;
}

.wc-block-components-review-list-item__published-date:before {
	display: none !important;
}

.editor-styles-wrapper .wc-block-components-review-list-item__item:last-child,
.wc-block-components-review-list-item__item:last-child {
	margin-bottom: 0;
}

.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-product,
.c-sidebar .wc-block-featured-category {
	margin: -30px;
	width:  auto;
}

.wc-block-featured-product .wc-block-featured-product__description {
	padding-top: 0;
}

.wp-block-search__label {
	display: none;
}

.wp-block-search__inside-wrapper {
	position: relative;
}

.c-sidebar .wc-block-components-sort-select {
	margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button,
.c-sidebar .wc-block-product-search .wc-block-product-search__button {
	margin-left: 0;
}

.wp-block-search .wp-block-search__button.has-icon,
.c-sidebar .wc-block-product-search .wc-block-product-search__button {
	-webkit-box-flex:             0;
	        flex:             0 0 auto;
	display:          -webkit-box;
	display:          flex;
	-webkit-box-pack:  center;
	        justify-content:  center;
	-webkit-box-align:      center;
	        align-items:      center;
	padding:          0 !important;
	width:            45px;
	height:           45px;
	border:           none;
	background-color: var(--background-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 9px 20px 10px 20px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 8px 12px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border:  none;
}

.wp-block-latest-comments__comment {
	line-height: inherit;
}

.wp-block-page-list__submenu-icon {
	display: none;
}

.c-sidebar .wc-block-grid__product-title {
	font-weight:    normal;
	font-size:      var(--font-size);
	line-height:    28px;
	margin:         0 0 10px 0;
	letter-spacing: var(--font-letter-spacing);
	padding-left:   var(--font-letter-spacing);
	text-transform: uppercase;
	font-family:    var(--font-header);
}

.c-sidebar .wc-block-grid__product-price {
	text-align:     center;
	font-weight:    500;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.8px;
	margin:         10px 0 20px 0;
}

.c-sidebar .wc-block-grid__product-price del {
	opacity:      0.3;
	margin-right: 3px;
}

.c-sidebar .wc-block-grid__product-onsale {
	position:         absolute;
	left:             0;
	top:              -5px;
	padding:          7px 7px 7px 8px;
	text-transform:   uppercase;
	color:            #FFF;
	font-style:       normal;
	font-weight:      bold;
	font-size:        10px;
	line-height:      11px;
	letter-spacing:   0.03em;
	text-align:       center;
	-webkit-box-flex: 0;
	flex:             0 0 auto;
	display:          inline-block;
	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;
}

.c-sidebar .wc-block-grid__product .wc-block-grid__product-rating {
	margin-top:    -13px;
	margin-bottom: 20px;
}

.c-sidebar > .widget,
.c-shop-sidebar__content > .widget {
	position:         relative;
	background-color: white;
	margin-bottom:    1px;
	padding:          30px;
	font-weight:      300;
	font-size:        16px;
	line-height:      24px;
	letter-spacing:   0.015em;
}

.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:    500;
	font-size:      17px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.c-sidebar .widget_block > h2 {
	margin-bottom: -31px;
	position:      relative;
}

.c-sidebar .widget_block > h2:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          -30px;
	right:         -30px;
	bottom:        0;
	border-bottom: solid 1px white;
}

.c-sidebar .rss-widget-icon {
	display: none;
}

.c-sidebar .wc-block-product-categories {
	margin-bottom: 0;
}

.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-bottom:  0;
	margin-left:    15px;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	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: 7px;
}

.c-sidebar .widget ul.children ul.children,
.c-sidebar .widget ul.sub-menu ul.sub-menu,
.c-sidebar .widget ul.submenu-container ul.sub-menu,
.wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list {
	margin-left: 0;
	margin-top:  7px;
}

.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,
.wp-block-archives-list ul,
.wp-block-categories-list ul,
.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,
.wp-block-categories-list ul > li > a:before,
.wp-block-archives-list ul > li > a:before,
.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:       "theme-icons";
	font-style:        normal;
	font-weight:       normal;
	font-variant:      normal;
	text-transform:    none;
	font-size:         75%;
	display:           inline-block;
	-webkit-transform-origin:  center;
	        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 .wp-block-categories-list ul > li > a:before,
.h-rtl .wp-block-archives-list ul > li > a:before,
.h-rtl .wp-block-page-list ul > li > a:before {
	-webkit-transform: scale(-1);
	        transform: scale(-1);
}

.c-sidebar .widget li {
	position: relative;
}

.c-sidebar .widget li:not(:last-child) {
	margin-bottom: 35px;
}

.c-sidebar .widget li a:empty {
	display: none;
}

.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:  "theme-icons";
	font-size:    9px;
	margin-right: 8px;
	line-height:  1;
	position:     relative;
	top:          -1px;
}

.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;
	-webkit-transform:    scaleX(-1);
	        transform:    scaleX(-1);
}

.c-sidebar .wp-calendar-nav {
	margin-top:      10px;
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: justify;
	        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;
	font-size:      14px;
	line-height:    24px;
	letter-spacing: 0.025em;
	padding:        0;
}

.c-sidebar .widget li.cat-parent:not(:last-child),
.c-sidebar .widget li.page_item_has_children:not(:last-child) {
	margin-bottom: 15px;
}

.c-sidebar .widget ul.children li:not(:last-child),
.c-sidebar .widget ul.sub-menu li:not(:last-child),
.wc-block-product-categories-list .wc-block-product-categories-list li:not(:last-child) {
	margin-bottom: 7px;
}

.c-sidebar .widget ul.children ul.children,
.c-sidebar .widget ul.sub-menu ul.sub-menu,
.wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list {
	margin-left: 0;
	margin-top:  7px;
}

.wc-block-product-categories-list .wc-block-product-categories-list {
	margin-bottom: -5px;
}

.h-rtl .c-sidebar .widget ul.children ul.children,
.h-rtl .c-sidebar .widget ul.sub-menu ul.sub-menu,
.wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list {
	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: 500;
}

.widget_recent_comments .recentcomments .comment-author-link,
.wp-block-latest-comments__comment-author {
	text-transform: capitalize;
	font-weight:    500;
	display:        block;
}

.widget_rss ul li .rsswidget {
	font-weight: 500;
}

.widget_rss ul li .rss-date {
	display:       block;
	margin-top:    8px;
	margin-bottom: 8px;
	opacity:       0.6;
	font-size:     12px;
}

.widget_rss ul li .rss-date:before {
	content:        var(--icon-calendar);
	font-family:    "theme-icons";
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	line-height:    1;
	font-size:      10px;
	speak:          none;
	margin-right:   6px;
	display:        inline-block;
	position:       relative;
	top:            1px;
}

.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: 500;
}

.widget_recent_comments .recentcomments .comment-author-link:before,
.wp-block-latest-comments__comment-author:before {
	content:        var(--icon-user);
	font-family:    "theme-icons";
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	line-height:    1;
	font-size:      12px;
	speak:          none;
	margin-right:   4px;
	display:        inline-block;
}

.h-rtl .widget_recent_comments .recentcomments .comment-author-link:before,
.h-rtl .wp-block-latest-comments__comment-author:before {
	margin-right: 0;
	margin-left:  4px;
}

.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 select {
	width: 100%;
}

.wp-calendar-table {
	width:          100%;
	border-spacing: 0;
}

.wp-calendar-table #today {
	background-color: var(--text-color);
	color:            white;
}

.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 th {
	font-weight:      600;
	font-size:        12px;
	line-height:      34px;
	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-table td {
	text-align:     center;
	padding:        4px 0;
	position:       relative;
	font-weight:    normal;
	font-size:      12px;
	line-height:    22px;
	letter-spacing: 0.05em;
	border:         none;
	z-index:        1;
}

.c-sidebar .wp-calendar-nav a {
	text-decoration: none;
}

.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-table caption {
	font-weight:   500;
	margin-bottom: 10px;
}

.wp-calendar-table {
	margin-bottom: 10px !important;
}

.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: 34px !important;
}

.h-rtl .woocommerce-widget-layered-nav-list {
	padding-left:  0 !important;
	padding-right: 34px !important;
}

.woocommerce-widget-layered-nav-list__item {
	position:      relative;
	margin-bottom: 3px;
}

.woocommerce-widget-layered-nav-list__item:before {
	content:          '';
	position:         absolute;
	left:             -34px;
	top:              2px;
	width:            20px;
	height:           20px;
	display:          -webkit-box;
	display:          flex;
	-webkit-box-pack:  center;
	        justify-content:  center;
	-webkit-box-align:      center;
	        align-items:      center;
	font-family:      "theme-icons";
	font-size:        9px;
	line-height:      1;
	background-color: var(--background-color);
}

.h-rtl .woocommerce-widget-layered-nav-list__item:before {
	left:  0;
	right: -34px;
}

.woocommerce-widget-layered-nav-list__item.chosen:before {
	content: var(--icon-check);
}

.widget_layered_nav_filters a,
.woocommerce-widget-layered-nav-list__item a {
	display:      inline-block;
	margin-left:  -34px;
	padding-left: 34px;
	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:  -34px;
	padding-right: 34px;
}


.widget_layered_nav_filters ul {
	list-style: none;
}

.widget_layered_nav_filters li {
	position: relative;
}

.widget_layered_nav_filters li.chosen:before {
	content:          var(--icon-close-small);
	color:            var(--text-color-light);
	position:         absolute;
	display:          block;
	font-family:      "theme-icons";
	width:            8px;
	height:           8px;
	font-size:        8px;
	line-height:      1;
	left:             -18px;
	top:              8px;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transition:       -webkit-transform 0.3s ease-out;
	transition:       -webkit-transform 0.3s ease-out;
	transition:       transform 0.3s ease-out;
	transition:       transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.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:     1px;
	background: var(--background-color);
}

.c-filter-price__label {
	display:         -webkit-box;
	display:         flex;
	-webkit-box-pack: justify;
	        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:           1px;
	position:         absolute;
	background-color: var(--text-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(--text-color);
}

.widget_price_filter .price_slider_amount,
.c-filter-price__slider .price_slider_amount {
	position:       relative;
	display:        -webkit-box;
	display:        flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	        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:      13px !important;
	line-height:    24px;
	letter-spacing: 0.025em;
	color:          var(--text-color);
}

.widget .tag-cloud-link:not(:last-child):after {
	content:          '';
	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;
}

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

.woocommerce-product-search {
	display:   -webkit-box;
	display:   flex;
	width:     100%;
	max-width: 100%;
}

.woocommerce-product-search input[type="search"] {
	width:         100%;
	-webkit-box-flex:          1;
	        flex:          1 1 auto;
	padding-right: 5px !important;
}


.widget .c-search-form__button,
.woocommerce-product-search button {
	-webkit-box-flex:             0;
	        flex:             0 0 auto;
	width:            45px;
	height:           45px;
	outline:          none;
	border:           none;
	display:          -webkit-box;
	display:          flex;
	-webkit-box-pack:  center;
	        justify-content:  center;
	-webkit-box-align:      center;
	        align-items:      center;
	background-color: var(--background-color);
	color:            var(--text-color);
	font-size:        13px;
	line-height:      1;
	margin:           0;
	padding-left:     14px;
}

.widget input[type=text]:not(.h-cb),
.widget input[type=tel]:not(.h-cb),
.widget input[type=password]:not(.h-cb),
.widget input[type=number]:not(.h-cb),
.widget input[type=search]:not(.h-cb),
.widget input[type=url]:not(.h-cb),
.widget input[type=email]:not(.h-cb) {
	padding: 9px 20px 10px 20px;
}

.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;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
	text-decoration: none !important;
}

/*-- Widget (Desktop) --*/
@media (min-width: 1190px) {
	.widget a:hover {
		color: var(--accent-color);
	}

	.widget_layered_nav_filters li.chosen:hover:before {
		-webkit-transform: scale(2, 2);
		        transform: scale(2, 2);
	}

	.widget .c-search-form__button:hover,
	.woocommerce-product-search button:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.wp-block-search .wp-block-search__button.has-icon:hover,
	.c-sidebar .wc-block-product-search .wc-block-product-search__button:hover {
		background-color: var(--text-color);
	}
}

/*- Woocommerce Login Form -*/

.woocommerce-form-login {
	padding:          40px 50px;
	background-color: white;
	margin-bottom:    60px;
	display:          -webkit-box;
	display:          flex;
	flex-wrap:        wrap;
	-webkit-box-pack:  justify;
	        justify-content:  space-between;
}

.woocommerce-form-login .clear {
	display: none;
}

.woocommerce-form-login .lost_password {
	margin:         0;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}

.woocommerce-form-login label {
	display:        block;
	padding-bottom: 6px;
	font-style:     normal;
	font-weight:    300;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.025em;
	color:          var(--text-color-light);
}

.woocommerce-form-login .required {
	text-decoration: none;
	color:           darkred;
}

.woocommerce-form-login :first-child {
	-webkit-box-flex:       1;
	        flex:       1 1 auto;
	width:      100%;
	margin-top: 0;
}

.woocommerce-form-login .input-text,
.woocommerce-form-login .button {
	width: 100%;
}

.woocommerce-form-login .form-row-first,
.woocommerce-form-login .form-row-last,
.woocommerce-form-login .clear + .form-row {
	-webkit-box-flex:  0;
	        flex:  0 0 auto;
	width: calc(100% / 3 - 20px);
}

.woocommerce-form-login .clear + .form-row {
	display:        -webkit-box;
	display:        flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	        flex-direction: column-reverse;
}

/*-- Woocommerce Login Form (Desktop) --*/
@media (min-width: 1190px) {
	.woocommerce-form-login .lost_password:hover {
		color: var(--accent-color);
	}
}

/*-- Woocommerce Login Form (Mobile) --*/
@media (max-width: 1189px) {
	.woocommerce-form-login {
		padding:      0;
		display:      block;
		max-width:    400px;
		margin-left:  auto;
		margin-right: auto;
	}
	.woocommerce-form-login > * {
		width: 100% !important;
	}
}

/*- Woocommerce Notices -*/

.woocommerce-notices-wrapper {
	position:  relative;
	width:     100%;
	clear:     both;
	min-width: 320px;
}

.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);
	-webkit-transition:  var(--opacity-transform-transition);
	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-NoticeGroup:not(:empty) + .c-cart__wrap {
	margin-top: 45px;
}

.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);
}

.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: white;
	overflow:         hidden;
}

.woocommerce-notices-wrapper .button {
	padding-top:    10px;
	padding-bottom: 10px;
}

.woocommerce-form-login-toggle {
	display: none;
}

/*-- 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 {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
		opacity:   1;
	}
}

@media (min-width: 768px) {

	.c-page-header--category + .woocommerce-notices-wrapper,
	#main-header + .woocommerce-notices-wrapper:not(.woocommerce-notices-wrapper--ajax) {
		margin-top: 15px;
	}

	.woocommerce-notices-wrapper {
		width:        1140px;
		margin-left:  auto;
		margin-right: auto;
	}

	.woocommerce-notices-wrapper--transition {
		-webkit-transition: -webkit-transform 0.2s linear;
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-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:        15px;
		right:      30px;
		width:      425px;
		margin:     0;
		z-index:    1200;
	}

	.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:       60px;
		left:      0;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		width:     100%;
		z-index:   1000;
	}

	.woocommerce-notices-wrapper--ajax {
		visibility: visible;
	}

	.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;
	}
}

/*- WPML language selector -*/


.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 {
	text-transform:   unset;
	font-weight:      300;
	font-size:        12px;
	line-height:      15px;
	letter-spacing:   0.05em;
	color:            currentColor;
	border:           none;
	background-color: transparent;
	padding:          0;
	white-space:      nowrap;
}

.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 {
	content:        var(--icon-select-bold);
	display:        inline-block;
	vertical-align: middle;
	font-family:    "theme-icons";
	font-size:      3px;
	margin-left:    5px;
	position:       relative;
	top:            -1px;
	border:         none;
	right:          unset;
}

.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 {
	margin-left:  0;
	margin-right: 5px;
}

.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 {
	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-dropdown .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	position:              absolute;
	list-style:            none;
	padding:               0;
	width:                 210px;
	margin:                15px 0 0 0;
	left:                  -25px;
	right:                 unset;
	z-index:               1000;
	opacity:               0;
	visibility:            hidden;
	-webkit-transition:    visibility 0.15s linear, opacity 0.15s linear;
	transition:            visibility 0.15s linear, opacity 0.15s linear;
	text-transform:        none;
	font-weight:           normal;
	background-color:      var(--top-background-color);
	box-shadow:            0 2px 7px rgb(0 0 0 / 7%);
	display:               -webkit-box;
	display:               flex;
	-webkit-box-orient:    vertical;
	-webkit-box-direction: normal;
	flex-direction:        column;
	flex-wrap:             wrap;
	-webkit-box-align:     start;
	align-items:           flex-start;
	border:                0;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -10px;
	right:            -10px;
	top:              -15px;
	height:           15px;
	background-color: var(--top-background-color);
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-item,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-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 {
	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 {
	opacity:    1;
	visibility: visible;
}

@media (min-width: 1190px) {
	.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 {
		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 {
		padding-bottom: 15px;
	}
}

@media (max-width: 1189px) {
	.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
	.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		position: relative !important;
		left:     unset !important;
		right:    unset !important;
		top:      unset !important;
		width:    100% !important;
	}
}

/*- 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 {
	color:      inherit;
	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 {
	-webkit-transition: height 500ms ease-in-out;
	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;
	-webkit-transition: opacity 400ms ease;
	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 {
	-webkit-transform-style: preserve-3d;
	        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 {
	position:                    absolute;
	height:                      80px;
	width:                       80px;
	left:                        50%;
	top:                         50%;
	margin-left:                 -40px;
	margin-top:                  -40px;
	background:                  url("https://parkofideas.com/luchiana/demo/wp-content/themes/luchiana/owl.video.play.png") no-repeat;
	cursor:                      pointer;
	z-index:                     1;
	-webkit-backface-visibility: hidden;
	-webkit-transition:                  -webkit-transform 100ms ease;
	transition:                  -webkit-transform 100ms ease;
	transition:                  transform 100ms ease;
	transition:                  transform 100ms ease, -webkit-transform 100ms ease;
}

.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;
	-webkit-transition:          opacity 400ms ease;
	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 {
		-webkit-transform:     scale(1.3, 1.3);
		        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;
	-webkit-transition:                  opacity 200ms ease;
	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;
	}
}
