/*
Theme Name: Antek
Theme URI: https://parkofideas.com/antek/
Text Domain: antek
Description: Construction And Heavy Equipment Rentals Wordpress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 6.3.2
Author: ideapark
Author URI: https://ideapark.com/antek-documentation/
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/*
[Table of contents]

    1. Helpers
        - Carousel
    2. Layouts
        - Layouts (Desktop)
        - Layouts (Mobile)
    3. Misc
        - Misc (Desktop)
        - Misc (Mobile)
    4. Animations
    5. 404
    6. Account
        - Account (Desktop)
        - Account (Mobile)
    7. Add to cart button
        - Add to cart button (Mobile)
    8. Blog List / Grid
    9. Breadcrumbs
        - Breadcrumbs (Mobile)
    10. Button
        - (Desktop)
        - (Mobile)
    11. Empty Cart
    12. Pop-up cart
    13. Cart
        - Cart (Desktop)
        - Cart (Mobile)
    14. Catalog Ordering
        - Catalog Ordering (Mobile)
    15. Catalog Sidebar
        - Catalog Sidebar (Desktop)
        - Catalog Sidebar (Mobile)
    16. Catalog
        - Catalog (Desktop)
        - Catalog (Mobile)
    17. Category description (HTML block)
    18. Custom Select
        - Custom Select (Desktop)
    19. Text Details Filter
    20. Types Filter
    21. Filter
        - Filter (Desktop)
        - Filter (Mobile)
    22. Footer
    23. Forms elements
        - Forms Elements (Desktop)
        - Forms Elements (Mobile)
    24. Header Search From
    25. Header
        - Header (Desktop)
        - Header (Mobile)
    26. Hint
    27. Login / Register Form
    28. Latest Post Widget
        - Latest Post Widget (Desktop)
    29. Mobile Menu
    30. Page Header
        - Page Header (Desktop)
        - Page Header (Mobile)
    31. Post Grid
        - (Desktop)
        - (Mobile)
    32. Post List
        - (Desktop)
        - (Mobile)
    33. Post
        - (Desktop)
        - (Mobile)
    34. Product
        - Product (Desktop)
        - Product (Mobile)
    35. Search Form
    36. Catalog Subcategories
        - Subcategories in Page Header (Desktop)
        - Subcategories in Page Header (Mobile)
    37. To Top Button
        - To Top Button (Desktop)
        - To Top Button (Mobile)
    38. Top Menu
        - Top Menu (Destop)
    39. Vehicle booking panel
        - Vehicle booking panel (Desktop)
        - Vehicle booking panel  (Mobile)
    40. Vehicle Details
        - Vehicle Details (Desktop)
        - Vehicle Details (Mobile)
    41. Catalog Item
        - (Desktop)
        - (Mobile)
    42. Catalog Item
        - (Desktop)
        - (Mobile)
        - (Desktop)
        - (Mobile)
    43. Select 2
    44. Product Rating
        - (Desktop)
    45. Widget
        - Widgets (Desktop)
        - Widgets (Mobile)
    46. Woocommerce Login Form
        - Woocommerce Login Form (Desktop)
        - Woocommerce Login Form (Mobile)
    47. Woocommerce Mini Cart
        - Woocommerce Mini Cart (Desktop)
        - Woocommerce Mini Cart (Mobile)
    48. Woocommerce Notices
        - Store Notice
        - Woocommerce Notices (Desktop)
        - Woocommerce Notices (Mobile)
    49. Product Reviews / Post Comments
        - Product Reviews / Post Comments (Desktop)
        - Product Reviews / Post Comments (Mobile)
    50. Woocommerce
        - (Desktop)
        - Woocommerce (Mobile)
    51. Owl Carousel
        - Owl Carousel (Desktop)
*/


/*- Helpers -*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-loading:before,
div.wpcf7 span.ajax-loader:before {
	content:       "";
	display:       block;
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	height:        100%;
	border-radius: 50%;
	border:        0.25rem 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:            0.25rem solid transparent;
	border-top-color:  currentColor;
	-webkit-animation: spin 1s infinite linear;
	animation:         spin 1s infinite linear;
}

/*-- Carousel --*/

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

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

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

.h-carousel .owl-prev,
.h-carousel .owl-next {
	position:    absolute;
	font-size:   41px !important;
	line-height: 1 !important;
	height:      41px;
	top:         50%;
	margin-top:  -26px;
}

