/*
Theme Name: Luchiana
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 4.23.1
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/*
[Table of contents]

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


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

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

/*-- Carousel --*/

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

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

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

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


/*- Layouts -*/

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

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

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

.l-section--container .l-section--container {
	padding-left:  0 !important;
	padding-right: 0 !important;
}

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

@media (min-width: 1190px) {

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

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

	.l-section--container {
		width:        1160px;
		margin-left:  auto;
		margin-right: auto;
	}

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

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

@media (max-width: 1189px) {

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

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

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

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

/*- Misc -*/

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

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

/*-- Gutenberg --*/
/*- Animations -*/

/* Tablet */

/* Mobile */

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

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

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

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


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

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

/*- Account -*/

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

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

/*- Product badges -*/

.c-badge__list {
    display:   flex;
    flex-wrap: wrap;
}
/*- Blog blog -*/

/*--  (Mobile) --*/


/*- Breadcrumbs -*/

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

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

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

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

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

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

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

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

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

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


/*- Empty Cart -*/

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

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

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

/*- Catalog Ordering -*/

.c-catalog-ordering {
	display:        flex;
	align-items:    center;
	margin-bottom:  40px;
	font-size:      13px;
	line-height:    18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

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

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

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

.c-catalog-ordering__col--ordering select {
	padding:             0 16px 0 0;
	margin:              0;
	font-weight:         normal;
	opacity:             0.62;
	font-size:           13px;
	line-height:         18px;
	letter-spacing:      0.06em;
	text-transform:      uppercase;
	background-position: right 0 top 50%;
	overflow:            hidden;
	transition:          opacity 0.3s linear;
}

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

.c-catalog-ordering__col--ordering select:focus {
	background-color: transparent;
	border:           none;
}

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

.c-catalog-ordering__filter-ico {
	font-size:      10px;
	line-height:    1;
	margin-left:    9px;
	vertical-align: middle;
}
.c-catalog-ordering__col--ordering select,
.c-catalog-ordering__col--ordering .nice-select {
	padding:             0 16px 0 0;
	margin:              0;
	font-weight:         normal;
	opacity:             0.62;
	font-size:           13px;
	line-height:         18px;
	letter-spacing:      0.06em;
	text-transform:      uppercase;
	background-position: right 0 top 50%;
	overflow:            hidden;
	transition:          opacity 0.3s linear;
}

.c-catalog-ordering__col--ordering .nice-select {
	background-image: var(--select-image);
	overflow:         visible;
	opacity:          1;
	z-index:          3;
}

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

.h-rtl .c-catalog-ordering__col--ordering select,
.h-rtl .c-catalog-ordering__col--ordering .nice-select {
	padding:             0 0 0 16px;
	background-position: left 0 top 50%;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	clear:                       both;
	cursor:                      pointer;
	display:                     block;
	position:                    relative;
	-webkit-user-select:         none;
	-moz-user-select:            none;
	-ms-user-select:             none;
	user-select:                 none;
	white-space:                 nowrap;
	width:                       auto;
	background-repeat:           no-repeat;
}

.nice-select:focus-visible {
	outline: none;
}

.nice-select.open .list {
	opacity:           1;
	pointer-events:    auto;
	transform:         scaleY(1) translateY(0);
}

.nice-select.disabled {
	opacity: 0.3;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left:  0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left:  auto;
	right: 0;
}

.nice-select.small {
	font-size:   12px;
	height:      36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width:  4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height:  34px;
}

.nice-select .list {
	background-color:         white;
	box-shadow:               0 0 0 1px var(--text-color-extra-light);
	box-sizing:               border-box;
	margin-top:               4px;
	opacity:                  0;
	overflow:                 hidden;
	padding:                  0;
	pointer-events:           none;
	position:                 absolute;
	top:                      100%;
	left:                     0;
	transform-origin:         top center;
	transform:                scaleY(0.75) translateY(-5px);
	transition:               all 0.15s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index:                  9;
}

.h-rtl .nice-select .list {
	left:  unset;
	right: 0;
}

.nice-select .list:hover .option.selected:not(:hover) {
	background-color: var(--background-color-dark);
	color:            inherit;
}

.nice-select .option {
	cursor:             pointer;
	font-weight:        400;
	line-height:        40px;
	list-style:         none;
	min-height:         40px;
	outline:            none;
	padding-left:       18px;
	padding-right:      29px;
	text-align:         start;
	transition:         all 0.15s;
	position:           relative;
}

.h-rtl .nice-select .option {
	padding-left:  29px;
	padding-right: 18px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: var(--text-color);
	color:            white;
}

.nice-select .option.disabled {
	background-color: transparent;
	opacity:          0.5;
	cursor:           default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

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

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

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

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

@media (max-width: 767px) {

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

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

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

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

	.c-catalog-ordering__col--ordering {
		margin-left:  0;
		margin-right: 5px;
	}
}

/*- Contact Page -*/

/*- Feature -*/

/*- Features Filter -*/

/*- Filter -*/

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

/*- Footer -*/


/*- Forms elements -*/

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


.widget .button:active,
.c-button:active {
	transform: translateY(2px);
}

.c-button  {
	display:            inline-block;
	outline:            none;
	font-weight:        400;
	font-size:          12px;
	line-height:        1.2;
	text-align:         center;
	/*letter-spacing:     0.265em;*/
	text-indent:        0.265em;
	text-transform:     uppercase;
	padding:            8px 12px;
	color:              var(--button-white-color);
	border:             solid 1px var(--button-color);
	text-decoration:    none !important;
	background-color:   var(--button-color);
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
}

.widget .button {
	display:            inline-block;
	outline:            none;
	flex:               1 1 auto;
	font-weight:        500;
	font-size:          10px;
	line-height:        11px;
	text-align:         center;
	letter-spacing:     0.24em;
	text-indent:        0.24em;
	text-decoration:    none;
	text-transform:     uppercase;
	padding:            16px 12px 16px 12px;
	color:              var(--button-color);
	border:             solid 1px var(--button-color);
	background-color:   white;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
	border-radius:      0;
}

.c-button:focus {
	outline: none;
}

/*-- Forms Elements (Desktop) --*/
@media (min-width: 1190px) {
	.widget .button:hover {
		background-color: var(--button-color);
		color:            var(--button-white-color);
	}

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

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

}

/*- Header Search Form -*/

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

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

/*- Header -*/

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

@media (min-width: 1190px) {

	/*--- Header (Layout 2) ---*/
}

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

/*- Login / Register Form -*/

/*-- Login / Register Form (Desktop) --*/

/*- Login / Register Form (Mobile) -*/

/*- Latest Post Widget -*/

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

/*- Mailchimp Form -*/
/*- Mega Menu Badge -*/
/*- Mobile Menu -*/


/*- Order -*/


/*-- Order (Mobile) --*/

/*- Subcategories in Page Header -*/

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

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

/*- Page Header -*/

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

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

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

@media (min-width: 1190px) {

	.c-page-header {
		padding:    94px 20px;
		min-height: 435px;
	}

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

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

@media (max-width: 1189px) {
	.c-page-header {
		display:         flex;
		flex-direction:  column;
		justify-content: flex-end;
		align-items:     center;
		min-height:      350px;
	}

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

	.c-page-header__title {
		font-size:      var(--font-size-mobile);
		line-height:    30px;
		letter-spacing: 0.14em;
		font-weight:    normal;
		padding-left:   0.14em;
		min-width:      1px;
	}
}

/*- Play video button -*/

/*-- Play video button (Desktop) --*/

/*- Post List -*/

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

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

@media (max-width: 1189px) {

}


/*- Post Share Shortcode -*/

/*-- Post Share Shortcode (Desktop) --*/

/*- Post Sidebar -*/


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

/*- Page / Post -*/

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


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

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

/*- Home Blog Posts -*/

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

/*- Product Features -*/

/*- Product grid -*/

.c-product-grid {
	margin-top: 40px;
}

.c-product-grid__wrap {
	margin: -20px;
}

.c-product-grid__list {
	display:         flex;
	flex-wrap:       wrap;
	position:        relative;
	justify-content: flex-start;
	align-items:     stretch;
}

.c-product-grid__item {
	flex:           0 0 auto;
	display:        flex;
	flex-direction: column;
	position:       relative;
	margin:         20px;
}

.c-product-grid__details {
	margin-top:       1px;
	flex:             1 1 auto;
	display:          flex;
	flex-direction:   column;
	justify-content:  space-between;
	background-color: white;
	position:         relative;
	padding:          26px 30px 30px 30px;
}

.c-product-grid__thumb-wrap {
	flex:             0 0 auto;
	position:         relative;
	background-color: white;
	overflow:         hidden;
	padding-bottom:   var(--image-grid-prop);
}

.c-product-grid__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	-o-object-fit:      contain;
	   object-fit:      contain;
	-o-object-position: center;
	   object-position: center;
}

.c-product-grid__badges {
	pointer-events: none;
	position:       absolute;
	left:           0;
	top:            -5px;
	z-index:        2;
	width:          100%;
}

.c-product-grid__title-wrap {
	text-align: center;
}

.c-product-grid__item .woocommerce-loop-product__title {
	font-weight:    normal;
	font-size:      var(--font-size);
	line-height:    1.4;
	margin:         0 0 10px 0;
	letter-spacing: var(--font-letter-spacing);
	padding-left:   var(--font-letter-spacing);
	text-transform: uppercase;
	font-family:    var(--font-header);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-product-grid__short-desc {
	opacity:        0.62;
	font-weight:    400;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: 0.025em;
	color:          var(--text-color);
}

.c-product-grid__short-desc ul {
	text-align: left;
}

.c-product-grid__short-desc > :first-child {
	margin-top: 0;
}

.c-product-grid__short-desc > :last-child {
	margin-bottom: 0;
}

.c-product-grid__price-wrap {
	text-align:     center;
	font-weight:    500;
	font-size:      16px;
	line-height:    30px;
	letter-spacing: 0.8px;
	margin-top:     15px;
}

.c-product-grid__price-wrap ins {
	text-decoration: none;
}

.c-product-grid__atc-icon {
	font-size:   9px;
	line-height: 14px;
	/*vertical-align: middle;*/
}

.c-product-grid__atc-icon:first-child {
	margin-right: 9px;
}

.c-product-grid__atc-icon:last-child {
	margin-left: 9px;
}

/*-- Product grid (Compact Layout) --*/

.c-product-grid__item--normal .c-product-grid__thumb {
	width:  100% !important;
	height: 100% !important;
}

.c-product-grid__thumb-wrap > a > div {
	display:         block;
	position:        absolute !important;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
}

/*.c-product-grid__item--compact .star-rating {
	position: absolute;
	left:     25px;
	bottom:   23px;
}*/

.c-product-grid__cat-desc:empty {
	display: none;
}

.c-product-grid__cat-desc--below {
	margin-top:    0;
	margin-bottom: 70px;
}

/*-- Product grid (Desktop) --*/

@media (min-width: 1190px) {

	.c-product-grid__item--4-per-row {
		width: 260px;
	}

	
	.woocommerce-loop-product__link:hover {
		color: var(--accent-color);
	}
}

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

@media (max-width: 1189px) {

	.c-product-grid__list {
		justify-content: center;
	}

	.c-product-grid__item--normal {
		width: 260px;
	}

	.c-product-grid__item--normal {
		padding-bottom: 60px;
	}

	.c-product-grid__item--normal .woocommerce-loop-product__title {
		font-size:      var(--font-size-mobile);
		line-height:    25px;
		/* letter-spacing: 0.21em; */
		padding-left:   0.21em;
	}

	.c-product-grid__item--normal .c-product-grid__price-wrap {
		margin-top: 20px;
	}

	.c-product-grid__item--normal .c-product-grid__thumb-wrap {
		padding-bottom: var(--image-grid-prop);
	}

	.c-product-grid__item--normal .c-product-grid__thumb {
		width:           100% !important;
		height:          100% !important;
		-o-object-fit:      contain;
		   object-fit:      contain;
		-o-object-position: center;
		   object-position: center;
	}
}

@media (max-width: 619px) and (min-width: 360px) {

	.c-product-grid__wrap--2-per-row-btn {
		margin: -10px -20px !important;
	}

	.c-product-grid__item--2-per-row-btn {
		width:  160px;
		margin: 10px 5px !important;
	}

	.c-product-grid__item--2-per-row-btn .c-product-grid__details {
		padding: 17px 10px;
	}

	
	.c-product-grid__item--2-per-row-btn .woocommerce-loop-product__title {
		font-size:      var(--font-size-mobile-2-per-row);
		line-height:    20px;
		/* letter-spacing: 0.23em; */
	}

	
	.c-product-grid__item--2-per-row-btn .c-product-grid__short-desc {
		font-size:  12px;
		text-align: center;
	}

	
	.c-product-grid__item--2-per-row-btn .c-product-grid__price-wrap {
		margin-top: 7px;
	}

	
	.c-product-grid__item--2-per-row-btn .c-product-grid__price-wrap {
		font-size: 14px;
	}
}

/*- Product List Widget -*/

/*-- Product List Widget (Desktop) --*/

/*-- Product List Widget (Mobile) --*/

/*- Product Search Form -*/
/*- Product -*/


/*-- Product (Quickview) --*/

/*-- Product (Desktop) --*/

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

/*- Search Form -*/


/*- Shop Sidebar -*/


/*-- Shop Sidebar (Desktop) --*/

@media (min-width: 1190px) {

	.c-shop-sidebar__buttons {
		display: none;
	}

	.c-shop-sidebar__content--mobile {
		display: none;
	}
}

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

@media (max-width: 1189px) {
	.c-shop-sidebar {
		position:   fixed !important;
		color:      var(--text-color);
		z-index:    1400;
		right:      0;
		top:        0;
		width:      260px;
		height:     100%;
		visibility: hidden;
		opacity:    0;
		transition: var(--opacity-transition);
	}

	.c-shop-sidebar__content--mobile .widget:first-child {
		padding-top: 0;
	}

	.c-shop-sidebar__wrap {
		position:         absolute;
		right:            0;
		top:              0;
		width:            260px;
		height:           100%;
		background-color: white;
		transition:       var(--custom-transform-transition);
		transform:        translateX(100%);
		box-shadow:       -5px 0 90px rgba(0, 0, 0, 0.15);
	}

	.c-shop-sidebar__content {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              61px;
		bottom:           0;
		overflow:         auto;
		background-color: white;
	}

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

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

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

	.c-shop-sidebar__content .widget:first-child {
		padding-top: 0;
	}
}

/*- Social icons -*/

/*-- Social icons (Desktop) --*/

/*- Stock Status -*/

/*- Subcategories -*/

/*-- Subcategories (Desktop) --*/

/*-- Subcategories (Mobile) --*/

/*- To Top Button -*/

/*-- To Top Button (Desktop) --*/

/*-- To Top Button (Mobile) --*/

/*- Top Bar Menu -*/

/*--  (Desktop) --*/

/*- Top Menu -*/

/*-- Top Menu (Desktop) --*/

@media (min-width: 1190px) {
}

/*- Wishlist -*/

/*-- Wishlist (Desktop) --*/

/*-- Wishlist (Mobile) --*/

/*-  Product Reviews / Post Comments -*/

/*-- Product Reviews / Post Comments (Desktop) --*/

/*-- Product Reviews / Post Comments (Mobile) --*/

/*- Pagination -*/


.woocommerce-pagination {
	position:        relative;
	margin-top:      57.5px;
	display:         flex;
	justify-content: center;
}

.woocommerce-pagination {
	overflow: hidden;
}

ul.page-numbers {
	display:         flex;
	flex-wrap:       wrap;
	margin:          0;
	padding:         0;
	list-style:      none;
	line-height:     50px;
	text-align:      center;
	font-weight:     normal;
	font-size:       14px;
	letter-spacing:  0.025em;
	justify-content: center;
}

ul.page-numbers li {
	display:  block;
	position: relative;
	margin:   2.5px;
}

a.page-numbers,
span.page-numbers {
	display: block;
	width:   50px;
	height:  50px;
	color:   var(--button-color);
	border:  solid 1px var(--button-color);
}

span.page-numbers:not(.dots) {
	color:            var(--button-white-color);
	background-color: var(--button-color);
	border-color:     var(--button-color);
}

.page-numbers__prev-ico {
	font-size:   10px;
	line-height: 50px;
}

/*-- Pagination (Desktop) --*/
@media (min-width: 1190px) {
	a.page-numbers:hover {
		color:            var(--button-white-color);
		background-color: var(--button-color);
		border-color:     var(--button-color);
	}
}

/*- Select 2 -*/

/*body.admin-bar > .select2-container--open {
	margin-top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar > .select2-container--open {
		margin-top: 46px;
	}
}*/

/*- Product Rating -*/

/*-- Product Rating (Desktop) --*/

/*- Widget -*/

.c-sidebar {
	position: relative;
}

.c-sidebar .widget > ul:first-child {
	margin-top: 0;
}

.c-sidebar > .widget,
.c-shop-sidebar__content > .widget {
	position:         relative;
	background-color: white;
	margin-bottom:    1px;
	padding:          30px;
	font-weight:      300;
	font-size:        16px;
	line-height:      24px;
	letter-spacing:   0.015em;
}

.c-sidebar .widget-title {
	display:        block;
	margin:         0 0 20px 0;
	position:       relative;
	font-weight:    500;
	font-size:      17px;
	line-height:    25px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}


.c-sidebar .widget ul.children {
	margin-bottom:  0;
	margin-left:    15px;
	font-weight:    400;
	font-size:      13px;
	line-height:    24px;
	letter-spacing: 0.005em;
	margin-top:     15px;
}

.c-sidebar .widget ul.children li:not(:last-child) {
	margin-bottom: 7px;
}


.c-sidebar .widget ul.children ul.children {
	margin-left: 0;
	margin-top:  7px;
}

.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 ul {
	list-style:    none;
	margin-left:   0;
	padding-left:  0;
	padding-right: 0;
	margin-bottom: 0;
}


.c-sidebar .widget_product_categories ul {
	line-height: 1.2;
	margin:      20px 0 -5px 0;
}

.c-sidebar .widget li.cat-parent:not(:last-child) {
	margin-bottom: 15px;
}

.c-sidebar .widget ul.children li:not(:last-child) {
	margin-bottom: 7px;
}


.c-sidebar .widget ul.children ul.children {
	margin-left: 0;
	margin-top:  7px;
}


.widget li a[aria-current] {
	font-weight: 500;
}

.widget select {
	max-width: 100%;
}

.widget .c-button {
	padding:   8px 12px;
	font-size: 15px;
	cursor:    pointer;
}

.widget select {
	width: 100%;
}

.widget_price_filter .button {
	margin-right: 0;
}

.widget_price_filter .button {
	margin-top: 10px;
}

.widget_price_filter input {
	opacity:    0;
	visibility: hidden;
}

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

/*-- Widget (Desktop) --*/
@media (min-width: 1190px) {
	.widget a:hover {
		color: var(--accent-color);
	}
}

/*- WPC Frequently Bought Together -*/

/*--  WPC Frequently Bought Together  (Desktop) --*/

/*--  WPC Frequently Bought Together  (Mobile) --*/

/*- Woocommerce Login Form -*/

/*-- Woocommerce Login Form (Desktop) --*/

/*-- Woocommerce Login Form (Mobile) --*/

/*- Woocommerce Notices -*/

.woocommerce-notices-wrapper {
	position:  relative;
	width:     100%;
	clear:     both;
	min-width: 320px;
}

.woocommerce-notices-wrapper a {
	text-decoration: underline;
}

.woocommerce-notices-wrapper {
	visibility: hidden;
	position:   absolute;
	z-index:    -1;
}

/*-- Store Notice --*/

.woocommerce-notices-wrapper .button {
	padding-top:    10px;
	padding-bottom: 10px;
}

/*-- Woocommerce Notices (Desktop) --*/

@media (min-width: 768px) {

	.woocommerce-notices-wrapper {
		width:        1140px;
		margin-left:  auto;
		margin-right: auto;
	}
}

/*-- Woocommerce Notices (Mobile) --*/

@media (max-width: 767px) {

	.woocommerce-notices-wrapper {
		position:  fixed;
		top:       0;
		left:      0;
		transform: translateY(0);
		width:     100%;
		z-index:   1000;
	}
}

/*- WPML language selector -*/

/*- Owl Carousel -*/

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/*
 * 	Owl Carousel - Video Plugin
 */

/*-- Owl Carousel (Desktop) --*/

/**
 * 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 Carousel Theme (Desktop) --*/