/*
.lezada-slick-slider--fullscreen .lezada-single-slider {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

 .slick-slide {
	height: auto !important;
} 
*/

.slider-area--transparent-header .lezada-slick-slider--fullscreen {
	height: auto !important;
}

.logo-with-offcanvas .logo img {
	max-width: 140px;
}

.breadcrumb-bg-1 {
	background: #f8f8f8;
}

.single-product__image {
	height: 330px;
}

	.single-product__image .image-wrap {
		height: 100%;
		text-align: center;
	}

		.single-product__image .image-wrap img {
			height: 100%;
			max-width: 100%;
			width: auto;
		}


/* Select 2 */
.select2-container, .select2-dropdown, .select2-search, .select2-results {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

	.select2-selection {
		width: 100%;
		border-radius: 0 !important;
		height: 50px !important;
		padding: 11px 0px;
		border-color: #e8e8e8 !important;
	}

		.select2-selection__arrow {
			height: 50px !important;
		}

.has-error .select2-selection {
	border-color: #dc3545 !important;
}

/* Profile Adderess */
.address-box {
	border: 1px solid #e8e8e8;
	padding: 10px;
}

	.address-box a {
		border-bottom: solid 1px #333;
	}

		.address-box a:hover {
			color: #fff;
			background: #333;
		}

		.address-box .lezada-button:hover {
			color: #333;
			background: transparent;
		}

.table-order td {
	cursor: pointer;
}

.cart-product-wrapper {
	position: relative;
}

	.cart-product-wrapper .empty-cart {
		padding-top: 50%;
		text-align: center;
	}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content h5 {
	padding-right: 25px;
}

/* Cart */
.cart-calculation-table th {
	padding: 0;
}

/* Checkout */
.checkout-cart-total {
	padding: 25px;
}
	.prod-img {
		position: relative;
	}

		.prod-img .qty-badge {
			position: absolute;
			border-radius: 1.75em;
			background-color: #333;
			color: #fff;
			font-size: 14px;
			font-weight: normal;
			line-height: 1.75em;
			text-align: center;
			min-width: 1.75em;
			height: 1.75em;
			padding: 0 0.5833333333em;
			right: 0.5em;
			top: -0.75em;
			z-index: 3;
		}

.checkout-form input {
	height: 50px !important;
	border-color: #e8e8e8 !important;
}

.checkout-form ::placeholder {
	color: #CCC;
}

.checkout-form .select2-selection {
	padding: 11px;
}

	.checkout-form .select2-selection .select2-selection__rendered {
		color: #777777;
	}

	.checkout-form .checkout-textarea {
		width: 100%;
		border-color: #e8e8e8 !important;
		padding: 11px;
	}

	.cart-discount, .cart-wrapping {
		font-style: normal;
	}

	.payment-option input[type=radio] + label::before, payment-option input[type=radio]:checked + label::before {
		top: 13px;
	}

	.payment-option input[type=radio] + label::after {
		top: 18px;
	}

.has-error input {
	border-color: #dc3545 !important;
}

.page-link {
	color: #333;
}

	.page-item.active .page-link {
		background-color: #333;
		border-color: #333;
	}
	

.shop-product__long-desc h3, .shop-product__long-desc h4 {
	max-width: 70%;
	margin: 0 auto;
}

.footer-container.footer-one .col {
	margin-bottom: 30px;
}

.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 9999;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
}

.lezada-red-button {
	background-color: #ff5659;
	color: #fff !important;
	border: 1px solid #ff5659;
}

	.lezada-red-button:hover {
		color: #ff5659 !important;
		border: 1px solid #ff5659;
	}

body.newsletter-overlay-active:after {
	background-color: #111;
}

/* Hide arrow on number field */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.newsletter-content {
	padding: 100px;
}

.testimonial-bg-1 {
    background-image: none;
}

@media only screen and (max-width: 991px) {
	.header-box-topbar.is-sticky .header-bottom-container .logo-with-offcanvas {
		flex: 40%;
	}

	.header-sticky.is-sticky .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner,
	.header-sticky.is-sticky .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:before,
	.header-sticky.is-sticky .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:after  {
		background-color: #232324;
	}

	.site-mobile-nav .dl-trigger {
		top: -43px;
	}

	.site-mobile-nav .dl-menu {
		margin-top: 0;
	}

	.logo-with-offcanvas .logo img {
		max-height: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.shop-product__long-desc h3, .shop-product__long-desc h4 {
		max-width: 100%;
	}

	.payment_method img {
		width: 100%;
		margin-top: 10px;
	}

	.product_quantity_container .btn-full {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.star-rating {
		margin: 0 auto;
	}

	.newsletter-content {
		padding: 30px;
	}

	.single-product__image {
		height: 150px;
	}

	.lezada-button--medium {
		padding: 10px 43px;
	}
}