.h-carousel__prev {
	transform-origin: center center;
	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 .owl-prev {
	left: -70px;
}

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

.h-carousel--compact .owl-prev {
	left: -35px;
}

.h-carousel--compact .owl-next {
	right: -35px;
}

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

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

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


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

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

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

.h-inline-form {
	display:     flex;
	align-items: flex-start;
	margin:      0 -7.5px;
}

.h-inline-form > * {
	flex:   1 1 auto;
	margin: 0 7.5px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1170px) {

	.h-carousel--hover .owl-next:before,
	.h-carousel--hover .owl-prev:before {
		content:  '';
		display:  block;
		position: absolute;
		top:      -20px;
		bottom:   -20px;
		width:    20px;
	}

	.h-carousel--hover .owl-prev:before {
		left: 20px;
	}

	.h-carousel--hover .owl-next:before {
		right: 20px;
	}

	.h-carousel--hover .owl-next,
	.h-carousel--hover .owl-prev {
		opacity:    0;
		visibility: hidden;
		transition: opacity 0.3s linear, visibility 0.3s linear;
	}

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

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

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


@media (max-width: 767px) {
	.h-carousel .owl-prev {
		left:        calc(-100vw / 2 + 100% / 2);
		width:       40px;
		height:      60px;
		font-size:   25px !important;
		line-height: 60px !important;
		padding:     4px 0 0 0 !important;
	}

	.h-carousel .owl-next {
		right:       calc(-100vw / 2 + 100% / 2);
		width:       40px;
		height:      60px;
		font-size:   25px !important;
		line-height: 60px !important;
		padding:     4px 0 0 0 !important;
	}

	.h-inline-form {
		flex-direction: column;
		margin-left:    0;
		margin-right:   0;
	}

	.h-inline-form > * {
		width:        100%;
		margin-left:  0;
		margin-right: 0;
	}

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

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

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

.h-carousel .owl-dots {
	position:        absolute;
	width:           100%;
	display:         flex;
	justify-content: center;
	align-items:     center;
	margin-top:      30px;
}

.h-carousel .owl-dots > .owl-dot {
	display:               inline-block;
	width:                 10px;
	height:                10px;
	margin:                0 5px;
	border-radius:         5px;
	background-color:      var(--background-color-10);
	cursor:                pointer;
}

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

.h-decor-white,
.h-decor-gray {
	position: relative;
	overflow: hidden;
}

.h-decor-white:after,
.h-decor-gray:after {
	content:   '';
	display:   block;
	position:  absolute;
	left:      -10px;
	right:     -10px;
	bottom:    0;
	height:    8px;
	transform: skew(30deg);
}

.h-decor-gray:after {
	background-image: var(--stretch-bar-gray);
}

.h-decor-white:after {
	background-image: var(--stretch-bar-white);
}

.h-decor-accent {
	background-image: var(--stretch-bar-accent);
	transform:        skew(-30deg);
}

/*- Layouts -*/

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

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

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

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

.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:     flex;
	flex-wrap:   nowrap;
	align-items: flex-start;
}

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

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

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

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

/*-- Layouts (Desktop) -*/

@media (min-width: 1560px) {
	.l-section--wide {
		width: 1530px !important;
	}
}

@media (min-width: 1170px) {

	.l-section__sidebar {
		flex:         0 0 auto;
		width:        360px;
		margin-right: 30px;
	}

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

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

	.l-section__content--st-width {
		max-width: 750px;
	}

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

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

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

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

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

@media (max-width: 1169px) {

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

	.l-section--container,
	.l-section__container {
		width:         100%;
		padding-left:  40px;
		padding-right: 40px;
	}

	.l-section__sidebar {
		width: 100%;
	}

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

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

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

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

	.l-section--container-wide .l-section__content--with-sidebar {
		max-width: 1010px;
	}

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

@media (max-width: 415px) {
	.l-section--container,
	.l-section__container,
	.l-section--container-wide,
	.l-section__container-wide {
		padding-left:  20px;
		padding-right: 20px;
	}
	.l-section--checkout,
	.l-section--cart {
		margin-bottom: 0;
	}
}

/*- Misc -*/

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

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

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

.hasCustomSelect {
	z-index: 1;
}

.pswp {
	display: none;
}

.stock.out-of-stock {
	color: #D1333C;
}

.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 strong {
	font-weight: normal;
}

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

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

	.parallax-mirror {
		display: none;
	}
}

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


.vbox-close {
	font-size: 44px !important;
}

.guidelines {
	width:          1140px;
	left:           50%;
	margin-left:    -570px;
	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;
}

.daterangepicker td {
	position: relative;
	border:   none !important;
}

.daterangepicker.type-night td.start-date {
	border-radius: 12px 0 0 12px !important;
}

.daterangepicker.type-night td.end-date {
	border-radius: 0 12px 12px 0 !important;
}

.daterangepicker.type-night td.start-date.end-date {
	border-radius: 12px 12px 12px 12px !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night td.start-date {
	border-radius: 15px 0 0 15px !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night td.end-date {
	border-radius: 0 12px 12px 0 !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night td.start-date.end-date {
	border-radius: 12px 12px 12px 12px !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night .calendar-table th,
.c-vehicle-details__booking-calendar .daterangepicker.type-night .calendar-table td {
	cursor: auto !important;
}

.daterangepicker td.cleaning:after,
.daterangepicker td.first:before,
.daterangepicker td.last:before,
.daterangepicker td.full:before,
.daterangepicker td.first-order:after,
.daterangepicker td.last-order:after,
.daterangepicker td.full-order:after,
.daterangepicker td.split-order:after,
.daterangepicker td.split-order:before,
.daterangepicker td.not-avail:before {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	opacity:  0.5;
}

.daterangepicker td.cleaning {
	background-image: var(--stretch-bar-gray);
}

.daterangepicker .not-avail:not(.active):not(.in-range) {
	background-color:      rgba(170, 170, 170, 0.2) !important;
	border-radius:         0 !important;
}

.daterangepicker td.first:before,
.daterangepicker td.last:before,
.daterangepicker td.full:before {
	background-color: rgba(255, 0, 0, 0.2);
}

.daterangepicker td.first-order:after,
.daterangepicker td.last-order:after,
.daterangepicker td.full-order:after,
.daterangepicker td.split-order:after,
.daterangepicker td.split-order:before {
	background-color: rgba(0, 255, 214, 0.4);
}

.daterangepicker.type-night td.first:before,
.daterangepicker.type-night td.first-order:after,
.daterangepicker.type-night td.split-order:before {
	left:          55%;
	border-radius: 12px 0 0 12px;
}

.daterangepicker.type-night td.last:before,
.daterangepicker.type-night td.last-order:after,
.daterangepicker.type-night td.split-order:after {
	right:         55%;
	border-radius: 0 12px 12px 0;
}

.daterangepicker .timeselect {
	margin:     0 auto;
	background: #eee;
	border:     1px solid #eee;
	padding:    2px;
	outline:    0;
	font-size:  12px;
}

.daterangepicker .calendar-time {
	opacity:    0 !important;
	visibility: hidden !important;
	position:   absolute !important;
	z-index:    -1;
}

.daterangepicker .calendar-time-range {
	text-align:  center;
	margin:      4px auto 0 auto;
	line-height: 30px;
	position:    relative;
}

.daterangepicker .timeselect__title {
	font-size:   12px;
	line-height: 1;
}


.daterangepicker .drp-buttons .btn.btn-default {
	border:           solid 1px #dddddd;
	background-color: white;
	color:            var(-text-color);
	text-transform:   uppercase;
	-webkit-appearance:       none;
	   -moz-appearance:       none;
	        appearance:       none;
	cursor:           pointer;
	border-radius:    2px;
	font-weight:      bold;
}

.daterangepicker .drp-buttons .btn.btn-primary {
	border:           solid 1px var(--accent-color);
	outline:          none;
	background-color: var(--accent-color);
	color:            white;
	text-transform:   uppercase;
	-webkit-appearance:       none;
	   -moz-appearance:       none;
	        appearance:       none;
	cursor:           pointer;
	border-radius:    2px;
	font-weight:      bold;
}

i[class^="ip-"] {
	display: inline-block;
}

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

.thwepo-extra-options,
.thwepo_simple {
	margin-bottom: 15px;
}

.payment_method_paypal img {
	margin:         10px 0 5px 0;
	display:        block;
	mix-blend-mode: darken;
}

.payment_method_paypal .c-cart__payment-methods-title a {
	font-size: 14px;
}

.payment_method_stripe_cc .wc-stripe-card-icons-container,
.payment_method_stripe_cc .wc-stripe-paymentRequest-icons-container {
	float:      none;
	display:    block;
	margin-top: 5px;
}

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

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

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

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

a:not([href]) {
	cursor: default;
}

.h-cart-sidebar-active jdiv {
	visibility: hidden !important;
}

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

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

.wp-block-woocommerce-coming-soon {
	max-width:  100%;
	width:      1170px;
	margin:     35px auto 80px auto;
	clear:      both;
	min-width:  320px;
	padding:    90px 60px;
	text-align: center;
}

.wp-block-woocommerce-coming-soon h1 {
	font-size:    36px;
	line-height:  1.2;
	max-width:    800px;
	margin-left:  auto;
	margin-right: auto;
}

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

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


/*-- Misc (Desktop) --*/
@media (min-width: 1170px) {
	.vbox-close:hover {
		color: var(--accent-color) !important;
	}

	.daterangepicker .drp-buttons .btn.btn-default:hover,
	.daterangepicker .drp-buttons .btn.btn-primary:hover {
		background-color: var(--text-color);
		border-color:     var(--text-color);
		color:            white
	}
}

/*-- Misc (Mobile) --*/

@media (max-width: 1169px) {

	.elementor-widget-heading .elementor-heading-title {
		padding-left:  20px !important;
		padding-right: 20px !important;;
	}

	.elementor-widget-heading .elementor-heading-title br {
		content: ""
	}

	.elementor-widget-heading .elementor-heading-title br:after {
		content: "\00a0"
	}
}

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

@media (max-width: 563px) {
	.daterangepicker .drp-selected {
		max-width:      80px;
		vertical-align: middle;
		text-align:     left;
	}
}

/*- Animations -*/

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

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

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

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

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

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

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

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


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


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


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


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


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

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

/*- 404 -*/

.c-404 {
	width:        580px;
	max-width:    100%;
	text-align:   center;
	margin-left:  auto;
	margin-right: auto;
}

.c-404__svg {
	opacity:     0.2;
	height:      100px;
	font-size:   100px;
	line-height: 1;
	overflow:    hidden;
}

.c-404__image-wrap {
	padding-top:    55px;
	padding-bottom: 70px;
}

.c-404__header {
	font-size:   36px;
	line-height: 1.2;
}

.c-404__text {
	font-size:   19px;
	line-height: normal;
	margin-top:  20px;
}

.c-404__search-wrap {
	margin-top:    55px;
	width:         440px;
	max-width:     100%;
	margin-left:   auto;
	margin-right:  auto;
	margin-bottom: 100px;
}

/*- Account -*/

.c-account {
	display:       flex;
	font-size:     18px;
	margin-bottom: 90px;
}

.c-account__login-info {
	display:         flex;
	justify-content: center;
	align-items:     center;
	flex-wrap:       wrap;
	font-size:       18px;
	margin-top:      -30px;
	margin-bottom:   60px;
	-moz-column-gap:      35px;
	     column-gap:      35px;
}

.c-account__login-info > * {
	margin-bottom: 30px;
}

.c-account__user-info {
	display:         flex;
	justify-content: center;
	align-items:     center;
	-moz-column-gap:      15px;
	     column-gap:      15px;
}

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

.c-account__logout {
	font-weight: bold;
	color:       var(--accent-color);
}

.c-account__col-menu {
	flex: 0 0 260px;
}

.c-account__col-content {
	flex:      1 1;
	max-width: 750px;
}

.c-account__navigation {
	font-size:     20px;
	line-height:   1.2;
	margin:        0;
	padding:       0;
	list-style:    none;
	margin-bottom: 45px;
}

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

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

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

.c-account__backward {
	text-transform:  uppercase;
	text-decoration: underline;
}

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

.c-account legend,
.c-account h3,
.c-account__address-title {
	display:        block;
	padding:        0;
	margin:         0;
	text-transform: uppercase;
	font-size:      18px;
	font-weight:    bold;
}

.c-account address {
	font-style: normal;
	margin-top: 20px;
}

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

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

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

.c-account__address-title {
	margin-bottom: 20px;
}

.c-account .button {
	margin-top: 5px;
}

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

.c-account__address-wrap {
	display: flex;
}

.c-account__address {
	flex:       0 0 210px;
	margin-top: 50px;
}

.c-account__address-edit {
	display:         inline-block;
	margin-top:      20px;
	text-decoration: underline;
}

.c-account__address-edit:hover {
	text-decoration: underline;
}

.c-account .woocommerce-address-fields {
	max-width: 360px;
}

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

@media (min-width: 1170px) {
	.c-account__col-menu {
		margin-right: 35px;
	}

	.c-account__address + .c-account__address {
		margin-left: 130px;
	}

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

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

@media (max-width: 1169px) {
	.c-account,
	.c-account__address-wrap {
		flex-wrap: wrap;
	}

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

	.c-account__navigation {
		font-size: 16px;
	}

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

@media (max-width: 500px) {
	.c-account__login-info {
		justify-content: flex-start;
	}
}

/*- Add to cart button -*/

.c-add-to-cart {
	display:       inline-block;
	font-size:     14px;
	font-weight:   500;
	text-align:    center;
	padding:       7px 25px;
	border-radius: 4px;
	position:      relative;
	overflow:      hidden;
	border:        none;
	outline:       none;
	cursor:        pointer;
}

.c-add-to-cart--big {
	font-size:     16px;
	font-weight:   700;
	padding-left:  40px;
	padding-right: 40px;
	min-height:    52px;
}

.c-add-to-cart__svg {
	width:          13px;
	height:         14px;
	margin-right:   8px;
	vertical-align: middle;
	margin-top:     -4px;
}

.c-add-to-cart__svg--big {
	width:        17px;
	height:       18px;
	margin-top:   -6px;
	margin-right: 11px;
}

.c-add-to-cart.disabled {
	opacity:        0.3;
	visibility:     visible;
	pointer-events: none;
}

.c-add-to-cart__loading {
	position:  absolute;
	left:      50%;
	top:       50%;
	transform: translate3d(-50%, -50%, 0);
}


/*-- Add to cart button (Mobile) --*/

@media (min-width: 768px) and (max-width: 930px) {
	.c-add-to-cart--big {
		padding-left:  24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	.c-add-to-cart--big {
		min-width: 220px;
	}
}

/*- Blog List / Grid -*/

.c-blog__grid-wrap {
	display:         flex;
	flex-wrap:       wrap;
	margin-right:    -30px;
	margin-bottom:   -30px;
	justify-content: center;
}

.c-blog__list-wrap {
	width:        750px;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
}

.c-blog__grid-wrap .c-post-grid {
	margin-right:     30px;
	background-color: var(--background-color-light);
}

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

.c-blog__nothing-text {
	width:      440px;
	max-width:  100%;
}

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

@media (max-width: 420px) {
	.c-blog__grid-wrap {
		margin-left:  30px;
		margin-right: 30px;
	}

	.c-blog__grid-wrap .c-post-grid {
		margin-right: 0;
	}
}

@media (max-width: 375px) {
	.c-blog__grid-wrap {
		margin-left:  20px;
		margin-right: 20px;
	}
}

/*- Breadcrumbs -*/

.c-breadcrumbs__list {
	list-style:      none;
	padding:         0;
	margin:          32px 0 -3px 0;
	padding-left:    20px;
	font-size:       14px;
	font-weight:     600;
	text-transform:  uppercase;
	line-height:     1;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
}

.c-breadcrumbs__item {
	display:       block;
	text-overflow: ellipsis;
	margin:        3px;
	padding:       5px 12px;
	z-index:       1;
	position:      relative;
	min-width:     20px;
}

.c-breadcrumbs__item:not(.c-breadcrumbs__item--last):before {
	content:    '';
	transform:  skew(-30deg);
	display:    block;
	z-index:    -1;
	position:   absolute;
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	background: var(--accent-color);
}

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

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

/*- Button -*/

.c-button {
	position:              relative;
	display:               inline-block;
	font-size:             18px;
	line-height:           1.2;
	font-weight:           bold;
	text-align:            center;
	text-transform:        uppercase;
	outline:               none;
	border:                none;
	text-decoration:       none !important;
	-webkit-appearance:    none;
	-moz-appearance:       none;
	appearance:            none;
	cursor:                pointer;
	border-radius:         2px;
	transition:            var(--hover-transition);
}

.c-button--default {
	color:            white;
	background-color: var(--accent-color);
	padding:          20px 40px;
}

.c-button--black {
	color:            white;
	background-color: var(--text-color);
	padding:          20px 40px;
}

.c-button--white {
	color:            var(--accent-color);
	background-color: white;
	padding:          20px 40px;
}

.c-button--outline {
	padding: 19px 39px;
	border:  solid 1px #dddddd;
}

.c-button--compact {
	padding-left:  28px;
	padding-right: 28px;
}

.c-button--full {
	width: 100%;
}

.c-button__arrow {
	display:        inline-block;
	font-size:      15px;
	vertical-align: middle;
	margin-left:    15px;
}

.c-button__arrow--cart {
	font-size: 19px;
}

.c-button--outline .c-button__arrow {
	color: var(--accent-color);
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.c-button--default:hover {
		background-color: var(--text-color) !important;
	}

	.c-button--black:hover {
		opacity: 0.6;
	}

	.c-button--white:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.c-button--outline:hover {
		border-color:     var(--background-color);
		color:            var(--background-color);
		background-color: var(--text-color);
	}
}

/*--  (Mobile) --*/
@media (max-width: 1169px) {
	.c-button--filter.c-button--catalog-vert {
		display:      block;
		max-width:    750px;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.c-button--filter.c-button--catalog-vert {
		max-width: 360px;
	}
}

@media (max-width: 360px) {
	.c-button--default {
		padding-left:  20px;
		padding-right: 20px;
	}

	.c-button--outline {
		padding-left:  19px;
		padding-right: 19px;
	}
}
/*- Empty Cart -*/

.c-cart-empty {
	width:         580px;
	max-width:     100%;
	text-align:    center;
	margin-left:   auto;
	margin-right:  auto;
	margin-bottom: 100px;
}

.c-cart-empty__svg {
	opacity:     0.2;
	width:       100px;
	height:      100px;
	font-size:   100px;
	line-height: 1;
}

.c-cart-empty__image-wrap {
	padding-top:    55px;
	padding-bottom: 70px;
}

.c-cart-empty__header {
	font-size:   36px;
	line-height: 1.2;
}

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

/*- Pop-up cart -*/

.c-cart-sidebar {
	position:   fixed;
	z-index:    2500;
	right:      0;
	top:        0;
	bottom:     0;
	width:      320px;
	/*overflow-y:                 scroll;*/
	/*-webkit-overflow-scrolling: touch;*/
	transition: visibility 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	visibility: hidden;
}

.c-cart-sidebar--active {
	visibility: visible;
}

.c-cart-sidebar__wrap {
	position:         absolute;
	left:             0;
	top:              0;
	width:            100%;
	max-width:        320px;
	height:           100%;
	display:          flex;
	color:            var(--text-color);
	background-color: var(--background-color);
	flex-direction:   column;
	flex-wrap:        nowrap;
	transition:       transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transform:        translateX(100%);
	box-shadow:       -5px 0 90px rgb(0 0 0 / 15%);
}

.c-cart-sidebar--active .c-cart-sidebar__wrap {
	transform: translateX(0);
}

.c-cart-sidebar__buttons {
	height:          60px;
	display:         flex;
	justify-content: flex-end;
	align-items:     center;
	padding-right:   20px;
	flex:            0 0 auto;
}

.c-cart-sidebar__close {
	width:  15px;
	height: 15px;
	cursor: pointer;
}

.c-cart-sidebar__content {
	flex:        1 1 auto;
	overflow:    auto;
	padding-top: 0 !important;
}

.c-cart-sidebar .c-sidebar {
	background-color: unset;
	padding:          35px 30px;
	color:            currentColor;
}

.c-cart-sidebar .blockUI.blockOverlay {
	background-color: var(--background-color) !important;
	z-index:          95 !important;
}

.c-cart-sidebar__shadow {
	position:         fixed;
	z-index:          2499;
	left:             0;
	top:              0;
	width:            100%;
	max-width:        100%;
	height:           100%;
	visibility:       hidden;
	opacity:          0;
	transition:       var(--opacity-transition);
	background-color: rgba(0, 0, 0, 0.1);
}

.c-cart-sidebar--active + .c-cart-sidebar__shadow {
	visibility: visible;
	opacity:    1;
}

/*- Cart -*/

.c-cart {
	--col-2-padding: 20px;
}

.c-cart__wrap {
	width:           100%;
	display:         flex;
	position:        relative;
	-moz-column-gap:      30px;
	     column-gap:      30px;
	flex-wrap:       nowrap;
	justify-content: center;
	margin-bottom:   -40px;
}

.c-cart .woocommerce-privacy-policy-text {
	font-size: 14px;
}

.c-cart__col-1 {
	flex:          1 1 auto;
	min-width:     280px;
	max-width:     750px;
	margin-bottom: 40px;
}

.c-cart__col-2 {
	flex:          0 0 auto;
	width:         360px;
	max-width:     100%;
	margin-bottom: 40px;
}

.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-th,
.c-cart__totals-th {
	font-size:      14px;
	line-height:    1.2;
	text-align:     left;
	font-weight:    normal;
	padding-bottom: 14px;
	border-bottom:  solid 1px var(--text-color-tr);
}

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

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

.c-cart__shop-td {
	font-size:     15px;
	padding:       25px 0;
	border-bottom: solid 1px var(--text-color-tr);
}

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

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

.c-cart__shop-td--product-name {
	font-size:   17px;
	font-weight: bold;
	word-break:  break-word;
}

.c-cart__shop-td--product-var-list {
	font-weight: normal;
	margin:      0;
	padding:     0;
	font-size:   14px;
}

.c-cart__shop-td--product-var-item {
	list-style: none;
	margin-top: 3px;
}

.c-cart__shop-td--product-var-item a {
	text-decoration: underline;
}

.c-cart__shop-td--product-var-title--value,
.c-cart__shop-td--product-var-value {
	font-weight: 600;
}

.c-cart__shop-td--product-price {
	font-size:   20px;
	font-weight: bold;
}

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

.c-cart__shop-td--product-price del {
	display:       block;
	margin-bottom: 5px;
	font-weight:   normal;
	font-size:     18px;
}

.c-cart__shop-th--product-subtotal,
.c-cart__shop-td--product-subtotal {
	text-align:    right;
	padding-right: 0;
}

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

.c-cart__shop-remove-svg {
	display:     block;
	position:    absolute;
	left:        -33px;
	top:         50%;
	width:       12px;
	height:      12px;
	font-size:   12px;
	line-height: 1;
	margin-top:  -6px;
	color:       #D1333C;
}

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

.c-cart__collaterals {
	border-top-left-radius:  4px;
	border-top-right-radius: 4px;
	padding:                 calc(var(--col-2-padding) + 5px) var(--col-2-padding) calc(var(--col-2-padding) + 10px) var(--col-2-padding);
	position:                relative;
	line-height:             1.2;
	background-color:        var(--background-color-light);
}

.c-cart__collaterals .blockUI.blockOverlay {
	z-index: 20 !important;
	width:   auto !important;
	height:  auto !important;
	left:    calc(var(--col-2-padding) * -1) !important;
	top:     calc(var(--col-2-padding) * -1 - 5px) !important;
	right:   calc(var(--col-2-padding) * -1) !important;
	bottom:  calc(var(--col-2-padding) * -1 - 10px) !important;
}

.c-cart__collaterals .c-cart__review-order .blockUI.blockOverlay {
	top: -45px !important;
}

.blockUI.blockOverlay {
	z-index:          95 !important;
	background-color: white !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-button {
	padding:          0 0 0 26px;
	font-size:        18px;
	border:           none;
	outline:          none;
	cursor:           pointer;
	background-color: transparent !important;

}

.c-cart__shop-update-svg {
	position:       absolute;
	left:           0;
	top:            4px;
	width:          17px;
	height:         17px;
	font-size:      17px;
	line-height:    1;
	pointer-events: none;
}

.c-cart__shop-update-button:disabled + .c-cart__shop-update-svg {
	opacity: 0.3;
}

.c-cart__header,
.c-cart__col-1--checkout h3 {
	font-size:      18px;
	line-height:    1.2;
	font-weight:    bold;
	text-transform: uppercase;
}

.c-cart__form .validate-required {
	margin-bottom: 0;
}

.c-cart__col-1--checkout h3:not(.c-cart__header) {
	margin-top: 45px;
}

.c-cart__sub-header {
	text-align:     left;
	font-weight:    bold;
	text-transform: uppercase;
	padding:        0;
}

.c-cart__select-svg {
	margin-left:      6px;
	vertical-align:   middle;
	margin-top:       -3px;
	width:            8px;
	height:           6px;
	font-size:        8px;
	line-height:      1;
	transform-origin: center center;
	transition:       transform 0.3s linear;
}

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

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

.c-cart__coupon:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          calc(var(--col-2-padding) * -1);
	right:         calc(var(--col-2-padding) * -1);
	bottom:        0;
	border-bottom: solid 1px var(--text-color-tr);
}

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

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

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

.c-cart__coupon-apply,
.c-cart__calculator-update-button {
	line-height:      20px;
	padding:          0;
	flex:             0 0 auto;
	border:           none;
	outline:          none;
	border-bottom:    solid 1px var(--text-color-tr);
	background-color: transparent;
	cursor:           pointer;
	border-radius:    0 !important;
}

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

.c-cart__coupon-apply {
	margin-left: 17px;
}

.c-cart__form textarea {
	height: 120px;
}

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

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

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

.c-cart__totals-price--total strong .amount {
	font-size: 28px;
	color:     var(--accent-color);
}

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

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

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

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

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

.c-cart__shipping-methods-label .amount {
	display:      inline-block;
	margin-left:  auto;
	padding-left: 25px;
	font-weight:  bold;
}

.c-cart__shipping-methods-wrap,
.c-cart__payment-methods-wrap {
	flex:        0 0 27px;
	max-width:   27px;
	white-space: nowrap;
	position:    relative;
}

.c-cart__payment-methods-box {
	flex:         1 1 auto;
	max-width:    100%;
	min-width:    0;
	font-weight:  normal;
	font-size:    14px;
	padding-left: 27px;
}

.c-cart__payment-methods-title,
.c-cart__shipping-methods-label {
	flex: 1 1 calc(100% - 27px);
}

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

.c-cart__shipping-calculator-button {
	font-size:       14px;
	text-decoration: underline;
}

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

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

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

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

.c-cart__collaterals-hr {
	padding:  25px 0;
	position: relative;
}

.c-cart__collaterals-hr:after {
	content:    '';
	display:    block;
	position:   absolute;
	left:       calc(var(--col-2-padding) * -1);
	right:      calc(var(--col-2-padding) * -1);
	top:        50%;
	border-top: solid 1px var(--text-color-tr);
}

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

.c-cart__totals-product-name {
	font-weight: bold;
}

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

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

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

.c-cart__place-order-btn {
	margin-top: 25px;
	align-self: flex-end;
}

.woocommerce-terms-and-conditions {
	padding:               0 15px;
	border-radius:         2px;
	font-size:             14px;
	background-color:      var(--background-color);
}

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

.c-cart__form label {
	display:        inline-block;
	padding-bottom: 4px;
	font-size:      14px;
}

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

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

.c-cart__cross-sell {
	margin-top: 65px;
}

.cross-sells > h2 {
	font-size:     32px;
	line-height:   1;
	font-weight:   600;
	text-align:    center;
	margin-bottom: 70px;
	position:      relative;
}

.cross-sells > h2:after {
	content:     var(--icon-decor);
	display:     inline-block;
	font-family: "theme-icons";
	position:    absolute;
	left:        50%;
	transform:   translateX(-50%);
	bottom:      -30px;
	font-size:   8px;
	line-height: 1;
	margin-top:  19px;
	color:       var(--accent-color);
}

.cross-sells .products {
	justify-content: center;
}

.c-cart .qty {
	width:          70px;
	padding-top:    8px !important;
	padding-bottom: 8px !important;
	font-size:      16px !important;
	text-align:     center;
}

.c-cart__col-2 input[type=radio],
.c-cart__col-2 input[type=checkbox] {
	background-color: var(--background-color);
}

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

@media (min-width: 1170px) {
	.c-cart__form .woocommerce-billing-fields__field-wrapper,
	.c-cart__form .woocommerce-shipping-fields__field-wrapper {
		margin-right: -30px;
		display:      flex;
		flex-wrap:    wrap;
		align-items:  flex-end;
	}

	.c-cart__form .woocommerce-billing-fields__field-wrapper .form-row,
	.c-cart__form .woocommerce-shipping-fields__field-wrapper .form-row {
		flex:          0 0 auto;
		width:         50%;
		padding-right: 30px !important;
	}

	.c-cart__shop-td--product-thumbnail {
		padding-right: 25px;
	}
}

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

@media (max-width: 1260px) {
	.c-cart__thumbnail-link {
		display: none;
	}

	.c-cart__shop-td--product-thumbnail {
		width: 30px;
	}

	.c-cart__shop-remove-svg {
		left: 0;
	}
}

@media (max-width: 1169px) {

	.c-cart__col-1--checkout {
		max-width: 360px;
	}

}

@media (max-width: 829px) and (min-width: 768px) {
	.c-cart__col-1 {
		flex:      0 0 auto;
		min-width: 280px;
		max-width: unset;
		width:     50%;
	}
}

@media (max-width: 1000px) and (min-width: 768px) {
	.c-cart__shop-th--product-price,
	.c-cart__shop-td--item-price {
		display: none;
	}

	.c-cart__shop-td--actions {
		-moz-column-span: 4;
		     column-span: 4;
	}

	.c-cart .qty {
		width:         42px;
		padding-left:  8px !important;
		padding-right: 8px !important;
	}

	.c-cart__shop-td:not(:last-child) {
		padding-right: 10px;
	}

	.c-cart__wrap {
		-moz-column-gap: 20px;
		     column-gap: 20px;
	}
}

@media (max-width: 767px) {
	.c-cart__wrap {
		flex-wrap: wrap;
	}
}

@media (max-width: 500px) {
	.c-cart__shop-th--item-price,
	.c-cart__shop-td--item-price {
		display: none;
	}

	.c-cart__shop-td:not(:last-child) {
		padding-right: 10px;
	}

	.c-cart .qty {
		width:         42px;
		padding-left:  8px !important;
		padding-right: 8px !important;
	}
}

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

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

	.c-product__quantity-value {
		padding-left:  0 !important;
		padding-right: 0 !important;
		width:         50px !important;;
	}

	.c-cart__collaterals {
		margin-left:  -20px;
		margin-right: -20px;
	}

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

}

/*- Catalog Ordering -*/

.c-catalog-ordering {
	margin-bottom:  25px;
	display:        flex;
	align-items:    center;
	font-size:      14px;
	line-height:    1;
	text-transform: uppercase;
}

.c-catalog-ordering__select {
	padding:        0 5px !important;
	text-transform: uppercase;
}

.c-catalog-ordering p {
	margin: 0;
}

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

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

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

.c-catalog-ordering__col--sort .c-custom-select {
	text-align: right;
}

.c-catalog-ordering__col--map {
	display: none !important;
}

.c-catalog-ordering__col--ordering,
.c-catalog-ordering__col--view-mode,
.c-catalog-ordering__col--map {
	white-space: nowrap;
	display:     flex;
	align-items: center;
	margin-left: 35px;
}

.c-catalog-ordering__col--map {
	font-weight: 600;
}

.c-catalog-ordering__grid,
.c-catalog-ordering__list {
	font-size:   18px;
	line-height: 18px;
	padding:     14px 22px;
	border:      solid 1px transparent;
}

.c-catalog-ordering__grid {
	border-right:           none;
	border-top-left-radius: 8px;
}

.c-catalog-ordering__list {
	border-bottom-right-radius: 8px;
}

.c-catalog-ordering__map {
	display:               block;
	width:                 60px;
	height:                26px;
	border-radius:         13px;
	background-color:      #ccc;
	margin-left:           12px;
	position:              relative;
}

.c-catalog-ordering__map:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          6px;
	top:           50%;
	margin-top:    -7px;
	width:         14px;
	height:        14px;
	border-radius: 50%;
}

.c-catalog-ordering__map.active:after {
	left:  auto;
	right: 6px;
}

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

.c-catalog-ordering .orderby,
.c-catalog-ordering__select {
	padding:        0 16px 0 0 !important;
	height:         16px !important;
	vertical-align: top !important;
	font-size:      14px;
	line-height:    1;
	text-transform: uppercase;
	border:         none;
}

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

@media (max-width: 1169px) {
	.c-catalog-ordering__col--view-mode {
		display: none;
	}

	.c-catalog-ordering {
		margin-left:  auto;
		margin-right: auto;
		flex-wrap:    nowrap;
		max-width:    990px;
	}
}

/*- Catalog Sidebar -*/

.c-catalog-sidebar {
	position: relative;
}


.c-catalog-sidebar__sticky {
	position:         fixed;
	margin-left:      -40px;
	bottom:           0;
	width:            360px;
	padding:          25px 40px;
	z-index:          51;
	opacity:          0;
	visibility:       hidden;
	transition:       opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transform:        scale(1, 0.1);
	box-shadow:       0 5px 20px 2.4px rgba(0, 0, 0, 0.06);
	text-align:       center;
	background-color: #222222;
}

.c-catalog-sidebar__sticky:before {
	content:             '';
	display:             block;
	position:            absolute;
	left:                40px;
	top:                 -20px;
	width:               20px;
	height:              20px;
	border:              solid 10px transparent;
	border-bottom-color: #222222;
}

.c-catalog-sidebar__sticky--visible {
	opacity:    1;
	visibility: visible;
	transform:  scale(1, 1);
}

.c-catalog-sidebar__apply.c-button--default:hover {
	background-color: var(--accent-dark-color) !important;
}

/*-- Catalog Sidebar (Desktop) --*/

@media (min-width: 1170px) {

	.c-catalog-sidebar__buttons,
	.c-catalog-sidebar__shadow {
		display: none;
	}

	.c-catalog-sidebar__sticky--top {
		position: absolute;
		top:      0;
		bottom:   auto;
	}

	.c-catalog-sidebar__sticky--top:before {
		bottom:           -20px;
		top:              auto;
		transform-origin: center;
		transform:        rotate(180deg);
	}

	.c-catalog-sidebar__sticky--bottom {
		position: absolute;
		bottom:   -110px;
	}
}

/*-- Catalog Sidebar (Mobile) --*/

@media (max-width: 1169px) {

	.c-catalog-sidebar {
		position:           fixed !important;
		z-index:            1200;
		left:               0;
		top:                0;
		width:              100%;
		height:             100%;
		min-width:          320px;
		visibility:         hidden;
		opacity:            0;
		transition:         visibility 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	.c-catalog-sidebar--disabled {
		display:        none !important;
		pointer-events: none;
	}

	.c-catalog-sidebar--active {
		opacity:    1;
		visibility: visible;
	}

	.c-catalog-sidebar__wrap {
		position:         absolute;
		left:             0;
		top:              0;
		width:            100%;
		max-width:        320px;
		height:           100%;
		display:          flex;
		flex-direction:   column;
		flex-wrap:        nowrap;
		transition:       transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transform:        translateX(-100%);
		box-shadow:       2px 0 4px rgba(0, 0, 0, 0.1);
		background-color: var(--accent-color);
	}

	.c-catalog-sidebar__content {
		flex:        1 1 auto;
		overflow:    auto;
		padding-top: 0 !important;
	}

	.c-catalog-sidebar__content--desktop {
		display: none;
	}

	.c-catalog-sidebar__wrap--active {
		transform: translateX(0);
	}

	.c-catalog-sidebar__shadow {
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		background-color: var(--shadow-color-mobile);
	}

	.c-catalog-sidebar__buttons {
		height:          60px;
		display:         flex;
		justify-content: flex-end;
		align-items:     center;
		padding-right:   20px;
		flex:            0 0 auto;
	}

	.c-catalog-sidebar__close {
		width:  15px;
		height: 15px;
	}

	.c-catalog-sidebar__sticky {
		width:    320px;
	}
}


/*- Catalog -*/

.c-catalog__list {
	display:         flex;
	justify-content: center;
	flex-wrap:       wrap;
	margin-bottom:   -45px;
}

.c-catalog__list--vert {
	margin-left:     -15px;
	margin-right:    -15px;
	justify-content: flex-start;
}

.c-catalog__list--vert .c-vehicle-vert {
	margin-top:       0;
	margin-bottom:    45px;
	background-color: var(--background-color-light);
}

.c-catalog__filter-show-button {
	display: none;
}

.c-catalog--hor.l-section--no-sidebar .c-catalog-ordering,
.c-catalog--hor.l-section--no-sidebar .c-catalog__search-form,
.c-catalog--hor.l-section--no-sidebar .c-catalog__nothing {
	max-width:    990px;
	margin-left:  auto;
	margin-right: auto;
}

/*-- Catalog (Desktop) --*/
@media (min-width: 1170px) {
	.c-catalog:not(.c-catalog--block-above) {
		margin-top: 100px;
	}

	.c-catalog:not(.c-catalog--block-bottom) {
		margin-bottom: 100px;
	}
}

/*-- Catalog (Mobile) --*/
@media (max-width: 1169px) {

	.c-catalog:not(.c-catalog--block-above) {
		margin-top: 60px;
	}

	.c-catalog:not(.c-catalog--block-bottom) {
		margin-bottom: 60px;
	}

	.c-catalog__filter-show-button {
		display:       block;
		flex:          1 1 auto;
		width:         100%;
		margin-bottom: 45px;
		max-width:     990px;
		margin-left:   auto;
		margin-right:  auto;
	}

	.c-catalog__filter-ico {
		font-size:      13px;
		display:        inline-block;
		vertical-align: middle;
		margin-right:   12px;
	}

	.c-catalog__list--vert {
		justify-content: center;
	}

	.c-catalog--vert .c-catalog-ordering,
	.c-catalog--vert .c-catalog__nothing,
	.c-catalog--vert .c-catalog__search-form {
		max-width:    750px;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 829px) and (min-width: 768px) {
	.c-shop .l-section__content,
	.c-catalog--vert .l-section__content {
		margin-left:  -40px;
		margin-right: -40px;
		max-width:    unset;
		width:        unset;
	}

	.c-shop .products .product,
	.c-catalog--vert .c-vehicle-vert {
		width: calc((100vw - 110px) / 2);
	}

	.c-shop .c-catalog-ordering,
	.c-catalog--vert .c-catalog-ordering,
	.c-catalog--vert .c-catalog__nothing,
	.c-catalog--vert .c-catalog__search-form {
		max-width: calc(100vw - 80px);
	}
}

@media (max-width: 767px) {
	.c-shop .c-catalog-ordering,
	.c-catalog--vert .c-catalog-ordering,
	.c-catalog--vert .c-catalog__nothing,
	.c-catalog--vert .c-catalog__search-form {
		max-width: 360px;
	}
}

@media (max-width: 415px) {
	.c-catalog__list--vert {
		margin-left:  0;
		margin-right: 0;
	}

	.c-vehicle-vert {
		margin:    15px 0;
		max-width: 100%;
	}
}
/*- Category description (HTML block) -*/

.c-category-html--top {
	margin-bottom: 45px;
}

.c-category-html--bottom {
	margin-top: 45px;
}

.c-catalog__list + .c-category-html--bottom {
	margin-top: 0;
}
/*- Custom Select -*/

.c-custom-select {
    position:    relative;
    white-space: nowrap;
    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:   55%;
    line-height: 1;
    top:         50%;
    transform:   translateY(-50%);
}

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

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

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

/*- Text Details Filter -*/

.c-filter-text-detail__wrap {
	position: relative;
}

.c-filter-text-detail__label {
	display:      block;
	line-height:  1.2;
	padding-left: 32px;
	position:     relative;
}

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

.c-filter-text-detail__radio-wrap i {
	margin-left:  -25px !important;
	border-color: white !important;
}

.c-filter-text-detail__radio-wrap input[type=radio]:focus {
	border-color: white !important;
}

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

/*- Types Filter -*/

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

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

.c-filter-types__radio-wrap i {
	margin-left:  -25px !important;
	border-color: white !important;
}

.c-filter-types__radio-wrap input[type=radio]:focus {
	border-color: white !important;
}

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

.c-filter-types__label--child {
	display: none;
}

.c-filter-types__label--child.c-filter-types__label--active {
	display: block;
}

.c-filter-types__label--parent:after {
	content: var(--icon-dropdown);
	font-family: "theme-icons";
	font-size: 10px;
	line-height: 1;
	margin-left: 5px;
	display: inline-block;
}

/*- Filter -*/

.c-filter {
	display:    inline-block;
	font-size:  16px;
	text-align: left;
}

.c-filter--col-3.c-filter--header {
	max-width: 1140px;
}

.c-filter--col-2.c-filter--header {
	max-width: 855px;
}

.c-filter--col-1.c-filter--header {
	max-width: 570px;
}

.c-filter__stretch-bar {
	background-repeat: repeat;
	transform:         skew(30deg);
}

.c-filter__stretch-bar--header {
	background-image: var(--stretch-bar);
	height:           13px;
	margin:           80px auto;
}

.c-filter__stretch-bar--widget {
	background-image: var(--stretch-bar-white);
	display:          block;
	position:         absolute;
	left:             -5px;
	right:            -5px;
	bottom:           0;
	height:           9px;
}

.c-filter__fields {
	display:   flex;
	flex-wrap: wrap;
}

.c-filter__fields--header {
	margin-left:   -10px;
	margin-bottom: -20px;
}

.c-filter__fields--widget {
	margin-left:   -30px;
	margin-bottom: -30px;
}

.c-filter__field {
	flex:     0 0 auto;
	position: relative;
}

.c-filter__field--header {
	margin-left:   10px;
	margin-bottom: 20px;
}

.c-filter__field--widget {
	margin-left:   30px;
	margin-bottom: 30px;
}

.c-filter__field .select2-container {
	z-index: 1 !important;
}

.c-filter__field .select2-selection {
	padding-left: 75px !important;

}

.c-filter__field .select2-selection__placeholder {
	color: var(--text-color) !important;
}

input[type=text].c-filter__date,
.c-filter__select {
	color:                 var(--text-color);
	background-color:      white;
	border-radius:         2px;
	padding:               0 5px 0 75px;
	max-width:             100%;
	height:                62px
}

.c-filter__select {
	-webkit-appearance:          none;
	   -moz-appearance:          none;
	        appearance:          none;
	background-position: top 50% right 12px;
	background-image:    var(--select-bg);
	background-repeat:   no-repeat;
	background-size:     10px 10px;
	padding-right:       30px !important;
}

.c-filter__button {
	font-size:             18px;
	font-weight:           bold;
	color:                 white;
	height:                62px;
	padding:               10px;
	text-align:            center;
	text-transform:        uppercase;
	cursor:                pointer;
	border-radius:         2px;
}

.c-filter__button--header {
	width:            275px;
	margin-left:      20px;
	margin-bottom:    20px;
	background-color: var(--accent-color);
}

.c-filter__button--widget {
	width:            320px;
	margin-left:      30px;
	margin-bottom:    30px;
	background-color: var(--text-color);
}

.c-filter__date--header,
.c-filter__select--header {
	width: 275px;
}

.c-filter__date--widget,
.c-filter__select--widget {
	width: 320px;
}

.c-filter__button-arrow {
	font-size:   14px;
	margin-left: 15px;
	display:     inline-block;
	position:    relative;
	top:         2px;
}

.c-filter__icon {
	position:        absolute;
	top:             0;
	left:            0;
	width:           62px;
	height:          62px;
	display:         inline-flex;
	justify-content: center;
	align-items:     center;
	text-align:      center;
	z-index:         2;
	pointer-events:  none;
	color:           var(--text-color-light);
	font-size:       24px;
	line-height:     1;
}

.c-filter__icon:after {
	content:      '';
	display:      block;
	position:     absolute;
	right:        0;
	top:          50%;
	margin-top:   -12px;
	height:       24px;
	border-right: solid 1px #dddddd;
}

.c-filter__icon-custom {
	width:           30px;
	height:          30px;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      contain;
	   object-fit:      contain;
}

.c-filter__delivery-wrap {
	flex:        1 1 auto;
	text-align:  left;
	font-weight: 500;
	display:     flex;
	flex-wrap:   wrap;
	align-items: center;
}

.c-filter__delivery-wrap--header {
	margin-left:   10px;
	margin-bottom: 20px;
}

.c-filter__delivery-wrap--widget {
	margin-left:   30px;
	margin-bottom: 30px;
}

.c-filter__delivery-col {
	margin-right: 30px;
}

.c-filter--col-3 .c-filter__button--widget {
	order: 99;
}

.c-subcat + .c-filter--header {
	margin-top: 60px;
}

/*-- Filter (Desktop) --*/
@media (min-width: 1170px) {

}

/*-- Filter (Mobile) --*/
@media (max-width: 1169px) {
	.c-filter--header {
		margin-left:  40px;
		margin-right: 40px;
	}

	.c-filter--col-1.c-filter--header .c-filter__button--header,
	.c-filter--col-3.c-filter--header .c-filter__button--header {
		order: 99;
	}

	.c-filter__fields {
		margin-left:   -20px;
		margin-bottom: -20px;
	}

	.c-filter__field,
	.c-filter__button,
	.c-filter__delivery-wrap {
		margin-left:   20px;
		margin-bottom: 20px;
	}

	.c-filter__delivery-wrap {
		min-height: 62px;
	}

	.c-filter--col-3.c-filter--header {
		max-width: 865px;
	}

	.c-filter--col-2.c-filter--header {
		max-width: 865px;
	}

	.c-filter--col-1.c-filter--header {
		max-width: 275px;
	}

	.c-filter__stretch-bar--header {
		margin-top:    40px;
		margin-bottom: 40px;
	}

	.c-filter--col-2.c-filter--widget .c-filter__delivery-wrap,
	.c-filter--col-3.c-filter--widget .c-filter__delivery-wrap {
		max-width: 320px;
	}

	.c-filter--col-2.c-filter--widget .c-filter__button  {
		order: 99;
	}
}

@media (max-width: 1004px) {

	.c-filter--col-2.c-filter--header {
		max-width: 570px;
	}

	.c-filter--col-3.c-filter--header {
		max-width: 570px;
	}

	.c-filter--col-2.c-filter--header .c-filter__delivery-wrap,
	.c-filter--col-3.c-filter--header .c-filter__delivery-wrap {
		max-width: 275px;
	}

	.c-filter--col-2.c-filter--header .c-filter__button--header {
		order: 99;
	}

}

@media (max-width: 709px) {
	.c-filter--col-3.c-filter--header,
	.c-filter--col-2.c-filter--header {
		max-width: 275px;
	}
}

@media (max-width: 779px) {
	.c-filter--widget .c-filter__button {
		order: 99;
	}
}

@media (max-width: 415px) {
	.c-filter--header {
		margin-left:  0;
		margin-right: 0;
	}
}

@media (max-width: 379px) {
	.c-filter__date--widget,
	.c-filter__select--widget,
	.c-filter__button--widget {
		width: 275px;
	}

	.c-filter {
		display:      block;
		max-width:    275px;
		margin-left:  auto;
		margin-right: auto;
	}
}
/*- Footer -*/

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

.c-footer--simple {
	padding:          18px 30px;
	background-color: var(--text-color);
	color:            white;
}

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

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

.c-footer .elementor-icon-list-icon {
	line-height:    1;
	vertical-align: middle;
}

.c-footer input {
	color: white !important;
}

.c-footer .wpcf7-response-output {
	color: var(--accent-color) !important;
}

/*- 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: 4px;
	font-style:     normal;
	font-size:      14px;
	line-height:    24px;
}

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

.entry-content .wpcf7-form label,
.elementor-section .wpcf7-form label {
	margin-top:     1em;
	margin-bottom:  1em;
}

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

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

.c-form__input--full,
.c-form__textarea--full,
.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 {
	width: 100%;
}

.c-form__button,
.thwmscf-buttons input[type=button],
.wpcf7-form input[type=submit],
.wpcf7-form button:not([class]),
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button,
.woocommerce-button,
.woocommerce-Button,
.order-again .button,
.c-account .edit,
.woocommerce-address-fields .button,
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button,
.widget .button,
.woocommerce-store-notice__dismiss-link,
.woocommerce-widget-layered-nav-dropdown__submit,
.single_add_to_cart_button,
.product .wc-forward,
.comment-form .submit,
.woocommerce-form-login .button {
	position:              relative;
	display:               inline-block;
	font-size:             18px;
	line-height:           1.2;
	font-weight:           bold;
	text-align:            center;
	text-transform:        uppercase;
	outline:               none;
	border:                none;
	text-decoration:       none !important;
	-webkit-appearance:    none;
	-moz-appearance:       none;
	appearance:            none;
	cursor:                pointer;
	border-radius:         2px;
	color:                 white;
	background-color:      var(--accent-color);
	padding:               20px 40px;
}

.widget .button {
	color:            var(--accent-color);
	background-color: white;
}

.single_add_to_cart_button {
	padding:    1px 40px;
	min-height: 52px;
}

.woocommerce-store-notice__dismiss-link,
.woocommerce-widget-layered-nav-dropdown__submit {
	padding: 16px 12px 16px 12px;
}

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

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

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

.widget .button:hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover {
	background-color: var(--text-color);
	color:            white;
}

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 p {
	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;
}

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

.h-inline-form .wpcf7-submit {
	margin-top:    5px;
	margin-bottom: 5px;
}

.wpcf7-form button:not([class]),
.wpcf7-form input[type="submit"] {
	margin-top: 1em;
}

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

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

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

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

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

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

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

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

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

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

.wpcf7-not-valid-tip {
	color:       #D1333C;
	font-size:   16px;
	line-height: 1.2;
	margin-top:  5px;
}

.wpcf7 form .wpcf7-response-output {
	margin:       15px 0 15px 0;
	padding:      18px 25px 18px 25px;
	font-size:    16px;
	line-height:  24px;
	border-color: var(--accent-color) !important;
}

/*-- Forms Elements (Desktop) --*/
@media (min-width: 1170px) {
	.c-form__button:hover,
	.thwmscf-buttons input[type=button]:hover,
	.wpcf7-form input[type=submit]:hover,
	.wpcf7-form button:not([class]):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,
	.mc4wp-form-fields input[type=submit]:hover,
	.mc4wp-form-fields button:hover,
	.widget .button:hover,
	.woocommerce-store-notice__dismiss-link:hover,
	.woocommerce-widget-layered-nav-dropdown__submit:hover,
	.single_add_to_cart_button:hover,
	.product .wc-forward:hover,
	.comment-form .submit:hover,
	.woocommerce-form-login .button:hover {
		background-color: var(--text-color) !important;
	}
}

/*-- Forms Elements (Mobile) --*/
@media (max-width: 767px) {
	.wpcf7-form button:not([class]),
	.wpcf7-form input[type="submit"] {
		width: 100%;
	}
}

/*- Header Search From -*/

.c-header-search {
	position:           fixed;
	left:               0;
	right:              0;
	top:                0;
	bottom:             0;
	z-index:            1200;
	visibility:         hidden;
	overflow:           auto;
	opacity:            0;
	transition:         visibility 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.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:           relative;
	transition:         all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transform:          translateY(-100%);
	background-color:   var(--background-color);
}

.c-header-search__wrap--active {
	transform:         translateY(0);
}

.c-header-search__tip {
	font-size:   14px;
	line-height: 21px;
}

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

}

input[type=text].c-header-search__input {
	margin:        0;
	padding:       0 70px 11px 0;
	font-size:     31px;
	line-height:   36px;
	border:        none;
	border-bottom: solid 1px #D0D4DA;
	background:    transparent;
	display:       block;
	width:         100%;
	outline:       none;
	color:         currentColor;
	position:      relative;
}

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

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

.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 {
	background-color:      #CED2D9;
	border-radius:         50%;
	width:                 18px;
	height:                18px;
	font-size:             9px;
	line-height:           20.5px;
	overflow:              hidden;
	margin-right:          7px;
	color:                 #fff;
	vertical-align:        middle;
}

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

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

.c-header-search__no-results {
	font-weight: bold;
	font-size:   16px;
}

.c-header-search__row {
	display:       flex;
	margin-bottom: 30px;
	align-items:   center;
}

.c-header-search__thumb {
	flex:         0 0 auto;
	margin-right: 15px;
	width:        80px;
	height:       80px;
	overflow:     hidden;
	position:     relative;
}

.c-header-search__thumb:before {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	border:   solid 1px #dddddd;
	z-index:  -1;
}

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

.c-header-search__title {
	flex:      1 1 auto;
	font-size: 18px;
}

@media (min-width: 1170px) {

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

	.c-header-search__form {
		margin:    auto;
		max-width: 630px;
		padding:   85px 15px;
	}

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

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

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

@media (max-width: 1169px) {

	.c-header-search__close {
		position: absolute;
		right:    12px;
		top:      15px;
		width:    15px;
		height:   15px;
	}

	.c-header-search__wrap {
		position:       absolute;
		left:           10px;
		right:          10px;
		top:            10px;
		bottom:         10px;
		box-shadow:     0 0 8px rgba(0, 0, 0, 0.25);
		overflow:       hidden;
		display:        flex;
		flex-direction: column;
		flex-wrap:      nowrap;
	}

	.c-header-search__form {
		margin:    auto;
		max-width: 630px;
		padding:   70px 28px 30px 28px;
	}

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

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

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

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

/*- Header -*/


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

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

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

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

.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;
	max-width:        425px;
	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);
	display:          flex;
	flex-direction:   column;
}

.c-header__callback-content {
	flex:       1 1 auto;
	overflow:   auto;
	height:     100%;
	max-height: 100%;
}

.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-wrap .wpcf7-spinner {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
	margin-top:   5px;
}

.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__cart-count {
	position:         absolute;
	height:           18px;
	line-height:      17px;
	min-width:        18px;
	max-width:        30px;
	text-overflow:    ellipsis;
	overflow:         hidden;
	border-radius:    9px;
	padding:          0 4px;
	font-weight:      bold;
	font-size:        12px;
	text-align:       center;
	opacity:          1;
	z-index:          1;
	background-color: var(--background-color);
	color:            var(--text-color);
	transition:       var(--hover-transition);
	white-space:      nowrap;
}

.c-header__top-row {
	position: relative;
}

.c-header__top-row-item--other,
.c-header__top-row-item--shortcode {
	display: flex;
}

.c-header__top-row-icon--other {
	flex: 0 0 auto;
}

.c-header__top-row-html {
	flex: 1 1 auto;
}

.c-header__top-row-html p,
.c-header__top-row-html div {
	display:        inline-block;
	margin-top:     0;
	margin-bottom:  0;
	padding-top:    0;
	padding-bottom: 0;
}

.c-header__top-row-html a {
	text-decoration:         underline;
	text-underline-position: under;
}

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

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

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

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

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

.c-header__top-row-item--favorites:not(.active) {
	display: none !important;
}

/*-- Header (Desktop) --*/
@media (min-width: 1170px) {

	.c-header__outer {
		background-color: var(--header-color-bg);
	}

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

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

	.c-header__cart-count {
		left:             50%;
		top:              50%;
		margin-top:       -22px;
		margin-left:      10px;
		background-color: var(--header-color-bg);
		color:            var(--header-color);
	}

	.c-header__top-row--header-type-1 {
		padding-left:     80px;
		padding-right:    80px;
		color:            var(--top-color);
		background-color: var(--top-background-color);
	}

	.c-header__top-row-list {
		list-style:  none;
		display:     flex;
		align-items: center;
		margin:      0 -40px;
		padding:     18px 0 18px 0;
	}

	.c-header__top-row-item {
		padding:     0 40px;
		position:    relative;
		font-size:   16px;
		line-height: 1;
		display:     inline-flex;
		align-items: center;
	}

	.c-header__top-row-item > a {
		display:     inline-flex;
		align-items: center;
	}

	.c-header__top-row-item--phone,
	.c-header__top-row-item--email,
	.c-header__top-row-item--callback,
	.c-header__top-row-item--auth,
	.c-header__top-row-item--hours,
	.c-header__top-row-item--favorites {
		flex: 0 0 auto;
	}

	.c-header__top-row-item:not(:last-child):after {
		content:      '';
		display:      block;
		position:     absolute;
		right:        0;
		top:          50%;
		margin-top:   -11px;
		height:       22px;
		border-right: solid 1px currentColor;
		opacity:      0.3;
	}

	.c-header__top-row-list--blocks-first .c-header__top-row-item:first-child:after {
		display: none;
	}

	.c-header__top-row-list--blocks-last .c-header__top-row-item:nth-last-child(2):after {
		display: none;
	}

	.c-header__top-row-item--social {
		font-size:   18px;
		white-space: nowrap;
	}

	.c-header__top-row-item--social .c-soc {
		margin: 0 -10px;
	}

	.c-header__top-row-item--social .c-soc__link {
		opacity: 0.3;
		margin:  0 10px;
	}

	/*.c-header__top-row-item--social {*/
	/*    margin-top:    -5px;*/
	/*    margin-bottom: -5px;*/
	/*}*/
	.c-header__top-row-item a:hover {
		color: var(--top-accent-color);
	}

	.c-header__top-row-icon {
		color:          var(--top-accent-color);
		margin-right:   7px;
		font-size:      16px;
		position:       relative;
		top:            1px;
		vertical-align: middle;
	}

	.c-header__top-row-icon--email {
		font-size: 13px;
	}

	.c-header__top-row-icon--phone,
	.c-header__top-row-icon--auth-login {
		font-size: 14px;
	}

	.c-header__top-row-icon--other {
		font-size:   17px;
		line-height: 16px;
	}

	.c-header__top-row-list--blocks-center {
		justify-content: center;
	}

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

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

	.c-header__top-row-item--social .c-soc__link:hover {
		opacity: 1;
		color:   var(--top-color);
	}

	.c-header__main-row {
		position:         relative;
		display:          flex;
		color:            var(--header-color);
		background-color: var(--header-color-bg);
		transition:       height 0.3s linear;
	}

	.c-header__main-row:after {
		content:       '';
		display:       block;
		position:      absolute;
		left:          0;
		right:         0;
		bottom:        -1px;
		border-bottom: solid 1px var(--header-color-border);
	}

	.c-header__main-row-item {
		flex:        0 0 auto;
		display:     flex;
		align-items: center;
	}

	.c-header__main-row-item:not(:last-child) {
		border-right: solid 1px var(--header-color-border);
	}

	.c-header__main-row-item--menu {
		flex:            1 1 auto;
		justify-content: flex-end;
	}

	.c-header__logo {
		padding:         15px 40px;
		min-width:       330px;
		display:         flex;
		align-items:     center;
		justify-content: center;
	}

	.c-header__logo-link {
		justify-content: center;
	}

	.c-header__logo-empty {
		font-weight:    700;
		text-transform: uppercase;
		font-size:      30px;
	}

	.c-header__support {
		display:     flex;
		padding:     15px 40px;
		align-items: center;
	}

	.c-header__support-icon {
		font-size:    37px;
		line-height:  1;
		color:        var(--header-color-accent);
		margin-right: 20px;
	}

	.c-header__support-title {
		font-size:   16px;
		font-weight: 500;
		line-height: 1.2;
	}

	.c-header__support-phone {
		margin-top:  4px;
		font-size:   28px;
		font-weight: 600;
		line-height: 1;
	}

	.c-header__search-button {
		width:       101px;
		height:      101px;
		font-size:   23px;
		line-height: 1;
		cursor:      pointer;
	}

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

	.c-header__main-row-item--cart {
		background-color: var(--header-color-accent);
		color:            var(--header-color-bg);
	}

	.c-header__cart {
		font-size:       35px;
		line-height:     1;
		width:           101px;
		height:          101px;
		position:        relative;
		display:         flex;
		justify-content: center;
		align-items:     center;
	}

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

	.c-header__cart:hover .c-header__cart-count {
		background-color: var(--header-color);
		color:            var(--header-color-bg);
	}

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

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

	.c-header--sticky {
		height: var(--sticky-header-height-desktop) !important;
	}

	.c-header--sticky .c-header__logo-img {
		max-height: calc(var(--sticky-header-height-desktop) - 30px);
	}

	.c-header__main-row-item--support {
		overflow: hidden;
	}
}

@media (max-width: 1634px) and (min-width: 1170px) {
	.c-header__logo {
		min-width: unset;
	}
}

@media (max-width: 1514px) and (min-width: 1170px) {
	.c-header__main-row-item--support-hide {
		display: none;
	}
}

/*-- Header (Mobile) --*/
@media (max-width: 1169px) {
	.c-header--desktop,
	.c-header__outer--desktop {
		display: none;
	}

	.c-header {
		position:         absolute;
		left:             0;
		top:              0;
		width:            100%;
		z-index:          99;
		transition:       var(--hover-transition);
		color:            var(--header-color-mobile);
		background-color: var(--header-color-bg-mobile);
	}

	.c-header__outer {
		height: var(--header-height-mobile);
	}

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

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

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

	.c-header__mobile_blocks {
		display: none;
	}

	.c-header__logo-empty {
		font-size:      24px;
		font-weight:    700;
		line-height:    1;
		text-transform: uppercase;
		white-space:    nowrap;
	}

	.c-header__row {
		height:      var(--header-height-mobile);
		position:    relative;
		transition:  height 0.3s linear;
		align-items: center;
	}

	.c-header__row--logo-left {
		display:   flex;
		flex-wrap: nowrap;
	}

	.c-header__row--logo-centered {
		display:               grid;
		grid-template-columns: 1fr auto 1fr;
		align-items:           center;
	}

	.c-header__row--logo-centered .c-header__col-mobile-buttons {
		flex: 1 1 auto;
	}

	.c-header__row--logo-centered .c-header__logo {
		justify-content: center;
	}

	.c-header__row--logo-centered .c-header__logo-link {
		justify-content: center;
	}

	.c-header--sticky .c-header__row {
		height: var(--sticky-header-height-mobile);
	}

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

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

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

	.c-header__logo {
		flex:        1 1 auto;
		position:    relative;
		height:      calc(var(--header-height-mobile) - 20px);
		width:       auto;
		display:     flex;
		align-items: center;
		transition:  height 0.3s linear;
	}

	.c-header--sticky .c-header__logo {
		height: calc(var(--sticky-header-height-mobile) - 20px);
	}

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

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

	.c-header__logo-img {
		display:    block;
		height:     auto;
		max-width:  min(100%, var(--logo-size-mobile));
		max-height: 100%;
		width:      auto;
		-o-object-fit: contain;
		   object-fit: contain;
	}

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

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

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

	.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-0 .c-header__logo {
		justify-content: center;
		padding-right:   98px;
	}

	.c-header--buttons-1 .c-header__logo {
		justify-content: center;
	}

	.c-header--buttons-2 .c-header__menu-button,
	.c-header--buttons-3 .c-header__menu-button,
	.c-header--buttons-4 .c-header__menu-button {
		width: 80px;
	}

	.c-header__home-svg {
		width:  20px;
		height: 20px;
	}

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

	.c-header__cart {
		position: relative;
	}

	.c-header__buttons-block--1 {
		padding-right: 7px;
	}

	.c-header__buttons-block--2 {
		position:        relative;
		display:         flex;
		align-items:     center;
		justify-content: center;
		width:           50px;
		height:          60px;
	}

	.c-header__menu {
		position:   fixed;
		z-index:    1200;
		top:        0;
		width:      100%;
		height:     100%;
		max-width:  415px;
		min-width:  320px;
		visibility: hidden;
		opacity:    0;
		transition: var(--opacity-transition);
		color:      white;
		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:       flex;
		align-items:   center;
		padding-left:  50px;
		padding-right: 30px;
	}

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

	.c-header__menu-back {
		opacity:        0;
		visibility:     hidden;
		transition:     var(--opacity-transition);
		font-weight:    bold;
		font-size:      18px;
		line-height:    1;
		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;
	}

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

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

	.c-header__menu-content--no-buttons {
		bottom: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

	.c-header__top-row-item {
		display:     inline;
		font-style:  normal;
		font-weight: normal;
		font-size:   13px;
		line-height: 15px;
		margin:      10px 0;
	}

	.c-header__top-row-item:after {
		content:     "\a\a";
		white-space: pre;
	}

	.c-header__top-row-item--other,
	.c-header__top-row-item--shortcode {
		color: white;
	}

	.c-header__top-row-icon {
		color:        var(--accent-color);
		margin-right: 5px;
		position:     relative;
		top:          1px
	}

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

	.c-header__cart-count {
		position:         absolute;
		right:            -10px;
		top:              -6px;
		background-color: var(--text-color);
		color:            var(--background-color);
	}

	.c-header__menu-bottom .c-header__cart-count {
		background-color: var(--background-color);
		color:            var(--text-color);
	}

	.c-header__menu-page .c-soc__link {
		margin:  0 10px;
		opacity: 0.6;
	}

	.c-header__support {
		display:     inline-flex;
		align-items: center;
		text-align:  left;
		margin:      25px 0 0 0;
	}

	.c-header__support-icon {
		font-size:    25px;
		line-height:  1;
		color:        var(--accent-color);
		margin-right: 15px;
	}

	.c-header__support-title {
		font-size:   13px;
		line-height: 1.2;
	}

	.c-header__support-phone {
		margin-top:  4px;
		font-size:   20px;
		font-weight: 600;
		line-height: 1;
	}

	.c-header__callback-wrap {
		padding: 45px 30px 30px 30px;
	}
}

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

/*- Hint -*/

.c-hint {
	position:   absolute;
	left:       0;
	top:        26px;
	margin-top: 5px;
	background: #666;
	color:      #fff;
	padding:    3px 10px;
	font-size:  12px;
	z-index:    100;
}

.c-hint a {
	color: #fff;
}

.c-hint:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      -5px;
	width:    100%;
	height:   5px;
}

.c-hint:before {
	content:             '';
	display:             block;
	position:            absolute;
	left:                10px;
	top:                 -10px;
	border:              solid 5px transparent;
	border-bottom-color: #666;
}

/*- Login / Register Form -*/

.c-login,
.woocommerce-ResetPassword {
	position:     relative;
	width:        375px;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
}

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

.c-login__form {
	display: none;
}

.c-login__form input:not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}

.c-login__form--active {
	display: block;
}

.c-login__lost-password {
	flex:        1 1 auto;
	text-align:  right;
	line-height: 24px;
	font-size:   14px;
}

.c-login__lost-password-link {
	display:       inline-block;
	border-bottom: solid 1px currentColor;
	margin-bottom: 4px;
}

.c-login__header {
	position:        relative;
	font-size:       30px;
	font-weight:     700;
	line-height:     1.2;
	margin-bottom:   45px;
	display:         flex;
	align-items:     center;
	justify-content: center;
}

.c-login__title-or {
	order:          2;
	font-size:      18px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	margin-left:    18px;
	margin-right:   18px;
	text-transform: none;
}

.c-login__tab-login--not-active,
.c-login__tab-register--not-active {
	order:          3;
	font-size:      18px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	text-transform: none;
	border-bottom:  solid 1px currentColor;
}

.c-login__tab-login--active,
.c-login__tab-register--active {
	order:   1;
	display: inline-block;
}
/*- Latest Post Widget -*/

.c-lp-widget {
	padding:    0 !important;
	margin:     0;
	list-style: none;
}

.c-lp-widget__item {
	display: flex;
}

.c-lp-widget__thumb {
	width:        75px;
	margin-right: 20px;
	flex:         0 0 auto;
	display:      block;
}

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

.c-lp-widget__title {
	font-size:       16px;
	font-weight:     bold;
	word-break:      break-word;
}

.c-lp-widget__date {
	margin-top: 8px;
	font-size:  14px;
}

.c-lp-widget__date-icon {
	display:      inline-block;
	margin-right: 4px;
}

.c-lp-widget__item + .c-lp-widget__item {
	margin-top:  30px;
	padding-top: 30px;
	border-top:  solid 1px var(--accent-border-color);
}

/*-- Latest Post Widget (Desktop) --*/

@media (min-width: 1170px) {
	.c-lp-widget__title:hover {
		opacity: 0.7;
	}
}

.c-meta-options {
	padding-left: 20px;
}
/*- Mobile Menu -*/

@media (max-width: 1169px) {

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

    .c-mobile-menu__item .c-mobile-menu__submenu,
    .c-mobile-menu__subitem .c-mobile-menu__submenu {
        display: none;
    }

    .c-mobile-menu__title-wrap {
        display:        flex;
        flex-wrap:      nowrap;
        align-items:    center;
        width:          100%;
        padding-bottom: 13px;
        padding-top:    13px;
    }

    .c-mobile-menu__title {
        position:     relative;
        padding-left: 10px;
        margin-right: 66px;
        color:        var(--accent-color);
    }

    .c-mobile-menu__title--text-only {
        padding-left: 0;
    }

    .c-mobile-menu__subitem--parent {
        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,
    .c-mobile-menu__submenu--content .e-con-boxed {
        padding-left:  0;
        padding-right: 0;
    }
}


/* - Order -*/

.c-order__result {
	text-align:    center;
	margin-top:    60px;
	margin-bottom: 60px;
}

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

.c-order__result-ico--success {
	fill:  #6FBA54;
	color: #6FBA54;
}

.c-order__result-ico--failed {
	fill:  #D1333C;
	color: #D1333C;
}

.c-order__result-message {
	margin-top:   60px;
	font-size:    28px;
	line-height:  1.2;
	max-width:    300px;
	margin-left:  auto;
	margin-right: auto;
}

.c-order__details {
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	text-align:      center;
	list-style:      none;
	padding:         0;
	margin:          40px 0 90px 0;
}

.c-order__details-item {
	padding:      30px 40px;
	margin-top:   1px;
	margin-right: 1px;
	background-color: var(--background-color-light);
}

.c-order__details-value {
	display:    block;
	margin-top: 22px;
	font-size:  17px;
}

.c-order__info {
	max-width:    750px;
	margin-left:  auto;
	margin-right: auto;
	font-size:    17px;
}

.woocommerce-table,
.woocommerce-orders-table {
	border-spacing:  0;
	border-collapse: separate;
	width:           100%;
	max-width:       750px;
}

.woocommerce-table th,
.woocommerce-orders-table th {
	font-size:      14px;
	line-height:    1.2;
	text-align:     left;
	font-weight:    normal;
	padding-bottom: 14px;
	border-bottom:  solid 1px #dddddd;
}

.woocommerce-table tfoot th {
	padding-bottom: 0;
}

.woocommerce-table td,
.woocommerce-orders-table td {
	font-size:     17px;
	line-height:   1.2;
	padding:       25px 0;
	border-bottom: solid 1px #dddddd;
}

.woocommerce-table td {
	font-weight: bold;
}

.woocommerce-table td:not(:last-child),
.woocommerce-orders-table td:not(:last-child) {
	padding-right: 20px;
}

.woocommerce-table .product-quantity {
	font-weight: normal;
}

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

.woocommerce-order-details__title,
.woocommerce-column__title {
	padding:        0;
	margin:         0 0 30px 0;
	text-transform: uppercase;
	font-size:      17px;
	font-weight:    bold;
}

.woocommerce-table td > .amount {
	display: block;
}

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

.woocommerce-customer-details {
	margin-top: 60px;
	position:   relative;
	overflow:   hidden;
}

.woocommerce-columns--addresses {
	display:      flex;
	flex-wrap:    wrap;
	margin-left:  -55px;
	margin-right: -55px;
	font-size:    17px;
}

.woocommerce-columns--addresses > * {
	width:  240px;
	margin: 30px 55px 0 55px;
}

.woocommerce-columns--addresses address {
	font-style: normal;
}

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

.woocommerce-orders-table__cell .button,
.woocommerce-table .button {
	text-decoration: underline;
}

.woocommerce-orders-table__cell .amount,
.woocommerce-orders-table__cell-order-number {
	font-weight: bold;
}

.woocommerce-bacs-bank-details {
	margin-bottom: 65px;
}

.woocommerce-table .download-file,
.woocommerce-orders-table__header-order-actions {
	text-align: right !important;
}

@media (max-width: 500px) {
	.c-order__details-item {
		width: 100%;
	}

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

	.woocommerce-orders-table td:last-child {
		margin-bottom: 25px;
		padding:       15px 0 25px 0;
		text-align:    left !important;
	}
}

/*- Page Header -*/

.c-page-header {
	color:            var(--page-header-color);
	background-color: var(--page-header-bg-color);
}

.c-page-header__icon {
	max-width: 100%;
}

.c-page-header__title--tabs {
	display:         flex;
	align-items:     center;
	justify-content: center;
}

.c-page-header__title-or {
	order:          2;
	font-size:      17px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	margin-left:    30px;
	margin-right:   18px;
	text-transform: none;
}

.c-page-header__tab-login--not-active,
.c-page-header__tab-register--not-active {
	order:          3;
	font-size:      17px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	text-transform: none;
	border-bottom:  solid 1px currentColor;
}

.c-page-header__tab-login--active,
.c-page-header__tab-register--active {
	order:   1;
	display: inline-block;
}

.c-page-header {
	position:            relative;
	padding:             20px 0 40px 0;
	background-position: center center;
	background-repeat:   no-repeat;
	background-size:     cover;
	display:             flex;
	align-items:         center;
	min-height:          var(--header-min-height);
}

.c-page-header__image {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	z-index:         0;
	opacity:         var(--bg-opacity);
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-page-header__shadow {
	position:         absolute;
	left:             0;
	right:            0;
	bottom:           0;
	height:           300px;
	max-height:       100%;
	opacity:          0.85;
	background-image: linear-gradient(to top, var(--page-header-bg-color), var(--page-header-bg-color-tr));
	z-index:          1;
}

.c-page-header__wrap {
	flex:       0 1 auto;
	max-width:  100%;
	position:   relative;
	margin:     0 auto;
	text-align: center;
	z-index:    5;
}

.c-page-header__title {
	font-size:   var(--header-font-size-responsive);
	font-weight: 600;
	line-height: 1.1;
	padding:     0;
	margin:      0;
	word-break:  break-word;
	white-space: normal;
}

.c-page-header__decor {
	color:         var(--accent-color);
	font-size:     8px;
	margin-top:    25px;
	margin-bottom: 28px;
}

.c-page-header__bar {
	color:     var(--accent-color);
	position:  absolute;
	left:      50%;
	transform: translate(-50%, 50%);
	bottom:    0;
	z-index:   3;
	max-width: 100%;
}

.c-page-header__filter {
	display: inline-block;
}

.c-page-header__sticky {
	display:     inline-block;
	font-size:   80%;
	position:    relative;
	top:         14px;
	color:       var(--accent-color);
	margin-left: 20px;
}

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

@media (min-width: 1170px) {
	.c-page-header--filter {
		min-height: calc(var(--header-min-height) + 150px);
	}

	.c-page-header--subcat {
		min-height: calc(var(--header-min-height) + 50px);
	}
}

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

@media (max-width: 1169px) {
	.c-page-header {
		min-height: unset;
		padding:    60px 30px 70px 30px;
	}
}

@media (max-width: 359px) {
	.c-page-header {
		padding-left:  20px;
		padding-right: 20px;
	}
}

/*- Post Grid -*/

.c-post-grid {
	width:            360px;
	position:         relative;
	background-color: white;
	display:          flex;
	flex-direction:   column;
	margin-bottom:    30px;
	transition:       box-shadow 0.3s linear;
}

.c-post-grid__thumb-wrap {
	position:         relative;
	padding-bottom:   69.4444%;
	background-color: var(--background-color-10);
	overflow:         hidden;
}

.c-post-grid__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
	z-index:         1;
}

.c-post-grid__categories {
	position:        absolute;
	top:             23px;
	right:           25px;
	left:            25px;
	margin:          0 0 -5px -5px;
	padding:         0;
	list-style:      none;
	z-index:         2;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: flex-end;
}

.c-post-grid__categories-item {
	display:          inline-block;
	background-color: white;
	font-size:        14px;
	font-weight:      bold;
	line-height:      1;
	text-transform:   uppercase;
	padding:          11px 15px 10px 16px;
	margin-left:      5px;
	margin-bottom:    5px;
}

.c-post-grid__content-wrap {
	flex:           1 1 auto;
	display:        flex;
	flex-direction: column;
}

.c-post-grid__spacer {
	flex: 1 1 auto;
}

.c-post-grid__content-wrap {
	padding: 40px 40px 45px 40px;
}

.c-post-grid__continue {
	border-top:  solid 2px rgba(0, 0, 0, 0.07);
	padding:     35px 40px;
	font-size:   18px;
	font-weight: 600;
}

.c-post-grid__arrow {
	display:        inline-block;
	font-size:      15px;
	vertical-align: middle;
	margin-left:    15px;
	color:          var(--accent-color);
}

.c-post-grid__meta {
	list-style: none;
	padding:    0;
	margin:     0;
}

.c-post-grid__meta-item {
	display:   inline-block;
	font-size: 16px;
}

.c-post-grid__meta-item:not(:last-child):after {
	content:        '';
	display:        inline-block;
	width:          0;
	height:         24px;
	vertical-align: middle;
	border-left:    solid 1px #dddddd;
	margin-left:    13px;
	margin-right:   13px;
}

.c-post-grid__author {
	color:           var(--text-color-light);
	font-weight:     600;
	text-decoration: underline;
}

.c-post-grid__meta-item--date {
	font-weight: 600;
}

.c-post-grid__title {
	margin-top:  30px;
	font-size:   24px;
	font-weight: bold;
	line-height: 1.33;
}

.c-post-grid__excerpt {
	font-size:   18px;
	line-height: 1.67;
	color:       var(--text-color-light);
	margin-top:  20px;
}

.c-post-grid__excerpt > :first-child {
	margin-top: 0;
}

.c-post-grid__excerpt > :last-child {
	margin-bottom: 0;
}

.c-post-grid__sticky {
	display:     inline-block;
	font-size:   80%;
	position:    relative;
	toP:         2px;
	color:       var(--accent-color);
	margin-left: 10px;
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.c-post-grid a:hover {
		color: var(--accent-color);
	}
	.c-post-grid:hover {
		box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
	}
}

/*--  (Mobile) --*/

@media (max-width: 420px) {
	.c-post-grid {
		width:        100%;
		margin-right: 0 !important;
	}

	.c-post-grid__content-wrap {
		padding: 20px;
	}

	.c-post-grid__continue {
		padding: 20px;
	}
}

/*- Post List -*/

.c-post-list {
	position: relative;
}

.c-post-list + .c-post-list {
	margin-top: 60px;
}

.c-post-list__thumb {
	position:       relative;
	padding-bottom: 56.6666%;
	margin-bottom:  40px;
}

.c-post-list__img {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.c-post-list__meta {
	list-style: none;
	padding:    0;
	margin:     20px 0 0 0;
}

.c-post-list__meta-item {
	display:   inline-block;
	font-size: 16px;
}

.c-post-list__meta-item:not(:last-child):after {
	content:        '';
	display:        inline-block;
	width:          0;
	height:         24px;
	vertical-align: middle;
	border-left:    solid 1px #dddddd;
	margin-left:    13px;
	margin-right:   13px;
}

.c-post-list__meta-icon {
	color:        var(--accent-color);
	display:      inline-block;
	margin-right: 10px;
}

.c-post-list__meta-icon--comment {
	position: relative;
	top:      2px;
}

.c-post-list__author {
	color:           var(--text-color-light);
	font-weight:     600;
	text-decoration: underline;
}

.c-post-list__title {
	font-size:   30px;
	font-weight: bold;
	line-height: 1.2;
}

.c-post-list__excerpt {
	font-size:   18px;
	line-height: 1.67;
	color:       var(--text-color-mid);
	margin-top:  20px;
	padding-top: 28px;
	border-top:  solid 1px #eeeeee;
}

.c-post-list__excerpt > :first-child {
	margin-top: 0;
}

.c-post-list__excerpt > :last-child {
	margin-bottom: 0;
}

.c-post-list__sticky {
	display:     inline-block;
	font-size:   80%;
	position:    relative;
	top:         4px;
	color:       var(--accent-color);
	margin-left: 10px;
}

.c-post-list__bottom {
	margin-top: 35px;
}

.c-post-list__categories {
	position:        absolute;
	left:            40px;
	bottom:          40px;
	max-width:       calc(100% - 80px);
	margin:          0 0 -5px -5px;
	padding:         0;
	list-style:      none;
	z-index:         2;
	display:         inline-flex;
	flex-wrap:       wrap;
	justify-content: flex-start;
}


.c-post-list__categories-item {
	display:          inline-block;
	background-color: white;
	font-size:        14px;
	font-weight:      bold;
	line-height:      1;
	text-transform:   uppercase;
	padding:          11px 15px 10px 16px;
	margin-left:      5px;
	margin-bottom:    5px;
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.c-post-list__categories-item-link:hover,
	.c-post-list__title-link:hover,
	.c-post-list__meta a:hover {
		color: var(--accent-color);
	}
}

/*--  (Mobile) --*/
@media (max-width: 415px) {
	.c-post-list__categories {
		position:  absolute;
		left:      20px;
		bottom:    20px;
		max-width: calc(100% - 40px);
	}

	.c-post-list__thumb {
		margin-bottom: 30px;
	}

	.c-post-list__title {
		font-size: 24px;
	}
}

/*- Post -*/

.c-post {
	position:     relative;
	width:        750px;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
}

.c-post__thumb {
	position:       relative;
	padding-bottom: 56.6666%;
}

.c-post__img {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	max-width:       100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.c-post__meta {
	list-style: none;
	padding:    0;
	margin:     20px 0 0 0;
}

.c-post__thumb .c-post__meta {
	margin-top: 20px;
}

.c-post__meta-item {
	display:   inline-block;
	font-size: 16px;
}

.c-post__meta-item:not(:last-child):after {
	content:        '';
	display:        inline-block;
	width:          0;
	height:         24px;
	vertical-align: middle;
	border-left:    solid 1px #dddddd;
	margin-left:    13px;
	margin-right:   13px;
}

.c-post__meta-icon {
	color:        var(--accent-color);
	display:      inline-block;
	margin-right: 10px;
}

.c-post__meta-icon--comment {
	position: relative;
	top:      2px;
}

.c-post__meta-author {
	color:           var(--text-color-light);
	font-weight:     600;
	text-decoration: underline;
}

.c-post__meta-item--date {
	font-weight: 600;
}

.c-post__title {
	margin-top:  40px;
	font-size:   30px;
	font-weight: bold;
	line-height: 1.2;
}

.c-post__meta + .c-post__wrap {
	margin-top:  20px;
	padding-top: 28px;
	border-top:  solid 1px #eeeeee;
}

.c-post__content {
	font-size:   18px;
	line-height: 1.67;
	color:       var(--text-color-mid);
}

.c-post__content > :first-child {
	margin-top: 0;
}

.c-post__content > :last-child {
	margin-bottom: 0;
}

.sticky .c-post__sticky,
.c-post__sticky {
	display:     inline-block;
	font-size:   80%;
	position:    relative;
	top:         4px;
	color:       var(--accent-color);
	margin-left: 10px;
}

.c-post__bottom {
	margin-top:      55px;
	display:         flex;
	justify-content: space-between;
	align-items:     center;
}

.c-post__tags {
	display:      flex;
	flex-wrap:    wrap;
	margin-right: 25px;
}

.c-post__tags > a {
	display:        block;
	font-size:      14px;
	line-height:    1;
	font-weight:    600;
	text-transform: uppercase;
	padding:        13px 14px 14px 14px;
	border:         solid 1px #dddddd;
	margin-right:   3px;
	margin-bottom:  3px;
}

.c-post__share {
	text-align:      right;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: flex-end;
	margin:          -4px -4px -4px auto;
}

.c-post__share-svg {
	width:                 30px;
	height:                30px;
	color:                 white;
	border-radius:         50%;
	overflow:              hidden;
	margin:                4px;
	display:               flex !important;
	justify-content:       center;
	align-items:           center;
	transition:            var(--hover-transition);
}

.c-post__share-svg--facebook {
	background-color: #3b5998;
}

.c-post__share-svg--twitter {
	background-color: #1da1f2;
}

.c-post__share-svg--pinterest {
	background-color: #bd081c;
}

.c-post__share-svg--whatsapp {
	background-color: #54C762;
}

.c-post__share-svg--telegram {
	background-color: #0088cc;
	font-size:        80%;
}

.c-post__share-svg--linkedin {
	background-color: #0072b1;
	font-size:        90%;
}

.c-post__categories {
	position:        absolute;
	right:           40px;
	left:            40px;
	bottom:          40px;
	margin:          0 0 -5px -5px;
	padding:         0;
	list-style:      none;
	z-index:         2;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: flex-start;
}


.c-post__categories-item {
	display:          inline-block;
	background-color: white;
	font-size:        14px;
	font-weight:      bold;
	line-height:      1;
	text-transform:   uppercase;
	padding:          11px 15px 10px 16px;
	margin-left:      5px;
	margin-bottom:    5px;
}

.c-post__author {
	margin-top:  28px;
	display:     flex;
	align-items: center;
}

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

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

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

.c-post__author-title {
	font-size:      16px;
	font-weight:    600;
	text-transform: uppercase;
	color:          var(--text-color);
	margin-top:     7px;
}

.c-post__author-desc {
	font-size:   14px;
	line-height: 24px;
	margin-top:  5px;
	color:       var(--text-color-light);
}

.c-post__author-soc {
	margin-top: 20px;
}

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

.c-post__nav {
	display:         flex;
	justify-content: space-between;
	margin-top:      35px;
	border:          solid 1px #dddddd;
	padding:         35px 40px;
}

.c-post__nav-title {
	font-size:   22px;
	font-weight: bold;
	line-height: 1.33;
}

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

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

.c-post__nav-prev:hover,
.c-post__nav-next:hover {
	color: var(--accent-color);
}

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

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

.c-post__nav-next-ico {
	margin-left: 30px;
}

.c-post__divider {
	font-size:   8px;
	line-height: 1;
	margin-top:  19px;
	color:       var(--accent-color);
}

.c-post__decor {
	height:           13px;
	transform:        skew(30deg);
	background-image: var(--stretch-bar-gray);
	margin-top:       35px;
}

.c-post__related-header {
	font-size:   30px;
	font-weight: bold;
	line-height: 1.2;
	margin-top:  60px;
}

.c-post__related-list {
	margin-top:      45px;
	display:         flex;
	flex-wrap:       wrap;
	margin-right:    -30px;
	justify-content: center;
}

.c-post__related-list .c-post-grid {
	margin-right:     30px;
	background-color: var(--background-color-light);
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.c-post__categories-item-link:hover,
	.c-post__title-link:hover,
	.c-post__meta a:hover {
		color: var(--accent-color);
	}

	.c-post__tags > a:hover {
		background-color: var(--text-color);
		border-color:     var(--text-color);
		color:            white;
	}

	.c-post__share-svg:hover {
		background-color: var(--text-color);
	}

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

/*--  (Mobile) --*/
@media (max-width: 1169px) {
}

@media (max-width: 829px) {
	.c-post__related-list {
		margin-right:   0;
		flex-direction: column;
		align-items:    center;
	}

	.c-post__related-list .c-post-grid {
		margin-right: 0;
	}

	.c-post__related-header,
	.c-post__related-header + .c-post__divider {
		text-align: center;
	}
}

@media (max-width: 768px) {

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

	.c-post__nav-prev {
		width:         100%;
		padding-right: 40px;
	}

	.c-post__nav-prev + .c-post__nav-next {
		margin-top: 35px;
	}

	.c-post__nav-next {
		width:        100%;
		padding-left: 40px;
	}

}

@media (max-width: 450px) {

	.c-post__author {
		padding-left:  0;
		padding-right: 0;
	}

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

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

	.c-post__bottom {
		flex-direction: column;
		text-align:     center;
	}

	.c-post__tags {
		margin-right: 0;
	}

	.c-post__share {
		text-align:      center;
		justify-content: center;
		margin-top:      25px;
		margin-left:     -4px;
	}
}


@media (max-width: 375px) {
	.c-post__nav {
		padding: 30px;
	}

	.c-post__nav-title {
		font-size: 18px;
	}
}
/*- Product -*/

.c-product {
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	align-items:     flex-start;
}

.c-product .onsale {
	left:  25px;
	right: unset !important;
}

.c-product > *:not(.l-section__content):not(.l-section__sidebar) {
	flex: 0 0 100%;
}

.c-product .l-section__content {
	display:         flex;
	flex-wrap:       wrap;
	align-items:     flex-start;
	justify-content: flex-start;
}

.woocommerce-product-gallery {
	flex:         0 1 auto !important;
	margin-right: 60px;
	width:        360px;
	max-width:    100%;
}

.c-product .summary {
	max-width: 100%;
	flex:      0 0 330px !important;
	min-width: 280px;
}

.c-product .variations .label {
	padding-right: 10px;
}

.c-product .woocommerce-tabs {
	max-width: 750px;
	margin:    80px auto 0 auto;
	width:     100%;
	position:  relative;
}

.c-product .woocommerce-product-gallery__wrapper {
	position: relative;
	margin:   0;
}

.c-product .woocommerce-product-gallery__wrapper:not(.owl-carousel) > *:not(:first-child) {
	display: none;
}

.c-product .js-loading {
	color: white;
}

.c-product .woocommerce-product-gallery__image,
.c-product .woocommerce-product-gallery__image--placeholder {
	display:        block;
	width:          100%;
	padding-bottom: var(--product-image-prop);
	overflow:       hidden;
	position:       relative;
}

.c-product .woocommerce-product-gallery__image img,
.c-product .woocommerce-product-gallery__image--placeholder img {
	position:      absolute;
	left:          0;
	top:           0;
	display:       block;
	width:         100%;
	height:        100%;
	max-width:     100%;
	-o-object-fit: cover;
	object-fit:    cover;
}

.c-product--image-contain .woocommerce-product-gallery__image img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-product .product_title {
	font-size:     36px;
	line-height:   1;
	font-weight:   700;
	position:      relative;
	margin-bottom: 40px;
}

.c-product section.products {
	margin-top: 100px;
}

.c-product section.products > h2 {
	font-size:     32px;
	line-height:   1;
	font-weight:   600;
	text-align:    center;
	margin-bottom: 70px;
	position:      relative;
}

.c-product section.products > h2:after {
	content:     var(--icon-decor);
	display:     inline-block;
	font-family: "theme-icons";
	position:    absolute;
	left:        50%;
	transform:   translateX(-50%);
	bottom:      -30px;
	font-size:   8px;
	line-height: 1;
	margin-top:  19px;
	color:       var(--accent-color);
}

.c-product section.products ul.products {
	justify-content: center;
}


.c-product .shop_attributes {
	width:  100%;
	border: none;
}

.c-product .woocommerce-Tabs-panel--additional_information {
	margin-top: -35px;
}

.c-product .woocommerce-Tabs-panel--description {
	margin-top: -5px;
}

.c-product .shop_attributes tr {
	border: none;
}

.c-product .shop_attributes th {
	text-align:     left;
	padding-right:  15px;
	position:       relative;
	border:         none;
	padding-top:    15px;
	padding-bottom: 15px;
}

.c-product .shop_attributes td {
	text-align:     right;
	padding-left:   15px;
	position:       relative;
	border:         none;
	padding-top:    15px;
	padding-bottom: 15px;
}

.c-product .shop_attributes p {
	margin-bottom: 0;
}

.c-product .shop_attributes tr:not(:first-child) td:after,
.c-product .shop_attributes tr:not(:first-child) th:after,
.c-product .shop_attributes tr:first-child:last-child td:after,
.c-product .shop_attributes tr:first-child:last-child th:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	right:         0;
	top:           0;
	border-bottom: solid 1px currentColor;
	opacity:       0.15;
}

.c-product .shop_attributes tr:first-child:last-child td:after,
.c-product .shop_attributes tr:first-child:last-child th:after {
	bottom: 0;
	top:    auto;
}

.c-product .wc-tab > h2 {
	font-size:   24px;
	line-height: 1;
	font-weight: 600;
	position:    relative;
}

.c-product .reset_variations {
	position:       absolute;
	right:          0;
	font-size:      14px;
	text-transform: uppercase;
	font-weight:    500;
	margin-top:     5px;
}

.c-product .reset_variations:before {
	display:                 inline-block;
	margin-right:            5px;
	content:                 var(--icon-close);
	font-family:             theme-icons !important;
	font-size:               10px;
	-webkit-font-smoothing:  antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:                   #D1333C;
}

.c-product .price {
	display:       block;
	font-size:     24px;
	font-weight:   700;
	margin-top:    15px;
	margin-bottom: 15px;
}

.c-product .summary .price {
	font-size:   32px;
	line-height: 1;
	color:       var(--accent-color);
}

.c-product .woocommerce-variation-add-to-cart,
.c-product .cart:not(.variations_form):not(.grouped_form) {
	margin-top: 25px;
	display:    flex;
	flex-wrap:  wrap;
}

.c-product .qty {
	margin-right: 10px;
	line-height:  50px !important;
	padding:      0 5px !important;
	text-align:   center;
	width:        70px;
}

.product .product_meta {
	margin-top: 25px;
}


.c-product .product_meta {
	margin-top: 44px;
}

.c-product .product_meta a {
	text-decoration: underline;
}

.c-product .sku_wrapper,
.c-product .posted_in,
.c-product .tagged_as {
	display:     block;
	line-height: 1.2;
	margin-top:  12px;
}

.c-product .tabs {
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	margin:          0 0 50px 0;
	padding:         0;
	list-style:      none;
}

.c-product .tabs > li {
}

.c-product .tabs > li a {
	display:        block;
	padding:        23px 43px;
	font-size:      18px;
	line-height:    1;
	font-weight:    700;
	text-transform: uppercase;
	position:       relative;
	text-align:     center;
	list-style:     none;
	border-radius:  2px;
	border:         1px solid #ddd;
	margin-left:    -1px;
	margin-bottom:  -1px;
}

.c-product .tabs > li.active a {
	background-color:    white;
	position:            relative;
	border-bottom-color: var(--accent-color);
	position:            relative;
	z-index:             1;
}

.c-product .tabs > li.active a:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	bottom:           0;
	height:           1px;
	background-color: var(--accent-color);
}

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

.c-product .price > del {
	opacity:      0.7;
	display:      inline-block;
	margin-right: 10px;
}


.c-product__share {
	margin-top: 38px;
}

.c-product__share-svg {
	width:          15px;
	height:         15px;
	vertical-align: middle;
	margin-left:    15px;
	font-size:      15px;
	line-height:    1;
}

.c-product__share-svg--telegram {
	font-size: 13px;
	position:  relative;
	top:       1px;
}

.c-product__share-svg--google-plus {
	width: 20px;
}

.c-product__loading {
	position: absolute;
	z-index:  1;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
}

.c-product__wrap {
	width:        900px;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
	position:     relative;
	display:      flex;
	margin-top:   80px;
}

.c-product__sidebar {
	flex:        0 0 auto;
	margin-left: 30px;
	position:    relative;
	width:       316px;
}

.c-product__sidebar-wrap {
	padding:  45px 35px;
	position: relative;
}

.c-product__sidebar-wrap:before {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	right:         0;
	top:           0;
	bottom:        0;
	border-radius: 4px;
	border:        solid 1px currentColor;
	opacity:       0.15;
}

.c-product__wrap--sidebar {
	width: 1140px;
}

.c-product__gallery {
	width:    100%;
	display:  flex;
	overflow: hidden;
}

.c-product__gallery-item {
	display:         flex;
	flex:            0 0 auto;
	max-width:       100%;
	justify-content: center;
	align-items:     center;
	height:          445px;
	position:        relative;
}

.c-product__gallery-img,
.c-product__gallery-item > img {
	display:    block;
	width:      100%;
	height:     100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-product__thumbs-img {
	display:        block;
	width:          75px;
	height:         75px;
	-o-object-fit:     contain;
	   object-fit:     contain;
	mix-blend-mode: darken;
}

.c-product__gallery-img {
	border-radius:         4px;
}

.c-product__summary {
	flex:      1 0;
	min-width: 280px;
}

.c-product__title {
	font-size:   36px;
	line-height: 1.2;
}

.c-product__markers {
	margin-top: 10px;
}

.c-product__short-description {
	font-size:   16px;
	line-height: 26px;
	margin-top:  20px;
}

.c-product__short-description > *:first-child {
	padding-top: 0;
	margin-top:  0;
}

.c-product__short-description > *:last-child {
	padding-bottom: 0;
	margin-bottom:  0;
}

.c-product__badges {
	position: absolute;
	left:     0;
	top:      0;
	z-index:  10;
}

.woocommerce-review-link {
	display: none;
}

.c-product__summary .c-variation__form {
	margin-top: 45px;
}

.c-product__summary .price {
	font-size:     30px;
	display:       inline-flex;
	margin-top:    30px;
	margin-bottom: 0;
	align-items:   baseline;
}

.c-product__summary .price > ins {
	text-decoration: none;
	color:           #D1333C;
}

.c-product__summary .price > del {
	margin-left: 16px;
	font-weight: normal;
	font-size:   16px;
	line-height: 16px;
	order:       2;
}

.c-product__quantity {
	position:    relative;
	font-weight: bold;
	line-height: 50px;
	width:       95px;
}

.c-product__quantity.hidden {
	visibility: hidden;
	opacity:    0;
	position:   absolute;
	z-index:    -1;
}

.c-product__quantity-value {
	border-radius:      4px;
	font-size:          15px;
	text-align:         center;
	padding-left:       33px;
	padding-right:      33px;
	width:              100%;
	-webkit-appearance: none;
	touch-action:       manipulation;
	outline:            none;
	border:             none;
}

.c-product__quantity-minus,
.c-product__quantity-plus {
	display:   block;
	position:  absolute;
	top:       0;
	bottom:    0;
	width:     33px;
	font-size: 18px;
}

.c-product__quantity-minus {
	left: 0;
}

.c-product__quantity-plus {
	right: 0;
}

.c-product__add-to-cart-wrap {
	display:            inline-flex;
	margin-top:         30px;
	transition:         opacity 0.3s linear, visibility 0.3s linear;
	margin-left:        -5px;
	margin-right:       -5px;
}

.c-product__add-to-cart-wrap > * {
	margin-left:  5px;
	margin-right: 5px;
}

.woocommerce-product-rating {
	margin-top:  20px;
	line-height: 15px;
}

.c-product__info {
	margin-top:  20px;
	display:     inline-block;
	font-size:   16px;
	line-height: 26px;
	padding:     18px 23px;
	min-width:   260px;
	position:    relative;
}

.c-product__info-link {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  100;
}

.c-product__info:before {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	height:        100%;
	border:        solid 1px currentColor;
	opacity:       0.15;
	border-radius: 4px;
}

.c-product__info-title-wrap {
	display:     inline-flex;
	align-items: center;
	position:    relative;
	z-index:     1;
}

.c-product__info-svg {
	width:          19px;
	height:         19px;
	margin-right:   10px;
	vertical-align: middle;
	opacity:        0.5;
}

.c-product__info-title {
	font-weight: bold;
}

.c-product__info-text {
	display: none;
}

.c-product__info-text--expand {
	display:     inline-block;
	padding-top: 8px;
}

.c-product__info-toggle {
	flex:       0 0 auto;
	width:      20px;
	text-align: right;
}

.c-product__info-toggle-svg {
	width:          9px;
	height:         6px;
	vertical-align: middle;
}

.c-product__info-toggle-svg--open {
	transform-origin: center center;
	transform:        rotate(180deg);
}

.c-product__summary .product_meta {
	margin-top: 44px;
}

.c-product__summary .product_meta a {
	text-decoration: underline;
}

.c-product__summary .sku_wrapper,
.c-product__summary .posted_in,
.c-product__summary .tagged_as {
	display:     block;
	line-height: 1.2;
	margin-top:  12px;
}


.c-product__thumbs {
	display:      flex;
	width:        360px !important;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
	margin-top:   20px;
}

.c-product__thumbs:not(.owl-carousel) {
	overflow:   hidden;
	opacity:    0;
	visibility: hidden;
}

.c-product__thumbs-item {
	flex:             0 0 auto;
	border-radius:    4px;
	overflow:         hidden;
	background-color: var(--background-color-light);
}

.c-product__thumbs-item .wc-thumb {
	cursor: pointer;
}

.c-product__thumbs-item + .c-product__thumbs-item {
	margin-left: 20px;
}

.c-product__thumbs-item:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	z-index:          1;
	background-color: #000;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--hover-transition);
}

.c-product__thumbs-item.active:after {
	opacity:    0.7;
	visibility: visible;
}

.c-product__prev-svg {
	width:            6px;
	height:           11px;
	transform-origin: center center;
	transform:        rotate(180deg);
}

.c-product__next-svg {
	width:  6px;
	height: 11px;
}

.c-product__summary .c-variation__wrap {
	width: 260px;
}

.c-product__tabs {
	width:        750px;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
}

.c-product__tabs-list {
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	list-style:      none;
	font-size:       31px;
	margin:          100px 0 35px 0;
	padding:         0;
}

.c-product__tabs-item {
	opacity:       0.3;
	margin-bottom: 20px;
	white-space:   nowrap;
}

.c-product__tabs-item.active {
	opacity: 1;
}

.c-product__tabs-item + .c-product__tabs-item {
	margin-left: 60px;
}

.c-product__tabs-panel {
	transition:         opacity 0.3s linear, visibility 0.3s linear;
	opacity:            0;
	visibility:         hidden;
	position:           absolute;
	z-index:            -1;
}

.c-product__tabs-panel.current {
	visibility: visible;
	z-index:    0;
	position:   relative;
}

.c-product__tabs-panel.visible {
	opacity: 1;
}

.c-product__products {
	margin-top: 100px;
}

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

.c-product__marker-popup {
	position: relative;
	width:    276px;
}

.c-product__marker-info-icon {
	visibility: hidden;
	opacity:    0;
}

.c-product__quantity-wrap {
	position: relative;
}

.c-product__quantity-wrap .c-quantity {
	left:      50%;
	transform: translateX(-50%);
}

.c-product__quantity-wrap {
	display: none;
}

.woocommerce-grouped-product-list {
	margin-bottom:   25px;
	border-spacing:  0;
	border:          none;
	border-collapse: collapse;
	width:           100%;
	font-size:       17px;
	line-height:     1.5;
}

.woocommerce-grouped-product-list-item td {
	padding: 17px 0 0 0;
}

.woocommerce-grouped-product-list-item__label {
	text-align:    left;
	font-weight:   bold;
	padding-right: 15px !important;
}

.woocommerce-grouped-product-list-item__quantity {
	width: 5%;
}

.woocommerce-grouped-product-list-item__quantity > * {
	margin-left: auto;
}


.c-product__video-spacer {
	display:     block;
	width:       110px;
	max-width:   100%;
	padding-top: 100%;
}

.c-product__video-wrap {
	position:        absolute;
	left:            0;
	right:           0;
	top:             0;
	bottom:          0;
	display:         flex;
	justify-content: center;
	align-items:     center;
}

.c-product__video-svg-wrap {
	display:        inline-block;
	width:          28px;
	height:         28px;
	vertical-align: middle;
	border-radius:  50%;
	text-align:     center;
	line-height:    28px;
	margin-right:   8px;
}

.c-product__video-svg {
	width:  10px;
	height: 10px;
}

.c-product .variations .label,
.c-product .variations .value {
	position:       relative;
	padding-bottom: 5px;
}

.c-product__video-title {
	font-size:      15px;
	text-transform: lowercase;
}

.c-product__tabs-header,
.c-product__tabs-header-decor {
	display: none;
}


/*-- Product (Desktop) --*/

@media (min-width: 1170px) {

	.c-product__tabs-item-link:hover {
		opacity: 0.7;
	}
}

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

@media (max-width: 1169px) {

	.c-product .variations {
		margin-bottom: 30px;
	}

	.c-product section.products {
		margin-top: 60px;
	}
}

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

	.c-product__wrap--sidebar {
		width:     900px;
		flex-wrap: wrap;
	}

	.c-product__sidebar {
		width:       100%;
		min-width:   100%;
		margin-left: 0;
		margin-top:  40px;
	}

	.c-product__sidebar-wrap {
		display:         flex;
		flex-wrap:       wrap;
		justify-content: space-between;
		margin-top:      -50px;
	}

	.c-product__sidebar-wrap > * {
		flex:      0 0 auto;
		width:     246px;
		max-width: 33.3333%;
	}

	.c-product__sidebar .widget {
		margin-top: 50px;
	}

	.c-product__sidebar-wrap:before {
		top: 50px;
	}
}

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

	.c-product__wrap {
		padding-left:  20px;
		padding-right: 20px;
		margin-top:    60px;
	}

	.woocommerce-product-gallery {
		width: 330px;
	}

	.c-product__gallery-item {
		height: 360px;
	}

	.c-product .summary {
		flex: 0 0 280px !important;
	}

	.c-product .tabs > li a {
		padding: 20px 35px;
	}

}

@media (max-width: 767px) {

	.c-product .l-section__content,
	.c-product {
		display: block;
	}

	.woocommerce-product-gallery {
		margin-right:  auto;
		margin-left:   auto;
		margin-bottom: 30px;
		max-width:     360px;
		width:         100%;
	}

	.c-product .summary {
		max-width:    330px;
		margin-right: auto;
		margin-left:  auto;
	}

	.c-product__quantity-wrap {
		display: block;
	}

	.c-product__wrap {
		padding-left:    20px;
		padding-right:   20px;
		margin-top:      60px;
		flex-wrap:       wrap;
		justify-content: center;
	}

	.c-product__summary {
		width:          100%;
		max-width:      485px;
		padding-left:   20px;
		padding-right:  20px;
		text-align:     center;
		margin-left:    auto;
		margin-right:   auto;
		display:        flex;
		flex-direction: column;
		align-items:    center;
	}

	.c-product__markers {
		justify-content: center;
	}

	.c-variation__wrap {
		margin-left:  auto;
		margin-right: auto;
	}

	.c-product__tabs-item + .c-product__tabs-item {
		margin-left: 0;
	}

	.c-product__tabs-list {
		display:    block;
		text-align: center;
	}

	.c-product .c-breadcrumb {
		order:         -1;
		margin-bottom: 6px;
	}

	.c-product__summary .c-variation {
		justify-content: center;
	}

	.c-product__quantity--hidden {
		visibility:   hidden;
		opacity:      0;
		margin-right: 0 !important;
		position:     absolute;
		z-index:      -1;
	}

	.c-product__add-to-cart--hidden {
		visibility: hidden !important;
		opacity:    0 !important;
	}

	.c-product__sidebar {
		width:        100%;
		margin-left:  auto;
		margin-right: auto;
		margin-top:   40px;
	}

	.c-product__sidebar-wrap {
		margin-left:  auto;
		margin-right: auto;
		width:        316px;
		max-width:    100%;
	}

	.c-product__tabs-header {
		display:       block;
		text-align:    center;
		font-size:     30px;
		font-weight:   700;
		margin-bottom: 18px;
		margin-top:    50px;
	}

	.c-product__tabs-header-decor {
		display:       block;
		text-align:    center;
		font-size:     8px;
		line-height:   1;
		margin-top:    14px;
		color:         var(--accent-color);
		margin-bottom: 30px;
	}

	.c-product .tabs {
		display: none;
	}

	.woocommerce-Tabs-panel {
		display: block !important;
	}

	.c-product .product_title {
		text-align: center;
	}

	.product .onsale__wrap,
	.c-product .summary {
		max-width: 360px;
	}
}

@media (max-width: 495px) {

	.c-product__wrap {
		margin-top: 20px;
		min-width:  320px;
	}

	.c-product__title {
		font-size: 25px;
	}

	.c-product__gallery-item {
		height: calc(100vw - 40px);
	}

	.c-product__info {
		display: none;
	}

	.c-product__marker-info-icon {
		visibility: visible;
		opacity:    1;
	}

	.c-product .c-breadcrumb {
		display: none;
	}

	.c-product__summary .price {
		font-size: 20px;
	}

	.c-product__add-to-cart-wrap--sticky {
		position:   fixed;
		width:      100%;
		left:       0;
		bottom:     0;
		height:     60px;
		min-width:  320px;
		z-index:    1100;
		box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.08);
		margin:     0 !important;
	}

	.c-product__add-to-cart-wrap--sticky:before,
	.c-product__add-to-cart-wrap--sticky:after {
		content:  '';
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		top:      0;
		bottom:   0;
		z-index:  -2;
	}

	.c-product__quantity-wrap--sticky {
		position:  fixed;
		width:     100%;
		height:    0;
		left:      0;
		bottom:    0;
		min-width: 320px;
		z-index:   1101;
		margin:    0 !important;
	}

	.c-product__add-to-cart-wrap--sticky .c-add-to-cart--big {
		border-radius: 0;
		width:         100%;
		height:        60px;
		margin:        0 !important;
	}

	.woocommerce-grouped-product-list,
	.woocommerce-grouped-product-list tbody,
	.woocommerce-grouped-product-list td,
	.woocommerce-grouped-product-list tr {
		display: block;
		padding: 0;
	}

	.woocommerce-grouped-product-list tr {
		position:      relative;
		padding-right: 110px;
		text-align:    left;
	}

	.woocommerce-grouped-product-list tr + tr {
		margin-top: 17px;
	}

	.woocommerce-grouped-product-list-item__label {
		flex:      1 1 auto;
		min-width: 100%;
	}

	.woocommerce-grouped-product-list-item__quantity {
		position: absolute;
		right:    0;
		top:      0;
		width:    unset;
	}
}

@media (max-width: 415px) {

	.c-product .product_title {
		font-size: 28px;
	}

	.c-product__tabs-header,
	.c-product section.products > h2 {
		font-size: 24px;
	}

	.c-product .owl-carousel .owl-nav button.owl-prev {
		background-color:           white;
		border-top-right-radius:    20px;
		border-bottom-right-radius: 20px;
	}

	.c-product .owl-carousel .owl-nav button.owl-next {
		background-color:          white;
		border-top-left-radius:    20px;
		border-bottom-left-radius: 20px;
	}
}

/*- Search Form -*/

.c-search-form {
	margin-bottom: 40px;
}

.c-search-form__wrap {
	display: flex;
}

.c-search-form__label {
	flex: 1 1 auto;
}

.c-search-form__button {
	flex:            0 0 auto;
	padding:         2px 0 0 2px;
	width:           62px;
	font-size:       20px;
	line-height:     1;
	display:         flex;
	justify-content: center;
	align-items:     center;
}

.widget .c-search-form__input[type=search]:focus {
	border-color: var(--background-color) !important;
}

/*- Catalog Subcategories -*/

.c-subcat {
	opacity:    1;
	visibility: visible;
	transform:  var(--hover-transition);
	position:   relative;
}

.c-subcat__list {
	display:         flex;
	justify-content: center;
	align-items:     flex-start;
	list-style:      none;
	padding:         0;
	margin:          -20px 0 0 0;
	max-width:       100%;
}

.c-subcat__list:not(.owl-carousel) {
	overflow: hidden;
}

.c-subcat__list.owl-carousel,
.c-subcat__list.owl-carousel .c-subcat__item {
	margin-right: 0;
}

.c-subcat__item {
	flex:        0 0 auto;
	width:       160px;
	margin:      0;
	text-align:  center;
	padding:     0 10px;
	line-height: 0;
	padding-top: 20px;
	transition:  var(--hover-transition);
}

.c-subcat__thumb-wrap {
	display:         inline-flex;
	justify-content: center;
	align-items:     center;
	flex:            0 0 auto;
	width:           100px;
	height:          100px;
	border:          5px solid white;
	border-radius:   50%;
	position:        relative;
	overflow:        hidden;
}

.c-subcat--icon .c-subcat__thumb-wrap {
	background-color: var(--accent-color);
	color:            white;
}

.c-subcat--icon.c-subcat--header .c-subcat__thumb-wrap {
	border-color: transparent;
}

.c-subcat__icon {
	font-size: 50px;
}

.c-subcat--content .c-subcat__thumb-wrap--back {
	background-color: #efefef;
}

.c-subcat--icon.c-subcat--content .c-subcat__thumb-wrap--back {
	background-color: var(--accent-color);
}

.c-subcat__item--current .c-subcat__thumb-wrap {
	border-color: var(--accent-color);
}

.c-subcat--icon .c-subcat__item--current .c-subcat__thumb-wrap {
	border-color: #efefef;
}

.c-subcat--icon.c-subcat--header .c-subcat__item--current .c-subcat__thumb-wrap {
	border-color: white;
}

.c-subcat__back {
	display:          inline-flex;
	line-height:      0;
	transform-origin: center;
	transform:        scaleX(-1);
	color:            var(--text-color);
}

.c-subcat--icon .c-subcat__back {
	color: white;
}

.c-subcat__thumb-wrap--back {
	display:          inline-flex !important;
	justify-content:  center;
	align-items:      center;
	font-size:        17px;
	line-height:      1;
	background-color: white;
}

.c-subcat__thumb {
	flex:            0 0 auto;
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
	mix-blend-mode:  darken;
}

.c-subcat__title {
	position:       relative;
	font-style:     normal;
	font-size:      18px;
	line-height:    1.22;
	font-weight:    500;
	text-align:     center;
	margin-top:     22px;
}

/*-- Subcategories in Page Header (Desktop) --*/
@media (min-width: 1170px) {
	.c-subcat {
		width:         1080px;
		margin-left:   auto;
		margin-right:  auto;
		position:      relative;
		clear:         both;
		min-width:     320px;
		padding-left:  60px;
		padding-right: 60px;
		transition:    var(--hover-transition);
	}

	.c-subcat--header {
		margin-top: 60px;
	}

	.c-subcat--content {
		margin-top:    60px;
		margin-bottom: 60px;
	}

	.c-subcat__list--carousel {
		justify-content: flex-start;
	}

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

	.c-subcat .h-carousel__prev,
	.c-subcat .h-carousel__next {
		width:     16px !important;
		height:    31px !important;
		font-size: 31px;
	}

	.c-subcat .owl-prev,
	.c-subcat .owl-next {
		width:      50px !important;
		height:     50px !important;
		top:        45px !important;
		margin-top: 0 !important;
	}

	.c-subcat .owl-prev {
		left: -60px !important;
	}

	.c-subcat .owl-next {
		right: -60px !important;
	}

	.c-subcat__plus {
		position:    absolute;
		color:       white;
		font-size:   30px;
		left:        50%;
		top:         50%;
		width:       30px;
		height:      30px;
		margin-left: -15px;
		margin-top:  -15px;
		opacity:     0;
		transition:  var(--hover-transition);
	}

	.c-subcat__item:hover .c-subcat__plus {
		opacity: 1;
	}

	.c-subcat__overlay {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		opacity:          0;
		background-color: #000;
		transition:       var(--hover-transition);
	}

	.c-subcat__item:hover .c-subcat__overlay {
		opacity: 0.7;
	}
}

/*-- Subcategories in Page Header (Mobile) --*/
@media (max-width: 1169px) {
	.c-subcat {
		width:    100%;
		position: relative;
		clear:    both;
	}

	.c-subcat--header {
		margin-top:   40px;
		margin-left:  -30px;
		margin-right: -30px;
		width:        calc(100% + 60px);
	}

	.c-subcat--content {
		margin-top:    30px;
		margin-bottom: 30px;
		width:         100%;
	}

	.c-subcat__title {
		font-size: 16px;
	}

	.c-subcat__icon {
		font-size: 30px;
	}

	.c-subcat__thumb-wrap--back {
		font-size: 12px;
	}

	.c-subcat__plus,
	.c-subcat__overlay {
		display: none;
	}
}

@media (max-width: 892px) {
	.c-subcat__item {
		width: 120px;
	}

	.c-subcat__thumb-wrap {
		flex:         0 0 auto;
		width:        64px;
		height:       64px;
		border-width: 3px;
	}
}

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

	.c-subcat:not(.c-subcat--init) {
		opacity:    0;
		visibility: hidden;
	}
}


/*- To Top Button -*/

.c-to-top-button {
	display:               flex;
	justify-content:       center;
	align-items:           center;
	width:                 50px;
	height:                50px;
	border-radius:         50%;
	position:              fixed;
	right:                 80px;
	bottom:                106px;
	z-index:               1300;
	cursor:                pointer;
	opacity:               0;
	visibility:            hidden;
	transition:            opacity 0.2s linear, visibility 0.2s linear;
	transform-origin:      center center;
	transform:             scale(0.1, 0.1);
	outline:               none;
	border:                none;
	background-color:      var(--to-top-button-color);
	color:                 white;
	box-shadow:            0 2px 7px rgba(0, 0, 0, 0.1);
}

.c-to-top-button--active {
	opacity:    1;
	visibility: visible;
	transform:  scale(1, 1);
}


.c-to-top-button__svg {
	display:          block;
	font-size:        12px;
	line-height:      1;
	transform-origin: center center;
	position:         relative;
	transform:        rotate(180deg);
	top:              -1px;
}

/*-- To Top Button (Desktop) --*/

@media (min-width: 1170px) {
	.c-to-top-button--active:hover {
		opacity:    1;
		visibility: visible;
		transform:  scale(1.2, 1.2);
	}

}

/*-- To Top Button (Mobile) --*/

@media (max-width: 1169px) {
	.c-to-top-button {
		bottom: 70px;
		right:  10px;
	}

	.c-to-top-button--without-menu {
		bottom: 7px;
	}
}

/*- Top Menu -*/

/*-- Top Menu (Destop) --*/

@media (min-width: 1170px) {

	.c-top-menu {
		position:     relative;
		margin-right: 40px;
		margin-left:  40px;
		align-self:   stretch;
	}

	.c-top-menu__list {
		display:         flex;
		flex-wrap:       wrap;
		list-style:      none;
		padding:         0;
		margin:          0;
		height:          100%;
		justify-content: flex-end;
	}

	.c-top-menu__item {
		font-size:      18px;
		line-height:    1.2;
		font-weight:    600;
		position:       relative;
		text-transform: uppercase;
		white-space:    nowrap;
	}

	.c-top-menu__item:hover > a {
		color: var(--header-color-accent);;
	}

	.c-top-menu__item--hidden {
		display: none;
	}


	.c-top-menu__item > a {
		display:         flex;
		align-items:     center;
		justify-content: center;
		height:          100%;
	}

	.c-top-menu__item + .c-top-menu__item {
		margin-left: 30px;
	}

	.c-top-menu__subitem {
		font-size:      15px;
		line-height:    1.2;
		position:       relative;
		text-transform: none;
		font-weight:    normal;
		white-space:    normal;
	}

	.c-top-menu__subitem > a {
		display: block;
		padding: 7px 25px 7px 25px;
	}

	.c-top-menu__subitem--has-children > a:after {
		content:          '';
		display:          block;
		position:         absolute;
		right:            25px;
		top:              50%;
		margin-top:       -4px;
		width:            8px;
		height:           8px;
		border-top:       solid 1px currentColor;
		border-right:     solid 1px currentColor;
		transform-origin: center;
		transform:        rotate(45deg);
	}

	.c-top-menu__subitem:hover > a {
		color: var(--header-color-accent);;
	}

	.c-top-menu__submenu {
		position:           absolute;
		font-size:          15px;
		list-style:         none;
		padding:            15px 0;
		width:              var(--popup-menu-width);
		margin:             0;
		left:               -25px;
		z-index:            1000;
		opacity:            0;
		visibility:         hidden;
		transition:         visibility 0.15s linear, opacity 0.15s linear;
		color:              var(--top-menu-submenu-color);
		background-color:   var(--top-menu-submenu-bg-color);
		border:             solid 1px var(--header-color-border);
	}

	.c-top-menu__submenu:after {
		content:             '';
		display:             block;
		position:            absolute;
		left:                25px;
		top:                 -8px;
		width:               15px;
		height:              15px;
		background-color:    var(--top-menu-submenu-bg-color);
		border:              solid 1px var(--header-color-border);
		border-right-color:  transparent;
		border-bottom-color: transparent;
		transform-origin:    center center;
		transform:           rotate(45deg);
	}

	.c-top-menu__item:hover > .c-top-menu__submenu {
		opacity:    1;
		visibility: visible;
	}

	.c-top-menu__subitem:hover > .c-top-menu__submenu {
		opacity:    1;
		visibility: visible;
	}

	.c-top-menu__submenu--inner {
		left:  100%;
		right: unset;
		top:   -16px;
	}

	.c-top-menu__submenu--rtl {
		left:  unset;
		right: 100%;
	}

	.c-top-menu__submenu--inner:after {
		content:             '';
		display:             block;
		position:            absolute;
		left:                -7.5px;
		right:               unset;
		top:                 23px;
		width:               15px;
		height:              15px;
		background-color:    var(--top-menu-submenu-bg-color);
		border:              solid 1px var(--header-color-border);
		border-left-color:   transparent;
		border-bottom-color: transparent;
		transform-origin:    center center;
		transform:           rotate(-135deg);
	}

	.c-top-menu__submenu--rtl:after {
		left:      unset;
		right:     -7.5px;
		transform: rotate(45deg);
	}

	.c-top-menu__more-svg {
		position:    absolute;
		top:         10px;
		right:       17px;
		font-size:   12px;
		line-height: 1;
	}

	.c-top-menu__item--has-children > a:after {
		content:     var(--icon-dropdown);
		font-family: "theme-icons";
		font-size:   10px;
		line-height: 1;
		margin-left: 10px;
		display:     inline-block;
	}

	.c-top-menu .current-menu-ancestor > a,
	.c-top-menu .current-menu-parent > a,
	.c-top-menu .current-menu-item > a {
		color: var(--header-color-accent);
	}
}

@media (max-width: 1634px) and (min-width: 1170px) {
	.c-top-menu__item {
		font-size: calc(16px + 2 * ((100vw - 1170px) / (1634 - 1170)));
	}

	.c-top-menu__item + .c-top-menu__item {
		margin-left: calc(20px + 10 * ((100vw - 1170px) / (1634 - 1170)));
	}
}
/*- Vehicle booking panel -*/

.c-vehicle-book {
	text-align: left;
	position:   relative;
}

.c-vehicle-book__price {
	padding:          50px 25px;
	text-align:       center;
	line-height:      1;
	background-color: var(--text-color);
	color:            white;
}

.c-vehicle-book__price-wrap {
	display:         flex;
	justify-content: center;
	align-items:     center;
}

.c-vehicle-book__price-decor {
	flex:        0 0 auto;
	color:       var(--accent-color);
	display:     inline-block;
	margin-top:  10px;
	font-size:   8px;
	line-height: 1;
}

.c-vehicle-book__price-decor:first-child {
	margin-right: 22px;
}

.c-vehicle-book__price-decor:last-child {
	margin-left: 22px;
}

.c-vehicle-book__amount {
	font-size:   40px;
	font-weight: 700;
	max-width:   calc(100% - 104px);
}

.c-vehicle-book__request {
	display:     block;
	max-width:   100%;
	font-size:   28px;
	line-height: 1.2;
}

.c-vehicle-book__per,
.c-vehicle-book__cnt {
	margin-top:     14px;
	font-size:      18px;
	font-weight:    600;
	text-transform: uppercase;
	color:          var(--accent-color);
}

.c-vehicle-book__cnt-value {
	color: white;
}

.c-vehicle-book__wrap {
	border-top-left-radius:     8px;
	border-bottom-right-radius: 8px;
	padding:                    45px 40px 50px 40px;
	position:                   relative;
	background-color:           var(--background-color-light);
}

.c-vehicle-book__block {
	position: relative;
}

.c-vehicle-book__block--loading:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -40px;
	right:            -40px;
	top:              0;
	bottom:           0;
	opacity:          0.8;
	z-index:          1;
	background-color: var(--background-color-light);
}

.c-vehicle-book__title {
	font-size:      18px;
	line-height:    1;
	font-weight:    600;
	text-transform: uppercase;
	position:       relative;
}

.c-vehicle-book__total-orig {
	display:       inline-block;
	position:      relative;
	font-weight:   normal;
	margin-bottom: 10px;
}

.c-vehicle-book__total-orig:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -7px;
	right:            -5px;
	top:              50%;
	transform-origin: center center;
	transform:        rotate(-12deg);
	border-bottom:    solid 2px var(--background-color);
	opacity:          0.5;
}

.c-vehicle-book__sub-title,
.c-vehicle-book__total {
	font-size:   18px;
	font-weight: 700;
	margin-top:  37px;
}

.c-vehicle-book__dates-list {
	list-style: none;
	padding:    0;
	margin:     -25px 0 0 0;
}

.c-vehicle-book__dates-item {
	font-size:      18px;
	font-weight:    500;
	line-height:    1.6;
	margin-top:     25px;
	padding-bottom: 25px;
	border-bottom:  solid 1px #dddddd;
	position:       relative;
	max-width:      100%;
}

.c-vehicle-book__dates-item--no-border {
	border-bottom:  none;
	padding-bottom: 0;
}

.c-vehicle-book__dates-status {
	margin-top: 30px;
	position:   relative;
}

.c-vehicle-book__dates-available {
	font-size:   18px;
	font-weight: 500;
	line-height: 1.2;
	color:       #339966;
}

.c-vehicle-book__dates-not-available {
	font-size:   18px;
	font-weight: 500;
	line-height: 1.2;
	color:       #C64C2F;
}

.c-vehicle-book__dates-ico {
	font-size:      14px;
	vertical-align: middle;
	display:        inline-block;
	margin-right:   7px;
}

.c-vehicle-book__extra-list {
	margin:     0;
	padding:    0;
	list-style: none;
	margin-top: 22px;
}

.c-vehicle-book__extra-item {
	margin:  5px 0 0 0;
	display: flex;
}

.c-vehicle-book__extra-title {
	flex:      1 1 auto;
	display:   flex;
	word-wrap: break-word;
}

.c-vehicle-book__extra-title--number {
	align-items: center;
}

.c-vehicle-book__extra-title-text {
	font-size:   16px;
	flex:        1 1 auto;
	margin-left: 10px;
}

.c-vehicle-book__extra-title-btn {
	flex:        0 0 auto;
	position:    relative;
	display:     block;
	padding-top: 1px;
}

.c-vehicle-book__extra-input {
	margin:             0;
	padding:            5px 16px !important;
	text-align:         center;
	width:              60px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;

}

.c-vehicle-book__delivery-price,
.c-vehicle-book__extra-price {
	margin-left: 15px;
	text-align:  right;
	font-weight: 600;
	white-space: nowrap;
}

.c-vehicle-book__extra-price del {
	opacity:      0.3;
	display:      inline-block;
	margin-right: 3px;
}

.c-vehicle-book__book {
	width:         100% !important;
	padding-left:  20px;
	padding-right: 20px;
}

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

.c-vehicle-book__extra-button {
	display:     block;
	position:    absolute;
	top:         0;
	bottom:      0;
	width:       20px;
	font-weight: 700;
	opacity:     0.4;
}

.c-vehicle-book__extra-button:before {
	content:          '';
	display:          block;
	position:         absolute;
	left:             50%;
	top:              50%;
	margin-left:      -4px;
	width:            9px;
	height:           1px;
	background-color: var(--text-color);
}

.c-vehicle-book__extra-button--minus {
	left:    0;
	z-index: 1;
}

.c-vehicle-book__extra-button--minus:before {
	width:       8px;
	margin-left: -4px;
}

.c-vehicle-book__extra-button--plus {
	right:   0;
	z-index: 1;
}

.c-vehicle-book__extra-button--plus:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             50%;
	top:              50%;
	margin-left:      1px;
	margin-top:       -4px;
	width:            1px;
	height:           9px;
	background-color: var(--text-color);
}

.c-vehicle-book__extra-price-per {
	display:        block;
	font-size:      10px;
	line-height:    1;
	text-transform: uppercase;
	opacity:        0.5;
}

.c-vehicle-book__dates-item--input {
	display:     flex;
	align-items: baseline;
}

.c-vehicle-book__pick_up,
.c-vehicle-book__drop_off {
	width:     100%;
	max-width: 100%;
	opacity:   0;
}

.c-vehicle-book__dates-locations {
	display: flex;
}

.c-vehicle-book__dates-address {
	font-size:   16px;
	font-weight: 400;
}

.c-vehicle-book__dates-address--select2 {
	margin-top: 15px;
}

.c-vehicle-book__select-wrap {
	position:  relative;
	flex:      1 1 auto;
	min-width: 0;
}

.c-vehicle-book__date-title {
	flex:         0 0 auto;
	margin-right: 7px;
}

.c-vehicle-book__date {
	font-size:        18px !important;
	flex:             1 1 auto;
	cursor:           pointer;
	padding:          0 !important;
	margin:           0 !important;
	border:           none !important;
	outline:          none !important;
	background-color: transparent !important;
	color:            currentColor;
	min-width:        0;
}

.c-vehicle-book__date-btn {
	flex: 0 0 auto;
}

.c-vehicle-book__total {
	display:     flex;
	font-size:   22px;
	font-weight: 700;
}

.c-vehicle-book__total-amount {
	flex:        1 1 auto;
	text-align:  right;
	margin-left: 15px;
}

.c-vehicle-book__space {
	position:   absolute;
	margin-top: 35px;
	left:       0;
	right:      0;
}

.c-vehicle-book__loading {
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	width:    unset !important;
	z-index:  10;
	display:  none;
}

.c-vehicle-book__loading--active {
	display: block;
}

.c-vehicle-book__delivery-row {
	display: flex;
}

.c-vehicle-book__delivery-row--owner {
	margin-top: 10px;
}

.c-vehicle-book__delivery-title {
	flex: 1 1 auto;
}

.c-vehicle-book__wrap .wpcf7-form-control {
	background-color: white;
}

.c-vehicle-book__wrap .wpcf7-submit {
	width: 100%;
}

.c-vehicle-book__wrap .wpcf7-spinner {
	display:  block;
	position: absolute;
	left:     50%;
	margin:   5px 0 0 -12px;
}

.c-vehicle-book__delivery {
	background-color: var(--background-color);
}

.c-vehicle-book__extra-checkbox {
	top:              -3px;
	background-color: var(--background-color);
	margin-right:     0 !important;
}

.c-vehicle-book__extra-tooltip-ico {
	position:    relative;
	top:         2px;
	display:     inline-flex;
	color:       var(--text-color-light);
	margin-left: 3px;
	cursor:      pointer;
	transition:  var(--hover-transition);
}

.c-vehicle-book__extra-tooltip-ico:after {
	content:          '';
	display:          block;
	position:         absolute;
	width:            10px;
	height:           10px;
	border-right:     solid 1px #ccc;
	border-bottom:    solid 1px #ccc;
	transform:        rotate(45deg);
	background-color: white;
	left:             50%;
	margin-left:      -5px;
	bottom:           88%;
	z-index:          11;
	opacity:          0;
	visibility:       visible;
	transition:       var(--hover-transition);
}

.c-vehicle-book__extra-tooltip-text {
	position:              absolute;
	left:                  0;
	right:                 0;
	font-size:             13px;
	padding:               10px 15px;
	border-radius:         2px;
	opacity:               0;
	visibility:            hidden;
	color:                 var(--text-color);
	transition:            var(--hover-transition);
	transform:             translateY(-100%);
	background-color:      white;
	border:                solid 1px #ccc;
	z-index:               10;
	box-shadow:            -5px 0 25px rgb(0 0 0 / 10%);
}

.c-vehicle-book__extra-tooltip:hover .c-vehicle-book__extra-tooltip-text,
.c-vehicle-book__extra-tooltip:hover .c-vehicle-book__extra-tooltip-ico:after {
	opacity:    1;
	visibility: visible;
}

.c-vehicle-book__qty {
	display: flex;
}

.c-vehicle-book__qty-minus,
.c-vehicle-book__qty-plus {
	font-size:        12px;
	line-height:      0;
	flex:             0 0 auto;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	width:            46px;
	height:           46px;
	background-color: var(--background-color);
	color:            var(--text-color);
	border:           solid 1px #dddddd;
	cursor:           pointer;
}

.c-vehicle-book__qty-minus {
	border-right: none;
}

.c-vehicle-book__qty-plus {
	border-left: none;
}

.c-vehicle-book__qty-input {
	flex:                  1 1 auto;
	min-width:             100px;
	border-radius:         0 !important;
	text-align:            center !important;
}

/*-- Vehicle booking panel (Desktop) --*/

@media (min-width: 1170px) {
	.c-vehicle-book__extra-button:hover {
		opacity: 1;
	}

	.c-vehicle-book__extra-tooltip-ico:hover {
		color: var(--text-color);
	}

	.c-vehicle-book__qty-minus:hover,
	.c-vehicle-book__qty-plus:hover {
		border-color:     var(--text-color);
		background-color: var(--text-color);
		color:            var(--background-color)
	}
}

@media (max-width: 375px) {
	.c-vehicle-book__wrap {
		padding: 25px 30px 30px 30px;
	}

	.c-vehicle-book__block--loading:after {
		left:  -30px;
		right: -30px;
	}
}

/*-- Vehicle booking panel  (Mobile) --*/
@media (max-width: 359px) {
	.c-vehicle-book__price-decor {
		display: none !important;
	}

	.c-vehicle-book__amount {
		max-width: 100%;
	}
}

/*- Vehicle Details -*/

.c-vehicle-details {
	position:     relative;
	max-width:    750px;
	width:        100%;
	margin-left:  auto;
	margin-right: auto;
}

.c-vehicle-details > *:first-child {
	margin-top: 0;
}

.c-vehicle-details__gallery:not(.owl-carousel) > *:not(:first-child) {
	display: none;
}

.c-vehicle-details__gallery-item {
	display:        block;
	width:          100%;
	padding-bottom: var(--image-prop);
	overflow:       hidden;
	position:       relative;
}

.c-vehicle-details__gallery-item .js-loading {
	color: white;
}

.c-vehicle-details__gallery-item--video .owl-video-tn {
	background-size: cover !important;
}

.c-vehicle-details__gallery-item--video .wp-video,
.c-vehicle-details__gallery-item--video .wp-video-shortcode,
.c-vehicle-details__gallery-item--video > iframe {
	display:    block;
	position:   absolute;
	left:       0;
	right:      0;
	top:        0;
	bottom:     0;
	-o-object-fit: cover;
	   object-fit: cover;
	height:     100% !important;
	width:      100% !important;
}

.c-vehicle-details__gallery-item--video > iframe {
	width: 100% !important;
}

body .mejs-overlay-button,
body .owl-carousel .owl-video-play-icon {
	display:               block;
	position:              absolute;
	left:                  50%;
	top:                   50%;
	width:                 50px;
	height:                50px;
	margin-left:           -25px;
	margin-top:            -25px;
	border-radius:         50%;
	z-index:               2;
	background:            var(--text-color);
	transform:             none !important;
}

.c-vehicle-details__gallery-item--video .mejs-mediaelement .wp-video-shortcode {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle-details__gallery-item--video:not(.c-vehicle-details__gallery-item--inline-video):before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  50%;
	top:                   50%;
	width:                 50px;
	height:                50px;
	margin-left:           -25px;
	margin-top:            -25px;
	border-radius:         50%;
	z-index:               2;
	background-color:      var(--text-color);
	pointer-events:        none;
}

.c-vehicle-details__gallery-item--video:not(.c-vehicle-details__gallery-item--inline-video):after,
body .mejs-overlay-button:after,
body .owl-carousel .owl-video-play-icon:after {
	content:        '';
	display:        block;
	position:       absolute;
	left:           50%;
	top:            50%;
	border:         solid 10px transparent;
	border-left:    solid 15px white;
	margin-left:    -5px;
	margin-top:     -10px;
	z-index:        3;
	pointer-events: none;
}

.c-vehicle-details__gallery-img,
.c-vehicle-details__gallery-item .owl-video-wrapper {
	position:   absolute !important;
	left:       0;
	top:        0;
	display:    block;
	width:      100%;
	height:     100%;
	max-width:  100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-vehicle-details__gallery-img--contain {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle-details__gallery-video {
	position:            absolute;
	left:                0;
	top:                 0;
	display:             block;
	width:               100%;
	height:              100%;
	background-position: center;
	background-size:     cover;
	background-repeat:   no-repeat;
}

.c-vehicle-details__image-link {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  9;
	cursor:   zoom-in;
}

.c-vehicle-details__thumbs {
	display:    flex;
	margin-top: 20px;
	height:     90px;
	overflow:   hidden;
	max-width:  100%;
	position:   relative;
}

.c-vehicle-details__thumbs-img,
.c-vehicle-details__thumbs-video-img {
	display:    block;
	width:      90px !important;
	height:     90px !important;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-vehicle-details__thumbs-video {
	width:    90px;
	height:   90px;
	position: relative;
}

.c-vehicle-details__thumbs-video:before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  50%;
	top:                   50%;
	width:                 40px;
	height:                40px;
	margin-left:           -20px;
	margin-top:            -20px;
	border-radius:         50%;
	background-color:      currentColor;
	z-index:               2;
}

.c-vehicle-details__thumbs-video: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;
}

.c-vehicle-details__thumbs-item {
	position: relative;
}

.c-vehicle-details__thumbs-item > button {
	overflow: hidden;
	cursor:   pointer;
}

.c-vehicle-details__thumbs-img,
.c-vehicle-details__thumbs-video-img {
	transition: var(--hover-transition);
}

.c-vehicle-details__thumbs-item:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	z-index:          1;
	background-color: #000;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--hover-transition);
}

.c-vehicle-details__thumbs-item.active:after {
	opacity:    0.7;
	visibility: visible;
}

.c-vehicle-details__thumbs-item > * {
	display: block;
}

.c-vehicle-details__thumbs:not(.owl-carousel) .c-vehicle-details__thumbs-item:not(:first-child) {
	margin-left: 20px;
}

.c-vehicle-details__sale {
	position:         absolute;
	left:             0;
	top:              0;
	color:            white;
	background-color: var(--accent-color);
	padding:          5px 15px 5px 17px;
	font-weight:      bold;
	font-size:        16px;
	z-index:          1;
}

.c-vehicle-details__title {
	font-size:     36px;
	line-height:   1;
	font-weight:   700;
	position:      relative;
	margin-bottom: 20px;
	margin-top:    45px;
}

.c-vehicle-details__subtitle {
	font-size:   18px;
	font-weight: 400;
}

.c-vehicle-details__subheader {
	font-size:     30px;
	font-weight:   700;
	margin-bottom: 18px;
	margin-top:    50px;
}

.c-vehicle-details__subheader--center {
	text-align: center;
}

.c-vehicle-details__decor {
	font-size:     8px;
	line-height:   1;
	margin-top:    14px;
	color:         var(--accent-color);
	margin-bottom: 30px;
}

.c-vehicle-details__decor--center {
	text-align: center;
}

.c-vehicle-details__images-block {
	position:   relative;
	margin-top: 45px;
}

.c-vehicle__location-icon {
	display:      inline-block;
	top:          2px;
	position:     relative;
	margin-right: 5px;
	color:        var(--accent-color);
}

.c-vehicle-details__detail-list-wrap {
	display:       flex;
	margin-bottom: -23px;
}

.c-vehicle-details__detail-list {
	text-align:      left;
	border-collapse: collapse;
	border-spacing:  0;
	width:           100%;
}

.c-vehicle-details__detail-row:nth-of-type(odd) {
	background-color: var(--background-color-light);
}

.c-vehicle-details__detail-col {
	padding:        16px 12px;
	vertical-align: top;
}

.c-vehicle-details__detail-col--name {

}

.c-vehicle-details__detail-col--value {
	font-weight: 600;
}

.c-vehicle-details__detail-unit {
	display:     inline-block;
	font-weight: normal;
	margin-left: 3px;
}

.c-vehicle-details__booking-calendar {
	position: relative;
	margin:   -15px;
}

.c-vehicle-details__booking-calendar .calendar-table {
	position: relative;
}

.c-vehicle-details__booking-calendar .calendar-table:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      35px;
	bottom:   0;
	z-index:  1;
}

.c-vehicle-details__booking-calendar .daterangepicker {
	position:   relative !important;
	top:        auto !important;
	left:       auto !important;
	margin-top: 0;
	border:     none;
	clear:      both;
	overflow:   hidden;
	background: transparent;
	z-index:    0;
}

.c-vehicle-details__booking-calendar .daterangepicker .drp-calendar.left {
	padding: 15px 0 15px 15px;
}

.c-vehicle-details__booking-calendar .daterangepicker .drp-calendar.right {
	padding: 15px;
}

.c-vehicle-details__download-wrap {
	display:   flex;
	flex-wrap: wrap;
	margin:    0 -5px;
}

.c-vehicle-details__download {
	width:        calc(50% - 10px);
	display:      inline-flex;
	align-items:  center;
	text-align:   left;
	position:     relative;
	padding:      15px 50px;
	margin-top:   35px;
	margin-left:  5px;
	margin-right: 5px;
}

.c-vehicle-details__download:before {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	background-color: var(--accent-color);
	opacity:          0.1;
}

.c-vehicle-details__download-ico {
	flex:           0 0 auto;
	display:        inline-flex !important;
	color:          var(--accent-color);
	font-size:      32px;
	line-height:    1;
	vertical-align: middle;
	margin-right:   10px;
	position:       relative;
	z-index:        1;
}

.c-vehicle-details__download-title {
	flex:        1 1 auto;
	font-size:   18px;
	font-weight: 500;
	line-height: 1.2;
	position:    relative;
	z-index:     1;
}

.c-vehicle-details__download.active {
	background-color: var(--accent-color);
	color:            white;
}

.c-vehicle-details__download.active .c-vehicle-details__download-ico {
	color: white;
}

@media (min-width: 564px) {
	.c-vehicle-details__booking-calendar .daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 15px;
	}
}


.c-vehicle-details__booking-calendar .daterangepicker:before,
.c-vehicle-details__booking-calendar .daterangepicker:after {
	display: none;
}

.c-vehicle-details__booking-calendar .daterangepicker .calendar-table th {
	background-color: var(--background-color-light);
}

.c-vehicle-details__booking-calendar .daterangepicker .calendar-table th,
.c-vehicle-details__booking-calendar .daterangepicker .calendar-table td {
	min-width:   35px;
	width:       35px;
	height:      27px;
	line-height: 27px;
	font-size:   15px;
}

.c-vehicle-details__booking-calendar .daterangepicker td.active,
.c-vehicle-details__booking-calendar .daterangepicker td.active:hover,
.c-vehicle-details__booking-calendar .daterangepicker td.in-range,
.c-vehicle-details__booking-calendar .daterangepicker td.available:hover {
	background-color: transparent;
	border-color:     transparent;
	color:            currentColor;
}

.c-vehicle-details__booked-wrap {
	display:   flex;
	flex-wrap: wrap;
	margin:    0 -12px -10px -12px;
}

.c-vehicle-details__booked {
	flex:         0 1 auto;
	padding-left: 38px;
	position:     relative;
	height:       28px;
	line-height:  28px;
	margin:       15px 12px 10px 12px;
}

.c-vehicle-details__booked:before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  0;
	top:                   0;
	width:                 28px;
	height:                28px;
	border-radius:         50%;

}

.c-vehicle-details__booked--c:before {
	background-image: var(--stretch-bar-gray);
}

.c-vehicle-details__booked--r:before {
	background-color: red;
	opacity:          0.1;
}

.c-vehicle-details__booked--b:before {
	background-color: #00ffd6;
	opacity:          0.2;
}

.c-vehicle-details__booked--n-a:before {
	background-color: var(--text-color);
	opacity:          0.1;
}

.c-vehicle-details__booked-hint {
	font-size:   10px;
	line-height: 1;
	color:       var(--text-color-light);
}

.c-vehicle-details__prices {
	list-style:       none;
	padding:          4px 38px 6px;
	margin:           0;
	border-top:       solid 1px #dddddd;
	color:            white;
	background-color: var(--text-color);
	text-align:       center;
	font-size:        14px;
}

.c-vehicle-details__price {
	position: relative;
	display:  inline-block;
	margin:   7px;
}

.c-vehicle-details__related-products {
	background-color: var(--background-color-light);
	padding-top:      45px;
	padding-bottom:   50px;
}

.c-vehicle-details__related-products .c-vehicle-details__subheader {
	margin-top: 0;
}

/*-- Vehicle Details (Desktop) --*/
@media (min-width: 1170px) {
	.c-vehicle-details__thumbs-img:hover,
	.c-vehicle-details__thumbs-video:hover .c-vehicle-details__thumbs-video-img {
		transform-origin: center center;
		transform:        scale(1.2, 1.2);
	}

	.c-vehicle-details__download:not(.active):hover {
		color: var(--accent-color);
	}

	.c-vehicle-details__sidebar {
		margin: 0 auto;
	}

	.c-vehicle-details__booking + .c-sidebar {
		margin-top: 40px;
	}
}

/*-- Vehicle Details (Mobile) --*/

@media (max-width: 1169px) {

	.c-vehicle-details__sidebar {
		margin: 0 auto -40px auto;
	}

	.c-vehicle-details__sidebar > * {
		margin-bottom: 40px;
	}

	.c-vehicle-details__detail-list-wrap {
		flex-wrap: wrap;
	}

	.c-vehicle-details__detail-list {
		max-width:     100%;
		width:         100%;
		padding-right: 0;
	}

	.c-catalog-page-sidebar,
	.c-vehicle-details__booking {
		max-width: 750px;
	}

	@media (min-width: 768px) {
		.c-vehicle-details__sidebar {
			display:         flex;
			justify-content: center;
			-moz-column-gap:      30px;
			     column-gap:      30px;
		}

		.c-catalog-page-sidebar,
		.c-vehicle-details__booking {
			flex:      1 1 auto;
			min-width: 328px;
		}
	}
}

@media (max-width: 767px) {

	.c-vehicle-details__download-wrap {
		display: block;
	}

	.c-vehicle-details__download {
		padding-left:  30px;
		padding-right: 30px;
		width:         350px;
		max-width:     calc(100% - 10px);
	}

	.c-vehicle-details__download + .c-vehicle-details__download {
		margin-top: 15px;
	}

	.c-catalog-page-sidebar .c-sidebar-wrap {
		width: 100%;
	}
}

@media (max-width: 415px) {
	.c-vehicle-details__title {
		font-size: 28px;
	}

	.c-vehicle-details {
		text-align: center;
	}

	.c-vehicle-details__subheader {
		font-size: 24px;
	}

	.c-vehicle-details__booking-calendar .daterangepicker {
		margin-left:  auto;
		margin-right: auto;
	}

	.c-vehicle-details .owl-carousel .owl-nav button.owl-prev {
		background-color:           white;
		border-top-right-radius:    20px;
		border-bottom-right-radius: 20px;
	}

	.c-vehicle-details .owl-carousel .owl-nav button.owl-next {
		background-color:          white;
		border-top-left-radius:    20px;
		border-bottom-left-radius: 20px;
	}

	.c-vehicle-details__booked-wrap {
		justify-content: center;
	}
}

@media (max-width: 375px) {
	.c-vehicle-details__sidebar {
		margin-left:  -20px;
		margin-right: -20px;
	}

	.c-vehicle-details__sidebar {
		margin-bottom: -60px;
	}

	.c-vehicle-details__sidebar > * {
		margin-bottom: 0;
	}

	.c-vehicle-details__prices {
		padding-left:  23px;
		padding-right: 23px;
	}
}

/*- Catalog Item -*/

.c-vehicle-vert {
	flex:             0 0 auto;
	width:            360px;
	max-width:        100%;
	margin:           30px 15px;
	display:          flex;
	flex-direction:   column;
	transition:       var(--hover-transition);
	font-size:        16px;
	background-color: white;
}

.c-vehicle-vert__thumb-wrap {
	width:            100%;
	flex:             0 0 auto;
	position:         relative;
	padding-bottom:   var(--image-grid-prop);
	overflow:         hidden;
	order:            1;
	background-color: var(--text-color-light);
}

.c-vehicle-vert__thumb-inner {
	position: absolute;
	width:    100%;
	height:   100%;
}

.c-vehicle-vert__thumb-inner:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	bottom:           0;
	height:           150px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index:          2;
	transition:       var(--hover-transition);
}

