/*!
Theme Name: suthysgourmetgoods
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suthysgourmetgoods
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

suthysgourmetgoods is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

a {
	color: #8e0000;
}
table {
	 box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%) ;
}
.hide {
	display: none;
}
.w-20 {
	width: 20%;
}
.new-header-div {
    width: 100%;
    background: #8E0000;
    height: 100%;
}

.new-hero-section {
    display: block;
    background: linear-gradient(89deg, #8E0000 20.83%, rgba(142, 0, 0, 0.00) 100%, url(../../images/background_img.jpg));
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow-y: hidden;
}

.hero-cart-menu-div {
    display: none;
    align-items: center;
}

.content-div {
    display: block;
}

.content-div .content-div-first-row {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    flex-direction: row-reverse;
}

.content-div-first-row .hero-search-box {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 12px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.70);
}

.content-div-second-row .hero-nav-list {
    display: flex;
    text-decoration: none;
    float: right;
    width: 100%;
    justify-content: space-between;
}

.hero-nav-list .hero-nav-item {
    list-style-type: none;
    font-size: 18px;
}

.hero-nav-item a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.4px;
    display: flex;
    align-items: center;
	padding-right: 0;
}

.hero-nav-item a i {
    font-weight: 600;
}

.hero-nav-item .sub-menu {
    width: 256px;
    height: auto;
    background: #FFF200;
    padding: 10px 20px;
    position: absolute;
    top: 95%;
    display: none;
}

.scroll {
    background-color: #8E0000;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.submenu-arrow {
    position: absolute;
    top: 45%;
    left: 85%;
    display: none;
}

.hero-nav-list .hero-nav-item:hover > ul,
.hero-nav-list .hero-nav-item:hover > .submenu-arrow{
    display: block;
}

.hero-nav-item .sub-menu li {
    padding-bottom: 5px;
}

.hero-nav-item .sub-menu li a {
    color: #000;
}

a.nav-link:last-child {
    padding-right: 0;
}

.hero-heading-div {
    width: 50% !important;
}

h3.hero-heading-div-sub-head {
    color: #FFF200 !important;
}

.hero-logo-div .header-logo {
    width: 176px;
}

.header-logo-div,
.hero-logo-div {
    width: 100%;    
    display: flex;
    margin: auto 0;
	align-items: center;
}

.header-logo-div .header-text {
    display: block;
}

.hero-logo-div .header-text {
    display: none;
}

.header-logo-div .header-text div,
.hero-logo-div .header-text div {
    color: #FFF200;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase; 
}

.header-logo-div .header-text .div-title,
.hero-logo-div .header-text .div-title {
    font-size: 40px;
}

.header-logo-div .header-text .div-subtitle,
.hero-logo-div .header-text .div-subtitle {
    font-size: 20px;
}


/* new second section */
.second-sec-text-div {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.second-sec-text-div .second-sect-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
	padding-bottom: 0px;
}

.second-sec-text-div .second-sect-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
	padding-bottom: 20px;
    color: #8E0000;
}

