/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

.clr-accent {
    color: #ffbf00;
}
.clr-primary {
    color: #2094f3;
}
.btn-accent .elementor-button-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.header-wrapper {
    backdrop-filter: blur(12px);
}
.header-wrapper .hfe-nav-menu__layout-horizontal {
    display: flex;
    justify-content: end;
}
.header-wrapper  .hfe-search-button-wrapper .hfe-search-form__input {
    top: 100%;
}
.animate-float {
    animation: float 3s ease-in-out infinite;
}
.animate-float-delay {
    animation: float-delay 4s ease-in-out infinite .5s;
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}
.bg-blr{
	backdrop-filter: blur(4px);
}
.animate-float-slow {
    animation: float-slow 5s ease-in-out infinite 1s;
}
	.header-wrapper .menu-item a, .banner-section .elementor-widget-button .elementor-button, .banner-section .elementor-widget-button, .animate-btn, .flavour-collection,
.flavour-collection .elementor-widget-image img{
		transition: all .3s ease-in-out !Important;
	}
@keyframes pulse {
    50% {
        opacity: .5
    }
}
@keyframes float {
    0%,to {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-20px) rotate(5deg)
    }
}

@keyframes float-delay {
    0%,to {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-15px) rotate(-5deg)
    }
}

@keyframes float-slow {
    0%,to {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-25px) rotate(3deg)
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes float-slow {
    0%,to {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-25px) rotate(3deg)
    }
}
.multi-work-section .elementor-icon-box-wrapper {
    height: 100%;
}
.multi-work-section .elementor-widget-icon-box, .full-width a, .flavour-collection, .todays-deals .deal-offer, .todays-deals .elementor-button .elementor-button-icon, .home-fun-images .elementor-widget-image, .multi-work-section .elementor-widget-icon-box .elementor-icon-box-icon ,.multi-work-section .elementor-widget-icon-box {
    transition: all .3s ease-in-out !important;
}
.multi-work-section .elementor-icon-box-title h3,.why-choose-us .elementor-icon-box-title{
	margin:0;
}
header .hfe-site-logo-img {
    display: block;
}
.text-accent-dark {
	color:#cc8800;
}
header .sub-menu {
    overflow: hidden;
}
.full-width a {
    width: 100%;
    display: block;
}
.todays-deals .elementor-button:hover .elementor-button-icon {
    transform: translateX(4px);
}
.why-choose-us .elementor-icon {
    background: #ffbf0033;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
	transition: all .3s ease-in-out;
}
.why-choose-us .elementor-widget-icon-box:hover .elementor-icon {
    background: #ffbf004d;
}
.happy-customers-reviews .sp-testimonial-free {
    background: #ffffff !important;
    padding: 24px;
    border-radius: 16px !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    transition: all .4s ease-in-out !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
	column-gap:12px;
}
.happy-customers-reviews .sp-testimonial-title h3 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    color: #1f242e !important;
}
.happy-customers-reviews .sp-testimonial-content p {
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
    padding: 0;
    margin: 0;
    text-align: left;
}
.happy-customers-reviews .sp-testimonial-client-rating {
    order: -1;
    flex: 1 100%;
	margin-top:12px;
}
.happy-customers-reviews .sp-testimonial-title {
	align-self:center;
}
.happy-customers-reviews .sp-testimonial-client-image, .happy-customers-reviews .sp-testimonial-title {
    margin: 0 !important;
    order: -1;
}
.happy-customers-reviews .sp-testimonial-client-testimonial, .exclusive-offer .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{
	 margin: 0 !important;
}
.happy-customers-reviews .sp-testimonial-free-section .sp-testimonial-item {
    flex: 1;
    padding: 0 !important;
}
.happy-customers-reviews .sp-testimonial-free-section .tfree-grid-items {
    margin: 0 !important;
    width: 100% !important;
    gap: 24px;
    margin-bottom: 40px !important;
}
.happy-customers-reviews .sp-testimonial-free:hover {
	box-shadow:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.exclusive-offer {
    background-image: linear-gradient(to bottom right, #ffbf00, #ffbf00 , #cc8800) !important;
}
.exclusive-offer .ff-el-input--content input {
	border:0 !important;
	height:60px;
}
.exclusive-offer .ff-el-input--content input:focus {
    outline: 4px solid #ffffff4d!important;
}
.exclusive-offer .ff-btn.ff-btn-submit{
    transition: all .3s cubic-bezier(.4,0,.2,1) !important;
}
.exclusive-offer .ff-btn.ff-btn-submit:hover{
box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1) !Important;
transform: translateY(-2px) !Important;
	opacity:1 !Important;
}
.multi-work-section .elementor-widget-icon-box:hover .elementor-icon-box-icon {
    transform: scale(1.1);
}
.exclusive-offer .ff-btn.ff-btn-submit {
	display:flex;
	align-items:center;
	gap:8px;
	justify-content:center;
}
.exclusive-offer .ff-btn.ff-btn-submit::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right w-5 h-5"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
header .xoo-wsc-sc-cont .xoo-wsc-icon-cart2::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shopping-cart w-5 h-5"><circle cx="8" cy="21" r="1"></circle><circle cx="19" cy="21" r="1"></circle><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"></path></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
header .hfe-menu-cart__toggle i {
	display:none;
}
header .hfe-menu-cart__toggle a {
	display:block !Important;
}
header i.fas.fa-search {
	padding:0 !Important;
}
header i.fas.fa-search::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search w-5 h-5"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg>');
    color: transparent;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
    top: 1px;
}
	.header-wrapper  .hfe-search-button-wrapper .hfe-search-form__input {
    height: 42px;
    margin-top: 10px;
}
.flavour-collection:hover .elementor-widget-image img {
    transform: scale(1.1);
}
/* product filters section */
.ic-section .ic-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-bottom: 32px;
	flex-wrap:wrap;
}
.ic-section .ic-filter {
    background: #f3f4f6 !important;
    color: #6a7181 !important;
    width: fit-content;
    text-align: center;
    flex: 0 0 auto;
	font-size:14px !important;
	line-height:20px !important;
	font-weight:600 !important;
	    padding: 8px 16px;
}
.ic-section .ic-filter-label {
	font-weight:400 !important;
}
.ic-section .ic-filter.ic-active {
    background: #1f242e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;
    transform: none !important;
}
.ic-section .ic-sort-select{
	width:100% !important;
	max-width:174px;
    flex: 0 0 auto;
	font-size:14px !important;
	line-height:20px !important;
	font-weight:600 !important;
	padding: 8px 16px;
}
#ic-sort:focus {
    box-shadow: 0 0 0 3px #ffbf00;
}
.ic-product-card .ic-product-body .ic-product-title {
    color: #1f242e;
    margin: 0;
}
.ic-product-card .ic-product-header {
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.woocommerce-Price-amount.amount {
	    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
}
.ic-product-card {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.ic-product-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ic-add-to-cart {
	display:flex;
	align-items:center;
	gap:8px;
	width:100%;
	justify-content:center;
	margin-top:auto;
}
.ic-product-image img {
    height: 100%;
    display: block;
    max-width: 100%;
    width: 100%;
    object-position: center;
    max-height: 192px;
    object-fit: cover;
    transition: all .4s ease-in-out !Important;
}
.ic-product-card:hover .ic-product-image img {
	transform:scale(1.1);
}
.ic-product-image {
    overflow: hidden;
}
.ic-product-card.cat-popcorn {
    background: #fff5d6;
}
.ic-product-card.cat-dot {
    background: #e2f1fd;
}
.ic-product-card .ic-product-image {
    background: #ffffff;
}
.ic-product-card.cat-popcorn .ic-product-title {
	color:#1f242e !important;
	text-decoration: none !Important;
}
.woocommerce-Price-amount.amount {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    color: #cc8800;
}
.woocommerce form .form-row {
    text-align: left;
}
/* product filters section end */
/* acount page css start */
.woocommerce-account-form #customer_login h2 ,.woocommerce-cart .entry-title {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #1f242e;
    margin: 0 0 12px;
    text-transform: uppercase;
}
/* account page css ends  */
.xoo-wsc-container .xoo-wsc-ft-btn-cart, .xoo-wsc-container .xoo-wsc-cart-close, .ic-add-to-cart, .xoo-wsc-empty-cart .xoo-wsc-btn,.woocommerce-cart .wc-proceed-to-checkout a,
.coupon button, .woocommerce-cart table.shop_table button[name="update_cart"], .woocommerce-address-fields .button, .woocommerce-EditAccountForm .button, .single-product .single_add_to_cart_button , #review_form_wrapper .form-submit .submit{
    background-color: #FFBF00 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10196078431372549);
    border-radius: 50px !important;
    padding: 12px 32px 12px 32px !important;
    border: 0 !important;
	color:#1F242E !Important;    
	transition: all .3s ease-in-out ! Important;
	text-decoration:none !Important;
}
.xoo-wsc-container .xoo-wsc-ft-btn-cart:hover, .xoo-wsc-container .xoo-wsc-cart-close:hover, .ic-add-to-cart:hover, .xoo-wsc-empty-cart .xoo-wsc-btn:hover, .woocommerce-cart .wc-proceed-to-checkout a:hover, .coupon button:hover, .woocommerce-cart table.shop_table button[name="update_cart"]:hover,
.woocommerce-address-fields .button:hover, .woocommerce-EditAccountForm .button:hover, .single-product .single_add_to_cart_button:hover, #review_form_wrapper .form-submit .submit:hover {
    background-color: #cc8800 !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
	transform:translateY(-2px);
}
.xoo-wsc-container .xoo-wsc-cart-close, .ic-product-card.cat-dot  .ic-add-to-cart, .coupon button, .product_cat-dot #review_form_wrapper .form-submit .submit{
	background-color: #2094f3 !important;color:#ffffff !Important; 
}
.xoo-wsc-container .xoo-wsc-cart-close:hover, .ic-product-card.cat-dot  .ic-add-to-cart:hover, .coupon button:hover, .product_cat-dot #review_form_wrapper .form-submit .submit:hover {
	background-color: #0A6FC2 !important;
}
.xoo-wsc-ft-btn-checkout {
    border: 1px solid #1F242E !Important;
    background-color: transparent !important;
    color: #1F242E !important;
    border-radius: 50px;
    padding: 8px 16px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.ic-product-desc {
    color: #6a7181;
    margin-bottom: 16px;
}
.ic-product-card.cat-dot  .ic-product-price * {
    color: #0a6fc2;
}
.category-main-filter .ic-grid {
    max-width: 1024px !important;
}
.xoo-wsch-text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}
.xoo-wsc-ft-buttons-cont {
    grid-row-gap: 10px !Important;
}
.page-template-blog-new .site-content,.page-template-blog-new #primary {     max-width: 100% !important;     padding: 0 !important; }
 .woocommerce-cart .checkout-button.button.alt.wc-forward {
    border-radius: 50px;
    padding: 14px 30px !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
}.woocommerce-cart main {
    padding-top: 120px;
}
.woocommerce-cart footer {
	margin-top:80px;
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
    box-shadow: none;
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: #ffbf00;
}
.product_cat-dot p.stars a {
 color: #2094f3;}
.woocommerce-cart .cart_totals h2 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.woocommerce-cart .shop_table {
    border: none;
    margin: 0 0px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
}
.woocommerce-cart table.shop_table {
	border:none !important;
	border-collapse:collapse !Important;
}
.woocommerce-cart table td, table th {
	border: 1px solid #00000038 !Important;
}
.shop_table.cart * , .cart_totals * {
    font-family: "Poppins", sans-serif;
}
.woocommerce-cart table th {
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 500 !important;
}
.woocommerce-cart .product-name a,.woocommerce-cart .shipping-calculator-button {
    text-decoration: none;
    color: #2094f3;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
.coupon #coupon_code {
    min-width: 200px;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 16px;
}
.shipping-calculator-form label {
    font-weight: 600 !important;
}
.shipping-calculator-form button {
    border-radius: 50px !important;
    padding: 10px 26px !important;
}
.woocommerce-cart .ic-cart-related-title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}
.ic-product-card .ic-product-body .ic-product-title {
	font-family: "Poppins", sans-serif;
}
.ic-product-title-link {
	text-decoration:none !important;
}
.single-product {
    padding-top: 64px;
}
.page-id-13 .exclusive-offer {
    display: none;
}
.woocommerce-form.woocommerce-form-login.login, .woocommerce-form.woocommerce-form-register.register, .woocommerce-ResetPassword.lost_reset_password {
    border-radius: 24px;
    box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.10196078431372549);
    padding: 24px;
    border-color: #00000021;
}
.woocommerce form .form-row label {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}
.woocommerce form .form-row input {
        border-color: #6A71813B !important;
    border-radius: 10px !important;
    height: 40px !important;
}
.woocommerce form br, .woocommerce-account .woocommerce-MyAccount-navigation br {
    display: none;
}
.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-button.woocommerce-form-register__submit, .woocommerce-ResetPassword.lost_reset_password .button{
    background-color: var( --e-global-color-primary ) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 12px 10px 12px 10px !important;
    font-family: "Poppins", Sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10196078431372549) !important;
    display: block !important;
    width: 100%;
}
.woocommerce-button.button.woocommerce-form-login__submit:hover, .woocommerce-button.woocommerce-form-register__submit:hover, .woocommerce-ResetPassword.lost_reset_password .button:hover{
    background-color: #0A6FC2 !important;
    color: #FFFFFF !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: end;
}
.woocommerce-LostPassword.lost_password {
    text-align: center;
    margin-block: 20px 0;
    font-family: "Poppins", sans-serif;
}
.woocommerce-LostPassword.lost_password a {
    font-weight: 500;
    color: #0A6FC2 !important;
    font-size: 16px;
    line-height: 1.2;
}
.woocommerce-account-form .ic-toggle-link {
    cursor: pointer;
    color: #CC8800;
    margin-top: 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 500;
}
.woocommerce-account-form p {
     font-family: "Poppins", sans-serif;
}
.icecream-features .elementor-widget-text-editor {
    display: flex;
    align-items: center;
    gap: 12px;
}
.emoji-text img {
    width: 40px !important;
    height: 40px !important;
}
.clr-primary-dark {
    color: #0a6fc2;
}
.woocommerce-ResetPassword.lost_reset_password {
    max-width: 568px;
    margin-inline: auto;
}
.woocommerce-ResetPassword.lost_reset_password .form-row {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 76%;
    padding: 24px;
    border: 1px solid #e2f1fd;
    border-radius: 24px;
}
div#customer_login {
    display: flex;
    justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e2f1fd;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10196078431372549);
}
.woocommerce-MyAccount-navigation-link a {
    color: #0A6FC2;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 1.2;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    background: #e2f1fd;
    transition: all .4s ease-in-out !important;
}
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link a:hover {
    background: #0A6FC2;
    color: #ffffff;
}
.woocommerce-MyAccount-content a {
    color: #CC8800;
}
.woocommerce-account .woocommerce {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.woocommerce-notices-wrapper {
    flex: 1;
    font-family: "Poppins", sans-serif;
}
.woocommerce-lost-password .woocommerce-notices-wrapper {
    flex: 0 0 auto;
}
.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce-Addresses::before, .woocommerce-Addresses::after,
.single-product .related.products .products::after, .single-product .related.products .products::before {
    display: none;
}
.woocommerce-Address-title.title h2 {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}
.woocommerce-Address {
    background: #FFF5D6;
    padding: 24px;
    border-radius: 24px;
    flex: 0 0 auto;
}
.woocommerce-Address-title.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce-Address-title.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce-Addresses address {
   text-align: center;
}
.woocommerce-EditAccountForm .button {
    margin-top: 16px !important;
}
.woocommerce-account-form {
    padding-inline: 16px;
}
.woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.category-main-filter .ic-filters {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin-inline: auto;
    margin-block: 0 !important;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.ic-main-filter {
    padding-block: 16px;
    border-bottom: 1px solid #e5e7eb;
}
.category-main-filter .ic-filters .ic-sort-select {
    max-width: 164px;
    border-radius: 50px;
    background: #f3f4f6;
    border: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #1f242e;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    cursor: pointer;
}
.category-main-filter .ic-grid {
    margin-inline: auto;
}
.category-main-filter .ic-section-header {
    text-align: center;
    margin-top: 64px;
}
.category-main-filter .ic-main-filter {
    position: sticky;
    top: 74px;
    background: rgb(255 255 255 / 95%);
    backdrop-filter: blur(12px);
    z-index: 1;
    padding-inline: 16px;
}
.customer-favorites .ic-grid {
    max-width: 100% !important;
}
.customer-favorites .ic-show-more-wrap {
    display: none;
}
.single-product .site-main {
    max-width: 100% !important;
}
.single-product .woocommerce-breadcrumb {
    font-size: 14px !important;
    line-height: 1.2;
    margin: 0 !important;
    padding: 20px 16px;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
    margin-bottom: 40px !important;
}
.single-product .product .product_title {
    font-size: 50px !important;
    line-height: 1.2;
    color: #1f242e;
}
.single-product .product {
    max-width: 1400px !important;
    padding-inline: 16px;
    margin-inline: auto;
}
.single-product .single_add_to_cart_button{
    width: 100%;
}
.single-product .woocommerce-product-gallery__wrapper img{
    height: 512px !important;
    object-fit: contain;
}
.related.products h2 {
    color: #1a1a1a;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 0 0 20px;
}
.product .product_meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}
.variations_form .label label {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 4px;
}
.product .product_meta span span, .product .product_meta, .variations_form .label label  span{
    font-weight: 400;
}
.product .product_meta .posted_in a, .product_cat-dot .product .woocommerce-Tabs-panel--description button {
    background-color: #2094f3;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500 !important;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10196078431372549);
    border-radius: 50px 50px 50px 50px;
    padding: 6px 12px 6px 12px;
    display: inline-block;
    transition: all .4s ease-in-out;
    border: 0;
}
.product .product_meta a:hover,.product_cat-dot .product .woocommerce-Tabs-panel--description button:hover {
    background-color: #0A6FC2;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10196078431372549);
}
.product .price .woocommerce-Price-amount.amount {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 10px;
    display: inline-block;
    color: #1f242e;
}
.product .woocommerce-variation-price .price .woocommerce-Price-amount.amount {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 0;
    display: inline-block;
    color: #1f242e;
}

.product .variations .value {
    padding: 0;
    background: transparent;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.product .variations .ic-radio-group label, #pack-buttons button, .single-product .product .quantity .qty-btn {
    border: none !important;
    background: #f1f5f9 !important;
    color: #6a7181 !important;
    font-size: 13px !important;
    font-weight: 600 !IMPORTANT;
    text-transform: capitalize;
    transition: all .4s ease-in-out !important;
}
.product .variations .ic-radio-group input[type="radio"]:checked + label, .product .variations .ic-radio-group input[type="radio"]:hover + label,#pack-buttons button:hover, #pack-buttons button[style*="background: rgb(26, 46, 68);"],
.single-product .product .quantity .qty-btn:hover {
    background: #2094f3 !important;
    color: #ffffff !important;
}
.product .variations .reset_variations {
    background: #EF4343;
    padding: 5px 12px 5px 12px;
    border-radius: 50px;
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
    line-height: 1.2;
    font-size: 12px !important;
}
.product .single_add_to_cart_button {
    line-height: 1.4 !important;
    font-size: 18px !important;
}
.product_cat-dot .product .single_add_to_cart_button {
    background: #2094f3 !important;
    color: #fff !important;
}
.product_cat-dot .product .single_add_to_cart_button:hover {
    background: #0A6FC2 !important;
}
.single-product .product .single_add_to_cart_button {
    margin-top: 20px;
}
.single-product .product .quantity {
    margin-top: 12px !important;
}
.single-product .product .quantity input[type="number"]::-webkit-outer-spin-button,
.single-product .product .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .product .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.single-product .product .quantity .qty-btn {
    border-radius: 50px;
}
.single-product .product .quantity input {
    border-radius: 50px;
    width: 100px;
}
.single-product .product .flex-control-thumbs li {
    width: 20% !important;
}
.single-product .product .flex-control-thumbs li img{
    height: 100px !important;
    object-fit: contain;
}
.single-product *{
   font-family: "Poppins", sans-serif;
}
.single-product .related.products li {
    background: #e2f1fd;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    width: 100% !important;
}
.single-product .related.products .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.single-product .related.products li img {
    background-color: #fff;
}
.single-product  table.shop_attributes th {
    vertical-align: middle;
}
.single-product  table.shop_attributes td {
    padding: 6px 10px;
}
.single-product .flex-viewport {
    margin-bottom: 10px;
}
.single-product .related.products .product-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}
.single-product .related.products {
    padding-block: 64px;
}
.single-product .related.products .product-content .price .amount {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 0;
    display: inline-block;
    color: #0a6fc2;
    text-align: end;
}
.single-product .related.products .button {
    background-color: #2094f3 !important;
    color: #ffffff !Important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10196078431372549);
    border-radius: 50px !important;
    padding: 12px 32px 12px 32px !important;
    transition: all .3s ease-in-out ! Important;
    margin-top: auto !important;
}
.single-product .related.products img {
    height: 100%;
    display: block;
    max-width: 100%;
    width: 100%;
    object-position: unset;
    max-height: 192px;
    object-fit: cover;
    transition: all .4s ease-in-out !Important;
    margin: 0 !important;
}
.single-product .related.products li:hover img {
        transform: scale(1.1);
}
.single-product .related.products .product-image {
    overflow: hidden;
    background: #fff;
}