.c-vehicle-vert__content-wrap {
	flex:    1 1 auto;
	order:   2;
	padding: 35px 30px;
}

.c-vehicle-vert__booking-wrap {
	flex:    0 0 auto;
	order:   3;
	padding: 0 30px 35px 30px;
}

.c-vehicle-vert__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.c-vehicle-vert__thumb--contain {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle-vert__sale {
	position:         absolute;
	left:             0;
	top:              0;
	color:            white;
	background-color: var(--accent-color);
	padding:          3px 10px 3px 12px;
	font-weight:      bold;
	font-size:        13px;
}

.c-vehicle-vert__favorite-ico-remove {
	position:         absolute;
	right:            15px;
	top:              55px;
	flex:             0 0 auto;
	display:          inline-block;
	color:            white;
	background-color: var(--accent-color);
	font-size:        16px;
	line-height:      1;
	text-align:       center;
	z-index:          2;
	transition:       var(--hover-transition);
	width:            32px;
	height:           32px;
	border-radius:    50%;
	padding-top:      8px;
}

.c-vehicle-vert__favorite-ico {
	position:    absolute;
	right:       15px;
	top:         15px;
	flex:        0 0 auto;
	display:     inline-block;
	color:       var(--accent-color);
	font-size:   32px;
	line-height: 1;
	z-index:     2;
	transition:  var(--hover-transition);
}

.c-vehicle-vert__favorite-ico:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             1px;
	top:              1px;
	width:            30px;
	height:           30px;
	border-radius:    50%;
	background-color: white;
	z-index:          -1;
}