.second-sec-text-div .second-sect-paragraph {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
/**/

/* new footer section */
.footer {
    display: block;
    position: relative;
    width: 100%;
    background: #F6F6F6;
}

.first-row .description-col {
    width: 50%;
}

.description-col .sub-title-footer p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.description-col .title-footer h1 {
    color: #8E0000;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}

.description-col .description-footer p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0; 
}

.description-col .contact-div {
    display: block;
    width: 100%;
}

.contact-div .phone,
.contact-div .email {
    display: flex;
    gap: 20px;

}

.description-col .social-media-footer {
    display: flex;
    gap: 20px;
}
 
.first-row .form-col {
    width: 50%;
    display: flex;
    justify-content: end;
}

.form-col .form-div {
    position: absolute;
    display: block;
    width: 80%;
    background: #FFFFFF;
    margin: 0 auto;
    z-index: 10;
    overflow-y: visible;
    padding: 30px 60px;
}

.footer .second-row {
    width: 100%;
    display: flex;
    background: #8E0000;
    min-height: 400px;
    height: auto;
    align-items: end;
    padding-bottom: 60px;
}

.second-row .footer-nav-list {
    display: flex;
    width: 60%;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-nav-list .footer-nav-item:first-child {
    padding-left: 0;
}

.footer-nav-list .footer-nav-item:last-child {
    padding-right: 0;
}

.footer-nav-list .footer-nav-item {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
}

.footer-contact-btn {
    width: 100%;
}

.footer-contact-text {
    box-shadow: 0px 4px 7px 6px rgba(0, 0, 0, 0.05); 
	padding: 10px !important;
	height: 50px;
}

.footer .third-row {
    text-align: center;
    background-color: #800C0E;
    padding: 20px 0;
}

.footer .third-row p {
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    color: #bebebe;
}

.footer-nav-item a {
    color: #F6F6F6;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.phone-num-div p, .email-add-div p, form label {
    color: #111;
}

button.single_add_to_cart_button.button.alt {
    margin: 0;
}
a.checkout-button.button.alt.wc-forward,
p.form-row.form-row-last button{
    padding: 17px 20px;
    border: 1px solid #8E0000;
    border-radius: 5px;
    background-color: #8E0000;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 0.02em;
    position: absolute;
}

a.checkout-button.button.alt.wc-forward {
    width: 100%;
}

ul.woocommerce-error li {
    list-style-type: none;
    padding: 5px;
}

ul.wc_payment_methods.payment_methods.methods li {
    list-style-type: none;
}

.woocommerce-info {
    padding: 15px;
}

ul.woocommerce-error {
    padding: 10px;
}

.product-section, .contact-section, .recieps-page, .product-details-page, .health-benefits-page {
    padding: 50px 0 100px 0 !important;
}

.reciep-details {
    padding-top: 100px !important;
}

p.return-to-shop {
    padding-top: 20px;
}

.woocommerce-message a {
    color: #fff;
}

ul#shipping_method li {
    list-style-type: none;
}

/**/

.navigation-links {
    z-index: 2000;
}

.ingredient-cl.cardamom .text-line {
    top: 0;
}

.ingredient-cl.curry-leaves {
    right: 10px;
}

.card-slider-2 .slick-prev.slick-arrow {
    left: -25px;
}
.card-slider-2 .slick-next.slick-arrow {
    right: -25px;
    left: auto;
}
.wpcp-single-item {
	height: 490px;
}

.summary h1 {
    font-size: 50px;
    line-height: 55px;
}

.price span {
    font-size: 24px;
    padding: 0;
}

.second-section .f-row {
    margin-bottom: 0 !important;
}

.third-sec-title,
.fourth-sec-title {
    font-size: 60px;
    line-height: 80px;
}

.third-sec-sub-title,
.fourth-sec-sub-title {
    font-size: 18px;
    line-height: 25px;
}

h2.wpcp-product-title, .wpcp-product-price span {
    font-size: 18px !important;
}

.wpcp-product-price {
    font-weight: 300 !important;
}

.wpcp-single-item {
    height: 490px;
}

.wpcp-cart-button {
    position: absolute;
    bottom: 0;
    width: 90%;
}

.wpcp-all-captions {
    position: relative;
    padding-bottom: 80px !important;
}

.wpcp-single-item {
    padding-bottom: 0 !important;
}

.footer-second-col {
    width: 28%;
}

.product-card-grid span.price {
    display: block;
    padding: 0 18px;
    margin-bottom: 20px;
}

span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 300;
}

span.woocommerce-Price-currencySymbol {
    font-size: 25px;
}

.product-card-grid .product-card {
/*     padding-bottom: 60px; */
    position: relative;
}

a.button.wp-element-button.product_type_variable.add_to_cart_button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px !important;
	padding: 15px;
}

.search-category-box {
    padding: 20px 30px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0;
}

input#dgwt-wcas-search-input-1 {
    background: #fff !important;
    border-radius: 5px;
    padding: 10px 15px 10px 46px;
    border: 1px solid #000;
}
input#dgwt-wcas-search-input-2 {
    padding: 10px 15px 10px 46px;
}

button.dgwt-wcas-search-submit {
    top: 7px !important;
    left: 12px !important;
}