.single-product .related.products .button:hover {
     background-color: #0A6FC2 !important;
     box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.single-product .related.products .woocommerce-loop-product__title {
    font-size: 16px !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}
.single-product .related.products .product-content .woocommerce-LoopProduct-link {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
}
.product_cat-popcorn .product .product_meta .posted_in a, .product_cat-popcorn .product .quantity .qty-btn:hover,.single-product.product_cat-popcorn .related.products .button {
    background: #ffbf00 !important;
}
.product_cat-popcorn .product .product_meta .posted_in a:hover, .single-product.product_cat-popcorn .related.products .button:hover {
    background: #CC8800 !important;
}
.single-product.product_cat-popcorn .related.products li {
    background: #FFF5D6;
}
.single-product.product_cat-popcorn .related.products .product-content .price .amount {
    color: #cc8800;
}
.single-product.product_cat-popcorn .related.products .button {
    color: #1F242E !important;
}
.xoo-wsc-markup .xoo-wsc-container {
    right: 0;
    transform: translateX(425px);
    transition: all .4s ease-in-out !important;
}
.xoo-wsc-markup .xoo-wsc-cart-active .xoo-wsc-container{
    transform: translateX(0);
}
span.xoo-wsc-sc-count,.xoo-wsch-items-count{
    height: 14px;
    line-height: 1;
    width: 14px;
    display: flex;
    align-items: center;
    font-size: 9px;
    font-weight: 700;
    justify-content: center;
}
.footer-menu .sub-menu, .footer-menu .hfe-has-submenu-container .hfe-menu-toggle {
  display: none;
}
.nutrition-wrapper .allergen-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}
.nutrition-wrapper .allergen-icons .allergen-item {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #0000003d;
    border-radius: 50px;
    gap: 10px;
    justify-content: center;
    text-align: center;
}
.nutrition-wrapper .allergen-icons .allergen-item p {
    margin: 0 !important;
    font-weight: 500;
}
.nutrition-vitamins {
    border: 1px solid #FFF5D6;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 10px;
}
.nutrition-vitamins p {
    margin: 0;
    font-weight: 600;
}

