/*
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)
*/


/*- Helpers -*/

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

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

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

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

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


/*- Layouts -*/

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

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

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

@media (min-width: 1190px) {

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

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

@media (max-width: 1189px) {

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

/*- Misc -*/

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

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

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

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

/*--  (Mobile) --*/


/*- Breadcrumbs -*/

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

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


/*- Empty Cart -*/

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

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

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

/*- Catalog Ordering -*/

/*-- Catalog Ordering (Desktop) --*/

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

/*- 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--outline {
	background-color: transparent !important;
	color:            var(--button-color) !important;
}

.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--outline:not(:disabled):hover  {
		background-color: var(--button-color) !important;
		border-color:     var(--button-color) !important;
		color:            var(--button-white-color) !important;
		opacity:          1 !important;
	}

	.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 -*/

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

}

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

@media (min-width: 1190px) {
	.c-lp-widget__title:hover {
		color: var(--accent-color)
	}
}

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

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

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

/*- 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__item--normal .c-badge--featured {
	margin-left: auto;
}

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

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

@media (min-width: 1190px) {

	.c-product-grid__item--3-per-row {
		width: 360px;
	}

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

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

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

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

	.c-product-grid__wrap--compact {
		margin: -10px;
	}
}

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

	.c-product-grid__wrap--2-per-row {
		margin: -17.5px -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;
	}

	
	.c-product-grid__item--2-per-row-btn .c-badge {
		margin-left:  0 !important;
		margin-right: 5px !important;
	}
}

/*- 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) --*/

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

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

/*-- Pagination (Desktop) --*/

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

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

.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 -*/

/*-- Store Notice --*/

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

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

/*- 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
 */
 /*-- Carousel --*/

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

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

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

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

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

.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.h-carousel--inner .owl-prev {
	left: 0;
}

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

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

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

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

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

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

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

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

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


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

.h-carousel__prev,
.h-carousel__next {
	display: inline-block;
}
@media (min-width: 821px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 /*- Owl Carousel -*/

.owl-carousel {
	display:                     none;
	width:                       100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position:                    relative;
	z-index:                     1;
}

.owl-carousel .owl-stage {
	position:                 relative;
	touch-action:             manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content:     ".";
	display:     block;
	clear:       both;
	visibility:  hidden;
	line-height: 0;
	height:      0;
}

.owl-carousel .owl-stage-outer {
	position:          relative;
	overflow:          hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform:           translate3d(0, 0, 0);
	-moz-transform:              translate3d(0, 0, 0);
	-ms-transform:               translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position:                    relative;
	min-height:                  1px;
	float:                       left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout:       none;
}

.owl-carousel .owl-item img {
	display: block;
	width:   100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-dot {
	color:   inherit;
	border:  none;
	padding: 0;
	font:    inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action:        pan-y;
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration:  1000ms;
	        animation-duration:  1000ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			  calculation of the height of the owl-item that breaks page layouts
		   */
}

.owl-carousel .owl-item .owl-lazy {
	opacity:    0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position:   relative;
	height:     100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity:             0;
	height:              100%;
	background-position: center center;
	background-repeat:   no-repeat;
	background-size:     contain;
	transition:          opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index:  1;
	height:   100%;
	width:    100%;
}

/*-- Owl Carousel (Desktop) --*/
@media (min-width: 1190px) {
	.owl-carousel .owl-video-play-icon:hover {
		transform:     scale(1.3, 1.3);
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top:                  10px;
	text-align:                  center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color:         #FFF;
	font-size:     14px;
	margin:        5px;
	padding:       4px 7px;
	background:    #D6D6D6;
	display:       inline-block;
	cursor:        pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor:  default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align:                  center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display:  inline-block;
	zoom:     1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width:                       10px;
	height:                      10px;
	margin:                      5px 7px;
	background:                  #D6D6D6;
	display:                     block;
	-webkit-backface-visibility: visible;
	transition:                  opacity 200ms ease;
	border-radius:               30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/*-- Owl Carousel Theme (Desktop) --*/
@media (min-width: 1190px) {
	.owl-theme .owl-nav [class*='owl-']:hover {
		background:      #869791;
		color:           #FFF;
		text-decoration: none;
	}
}
.c-product-field{
	border: 1px solid red;
	padding: 5px 20px;
	text-align: center;
}