.c-vehicle-vert__title {
	font-size:   24px;
	text-align:  center;
	line-height: 1.2;
	font-weight: bold;
	display:     flex;
	align-items: center;
}

.c-vehicle-vert__title-inner {
	flex:  1 1 auto;
	width: 100%;
}

.c-vehicle-vert__total-wrap {
	display:         flex;
	justify-content: space-between;
	margin-top:      25px;
}

.c-vehicle__total-wrap-col {
	margin-right: 25px;
}

.c-vehicle-vert__total-title {
	font-size:   14px;
	font-weight: bold;
}

.c-vehicle-vert__total-tax {
	font-size: 14px;
}

.c-vehicle-vert__total {
	font-size:   34px;
	font-weight: bold;
	line-height: 1;
	color:       var(--accent-color);
}

.c-vehicle-vert__total-request {
	font-size: 22px;
}

.c-vehicle-vert__total-title + .c-vehicle-vert__total,
.c-vehicle-vert__total-tax + .c-vehicle-vert__total {
	margin-top: 20px;
}

.c-vehicle-vert__total-wrap + .c-vehicle-vert__button {
	margin-top: 12px;
}

.c-vehicle-vert__button {
	width: 100%;
}

.c-vehicle-vert__prices {
	position:    relative;
	font-weight: bold;
	list-style:  none;
	padding:     0;
	margin:      25px -7px 0 -7px;
	padding-top: 12px;
	text-align:  center;
	font-size:   14px;
	color:       var(--accent-color);
}

