@media (max-width: 1599px){
    .hero-area .hero-box{
        background-position: bottom right !important;
    }
	.single-product .product {
    padding-left: 30px;
    padding-right: 30px;
	}
}

@media (min-width: 786px) and (max-width: 1549px){
    .header-area {
        padding-right: 90px !important;
        padding-left: 70px !important;
    }
}

@media (min-width: 768px) and (max-width: 1366px){
    .hero-area .hero-box .elementor-widget-heading h1{
        font-size: clamp(40px, 4.200vw, 55px) !important;
    }
    .hero-area .hero-box .elementor-widget-heading{
        max-width: clamp(350px, 45vw, 600px) !important;
    }
    
    .hero-area .hero-box  .elementor-widget-text-editor {
        font-size: clamp(15px, 1.5vw, 17px) !important;
        max-width: clamp(350px, 40vw, 500px) !important;
    }
	img.sg-img-bottle {
		max-height: 500px;
	}
}

@media (max-width: 1366px){
    .btn-glass .elementor-button {
        font-size: 16px !important;
        min-width: fit-content !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .btn-primary .elementor-button {
        font-size: 16px;
    }
	.Product-div .woocommerce ul li a img {
    height: 280px !important;
	}
}
@media (max-width: 1200px){
    .contact-form .elementor-form-fields-wrapper {
    display: block;
    width: 100%;
	}
	.contact-form {
		max-width: 100%;
		width: 100%;
	}
	.contact-form .elementor-form-fields-wrapper .elementor-field-group {
		width: 100%;
		margin-bottom: 25px !important;
	}
}
@media (max-width: 767px){
	.html-toggle-button.elementor-widget-html {
		right: 15px;
		bottom: 20px;
	}
	body .elementor .hero-inner-heading{font-size: 40px !important;}
    .hero-area .hero-box .elementor-widget-heading{
        max-width: 100% !important;
    }
    .hero-area .hero-box .elementor-widget-heading h1{
        font-size: 35px !important;
    }
    .hero-area .hero-box  .elementor-widget-text-editor {
        font-size: 16px !important;
        max-width: 100% !important;
    }

    .hero-area .hero-box {
        max-height: 600px !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat;
    }
    .elementor-absolute.elementor-widget-text-editor {
        right: 0 !important;
        text-align: center !important;
    }
    .sg-column-content {
        gap: 20px !important;
    }
    img.sg-img-bottle {
        max-height: 400px;
        margin: 0;
    }
    img.bottle-shadow {
        bottom: -130px;
    }
    .theme-faq .e-n-accordion-item {
        padding: 30px;
    }
	.marquee {
    font-size: 13px;
    animation: scroll 18s linear infinite;
	}
	header .header-area {
    top: 58px !important;
	}
	.hero-area {
		padding-top: 40px !important;
	}
}

@media (max-width: 991px){
	.Product-div .woocommerce ul li {
    margin-right: 0 !important;
    width: 100% !important;
	}
	.Product-div .woocommerce ul li a img {
		height: auto !important;
		max-width: 100%;
	}
	.Product-div .woocommerce ul {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
		display: grid;}

	.Product-div .woocommerce ul::before {
		display: none;
	}
	.single-product .product {
    padding-top: 0px !important;
	}
	.single-product .woocommerce-notices-wrapper {
    margin-top: 130px;
    margin-bottom: 30px;
	}
}
@media (max-width: 575px){
	.Product-div .woocommerce ul {
    display: block;
	}
	.bulk-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
	}
	.Product-cart .woocommerce-cart-form__cart-item.cart_item {
    padding: 0 !important;
	}
	.Product-cart .woocommerce-cart-form__cart-item.cart_item .product-remove {
		padding: 0;
	}
	.Checkout .woocommerce-checkout-review-order table thead tr th {
    width: 50%;
	}
	.Checkout .e-checkout__order_review {
		padding-right: 0px !important;
	}
	.btn-glass .elementor-button,
	.btn-primary .elementor-button{
		font-size: 15px !important;
	}

}