.category-box h2.widgettitle {
    font-size: 10px;
    margin-bottom: 3px;
}

.pcd-category-container {
    width: 100%;
}

.pcd-category-container select.pcd-select {
    margin: 0;
    padding: 0 10px;
    line-height: 48px;
    height: 48px;
    font-size: 15px;
}

button.button.pcd-submit {
    border: none !important;
    display: block;
    padding: 13px 20px;
    font-size: 15px !important;
}

.navigation-links .nav-list li {
    margin: 25px 0;
}

.nav-list .nav-item a {
    font-size: 25px;
}

.product-card a.button {
    display: flex;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
	font-size: 16px !important;
}

.card-title {
	width: 100%;
}

.card-title.prod-text {
	font-size: 24px;
	font-weight: 300;
	padding-left: 8px;
}

.card-text {
	justify-content: flex-start;
	margin: 10px 0 20px 0;
}

h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 40px;
}

span.woocommerce-input-wrapper {
    width: 50% !important; 
}

span.woocommerce-input-wrapper input,
span.woocommerce-input-wrapper textarea{
    width: 100% !important;
}
p.form-row.form-row-first input {
    padding: 8px 15px;
}
table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}
div#payment {
    border: 1px solid #8e0000;
    padding: 10px;
    margin-bottom: 20px;
}
table.shop_table.woocommerce-checkout-review-order-table, table.shop_table.woocommerce-checkout-review-order-table thead {
    border: 1px solid #8e0000;
}
.wc-proceed-to-checkout {
    float: right;
    width: 100%;
}

.qib-button-wrapper {
    justify-content: flex-start !important;
    width: 45%;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    flex-wrap: nowrap;
}

.product_meta {
    display: none;
}
form.checkout.woocommerce-checkout {
    padding-top: 80px;
}
div#order_review {
	background: #fafafa;
	padding: 20px;
}
table.shop_table.woocommerce-checkout-review-order-table, table.shop_table.woocommerce-checkout-review-order-table thead {
    border: none;
}
div#payment {
    border: none;
}
a.remove.remove_from_cart_button {
    padding: 8px 15px;
}

.coupon button, td.actions button {
    border: 1px solid #8e0000;
}

.contact-form-submit {
    padding: 12px 50px !important;
}

h2.form-heading {
    color: #111;
    font-weight: 700;
    font-size: 40px;
}

.ingre-list li {
    margin: 20px 0;
}
div#customer_details {
    width: 100%;
}
form.woocommerce-cart-form table {
    border: none !important;
}

form.woocommerce-cart-form table th {
    border: none !important;
    background: #f3f3f3;
}

form.woocommerce-cart-form table tbody td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #eee !important;
    padding: 10px 16px !important;
}
table.shop_table.shop_table_responsive, table.shop_table.shop_table_responsive td, table.shop_table.shop_table_responsive th {
    border: none;
}
table.shop_table.shop_table_responsive td, table.shop_table.shop_table_responsive th {
    border-bottom: 1px solid #eee;
}
ol.flex-control-nav.flex-control-thumbs {
    justify-content: flex-start;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25% !important;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 0 !important;
}
table.variations {
    box-shadow: none !important;
}
#mega-menu-wrap-Hero-Menu #mega-menu-Hero-Menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-Hero-Menu #mega-menu-Hero-Menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	width: 50%;
}
.woocommerce-notices-wrapper {
    margin: 3rem 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    display: flex;
    align-items: center;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: none !important;
}
#mega-menu-wrap-Hero-Menu #mega-menu-Hero-Menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-bottom: 10px;
}
.prod-ingred-title {
    color: #8E0000;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin-right: 10px;
}
.prod-name-col {
	margin: 0 15px;
	font-size: 16px;
}
.prod-ingre-list li {
    margin: 5px 10px;
}
.prod-ingre-list li::before {
    content: url(./images/Ellipse\ 3.png);
    position: absolute;
    left: -8px;
}
ul.prod-ingre-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
a.company-link {
    color: #bebebe;
}
#mega-menu-wrap-Hero-Menu #mega-menu-Hero-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
	line-height: 1.2;
}