/* ===================== */
/* MAIN WRAPPER */
/* ===================== */
.woocommerce-Reviews {
  margin-top: 40px;
  padding: 25px;
  background: #f7f9fc;
  border-radius: 18px;
  border: 1px solid #e8e8e8;
}

/* TITLE */
.woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  border-left: 5px solid #1a7efb;
  padding-left: 12px;
}

/* ===================== */
/* REVIEW LIST */
/* ===================== */
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* REVIEW CARD */
.commentlist li.review {
  background: #ffffff;
  padding: 18px;
  margin-bottom: 15px;
  border-radius: 14px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.commentlist li.review:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(26, 126, 251, 0.15);
}

/* AUTHOR */
.woocommerce-review__author {
  font-weight: 600;
  color: #1a7efb;
  font-size: 15px;
}

/* DATE */
.woocommerce-review__published-date {
  font-size: 12px;
  color: #777;
}

/* STAR RATING */
.star-rating {
  color: #FFBF00;
  font-size: 14px;
  margin-top: 5px;
}

/* REVIEW TEXT */
.description p {
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  margin-top: 10px;
}

/* ===================== */
/* REVIEW FORM */
/* ===================== */
.comment-respond {
  margin-top: 30px;
  padding: 22px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* LABELS */
.comment-form label {
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

/* INPUTS */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 15px;
  transition: 0.2s ease;
  background: #fff;
}

/* FOCUS */
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #1a7efb;
  box-shadow: 0 0 0 3px rgba(26, 126, 251, 0.15);
  outline: none;
}