.c-vehicle-vert__prices:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       10px;
	right:      10px;
	top:        0;
	border-top: solid 1px #dddddd;
}

.c-vehicle-vert__price {
	position:     relative;
	display:      inline-block;
	margin-right: 7px;
	margin-left:  7px;
}

.c-vehicle-vert__price-delivery {
	padding-top: 12px;
	font-weight: bold;
	text-align:  center;
	font-size:   14px;
}

.c-vehicle-vert__prices + .c-vehicle-vert__price-delivery {
	padding-top: 6px;
}

.c-vehicle-vert__excerpt,
.c-vehicle-vert__detail-list {
	border-top:  solid 1px #dddddd;
	margin-top:  12px;
	padding-top: 23px;
	font-size:   14px;
	font-weight: 500;
}

.c-vehicle-vert__excerpt > :first-child {
	margin-top: 0;
}

.c-vehicle-vert__excerpt > :last-child {
	margin-bottom: 0;
}

.c-vehicle-vert__price-delivery + .c-vehicle-vert__detail-list {
	margin-top: 12px;
}

.c-vehicle-vert__excerpt + .c-vehicle-vert__detail-list {
	margin-top:  23px;
	padding-top: 0;
	border-top:  none;
}

.c-vehicle-vert__detail-list {
	padding:    23px 0 0 0;
	margin:     12px 0 0 0;
	-moz-column-gap: 10px;
	     column-gap: 10px;
	list-style: none;
}

