/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.7.2
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.section-content {
    z-index: auto;
}

.asdasdsad .flickity-viewport{
	height: auto!important;
}
.asdasdsad .flickity-slider{ 
	position:relative;
	width: 100%;
	height: 100%;
}
.asdasdsad .flickity-slider .is-selected{
	position:relative!important;
}


/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
    z-index: 9999999;
    padding: 3rem 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 95%;
    max-width: 1440px;
    height: 100%;
    overflow: hidden;
}

/* The Close Button */
.close {
	color: #00b3ff;
	position: absolute;
	top: 7%;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 9999;
}
.close {
    color: #00b3ff;
    position: absolute;
     top: 4rem;
    right: calc(2.5% + 0.5em);
    font-size: 35px;
    font-weight: bold;
    z-index: 9999;
    width: 2rem;
    height: 2rem;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #00a0e4;
    font-weight: 700;
    font-size: 2.2rem;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #00a0e4;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	background: #00000080;
	font-weight: 900;
}

/*img {
	margin-bottom: -4px;
}*/

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mySlides {
	background: #cecece60;
	overflow: hidden;
	gap: 1rem;
	height: 100%;
	flex-direction: column;
}
@media screen and (min-width:767px){
	.mySlides{
		flex-direction: row;
	}
		
}
.owl-carousel .owl-item img{
	margin-bottom: 20px;
	max-height: 244px;
	object-fit: contain;
	min-height: 244px;
}
.mySlides img {
	width: 40%;
	object-fit: scale-down;
	margin: auto;
    display: block;
	mix-blend-mode: multiply;
}

/*.mySlides .mySlides--content {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	margin-left: auto;
	height: 79vh;
	color: #000;
	margin: 0;
	padding: 15px;
	overflow: scroll;
}*/
.mySlides .mySlides--content {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    width: 100%;
    /* margin-left: auto; */
    height: 100%;
    color: #000;
    margin: 0;
    padding: 1rem 1rem 3rem;
    overflow-y: scroll;
    flex-grow: 1;
}

.mySlides--content-title {
	font-size: 2rem;
	margin-bottom: 20px;
	display: block;
}
.mySlides--content .button {
	margin-top: 25px;
	display: table;
}
.owl-carousel .owl-stage-outer{
	padding: 15px 0px;
}
.center {
    text-align: center;
}

.owl-nav button span, .owl-nav button, .owl-nav{
    color: #00b3ff;
}
.owl-nav {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px,-130px);
    font-size: 4rem;
}
.owl-prev{
    position: absolute;
    left: -30px;
	margin: 0;
}
.owl-next{
	position: absolute;
    /* transform: translateX(100%); */
    right: -30px;
	margin: 0;
}
.owl-item {
    padding: 0.5rem;
}
.owl-item .box-text.text-center{
	display: block;
}
.product-carousel_modal{
	z-index: 29;
}

@media screen and (max-width:798px){
	.mySlides img {
		max-width: 100%;
		object-fit: scale-down;
		padding: 10px;
    	height: 200px!important;
	}
	.mySlides .mySlides--content {
    	position: relative;
		width: 100%;
		padding-bottom: 0;
	}
	.mySlides--content-title {
    	font-size: 1.3rem;
    	line-height: 1.4;
	}
	.mySlides .mySlides--content p{
		font-size: 1rem;
    text-align: left;
	}
	.column{
		padding: 20px;
	}
	.column img{
		max-height: 70vh;
    	margin: 0 auto;
	}
	.owl-prev{
		left: 30px;
	}
	.owl-next{
		right: 30px;	
	}
	.group-image{
		display: flex;
		align-content: flex-end;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-left: -15px;
	}
}

.grid--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
@media screen and (max-width: 500px){
	.grid--2 {
		grid-template-columns: 1fr;
	}
}
.card__image {
    position: relative;
    padding-bottom: 56.25%;
	margin-bottom: 1rem;
}
.card__image img {
    width: 100%;
    position: absolute;
    inset: 0;
    height: 100%;
}
.card__content__description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

a.button.btn--whatsapp {
    background: #51cb5a;
}