img.second-sec-col-img {
    margin: auto 0;
    height: fit-content;
}
.cooking-class-product-image {
    margin: 0 auto;
}
.woocommerce-product-details__short-description {
    padding-bottom: 20px;
}
body .qib-button.qib-button-wrapper {
    justify-content: start !important;
}
section.related.products {
    width: 100%;
}
.ingred-para, .ingred-descr {
    width: 100%;
    font-size: 18px;
}

.ingred-descr {
	padding-left: 15px;
}
.ingre-list li {
    font-size: 16px;
}

.cooking-dining-card-grid {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	column-gap: 2%;
}
.product-card-3 {
	height: auto;
	width: 100%;
    background: #FFFFFF;
    border: 2px solid #8E0000;
    box-shadow: 0px 1px 10px 4px rgba(142, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 12px;
	margin-bottom: 30px;
}
.scroll .hero-logo-div img {
    width: 117px;
}
ol.flex-control-nav.flex-control-thumbs {
    background-color: #fff !important;
}
body .qib-button.qib-button-wrapper {
	height: 55px;
}
body .qib-button.qib-button-wrapper .minus.qib-button, body .qib-button.qib-button-wrapper .plus.qib-button {
	height: 100% !important;
}
.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity {
	height: 100% !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
	height: 100% !important;
}
.card-slider-2.slick-initialized.slick-slider .slick-list .slick-track {
/*     width: 100% !important; */
/*     transform: none !important; */
}

.description-col p {
    color: #000;
    font-size: 16px;
}
.card-title {
    font-weight: 300;
}
#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #fff200;
    font-weight: normal;
    text-decoration: none;	
    color: #111 !important;
}
.wpcf7-response-output {
    color: initial;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.form-group {
    margin-bottom: 0.5rem !important;
}
a.reset_variations {
    margin: 0 0 8px;
}
span.grams {
    text-align: end;
}
button.minus.qib-button {
    border-radius: 5px 0 0 5px !important;
}
button.plus.qib-button {
    border-radius: 0 5px 5px 0 !important;
}
.cart-collaterals {
		width: 50%;
}
.recipe-video-div {
	background: #111;
}
.shipping-calculator-form p button {
    background: #8e0000;
    padding: 6px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

section.shipping-calculator-form {
    margin-top: 30px;
}

.shipping-calculator-form p input {
    width: 100%;
    padding: 2px 5px;
}

.shipping-calculator-form p span {
    width: 100%;
}

.flyer {
	color: #8e0000;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

@media (max-width: 1499px) {
	.card-title.prod-text {
		font-size: 22px !important;
	}
	span.woocommerce-Price-amount.amount, span.woocommerce-Price-currencySymbol {
		font-size: 22px !important;
	}
	.hero-nav-list .hero-nav-item {
        font-size: 14px;
    }

    .header-logo-div .header-text .div-title,
	.hero-logo-div .header-text .div-title{
        font-size: 30px;
    }

    .header-logo-div .header-text .div-subtitle,
	.hero-logo-div .header-text .div-subtitle{
        font-size: 18px;
    }

    #index-vertical-header .header-logo {
        width: 90px;
    }
	.second-sec-text-div .second-sect-title {
    	font-size: 60px;
    	line-height: 75px;
	}
	/* new footer */
    .second-row .footer-nav-list {
        display: flex;
        width: 80%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .form-col .form-div {
        padding: 20px 50px;
    }
	.description-col .title-footer h1 {
		font-size: 60px;
	}
	.footer .second-row {
		min-height: 400px;
	}
    /**/
	.hero-logo-div .header-logo {
		width: 120px;
	}
	.scroll .hero-logo-div .header-logo {
		width: 90px;
	}
}

@media (max-width: 1199.98px) {
	.hero-cart-menu-div {
        display: flex;
    }

    .content-div {
        display: none;
    }
	
	.hero-heading-div {
        width: 100% !important;
    }
	.second-sec-text-div .second-sect-title {
    	font-size: 50px;
    	line-height: 50px;
	}
	/* new footer*/
    .second-row .footer-nav-list {
        display: flex;
        width: 100%;
        margin: 0 40px;
        justify-content: space-between;
    }

    .first-row .description-col {
        width: 40%;
    }

    .description-col .title-footer h1 {
        font-size: 40px;
    }

    .first-row .form-col {
        width: 60%;
    }

    .form-col .form-div {
        padding: 20px 30px;
    }
	.footer .second-row {
		min-height: 450px;
	}
    /**/
	.recieps-section .f-row {
		margin: 0 5px !important;
	}
	img.second-sec-col-img {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.cooking-dining-card-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	button.single_add_to_cart_button {
		padding: 17px 40px;
	}
}

@media (max-width: 991.98px) {
	.home #index-vertical-header {
        display: none !important;
    }
	.footer-second-col {
		width: 100% !important;
	}
	.second-sec-text-div .second-sect-title {
    	font-size: 60px;
		line-height: 70px;
	}
	/* new footer */
    .first-row {
        display: block;
    }

    .first-row .description-col {
        width: 90%;
        margin: 0 auto;
    }
    .first-row .form-col {
        width: 100%;
        padding-bottom: 55px;
    }

    .form-col .form-div {
        position: relative;
        display: block;
        width: 90%;
        background: #FFFFFF;
        padding: 20px 30px;
    }

    .second-row .footer-nav-list {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .footer-nav-list .footer-nav-item:first-child {
        padding-left: 10px;
    }

    .footer-nav-list .footer-nav-item {
        display: flex;
        justify-content: center;
    }
	.footer .second-row {
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 300px;
	}
    /**/
	.recieps-section .f-row {
		margin: 0 5px !important;
	}
}

@media (max-width: 767.98px) {
	.header-logo-div,
    .hero-logo-div {
        width: 40%;
    }
	.third-sec-title, .section-heading {
		font-size: 65px !important;
	}
	.third-sec-title {
		line-height: 80px;
	}
	.footer-second-col {
		width: 100% !important;
	}
	.second-sec-text-div .second-sect-title {
    	font-size: 50px;
		line-height: 50px;
	}
	span.woocommerce-input-wrapper {
		width: 100% !important; 
	}
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th,
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item td{
		padding-bottom: 30px !important;
	}
	#mega-menu-wrap-Main-Menu .mega-menu-toggle + #mega-menu-Main-Menu {
		width: 90%;
	}
	.cooking-dining-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.cart-collaterals {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.header-logo-div,
    .hero-logo-div {
        width: 60%;
    }
	.heading-div {
        top: 20% !important;
    }
	.third-sec-title, .section-heading {
		font-size: 50px !important;
	}
	.footer-second-col {
		width: 100% !important;
	}
	.second-sec-text-div .second-sect-title {
    	font-size: 40px;
		line-height: 50px;
	}
	.form-row label, .form-row span, .form-row span input {
		width: 100%;
	}
	.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    width: 50% !important;
	}

	textarea#order_comments {
		width: 100%;
	}
	.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .qib-button.qib-button-wrapper {
		justify-content: flex-start !important;
		width: 100%;
	}
	.email-add-div p {
		font-size: 16px;
	}
	.coupon input.input-text {
		padding: 8px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.fourth-section .s-row.card-container.mt-2 {
		padding: 0 16px;
	}
		.product-paragraph p, .summary .woocommerce-product-details__short-description p, .woocommerce-Tabs-panel p, .description-col .description-footer p,
	.heading-div p, .section-paragraph, .fourth-sec-para, p.ingred-para, .step-desc, .woocommerce-privacy-policy-text {
		text-align: justify;
	}

	.fourth-sec-title {
		font-size: 40px;
		line-height: 50px;
	}
	.woocommerce-product-gallery__image.flex-active-slide a img, .woocommerce-product-gallery__image a img {
		width: 100%;
		height: 100%;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.product-title {
		line-height: 60px;
	}
	.cooking-dining-card-grid {
		grid-template-columns: repeat(1, 1fr);
		padding: 0 20px;
	}
	.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	display: block;
	}
	body .qib-button-wrapper {
		width: 100% !important;
		float: left !important;
	}
}