.c-vehicle-vert__detail-item {
	padding-left: 15px;

	line-height:  1.1;
}

.c-vehicle-vert__detail-item:before {
	left:                -15px;
	width:               5px;
	color:               var(--accent-color);
	list-style-type:     disc;
	content:             "";
	position:            relative;
	height:              1.5em;
	margin-bottom:       -1.5em;
	display:             list-item;
	list-style-position: inside;
	text-align:          right;
}

.c-vehicle-vert__detail-item:nth-child(n+2) {
	margin-top: 10px;
}

.c-vehicle-vert__detail-unit {
	display:     inline-block;
	font-weight: normal;
	margin-left: 3px;
}

.c-vehicle-vert__thumb-buttons {
	position:        absolute;
	left:            25px;
	right:           25px;
	bottom:          22px;
	font-size:       14px;
	text-align:      center;
	color:           white;
	z-index:         5;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	align-items:     center;
}

.c-vehicle-vert__download-spacer {
	display:          inline-block;
	flex:             0 0 auto;
	width:            1px;
	height:           16px;
	background-color: currentColor;
	margin-left:      13px;
	margin-right:     13px;
}

.c-vehicle-vert__total-orig {
	display:       inline-block;
	position:      relative;
	font-weight:   normal;
	font-size:     65%;
	color:         var(--text-color-extra-light);
	margin-bottom: 5px;
}

.c-vehicle-vert__total-orig:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -7px;
	right:            -5px;
	top:              50%;
	transform-origin: center center;
	transform:        rotate(-12deg);
	border-bottom:    solid 2px var(--text-color-extra-light);
	opacity:          0.5;
}

/*--  (Desktop) --*/

@media (min-width: 1170px) {
	.c-vehicle-vert:hover {
		background-color: white !important;
		box-shadow:       0 5px 24px 6px rgba(0, 0, 0, 0.06);
	}

	.c-vehicle-vert__download:hover {
		color: var(--accent-color);
	}

	.c-vehicle-vert__favorite-ico:hover {
		color: var(--text-color);
	}

	.c-vehicle-vert__image-overlay {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		opacity:          0;
		background-color: #000;
		transition:       var(--hover-transition);
	}

	.c-vehicle-vert__link:hover .c-vehicle-vert__image-overlay {
		opacity: 0.7;
	}

	.c-vehicle-vert__plus {
		position:    absolute;
		color:       white;
		font-size:   58px;
		left:        50%;
		top:         50%;
		width:       58px;
		height:      58px;
		margin-left: -29px;
		margin-top:  -29px;
		opacity:     0;
		transition:  var(--hover-transition);
	}

	.c-vehicle-vert-vert__link:hover .c-vehicle-vert__plus {
		opacity: 1;
	}

	.c-vehicle-vert__favorite-ico-remove {
		opacity:    0;
		visibility: hidden;
	}

	.c-vehicle-vert:hover .c-vehicle-vert__favorite-ico-remove {
		opacity:    1;
		visibility: visible;
	}

	.c-vehicle-vert__favorite-ico-remove:hover {
		background-color: var(--text-color);
	}
}

/*--  (Mobile) --*/

@media (max-width: 1169px) {
	.c-vehicle-vert__image-overlay,
	.c-vehicle-vert__plus {
		display: none !important;
	}
}

@media (max-width: 400px) {
	.c-vehicle-vert__detail-list {
		-moz-column-count: 1;
		     column-count: 1;
	}

	.c-vehicle-vert__content-wrap {
		padding: 20px 15px;
	}

	.c-vehicle-vert__booking-wrap {
		padding: 0 15px 20px 15px;
	}

	.c-vehicle-vert {
		width:        100%;
		margin-left:  0;
		margin-right: 0;
	}
}

/*- Catalog Item -*/

.c-vehicle {
	flex:             1 1 auto;
	position:         relative;
	width:            100%;
	margin-bottom:    45px;
	background-color: var(--background-color-light);
	padding:          25px;
	display:          flex;
	transition:       var(--hover-transition);
	max-width:        990px;
	font-size:        16px;
	opacity:          1;
}

.c-vehicle--hidden {
	opacity: 0;
}

.c-vehicle__thumb-wrap {
	flex:             0 0 auto;
	width:            280px;
	position:         relative;
	margin-right:     35px;
	order:            1;
	background-color: var(--image-background-color);
	align-self:       flex-start;
}

.c-vehicle__thumb-inner {
	position:       relative;
	padding-bottom: var(--image-grid-prop);
}

.c-vehicle__thumb-inner--with-gradient:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	bottom:           0;
	height:           150px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index:          2;
}

.c-vehicle__content-wrap {
	flex:         1 1 auto;
	margin-right: 35px;
	order:        2;
}

.c-vehicle__booking-wrap {
	flex:           0 0 auto;
	width:          var(--price-block-width);
	display:        flex;
	flex-direction: column;
	order:          3;
}

.c-vehicle__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.c-vehicle__thumb--contain {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle__sale {
	position:         absolute;
	left:             0;
	top:              0;
	color:            white;
	background-color: var(--accent-color);
	padding:          3px 10px 3px 12px;
	font-weight:      bold;
	font-size:        13px;
}

.c-vehicle__favorite-ico-remove {
	position:         absolute;
	right:            15px;
	top:              55px;
	flex:             0 0 auto;
	display:          inline-block;
	color:            white;
	background-color: var(--accent-color);;
	font-size:        16px;
	line-height:      1;
	text-align:       center;
	z-index:          2;
	transition:       var(--hover-transition);
	width:            32px;
	height:           32px;
	border-radius:    50%;
	padding-top:      8px;
}

.c-vehicle__favorite-ico {
	position:    absolute;
	right:       15px;
	top:         15px;
	flex:        0 0 auto;
	display:     inline-block;
	color:       var(--accent-color);
	font-size:   32px;
	line-height: 1;
	z-index:     2;
	transition:  var(--hover-transition);
}

.c-vehicle__favorite-ico:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             1px;
	top:              1px;
	width:            30px;
	height:           30px;
	border-radius:    50%;
	background-color: white;
	z-index:          -1;
}

.c-vehicle__title {
	font-size:     24px;
	line-height:   1.2;
	font-weight:   bold;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.c-vehicle__total-wrap {
	flex:             1 1 auto;
	padding:          25px 15px;
	background-color: white;
	display:          flex;
	flex-direction:   column;
	text-align:       center;
	justify-content:  center;
	border:           solid 2px var(--background-color-light);
}

.c-vehicle__total-spacer {
	flex: 1 1 auto;
}

.c-vehicle__total-title {
	font-size:   14px;
	font-weight: bold;
}

.c-vehicle__total-tax {
	font-size: 14px;
}

.c-vehicle__total {
	font-size:   34px;
	font-weight: bold;
	line-height: 1;
	color:       var(--accent-color);
}

.c-vehicle__total-orig {
	display:       inline-block;
	position:      relative;
	font-weight:   normal;
	font-size:     65%;
	color:         var(--text-color-extra-light);
	margin-bottom: 5px;
}

.c-vehicle__total-orig:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -7px;
	right:            -5px;
	top:              50%;
	transform-origin: center center;
	transform:        rotate(-12deg);
	border-bottom:    solid 2px var(--text-color-extra-light);
	opacity:          0.5;
}

.c-vehicle__total-request {
	font-size: 18px;
}

.c-vehicle__total-title + .c-vehicle__total,
.c-vehicle__total-tax + .c-vehicle__total {
	margin-top: 20px;
}

.c-vehicle__total-wrap + .c-vehicle__button {
	margin-top: 12px;
}

.c-vehicle__button {
	flex: 0 0 auto;
}

.c-vehicle__prices {
	list-style:    none;
	padding:       0;
	margin:        15px -20px 0 0;
	margin-bottom: 23px;
}

.c-vehicle__price {
	position:     relative;
	display:      inline-block;
	margin-right: 20px;
	padding-left: 25px;
}

.c-vehicle__price:before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  0;
	top:                   4px;
	width:                 18px;
	height:                18px;
	background-color:      var(--accent-color);
	border-radius:         50%;
}

.c-vehicle__price:after {
	content:           '';
	display:           block;
	position:          absolute;
	left:              7px;
	right:             0;
	top:               9px;
	border:            solid 4px transparent;
	border-left-color: white;
	border-left-width: 6px;
}

.c-vehicle__price-delivery {
	border-top:  solid 1px #dfdfdf;
	padding-top: 12px;
	font-weight: 500;
}

.c-vehicle__title-link + .c-vehicle__detail-list,
.c-vehicle__title-link + .c-vehicle__price-delivery {
	margin-top: 23px;
}

.c-vehicle__excerpt,
.c-vehicle__detail-list {
	border-top:  solid 1px #dfdfdf;
	margin-top:  12px;
	padding-top: 23px;
	font-size:   14px;
	font-weight: 500;
}

.c-vehicle__excerpt {
}

.c-vehicle__excerpt > :first-child {
	margin-top: 0;
}

.c-vehicle__excerpt > :last-child {
	margin-bottom: 0;
}

.c-vehicle__price-delivery + .c-vehicle__detail-list {
	margin-top: 12px;
}

.c-vehicle__excerpt + .c-vehicle__detail-list {
	margin-top:  23px;
	padding-top: 0;
	border-top:  none;
}

.c-vehicle__detail-list {
	padding:      23px 0 0 0;
	margin:       0;
	-moz-column-gap:   10px;
	     column-gap:   10px;
	-moz-column-count: 2;
	     column-count: 2;
	list-style:   none;
}

.c-vehicle__detail-item {
	padding-left:                15px;
	page-break-inside:           avoid;
	-moz-column-break-inside:    avoid;
	break-inside:                avoid;
	line-height:                 1.1;
}

.c-vehicle__detail-item:before {
	left:                -15px;
	width:               5px;
	color:               var(--accent-color);
	list-style-type:     disc;
	content:             "";
	position:            relative;
	height:              1.5em;
	margin-bottom:       -1.5em;
	display:             list-item;
	list-style-position: inside;
	text-align:          right;
}