/* TEXTAREA */
.comment-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* ===================== */
/* SUBMIT BUTTON */
/* ===================== */
.comment-form .submit {
  background: linear-gradient(135deg, #1a7efb, #4da3ff);
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.comment-form .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(26, 126, 251, 0.25);
}

/* ===================== */
/* CUSTOM RATING UI */
/* ===================== */
.comment-form-rating {
  margin-bottom: 20px;
  padding: 15px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
}

/* EACH OPTION */
.rating-label-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  cursor: pointer;
  margin-bottom: 8px;
  transition: 0.25s ease;
  position: relative;
}

/* HOVER */
.rating-label-wrap:hover {
  border-color: #FFBF00;
  box-shadow: 0 6px 16px rgba(255, 191, 0, 0.25);
  transform: translateY(-1px);
}

/* SELECTED */
.rating-label-wrap.selected {
  border-color: #FFBF00;
  background: linear-gradient(90deg, #fff8dc, #ffffff);
}

/* HIDE RADIO */
.rating-label-wrap input[type="radio"] {
  display: none;
}

/* STARS */
.rating-stars {
  color: #FFBF00;
  font-size: 16px;
  min-width: 110px;
  letter-spacing: 2px;
}

/* TEXT */
.rating-text {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

/* ===================== */
/* LINKS */
/* ===================== */
.comment-body a {
  color: #1a7efb;
  text-decoration: none;
}

.comment-body a:hover {
  text-decoration: underline;
}
.flavour-collection .elementor-widget-image {
    height: 100%;
}
.ic-modal-box .ic-modal-close {
    font-size: 26px !important;
    line-height: 1;
    font-weight: 300;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 0;
}

.ic-modal-box .ic-pill,.ic-modal-box .ic-qty-btn {
    padding: 10px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    min-width: 38px;
    background: #FFF5D6;
    border-color: #ffbf00;
    color: #1f242e;
}
.ic-modal-box .ic-pill:hover,.ic-modal-box .ic-qty-btn:hover,.ic-modal-box .ic-pill.active {
    background: #ffbf00;
    border-color: #ffbf00;
    color: #1f242e;
}
.ic-modal-box.ic-cat-dot .ic-modal-close {
    background: #2094f3;
    color: #ffffff;
}
.ic-modal-box.ic-cat-dot .ic-modal-category, .ic-modal-box.ic-cat-dot .ic-pill, .ic-modal-box.ic-cat-dot .ic-qty-btn {
    color: #2094f3;
    border-color: #2094f3;
    background-color: #E2F1FD;
}
.ic-modal-box.ic-cat-dot .ic-modal-range-price *,.ic-modal-box.ic-cat-dot .ic-modal-live-price .woocommerce-Price-amount.amount {
    color: #2094f3;
}
.ic-modal-box.ic-cat-dot .ic-pill:hover, .ic-modal-box.ic-cat-dot .ic-qty-btn:hover, .ic-modal-box.ic-cat-dot .ic-pill.active{
    background: #2094f3;
    border-color: #2094f3;
    color: #ffffff;
}
.ic-modal-box .ic-modal-img {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.ic-modal-live-price .woocommerce-Price-amount.amount {
    font-size: 26px !important;
}
.ic-modal-live-price {
    margin-top:16px;
}
.ic-modal-box .ic-modal-atc-btn {
    background-color: #ffbf00;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 24px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10196078431372549);
    transition-duration: 0.3s;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 12px 12px 12px;
    text-align: center;
}
.ic-modal-box .ic-modal-atc-btn:hover {
        background-color: #ffbf00;
}
.ic-modal-box.ic-cat-dot .ic-modal-atc-btn {
    background-color: #2094f3;
    fill: #FFFFFF;
    color: #FFFFFF;
}
.ic-modal-box.ic-cat-dot .ic-modal-atc-btn:hover {
    background-color: #0A6FC2;
}
.ic-modal-box .ic-modal-error {
    text-align: center;
}
.ic-modal-box .ic-modal-title {
        font-size: 36px !important;
}
    .ic-modal-box .ic-modal-left {
    padding: 0;
}
.ic-single-related .ic-cart-related-title {
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}
.ic-single-related {
    padding-block: 40px;
}
/* ===================== */
/* RESPONSIVE */
/* ===================== */
@media (max-width: 768px) {
  .woocommerce-Reviews {
    padding: 15px;
  }

  .rating-label-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .rating-stars {
    min-width: auto;
  }
}
@media screen and (min-width:1025px){
	.header-wrapper .hfe-nav-menu__layout-horizontal {
    width: 100% !important;
    position: static !important;
}
}
@media screen and (max-width:1200px){
    .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
}
.woocommerce-account .woocommerce {
    gap: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 65%;
}
}
@media screen and (max-width:1024px){
		.header-wrapper .header-nav-menu, .header-right-menu {
    position: static !important;
}
.header-wrapper .hfe-dropdown {
    position: absolute;
    top: 100% !important;
	left:0 !Important;
	margin-top:8px;
}
	.header-wrapper .menu-item{
		border-color: #00000008 !Important;
	}
	.header-wrapper .menu-item.current-menu-item a, .header-wrapper .menu-item a:hover{
		background:#CC8800 !Important;
		color:#ffffff !Important;
	}
	.happy-customers-reviews .sp-testimonial-free-section .tfree-grid-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.happy-customers-reviews .sp-testimonial-free-section .sp-testimonial-item {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 16px;
}
.woocommerce-MyAccount-navigation-link a {
    font-size: 14px;
}
.woocommerce-account .woocommerce {
    gap: 20px;
}
.category-main-filter .ic-section-header,.category-main-filter .ic-grid {
    padding-inline: 16px;
}
.single-product .related.products .products {
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width:991px){
    .woocommerce-account .woocommerce {
    flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-MyAccount-content {
    justify-content: center;
}
.category-main-filter .ic-grid , .customer-favorites .ic-grid{
    grid-template-columns: repeat(2, 1fr) !important;
}
.related.products h2,.ic-single-related .ic-cart-related-title {
    font-size: 36px;
    line-height: 1;
}
}
@media screen and (max-width:767px){
	.happy-customers-reviews .sp-testimonial-free-section .tfree-grid-items {
		 grid-template-columns: 1fr;
	}
	.why-choose-us .elementor-icon {
    width: 54px;
    height: 54px;
}
		.why-choose-us .elementor-icon svg{
    width: 26px;
    height: 26px;
}
	.header-wrapper  .hfe-search-button-wrapper .hfe-search-form__input {
    height: 36px;
    right: -60px !important;
}
	.woocommerce-account-form #customer_login h2 ,.woocommerce-cart .entry-title {
    font-size: 32px;
}
.woocommerce-account .woocommerce {
    padding-inline: 16px;
}
.category-main-filter .ic-main-filter {
    top: 58px;
}
.single-product .product .product_title {
    font-size: 34px !important;
}
.single-product .related.products .products {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 640px){
    .ic-modal-box .ic-modal-img {
    max-height: 360px;
}
}
@media screen and (max-width: 576px){
	.coupon #coupon_code {
    width: 100% !important;
}.coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	
	.coupon .button {
    width: 100% !important;
}
.woocommerce form .form-row label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}
.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-button.woocommerce-form-register__submit, .woocommerce-ResetPassword.lost_reset_password .button {
    font-size: 16px !important;
}
.category-main-filter .ic-grid, .customer-favorites .ic-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.single-product {
    padding-top: 46px;
}
.single-product .woocommerce-breadcrumb {
    font-size: 12px !important;
    padding: 14px 0px;
    margin-bottom: 8px !important;
}
.single-product .product {
    padding-inline: 0;
}
.single-product .woocommerce-product-gallery__wrapper img {
    height: 440px !important;
}
.single-product .product .flex-control-thumbs li {
    width: 25% !important;
}
.single-product .product .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1px;
}
.single-product .product .product_title {
    font-size: 30px !important;
}
.single-product .product .woocommerce-tabs .tabs.wc-tabs {
    display: flex;
    justify-content: center;
    font-size: 12px;
}
.single-product .product .woocommerce-Tabs-panel h2 {
font-size: 28px;
}
.related.products h2, .ic-single-related .ic-cart-related-title {
    font-size: 30px;
}
.single-product .related.products .products {
    grid-template-columns: repeat(1, 1fr);
}
.ic-modal-box .ic-modal-title {
        font-size: 30px !important;
}
.ic-modal-box .ic-modal-img {
    max-height: 240px;
    object-fit: cover;
}
}
.home .exclusive-offer {
display:none;
}