.c-vehicle__detail-item:nth-child(n+2) {
	margin-top: 10px;
}

.c-vehicle__detail-unit {
	display:     inline-block;
	font-weight: normal;
	margin-left: 3px;
}

.c-vehicle__thumb-buttons {
	position:        absolute;
	left:            25px;
	right:           25px;
	bottom:          22px;
	font-size:       14px;
	text-align:      center;
	color:           white;
	z-index:         5;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	align-items:     center;
}

.c-vehicle__download-spacer {
	display:          inline-block;
	flex:             0 0 auto;
	width:            1px;
	height:           16px;
	background-color: currentColor;
	margin-left:      13px;
	margin-right:     13px;
}

/*--  (Desktop) --*/
@media (max-width: 1399px) {
	.c-vehicle__detail-list {
		-moz-column-gap:   0;
		     column-gap:   0;
		-moz-column-count: 1;
		     column-count: 1;
	}
}

@media (min-width: 1170px) {
	.c-vehicle:hover {
		background: white;
		box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
	}

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

	.c-vehicle__favorite-ico:hover {
		color: var(--text-color);
	}

	.c-vehicle__favorite-ico-remove {
		opacity:    0;
		visibility: hidden;
	}

	.c-vehicle:hover .c-vehicle__favorite-ico-remove {
		opacity:    1;
		visibility: visible;
	}

	.c-vehicle__favorite-ico-remove:hover {
		background-color: var(--text-color);
	}

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

/*--  (Mobile) --*/
@media (max-width: 1169px) {
}

@media (min-width: 960px) {
	.c-vehicle__booking-wrap--wide {
		position: absolute;
		bottom:   25px;
		right:    25px;
	}

	.c-vehicle__content-wrap--wide {
		margin-bottom: 85px;
		margin-right:  0;
	}

	.c-vehicle__thumb-wrap {
		min-height: 280px;
	}
}

@media (max-width: 959px) and (min-width: 580px) {

	.c-vehicle:not(.c-vehicle--wide) {
		flex-wrap: wrap;
	}

	.c-vehicle__thumb-wrap {
		width:        calc(50% - 12px);
		margin-right: 12px;
	}

	.c-vehicle__content-wrap:not(.c-vehicle__content-wrap--wide) {
		order:      3;
		width:      100%;
		margin-top: 30px;
	}

	.c-vehicle__booking-wrap:not(.c-vehicle__booking-wrap--wide) {
		width:       calc(50% - 12px);
		margin-left: 12px;
		order:       2;
	}

	.c-vehicle__content-wrap--wide {
		width:         calc(50% - 12px);
		margin-left:   12px;
		margin-bottom: 85px;
	}

	.c-vehicle__booking-wrap--wide {
		position: absolute;
		width:    calc(50% - 37px);
		bottom:   25px;
		right:    25px;
	}
}

@media (max-width: 579px) {
	.c-vehicle {
		flex-wrap: wrap;
	}

	.c-vehicle__thumb-wrap,
	.c-vehicle__content-wrap,
	.c-vehicle__booking-wrap {
		width:        100%;
		margin-right: 0;
	}

	.c-vehicle__content-wrap,
	.c-vehicle__booking-wrap {
		margin-top: 30px;
	}

	.c-vehicle__prices:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 359px) {
	.c-vehicle__thumb-buttons {
		flex-direction: column;
	}

	.c-vehicle__download-spacer {
		display: none;
	}

	.c-vehicle__download-spacer + .c-vehicle__download {
		display:    block;
		margin-top: 10px;
	}
}

.page-numbers__wrap,
.woocommerce-pagination {
	position:        relative;
	margin-top:      80px;
	display:         flex;
	justify-content: center;
}

.woocommerce-pagination {
	overflow: hidden;
}

ul.page-numbers,
.c-post__page-links {
	display:         flex;
	flex-wrap:       wrap;
	margin:          -5px;
	padding:         0;
	list-style:      none;
	line-height:     55px;
	text-align:      center;
	font-size:       18px;
	font-weight:     bold;
	justify-content: center;
}

.c-post__page-links {
	align-items: center;
	clear:       both;
	margin-top:  45px;
}

.c-post__page-links-title {
	margin-right: 15px;
}

a.page-numbers,
a.post-page-numbers,
span.page-numbers,
span.post-page-numbers {
	display:   block;
	position:  relative;
	min-width: 55px;
	padding:   0 7px;
	margin:    5px;
}

a.page-numbers.next,
a.post-page-numbers.next {
	font-size: 15px;
}

a.page-numbers:not(.next):not(.prev):after,
a.post-page-numbers:not(.next):not(.prev):after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	border:   solid 1px var(--text-color);
	opacity:  0.17;
	transition: opacity 0.3s linear, border-color 0.3s linear;
}

span.page-numbers.current,
span.post-page-numbers.current {
	background-color: var(--accent-color);
	color: white;
}

.page-numbers__prev-ico,
.page-numbers__next-ico {
	position: relative;
	top:      3px;
}

.page-numbers__prev-ico {
	transform: scaleX(-1);
}


/*--  (Desktop) --*/
@media (min-width: 1170px) {
	a.page-numbers:hover,
	a.post-page-numbers:hover {
		color:            var(--background-color);
		background-color: var(--text-color);
	}
}

/*--  (Mobile) --*/
@media (max-width: 1169px) {
	.page-numbers__wrap,
	.woocommerce-pagination {
		margin-top: 60px;
	}
}

/*- Select 2 -*/

.select2-container {
	z-index: 50 !important;
}

.h-rtl .select2-container {
	text-align: right;
}

.select2-results,
.select2-search--dropdown {
	background-color: white;
}

.select2-selection--single,
.select2-selection--multiple {
	font-size:        16px;
	line-height:      24px;
	color:            var(--text-color);
	border:           solid 1px #dddddd !important;
	padding:          16px 25px 16px 25px;
	background-color: var(--background-color) !important;
	border-radius:         2px !important;
	height:           auto !important;
	min-height:       62px;
	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:    #dddddd !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: #dddddd !important;
}

.select2-search--inline .select2-search__field {
	padding: 0 !important;
}

.select2-results__option {
	font-size:      16px;
	line-height:    24px;
	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 -*/

.star-rating {
	position:    relative;
	display:     inline-block;
	line-height: 15px;
	width:       100px;
	height:      15px;
	overflow:    hidden;
}

.star-rating:before,
.star-rating span:before {
	height:            15px;
	background-repeat: repeat-x;
	background-size:   auto 100%;
}

.star-rating:before,
.star-rating span:before {
	position: absolute;
	top:      0;
	left:     0;
}

.star-rating:before {
	content: "";
	width:   100%;
	opacity: 0.2;
}

.star-rating span:before {
	content: "";
	width:   100%;
}

.star-rating > span {
	position:    absolute;
	top:         0;
	left:        0;
	overflow:    hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.comment-form-rating .stars a {
	height:            20px;
	background-repeat: repeat-x;
	background-size:   auto 100%;
	display:           inline-block;
	width:             20px;
	text-indent:       100%;
	overflow:          hidden;
	opacity:           0.2;
	background-image:  var(--star-rating-image);
}

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

.widget .star-rating:before,
.widget .star-rating span:before {
	background-image: var(--star-rating-image-sidebar) !important;
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.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;
	padding:          45px 40px 50px 40px;
	background-color: var(--accent-color);
	color:            white;
	font-weight:      500;
}

.widget .blockUI.blockOverlay {
	background-color: var(--accent-color) !important;
	z-index:          95 !important;
}

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

.widget {
	position: relative;
}

.c-sidebar .widget {
	margin-top: 60px;
}

.c-sidebar .widget-title {
	position:     relative;
	font-size:    24px;
	font-weight:  bold;
	margin:       -10px 0 25px 0;
	padding-left: 45px;
}

.c-sidebar .widget-title:before {
	content:     var(--icon-decor-left);
	position:    absolute;
	left:        0;
	top:         15px;
	font-family: "theme-icons";
	display:     inline-block;
	font-size:   8px;
	line-height: 1;
}

.c-sidebar .rss-widget-icon {
	display: none;
}

.c-sidebar .widget ul.sub-menu,
.c-sidebar .widget ul.children {
	margin-bottom: 0;
	margin-left:   30px;
	font-size:     14px;
	line-height:   24px;
	margin-top:    15px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
	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 {
	content:           var(--icon-depth) counters(submenu, var(--icon-depth), none);
	counter-increment: submenu;
	color:             currentColor;
	font-family:       "theme-icons";
	font-style:        normal;
	font-weight:       normal;
	font-variant:      normal;
	text-transform:    none;
	font-size:         75%;
}

.c-sidebar .widget li {
	position: relative;
}

.c-sidebar .widget li:not(:last-child) {
	margin-bottom: 20px;
}

.c-sidebar .widget li a:empty {
	display: none;
}

.c-sidebar .widget_pages ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_archive ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_meta ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_categories ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_nav_menu ul:not(.children):not(.sub-menu) > li > a:before {
	content:      var(--icon-li);
	display:      inline-block;
	font-family:  "theme-icons";
	font-size:    17px;
	margin-right: 16px;
	line-height:  1;
	position:     relative;
	top:          2px;
}


.c-sidebar .widget_pages ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_archive ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_meta ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_categories ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_nav_menu ul:not(.children):not(.sub-menu) > li.current-menu-parent > a:before {
	color: var(--text-color);
}


.c-sidebar .wp-calendar-nav {
	margin-top:      10px;
	display:         flex;
	justify-content: space-between;
}

.c-sidebar ul {
	list-style:    none;
	margin-left:   0;
	padding-left:  0;
	padding-right: 0;
	margin-bottom: 0;
}

.c-sidebar .widget_pages ul,
.c-sidebar .widget_categories ul,
.c-sidebar .widget_archive ul,
.c-sidebar .widget_nav_menu ul,
.c-sidebar .widget_meta ul,
.c-sidebar .widget_product_categories ul {
	line-height: 1.2;
	margin:      20px 0 -5px 0;
}

.c-sidebar .widget_recent_comments ul {
	margin: 20px 0 -5px 0;
}

.c-sidebar .widget_pages li:not(:first-child):after,
.c-sidebar .widget_pages ul ul li:first-child:after,
.c-sidebar .widget_categories li:not(:first-child):after,
.c-sidebar .widget_categories ul ul li:first-child:after,
.c-sidebar .widget_archive li:not(:first-child):after,
.c-sidebar .widget_archive ul ul li:first-child:after,
.c-sidebar .widget_nav_menu li:not(:first-child):after,
.c-sidebar .widget_nav_menu ul ul li:first-child:after,
.c-sidebar .widget_meta li:not(:first-child):after,
.c-sidebar .widget_meta ul ul li:first-child:after,
.c-sidebar .widget_recent_comments li:not(:first-child):after,
.c-sidebar .widget_recent_comments ul ul li:first-child:after,
.c-sidebar .widget_product_categories li:not(:first-child):after,
.c-sidebar .widget_product_categories ul ul li:first-child:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	right:         0;
	top:           -10px;
	border-bottom: solid 1px transparent;
}

.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) {
	margin-bottom: 7px;
}

.c-sidebar .widget ul.children ul.children,
.c-sidebar .widget ul.sub-menu ul.sub-menu {
	margin-left: 0;
	margin-top:  7px;
}

.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 {
	color: var(--text-color);
}

.widget_recent_comments ul {
}

.widget_recent_comments .recentcomments .comment-author-link {
	text-transform: capitalize;
	font-weight:    700;
	display:        block;
	margin-left:    -33px;
}

.widget_rss ul li .rsswidget {
	font-weight: 700;
}

.widget_rss ul li .rss-date {
	display:       block;
	margin-top:    8px;
	margin-bottom: 8px;
	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:      12px;
	speak:          none;
	margin-right:   6px;
	display:        inline-block;
	position:       relative;
	top:            1px;
}

.widget_rss ul li cite {
	text-align:  right;
	position:    relative;
	display:     block;
	font-style:  normal;
	font-size:   85%;
	font-weight: 700;
}

.widget_recent_comments .recentcomments .comment-author-link: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:      15px;
	speak:          none;
	margin-right:   20px;
	display:        inline-block;
}

.widget_recent_comments .recentcomments {
	padding-left: 33px;
}

.widget .textwidget img {
	max-width: 100%;
	height:    auto !important;
}

.widget select {
	max-width: 100%;
}

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

.widget .c-custom-select {
	font-size:   16px;
	line-height: 24px;
	padding:     18px 25px 18px 25px;
	border:      solid 1px white;
}

.widget .c-custom-select__angle {
	right: 25px;
}

.widget select {
	width: 100%;
}

.widget_calendar table {
	width:          100%;
	border-spacing: 0;
}

.widget_calendar #today {
	background-color: rgba(255, 255, 255, 0.2);
	color:            white;
}

.widget_calendar caption {
	margin-bottom:  10px;
	font-style:     normal;
	font-weight:    500;
	font-size:      14px;
	line-height:    25px;
	text-transform: uppercase;
	text-align:     left;
}

.widget_calendar th {
	font-weight:      600;
	font-size:        16px;
	line-height:      34px;
	border-top:       solid 1px white;
	border-bottom:    solid 1px white;
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar td {
	text-align:  center;
	padding:     4px 0;
	position:    relative;
	font-weight: normal;
	font-size:   16px;
	line-height: 22px;
	z-index:     1;
}

.widget_calendar #prev {
	padding-top:  15px;
	text-align:   left;
	padding-left: 7px;
}

.widget_calendar #next {
	padding-top:   15px;
	text-align:    right;
	padding-right: 7px;
}

.widget_calendar td:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	border-bottom: solid 1px var(--accent-border-color);
}

.widget_calendar tbody a {
	text-decoration:         underline;
	text-underline-position: under;
}

.wp-calendar-nav {
	font-weight:    500;
	font-size:      14px;
	line-height:    25px;
	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:          flex;
	justify-content:  center;
	align-items:      center;
	font-family:      "theme-icons";
	font-size:        12px;
	line-height:      1;
	background-color: var(--background-color);
	color:            var(--accent-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;
}


.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);
	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;
	transform-origin: center;
	transition:       transform 0.3s ease-out;
}

.widget_price_filter .price_slider,
.c-filter-price__slider {
	position:   relative;
	height:     2px;
	margin:     23px 8px 0 8px;
	border:     none;
	background: transparent;
	color:      currentColor;
}

.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:             -5px;
	top:               -8px;
	height:            14px;
	background-image:  var(--slider-base);
	background-repeat: no-repeat;
}

.c-filter-price__label {
	margin-top:  27px;
	font-size:   16px;
	font-weight: 500;
}

.c-filter-price__label .from,
.c-filter-price__label .to {
	font-weight: 700;
}

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

.widget_price_filter .ui-slider-range,
.c-filter-price__slider .ui-slider-range {
	top:               -8px;
	height:            14px;
	position:          absolute;
	background-image:  var(--slider-base-selected);
	background-repeat: no-repeat;
	background-color:  transparent;
}

.widget_price_filter .ui-slider-handle,
.c-filter-price__slider .ui-slider-handle {
	font-family: "theme-icons";
	width:       21px;
	height:      25px;
	font-size:   25px;
	line-height: 1;
	display:     block;
	top:         -13px;
	position:    absolute;
	margin-left: -12.5px;
	z-index:     10;
	cursor:      pointer;
	outline:     none;
	border:      none !important;
	background:  transparent !important;
	color:       currentColor !important;
	text-shadow: 0 4px 14.4px rgba(0, 0, 0, 0.15);
}

.widget_price_filter .ui-slider-handle:after,
.c-filter-price__slider .ui-slider-handle:after {
	content: var(--icon-range);
}

.widget_price_filter .price_slider_amount,
.c-filter-price__slider .price_slider_amount {
	position:       relative;
	display:        flex;
	flex-direction: column-reverse;
}

.widget_price_filter .button {
	margin-top: 10px;
}

.widget_price_filter .price_label {
	margin-top:  27px;
	font-size:   16px;
	font-weight: 500;
}

.widget_price_filter .ui-slider-handle:focus {
	outline: none;
}

.widget_price_filter input {
	opacity:    0;
	visibility: hidden;
}

.widget .tagcloud {
	margin-bottom:   -5px;
	margin-right:    -5px;
	display:         flex;
	justify-content: flex-start;
	align-items:     flex-start;
	flex-wrap:       wrap;
}

.widget .tag-cloud-link {
	display:          block;
	font-size:        16px !important;
	font-weight:      500;
	text-transform:   uppercase;
	line-height:      1;
	color:            var(--text-color);
	background-color: white;
	padding:          12px 22px;
	margin:           0 5px 5px 0;
}

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

.woocommerce-product-search {
	display:   flex;
	width:     100%;
	max-width: 100%;
}

.woocommerce-product-search input[type="search"] {
	width:         100%;
	flex:          1 1 auto;
	padding-right: 5px !important;
}


.widget .c-search-form__button,
.woocommerce-product-search button {
	position:         relative;
	flex:             0 0 auto;
	width:            46px;
	height:           46px;
	outline:          none;
	border:           none;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	text-align:       center;
	background-color: white;
	color:            var(--text-color);
	font-size:        20px;
	line-height:      1;
	margin:           0;
	cursor:           pointer;
}

.widget .c-search-form__button:before,
.woocommerce-product-search button:before {
	content:     '';
	display:     block;
	position:    absolute;
	left:        0;
	top:         50%;
	margin-top:  -12px;
	width:       0;
	height:      24px;
	border-left: solid 1px #dddddd;
}

.widget_recent_reviews .reviewer {
	display:     inline-block;
	font-size:   16px;
	line-height: 16px;
	opacity:     0.6;
}

.widget_recent_reviews .star-rating {
	margin-right: 8px;
}

.c-sidebar .widget_recent_reviews li:not(:last-child) {
	margin-bottom: 30px;
}

.widget .gallery {
	display:   flex;
	flex-wrap: wrap;
	margin:    0 -5px -5px 0;
}

.widget .gallery-item {
	flex:    0 0 auto;
	margin:  0 5px 5px 0;
	padding: 0;
	width:   88px;
	height:  88px;
}

.product_list_widget > li {
	position:     relative;
	min-height:   80px;
	padding-left: 104px;
}

.product_list_widget > li:before,
.product_list_widget > li:after {
	content: " ";
	display: table;
}

.product_list_widget > li:after {
	clear: both;
}

.product_list_widget > li + li {
	margin-top: 30px;
}

.product_list_widget img {
	position: absolute;
	left:     0;
	top:      0;
	width:    80px;
	height:   80px;
}

.product_list_widget .star-rating {
	display:       block;
	margin-bottom: 5px;
}

.product_list_widget .product-title {
	display:       block;
	font-size:     18px;
	font-weight:   bold;
	line-height:   1.2;
	margin-bottom: 5px;
	margin-top:    5px;
}


/*-- Widgets (Desktop) --*/
@media (min-width: 1170px) {
	.widget a:hover {
		color: var(--text-color);
	}

	.widget .c-search-form__button:hover,
	.woocommerce-product-search button:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.widget_layered_nav_filters li.chosen:hover:before {
		transform: scale(2, 2);
	}

	.widget .c-search-form__button:hover:before,
	.woocommerce-product-search button:hover:before {
		display: none;
	}

	.widget .tag-cloud-link:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.widget:first-child[style*="display: none"] + .widget {
		margin-top: 0;
	}
}

/*-- Widgets (Mobile) --*/

@media (max-width: 1169px) {
	.c-post-sidebar {
		padding-top:   0;
		margin-left:   -40px;
		margin-right:  -40px;
		padding-left:  0;
		padding-right: 0;
	}

	.c-post-sidebar .c-sidebar-wrap {
		display:         flex;
		justify-content: center;
		flex-wrap:       wrap;
		align-items:     flex-start;
	}

	.c-post-sidebar .c-sidebar-wrap > .widget {
		flex:         0 0 auto;
		width:        280px;
		margin-right: 40px;
		margin-left:  40px;
		margin-top:   60px;
	}

	.c-sidebar--apply-filters {
		padding-bottom: 150px;
	}
}

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

@media (max-width: 719px ) {
	.c-sidebar-wrap {
		width:        360px;
		max-width:    100%;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 375px) {
	.c-sidebar {
		padding: 25px 30px 30px 30px;
	}
}

/*- Woocommerce Login Form -*/

.woocommerce-form-login {
	margin-bottom:   60px;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: space-between;
}

.woocommerce-form-login .clear {
	display: none;
}

.woocommerce-form-login .lost_password {
	margin:      0;
	font-size:   14px;
	line-height: 24px;
	text-decoration: underline;
}

.woocommerce-form-login label {
	display:        block;
	padding-bottom: 6px;
	font-style:     normal;
	font-size:      14px;
	line-height:    24px;
}

.woocommerce-form-login .required {
	text-decoration: none;
	color:           darkred;
}

/*.woocommerce-form-login :first-child {
	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 {
	flex:  0 0 auto;
	width: calc(100% / 3 - 20px);
}

.woocommerce-form-login .clear + .form-row {
	display:        flex;
	flex-direction: column-reverse;
}

/*-- Woocommerce Login Form (Desktop) --*/
@media (min-width: 1170px) {
	.woocommerce-form-login .lost_password:hover {
		color: var(--accent-color);
	}
}

/*-- Woocommerce Login Form (Mobile) --*/
@media (max-width: 1169px) {
	.woocommerce-form-login {
		padding:      0;
		display:      block;
		max-width:    360px;
		margin-left:  auto;
		margin-right: auto;
	}

	.woocommerce-form-login > * {
		width: 100% !important;
	}
}

/*- Woocommerce Mini Cart -*/

.woocommerce-mini-cart {
	padding: 0 !important;
	margin:  0 !important;;
}

.woocommerce-mini-cart img {
	position: relative;
	left:     unset;
	top:      unset;
}

li.woocommerce-mini-cart-item {
	font-size:      18px;
	font-weight:    700;
	line-height:    1.2;
	padding-top:    0;
	min-height:     unset;
	padding-left:   0;
	padding-bottom: 25px;
	margin-top:     0 !important;
	margin-bottom:  30px !important;
	border-bottom:  solid 1px var(--text-color-tr);
}

.woocommerce-mini-cart-item > a:not(.remove) {
	display:     flex;
	-moz-column-gap:  20px;
	     column-gap:  20px;
	align-items: center;
	overflow:    hidden;
}

.woocommerce-mini-cart-item > a:not(.remove) > img {
	flex: 0 0 auto;
}

.woocommerce-mini-cart-item .c-cart__shop-td--product-var-item {
	margin-top:    5px !important;
	margin-bottom: 0 !important;
}

.woocommerce-mini-cart-item .c-meta-options {
	margin-top:    6px !important;
	margin-bottom: 10px !important;
	list-style:    disc;
	padding-left:  18px;
	font-size:     12px;
}

.woocommerce-mini-cart-item .c-meta-options li {
	margin-bottom: 2px !important;
}

.woocommerce-mini-cart-item .remove {
	position: absolute;
	left:     -18px;
	top:      30px;
	z-index:  1;
	color:    #D1333C;
}

.woocommerce-mini-cart__total {
	display:         flex;
	-moz-column-gap:      20px;
	     column-gap:      20px;
	justify-content: space-between;
	align-items:     center;
	padding-bottom:  10px;
	font-size:       18px;
	line-height:     1;
}

.woocommerce-mini-cart__total strong {
	font-weight: normal;
}

.woocommerce-mini-cart__total .amount {
	font-weight: bolder;
	font-size:   140%;
}

.c-cart-sidebar .woocommerce-mini-cart__total .amount {
	color: var(--accent-color);
}

.woocommerce-mini-cart__buttons {
	margin-top: -15px;
	display:    flex;
	flex-wrap:  wrap;
	-moz-column-gap: 15px;
	     column-gap: 15px;
}

.woocommerce-mini-cart__buttons .button {
	flex:               1 1 auto;
	margin-top:         15px;
	padding:            15px 15px;
	position:           relative;
	border:             solid 1px transparent;
	font-size:          16px;
	line-height:        1.2;
	font-weight:        bold;
	text-align:         center;
	text-transform:     uppercase;
	outline:            none;
	text-decoration:    none !important;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
	border-radius:      2px;
}

.c-cart-sidebar .button {
	border: solid 1px #dddddd;
}

.c-cart-sidebar .woocommerce-mini-cart__buttons .button.checkout {
	background-color: var(--accent-color);
	border-color:     var(--accent-color);
	color:            white;
}

.woocommerce-mini-cart .c-cart__shop-td--product-var-list {
	margin-top:    15px;
	margin-bottom: 15px;
}

.woocommerce-mini-cart .quantity {
	display:    block;
	text-align: right;
}

/*-- Woocommerce Mini Cart (Desktop) --*/
@media (min-width: 1190px) {
	.woocommerce-mini-cart__buttons .button:hover {
		background-color: var(--text-color);
		border-color:     var(--text-color);
		color:            white;
	}
}

/*-- Woocommerce Mini Cart (Mobile) --*/
@media (max-width: 1189px) {

}

/*- Woocommerce Notices -*/

.woocommerce-notices-wrapper {
	position:         relative;
	width:            100%;
	clear:            both;
	min-width:        320px;
	background-color: var(--background-color-light);
}

.woocommerce-notice-close {
	display:     block;
	position:    absolute;
	width:       12px;
	height:      12px;
	line-height: 12px;
	text-align:  center;
	z-index:     1;
	opacity:     0.3;
	cursor:      pointer;
	transition:  var(--hover-transition);
}

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

.woocommerce-notices-wrapper .button {
	float:           right;
	margin-left:     30px;
	text-decoration: underline;
}

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

.woocommerce-form-login-toggle {
	display: none;
}

/*-- Store Notice --*/

.woocommerce-store-notice {
	font-weight:      500;
	text-align:       center;
	padding:          10px 15px;
	margin:           0;
	background-color: var(--store-notice-background-color);
	color:            var(--store-notice-color);
	min-width:        320px;
}

.woocommerce-store-notice--bottom {
	position:   fixed;
	left:       0;
	bottom:     0;
	width:      100%;
	z-index:    10001;
	box-shadow: 0 -4px 22px 2.4px rgba(0, 0, 0, 0.12);
}

.woocommerce-store-notice__dismiss-link {
	display:          inline-block;
	border-radius:    2px;
	font-size:        14px;
	line-height:      14px;
	padding:          6px 12px;
	text-decoration:  none;
	margin-left:      10px;
	background-color: var(--store-notice-color);
	color:            var(--store-notice-background-color);
}

.woocommerce-notices-atc-wrap {
	display:     inline-flex;
	align-items: flex-start;
}

.woocommerce-notices-atc-wrap .button {
	flex: 0 0 auto;
}

/*-- Woocommerce Notices (Desktop) --*/

@media (min-width: 1170px) {

	.woocommerce-notices-wrapper {
		width:        1140px;
		margin-left:  auto;
		margin-right: auto;
	}

	.woocommerce-notices-wrapper--transition {
		transition: transform 0.2s linear;
	}

	.woocommerce-notice,
	.woocommerce-error,
	.woocommerce-message {
		position:      relative;
		border-radius: 4px;
		margin-top:    12px;
		padding:       14px 60px 14px 60px;
		font-size:     16px;
		font-weight:   500;
	}

	li.woocommerce-notice,
	li.woocommerce-error,
	li.woocommerce-message {
		padding: 14px;
	}

	.woocommerce-notices-wrapper--ajax {
		position:   fixed;
		visibility: visible;
		top:        15px;
		right:      30px;
		width:      425px;
		margin:     0;
		z-index:    1200;
	}

	.woocommerce-notices-wrapper--ajax .woocommerce-notice {
		border-radius: 0;
		margin:        0;
		padding:       25px 48px;
		font-size:     16px;
		line-height:   20px;
		box-shadow:    0 4px 22px 2.4px rgba(0, 0, 0, 0.12);
	}

	.woocommerce-notice-success-svg,
	.woocommerce-notice-info-svg,
	.woocommerce-notice-error-svg {
		left: 16px;
		top:  16px;
	}

	.woocommerce-notices-wrapper--ajax .woocommerce-notice-success-svg,
	.woocommerce-notices-wrapper--ajax .woocommerce-notice-info-svg,
	.woocommerce-notices-wrapper--ajax .woocommerce-notice-error-svg {
		left: 16px;
		top:  24px;
	}

	.woocommerce-notice-close {
		right: 15px;
		top:   15px;
	}

	.woocommerce-notice-close:hover {
		opacity: 1;
	}

	.woocommerce-notice a:hover {
		color: var(--accent-color);
	}
}

/*-- Woocommerce Notices (Mobile) --*/

@media (max-width: 1169px) {

	.woocommerce-notices-wrapper {
		position:  fixed;
		top:       0;
		left:      0;
		transform: translateY(0);
		width:     100%;
		z-index:   3003;
	}

	.woocommerce-notices-wrapper--ajax {
		visibility: visible;
	}

	.woocommerce-notice,
	.woocommerce-error,
	.woocommerce-message {
		position:    relative;
		padding:     14px 50px;
		font-size:   16px;
		font-weight: 500;
		box-shadow:  0 3px 4px rgba(0, 0, 0, 0.08);
	}

	li.woocommerce-notice,
	li.woocommerce-error,
	li.woocommerce-message {
		padding: 14px;
	}

	.woocommerce-notice-success-svg,
	.woocommerce-notice-info-svg,
	.woocommerce-notice-error-svg {
		left: 16px;
		top:  16px;
	}

	.woocommerce-notice-close {
		right: 15px;
		top:   15px;
	}
}

/*-  Product Reviews / Post Comments -*/

.woocommerce-Reviews-title {
	display: none;
}

.commentlist {
	list-style:    none !important;
	padding:       0;
	margin:        0;
	border-bottom: solid 1px transparent;
}

.commentlist .author-name {
	display:  inline-block;
	position: relative;
	z-index:  2;
}

.woocommerce-review__author strong,
.commentlist .comment-author strong {
	font-size:      18px;
	font-weight:    500;
	text-transform: capitalize;
	margin-right:   12px;
}

.comment-row {
	display: flex;
}

.comment-col {
	flex: 1 1 auto;
}

.comment-buttons {
}

.comment-content {
	margin-top: 15px;
}

.woocommerce-review__dash {
	display: none;
}

.woocommerce-review__published-date,
.commentlist .comment-metadata {
	font-size: 14px;
	color:     var(--text-color-light);
	display:   block;
}

.commentlist .buttons {
	display:     inline-block;
	font-weight: 600;
	font-size:   15px;
}

.commentlist .buttons i {
	font-size:      12px;
	line-height:    1;
	vertical-align: middle;
	display:        inline-block;
	margin-left:    6px;
}

.commentlist .children {
	list-style: none !important;
	padding:    0;
	margin:     0 !important;
}

.commentlist .review,
.commentlist .comment {
	position:     relative !important;
	padding-left: 110px !important;
	margin-top:   40px !important;
}

.commentlist .trackback,
.commentlist .pingback {
	position:   relative !important;
	margin-top: 40px !important;
}

.commentlist .review:before,
.commentlist .comment:before {
	content:          '';
	position:         absolute;
	left:             0;
	top:              0;
	width:            90px;
	height:           90px;
	border-radius:    50%;
	background-color: currentColor;
	opacity:          0.2;
}

.commentlist .trackback .comment-body:before,
.commentlist .pingback .comment-body:before {
	display: none;
}

.commentlist .description {
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.commentlist .avatar {
	position:      absolute;
	left:          0;
	top:           0;
	z-index:       1;
	border-radius: 50%;
}


.commentlist .star-rating {
	float:       right;
	margin-left: 25px;
}

.commentlist .meta {
	margin: 0 0 10px 0;
}

.commentlist .description > *:first-child {
	margin-top:  0;
	padding-top: 0;
}

.commentlist .description > *:last-child {
	margin-bottom:  0;
	padding-bottom: 0;
}

.commentlist .reply-svg {
	vertical-align: middle;
	width:          17px;
	height:         15px;
	margin-right:   7px;
}

.comment-edit-link,
.comment-reply-link,
#cancel-comment-reply-link {
	display:        inline-block;
	margin-left:    15px;
	font-size:      16px;
	font-weight:    600;
	text-transform: uppercase;
	color:          var(--accent-color);
}

.reply-link-ico {
	font-size:   13px;
	line-height: 1;
	display:     inline-block;
	color:       var(--text-color);
	margin-left: 9px;
}


.comment-respond {
	margin-top: 40px;
	padding:    70px;
	box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.comment-respond .required {
	color: red;
}

.comment-reply-title,
.comments-title {
	font-size:   30px;
	font-weight: bold;
	line-height: 1.2;
}

.comment-reply-title {
	position:       relative;
	display:        flex;
	align-items:    flex-start;
	padding-bottom: 28px;
}

.comment-reply-title:after {
	position:    absolute;
	left:        0;
	bottom:      0;
	content:     var(--icon-decor);
	font-family: "theme-icons";
	display:     block;
	font-size:   8px;
	line-height: 1;
	margin-top:  19px;
	color:       var(--accent-color);
}

.comment-reply-title > small {
	flex:       1 0 auto;
	text-align: right;
	margin-top: 4px;
}

.comment-reply-title > a {
	display:     inline-block;
	margin-left: 5px;
}


.comments-title {
	margin-top: 60px;
}

.comments-title:before {
	content:  '';
	display:  block;
	position: absolute;
	left:     -18px;
	top:      12px;
	width:    10px;
	height:   1px;
}

.comment-notes {
	display: none;
}

.comment-form-rating {
	margin-top:        38px;
	padding:           11px 25px 13px 25px;
	border:            solid 1px #dddddd;
	display:           flex;
	justify-content:   space-between;
	align-items:       center;
}

.comment-form-rating select {
	opacity: 0;
}

.comment-form-rating .stars {
	margin: 5px 0 0 0;
	flex:   0 0 auto;
}

.comment-form-comment {
	margin:      0;
	padding-top: 20px;
}

.comment-form label {
	font-size:     16px;
	display:       inline-block;
	margin-bottom: 5px;
}

.comment-form-cookies-consent label {
	display: inline !important;
}

.comment-form-url {
	clear:  both;
	margin: 20px 0 0 0;
}

.comment-form-author {
	float:         left;
	width:         50%;
	padding-top:   35px;
	margin:        0;
	padding-right: 10px;
	position:      relative;
	overflow:      hidden;
}

.comment-form-email {
	width:        50%;
	padding-left: 10px;
	padding-top:  35px;
	margin:       0;
	position:     relative;
	overflow:     hidden;
}

.comment-form .form-submit {
	clear:   both;
	padding: 32px 0 0 0;
	margin:  0;
}

.logged-in-as {
	font-size:  16px;
	font-style: italic;
}

.comment-form label:not([for="rating"]):not([for="wp-comment-cookies-consent"]) {
	display: none;
}


.comments-navigation {
	font-size:      18px;
	font-weight:    bold;
	text-align:     center;
	text-transform: uppercase;
	margin-top:     60px;
	display:        flex;
}

.comments-navigation .nav-previous {
	padding-right: 10px;
}

.comments-navigation .nav-next {
	margin-left:  auto;
	padding-left: 10px;
}

.comments-navigation .nav-previous .meta-nav {
	font-size:    15px;
	display:      inline-block;
	margin-right: 15px;
	position:     relative;
	transform:    scaleX(-1);
	color:        var(--accent-color);
}

.comments-navigation .nav-next .meta-nav {
	font-size:   15px;
	display:     inline-block;
	margin-left: 15px;
	position:    relative;
	color:       var(--accent-color);
}

.comments-navigation a {
	display: inline-block;
	padding: 17px 25px;
	border:  solid 1px #dddddd;
}

/*-- Product Reviews / Post Comments (Desktop) --*/
@media (min-width: 1170px) {
	.c-post__comments a:hover {
		color: var(--accent-color);
	}

	.comment-edit-link:hover,
	.comment-reply-link:hover {
		color: var(--text-color) !important;
	}
}

/*-- Product Reviews / Post Comments (Mobile) --*/

@media (max-width: 1169px) {
	.commentlist .comment-metadata {
		display:    block;
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	.comment-respond {
		padding: 40px;
	}

	.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: 415px) {
	.commentlist .review,
	.commentlist .comment,
	.commentlist .trackback {
		padding-left: 0 !important;
	}

	.commentlist .avatar {
		position:      relative;
		margin-bottom: 15px;
	}

	.comment-form-author {
		float:         none;
		width:         100%;
		padding-right: 0;
	}

	.comment-form-email {
		float:        none;
		width:        100%;
		padding-left: 0;
		padding-top:  0;
		margin-top:   20px;
	}

	.comment-reply-title {
		font-size: 24px;
	}
}

@media (max-width: 375px) {
	.comment-respond {
		padding: 30px;
	}

	.comment-form .submit {
		width:         100%;
		padding-left:  10px;
		padding-right: 10px;
	}
}

/*- Woocommerce -*/

ul.products {
	display:    flex;
	flex-wrap:  wrap;
	margin:     -30px -15px;
	list-style: none;
	padding:    0;
}

ul.products + ul.products {
	margin-top: 30px;
}

.products .product {
	position:         relative;
	flex:             0 0 auto;
	width:            360px;
	margin:           30px 15px;
	display:          flex;
	flex-direction:   column;
	background-color: var(--background-color-light);
	transition:       var(--hover-transition);
}

.products .product > * {
	flex:    0 0 auto;
	display: block;
}

.product-thumb-wrap {
	position:       relative;
	padding-bottom: var(--grid-image-prop);
	transition:     var(--hover-transition);
}

.product-category .product-thumb-wrap {
	padding-bottom: var(--subcat-image-prop);
}

.product-thumb-wrap > img {
	position:        absolute;
	left:            0;
	top:             0;
	display:         block;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
	mix-blend-mode:  darken;
}

.product-image--contain .product-thumb-wrap > img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.product-content-wrap {
	position: relative;
	flex:     1 1 auto !important;
	padding:  35px 30px 30px 30px;
	overflow: hidden;
}

.product-content-wrap:after {
	content:    '';
	display:    block;
	position:   absolute;
	bottom:     0;
	left:       0;
	right:      0;
	border-top: solid 1px #dddddd;
}

.products .product.product-category {
	justify-content: flex-start;
	align-items:     stretch;
}

.products .product.product-category a {
	text-decoration: none;
	display:         flex;
	flex-direction:  column;
	flex:            1 1 auto;
}

.woocommerce-loop-product__title {
	position:    relative;
	margin:      0;
	font-size:   24px;
	line-height: 1.2;
	font-weight: bold;
	text-align:  center;
}

.product-category .product-thumb-wrap {
	position: relative;
}

.product-category .product-thumb-wrap:before {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	opacity:          0;
	background-color: #000;
	transition:       var(--hover-transition);
	z-index:          1;
}

.product-category .product-thumb-wrap:after {
	content:                var(--icon-plus);
	font-family:            theme-icons !important;
	font-style:             normal;
	font-weight:            normal !important;
	font-variant:           normal;
	text-transform:         none;
	line-height:            1;
	-webkit-font-smoothing: antialiased;
	position:               absolute;
	color:                  white;
	font-size:              58px;
	left:                   50%;
	top:                    50%;
	width:                  58px;
	height:                 58px;
	margin-left:            -29px;
	margin-top:             -29px;
	opacity:                0;
	transition:             var(--hover-transition);
	z-index:                2;
}

.woocommerce-loop-category__title {
	flex:           1 1 auto;
	position:       relative;
	padding:        30px 30px 35px 30px;
	line-height:    1.2;
	width:          100%;
	text-align:     center;
	font-size:      22px;
	font-weight:    600;
	text-transform: uppercase;
	transition:     var(--hover-transition);
	z-index:        5;
}

.woocommerce-loop-category__title .count {
	background: none;
	color:      currentColor;
	opacity:    0.5;
}

.woocommerce-loop-product__excerpt {
	margin-top:  23px;
	font-size:   16px;
	font-weight: 400;
}

.woocommerce-loop-product__excerpt > :first-child {
	margin-top: 0;
}

.woocommerce-loop-product__excerpt > :last-child {
	margin-bottom: 0;
}

.products .product .star-rating {
	display:      block;
	margin-top:   10px;
	margin-left:  auto;
	margin-right: auto;
}

.product-price-wrap {
	position:        relative;
	display:         flex;
	justify-content: space-between;
	margin-top:      25px;
	padding-top:     25px;
}

.product-price-wrap:before {
	content:    '';
	display:    block;
	position:   absolute;
	top:        0;
	left:       -30px;
	right:      -30px;
	border-top: solid 1px #dddddd;
}

.product-price-wrap-col + .product-price-wrap-col {
	margin-left: 25px;
	text-align:  right;
	max-width:   60%;
}

.product-price-total-title {
	font-size:   14px;
	font-weight: bold;
}

.product-price-total-tax {
	font-size: 14px;
}

.products .product .price {
	display:     inline-block;
	font-size:   34px;
	font-weight: bold;
	line-height: 1;
	color:       var(--accent-color);
}

.products .product .price .range {
	display:     inline-block;
	font-size:   24px;
	line-height: 1;
}

.products .product .price del {
	font-size:   18px;
	font-weight: normal;
	color:       var(--text-color-light);
	display:     inline-block;
}

.products .product .price ins {
	text-decoration: none;
}

.products .product .c-button {
	margin:           30px 30px 35px 30px;
	background-color: white;
}

.products .product .wc-forward {
	margin:           30px 30px 35px 30px;
	background-color: var(--accent-color);
}

.products .product .button.added {
	display: none;
}

.product .onsale__wrap {
	position:     relative;
	max-width:    750px;
	z-index:      10;
	margin-left:  auto;
	margin-right: auto;
}

.product .onsale {
	position:         absolute;
	left:             0;
	top:              0;
	color:            white;
	background-color: var(--accent-color);
	padding:          3px 10px 3px 12px;
	font-weight:      bold;
	font-size:        13px;
}

.woocommerce-ordering .c-custom-select {
	text-align: right;
}

.woocommerce-ordering .c-custom-selectInner {
	width: auto !important;
}

.woocommerce-noreviews {
	display: none;
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.products .product:not(.product-category):hover {
		background: white;
		box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
	}

	.products .product:not(.product-category):hover .product-thumb-wrap {
		background-color: white;
	}

	.products .product .c-button:hover,
	.products .product .wc-forward:hover {
		background-color: var(--accent-color);
	}

	.products .product .c-button:hover .c-button__arrow,
	.products .product .wc-forward:hover .c-button__arrow {
		color: currentColor;
	}

	.product-image-overlay {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		opacity:          0;
		background-color: #000;
		transition:       var(--hover-transition);
	}

	.woocommerce-loop-product__link:hover .product-image-overlay {
		opacity: 0.7;
	}

	.product-image-plus {
		position:    absolute;
		color:       white;
		font-size:   58px;
		left:        50%;
		top:         50%;
		width:       58px;
		height:      58px;
		margin-left: -29px;
		margin-top:  -29px;
		opacity:     0;
		transition:  var(--hover-transition);
	}

	.woocommerce-loop-product__link:hover .product-image-plus {
		opacity: 1;
	}

	.woocommerce-loop-category__title:before {
		display:          block;
		position:         absolute;
		top:              -25px;
		left:             50%;
		margin-left:      -36px;
		width:            0;
		height:           0;
		border-right:     36px solid transparent;
		border-bottom:    25px solid var(--accent-color);
		border-left:      36px solid transparent;
		content:          '';
		opacity:          0;
		transform:        scaleY(0.1);
		transform-origin: center bottom;
		transition:       var(--hover-transition);
	}

	.product-category:hover .woocommerce-loop-category__title:before {
		opacity:   1;
		transform: scaleY(1);
	}

	.product-category:hover .woocommerce-loop-category__title {
		color:            white;
		background-color: var(--accent-color);
	}

	.product-category:hover .product-thumb-wrap:before {
		opacity: 0.7;
	}

	.product-category:hover .product-thumb-wrap:after {
		opacity: 1;
	}
}

/*-- Woocommerce (Mobile) --*/

@media (max-width: 1169px) {
	ul.products {
		justify-content: center;
	}

	.product-image-overlay,
	.product-image-plus {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 930px) {
	.product .onsale__wrap {
		max-width: 670px;
	}
}

@media (max-width: 767px) {
	.product .onsale__wrap {
		max-width: 360px;
	}
}

@media (max-width: 440px) {
	.products .product {
		max-width: calc(100vw - 80px);
	}
}

@media (max-width: 400px) {

	.products .product {
		width: 290px;
		flex:  0 0 290px;
	}

	.products .product .price {
		top: 217px
	}

	.attachment-ideapark-vehicle {
		height: 242px;
	}

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

	.product-content-wrap {
		padding: 20px 15px;
	}

	.products .product .c-button,
	.products .product .wc-forward {
		margin:    20px 15px 20px 15px;
		font-size: 16px;
	}

	.products .product .c-button__arrow {
		font-size:   14px;
		margin-left: 8px;
	}
}

@media (max-width: 320px) {
	.products .product {
		max-width: calc(320px - 80px);
	}
}

.daterangepicker {
	position:         absolute;
	color:            inherit;
	background-color: #fff;
	border-radius:    4px;
	border:           1px solid #ddd;
	width:            278px;
	max-width:        none;
	padding:          0;
	margin-top:       7px;
	top:              100px;
	left:             20px;
	z-index:          51;
	display:          none;
	font-family:      arial;
	font-size:        15px;
	line-height:      1em;
}

.daterangepicker:before, .daterangepicker:after {
	position:            absolute;
	display:             inline-block;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content:             '';
}

.daterangepicker:before {
	top:           -7px;
	border-right:  7px solid transparent;
	border-left:   7px solid transparent;
	border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
	top:           -6px;
	border-right:  6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left:   6px solid transparent;
}

.daterangepicker.opensleft:before {
	right: 9px;
}

.daterangepicker.opensleft:after {
	right: 10px;
}

.daterangepicker.openscenter:before {
	left:         0;
	right:        0;
	width:        0;
	margin-left:  auto;
	margin-right: auto;
}

.daterangepicker.openscenter:after {
	left:         0;
	right:        0;
	width:        0;
	margin-left:  auto;
	margin-right: auto;
}

.daterangepicker.opensright:before {
	left: 9px;
}

.daterangepicker.opensright:after {
	left: 10px;
}

.daterangepicker.drop-up {
	margin-top: -7px;
}

.daterangepicker.drop-up:before {
	top:           initial;
	bottom:        -7px;
	border-bottom: initial;
	border-top:    7px solid #ccc;
}

.daterangepicker.drop-up:after {
	top:           initial;
	bottom:        -6px;
	border-bottom: initial;
	border-top:    6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
	float: none;
}

.daterangepicker.single .drp-selected {
	display: none;
}

.daterangepicker.show-calendar .drp-calendar {
	display: block;
}

.daterangepicker.show-calendar .drp-buttons {
	display: block;
}

.daterangepicker.auto-apply .drp-buttons {
	display: none;
}

.daterangepicker .drp-calendar {
	display:   none;
	max-width: 270px;
}

.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
	padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
	border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
	color:         #fff;
	border:        solid black;
	border-width:  0 2px 2px 0;
	border-radius: 0;
	display:       inline-block;
	padding:       3px;
}

.daterangepicker .calendar-table .next span {
	transform:         rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
	transform:         rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	white-space:    nowrap;
	text-align:     center;
	vertical-align: middle;
	min-width:      32px;
	width:          32px;
	height:         24px;
	line-height:    24px;
	font-size:      12px;
	border-radius:  4px;
	border:         1px solid transparent;
	white-space:    nowrap;
	cursor:         pointer;
}

.daterangepicker .calendar-table {
	border:           1px solid #fff;
	border-radius:    4px;
	background-color: #fff;
}

.daterangepicker .calendar-table table {
	width:           100%;
	margin:          0;
	border-spacing:  0;
	border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background-color: #eee;
	border-color:     transparent;
	color:            inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
	font-size: 80%;
	color:     #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
	background-color: #fff;
	border-color:     transparent;
	color:            #999;
}

.daterangepicker td.in-range {
	background-color: #fff5e8;
	border-color:     transparent;
	color:            #000;
	border-radius:    0;
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #f26e21;
	border-color:     transparent;
	color:            #fff;
}

.daterangepicker th.month {
	width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
	color:           #999;
	cursor:          not-allowed;
	text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 12px;
	padding:   1px;
	height:    auto;
	margin:    0;
	cursor:    default;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width:        56%;
}

.daterangepicker select.yearselect {
	width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
	width:      50px;
	margin:     0 auto;
	background: #eee;
	border:     1px solid #eee;
	padding:    2px;
	outline:    0;
	font-size:  12px;
}

.daterangepicker .calendar-time {
	text-align:  center;
	margin:      4px auto 0 auto;
	line-height: 30px;
	position:    relative;
}

.daterangepicker .calendar-time select.disabled {
	color:  #ccc;
	cursor: not-allowed;
}

.daterangepicker .drp-buttons {
	clear:          both;
	text-align:     right;
	padding:        8px;
	border-top:     1px solid #ddd;
	display:        none;
	line-height:    12px;
	vertical-align: middle;
}

.daterangepicker .drp-selected {
	display:       inline-block;
	font-size:     12px;
	padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size:   12px;
	font-weight: bold;
	padding:     4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
	float:      none;
	text-align: left;
	margin:     0;
}

.daterangepicker.show-calendar .ranges {
	margin-top: 8px;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin:     0 auto;
	padding:    0;
	width:      100%;
}

.daterangepicker .ranges li {
	font-size: 12px;
	padding:   8px 12px;
	cursor:    pointer;
}

.daterangepicker .ranges li:hover {
	background-color: #eee;
}

.daterangepicker .ranges li.active {
	background-color: #08c;
	color:            #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}

	.daterangepicker .ranges ul {
		width: 140px;
	}

	.daterangepicker.single .ranges ul {
		width: 100%;
	}

	.daterangepicker.single .drp-calendar.left {
		clear: none;
	}

	.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
		float: left;
	}

	.daterangepicker {
		direction:  ltr;
		text-align: left;
	}

	.daterangepicker .drp-calendar.left {
		clear:        left;
		margin-right: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		border-right:               none;
		border-top-right-radius:    0;
		border-bottom-right-radius: 0;
	}

	.daterangepicker .drp-calendar.right {
		margin-left: 0;
	}

	.daterangepicker .drp-calendar.right .calendar-table {
		border-left:               none;
		border-top-left-radius:    0;
		border-bottom-left-radius: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px;
	}

	.daterangepicker .ranges, .daterangepicker .drp-calendar {
		float: left;
	}
}

@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
	}

	.daterangepicker .ranges {
		float: left;
	}

	.daterangepicker.rtl .ranges {
		float: right;
	}

	.daterangepicker .drp-calendar.left {
		clear: none !important;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	z-index:    1042;
	overflow:   hidden;
	position:   fixed;
	background: #0b0b0b;
	opacity:    0.8;
}

.mfp-wrap {
	top:                         0;
	left:                        0;
	width:                       100%;
	height:                      100%;
	z-index:                     1043;
	position:                    fixed;
	outline:                     none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position:   absolute;
	width:      100%;
	height:     100%;
	left:       0;
	top:        0;
	padding:    0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content:        '';
	display:        inline-block;
	height:         100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position:       relative;
	display:        inline-block;
	vertical-align: middle;
	margin:         0 auto;
	text-align:     left;
	z-index:        1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width:  100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:         none;
	    user-select:         none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color:      #CCC;
	position:   absolute;
	top:        50%;
	width:      auto;
	text-align: center;
	margin-top: -0.8em;
	left:       8px;
	right:      8px;
	z-index:    1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow:           visible;
	cursor:             pointer;
	background:         transparent;
	border:             0;
	-webkit-appearance: none;
	display:            block;
	outline:            none;
	padding:            0;
	z-index:            1046;
	box-shadow:         none;
	touch-action:       manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border:  0;
}

.mfp-close {
	width:           44px;
	height:          44px;
	line-height:     44px;
	position:        absolute;
	right:           0;
	top:             0;
	text-decoration: none;
	text-align:      center;
	opacity:         0.65;
	padding:         0 0 18px 10px;
	color:           #FFF;
	font-style:      normal;
	font-size:       28px;
	font-family:     Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color:         #FFF;
	right:         -6px;
	text-align:    right;
	padding-right: 6px;
	width:         100%;
}

.mfp-counter {
	position:    absolute;
	top:         0;
	right:       0;
	color:       #CCC;
	font-size:   12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position:                    absolute;
	opacity:                     0.65;
	margin:                      0;
	top:                         50%;
	margin-top:                  -55px;
	padding:                     0;
	width:                       90px;
	height:                      110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content:     '';
	display:     block;
	width:       0;
	height:      0;
	position:    absolute;
	left:        0;
	top:         0;
	margin-top:  35px;
	margin-left: 35px;
	border:      medium inset transparent;
}

.mfp-arrow:after {
	border-top-width:    13px;
	border-bottom-width: 13px;
	top:                 8px;
}

.mfp-arrow:before {
	border-top-width:    21px;
	border-bottom-width: 21px;
	opacity:             0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left:  31px;
}

.mfp-arrow-left:before {
	margin-left:  25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top:    40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width:       100%;
	max-width:   900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width:       100%;
	height:      0;
	overflow:    hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position:   absolute;
	display:    block;
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width:       auto;
	max-width:   100%;
	height:      auto;
	display:     block;
	line-height: 0;
	box-sizing:  border-box;
	padding:     40px 0 40px;
	margin:      0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content:    '';
	position:   absolute;
	left:       0;
	top:        40px;
	bottom:     40px;
	display:    block;
	right:      0;
	width:      auto;
	height:     auto;
	z-index:    -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color:       #BDBDBD;
	display:     block;
	font-size:   12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position:   absolute;
	top:        100%;
	left:       0;
	width:      100%;
	cursor:     auto;
}

.mfp-title {
	text-align:    left;
	line-height:   18px;
	color:         #F3F3F3;
	word-wrap:     break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left:  0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top:    0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display:     inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom:     0;
		margin:     0;
		top:        auto;
		padding:    3px 5px;
		position:   fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top:   3px;
	}

	.mfp-img-mobile .mfp-close {
		top:         0;
		right:       0;
		width:       35px;
		height:      35px;
		line-height: 35px;
		background:  rgba(0, 0, 0, 0.6);
		position:    fixed;
		text-align:  center;
		padding:     0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform:         scale(0.75);
	}

	.mfp-arrow-left {
		transform-origin:         0;
	}

	.mfp-arrow-right {
		transform-origin:         100%;
	}

	.mfp-container {
		padding-left:  6px;
		padding-right: 6px;
	}
}

/*- 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 {
	cursor:              pointer;
	-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 {
	background: none;
	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 {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			  calculation of the height of the owl-item that breaks page layouts
		   */
}

.owl-carousel .owl-item .owl-lazy {
	opacity:    0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position:   relative;
	height:     100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-play-icon:hover {
	transform:     scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity:             0;
	height:              100%;
	background-position: center center;
	background-repeat:   no-repeat;
	background-size:     contain;
	transition:          opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index:  1;
	height:   100%;
	width:    100%;
}

/*-- Owl Carousel (Desktop) --*/

@media (min-width: 1170px) {
	.owl-carousel .owl-nav button.owl-prev:hover,
	.owl-carousel .owl-nav button.owl-next:hover,
	.owl-carousel .owl-dot:hover {
		opacity: 0.7;
	}
}

/**
 * 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 [class*='owl-']:hover {
	background:      #869791;
	color:           #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor:  default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align:                  center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display:  inline-block;
	zoom:     1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width:                       10px;
	height:                      10px;
	margin:                      5px 7px;
	background:                  #D6D6D6;
	display:                     block;
	-webkit-backface-visibility: visible;
	transition:                  opacity 200ms ease;
	border-radius:               30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
