/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    margin-top: 0;
    margin-bottom: var(--sections-title-spacing,30px);
    color: var(--sections-title-color,#000);
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 700;
}

.elementor-29 .elementor-element.elementor-element-19efd1a .woocommerce-form__label-for-checkbox span {
    font-family: "Brandon", Sans-serif;
    font-size: 17px!important;
    line-height: 27px!important;
    text-transform: none!important;
    font-weight: 300;
}

.sadrzaj ul {
    margin-bottom: 20px!important;
} 

.link340 a {
    text-decoration: underline!important;
}

.elementor-widget-woocommerce-checkout-page a {
    text-decoration: underline!important;
}

.button3040230 .elementor-button span {
    text-decoration: inherit;
    display: flex;
    align-items: baseline;
}

.e-coupon-box {
    border: 1px solid #204f581a!important;
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important;
}

.e-checkout__order_review {
    border: 1px solid #204f581a!important;
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important;
}
h3#order_review_heading {
    display: none!important;
}
.shop_table.woocommerce-checkout-review-order-table {
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    line-height: 27px;
}

.shop_table.woocommerce-checkout-review-order-table {
display: none!important;
}

.e-checkout-secondary-title {
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    line-height: 27px;
}

woocommerce-form__label-for-checkbox span {
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: initial;
}


.woocommerce-multistep-checkout form.checkout h3#order_payment_heading {
    font-family: "Brandon", Sans-serif;
    text-transform: uppercase;
} 
label[for=shipping_method_0_flat_rate2]{
    display: flex!important;
    justify-content: space-between!important;
    width: 100%!important;
}
.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals td {
    padding-left: 0!important;
    padding-right: 0!important;
}
 
 

/* START - Animation for add to cart loading */

.single_add_to_cart_button.loading {
    position: relative;
}

.single_add_to_cart_button.loading::before {
    content: '';
    position: absolute;
    top: 28%;
    left: 5%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-top: 5px solid #af1b0d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 0.5s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* END - Animation for add to cart loading */




/* START - How much for freeshiping */

.howmuchforfreeshipping-titlebox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 20px;
}

.howmuchforfreeshipping-title {
	font-family: "Brandon", Sans-serif;
    font-size: 17px;
	line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.howmuchforfreeshipping-icon {
    margin-right: 15px;
    padding: 9px;
    background-color: #f2f2f2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 52px;
    height: 52px;
}

.howmuchforfreeshipping-icon img {
    width: 40px;
    height: 33px;
    object-fit: contain;
}

.howmuchforfreeshipping-progressbar {
	background: linear-gradient(to right, #f2f2f2, #e2e2e2);
	height: 25px; 
	width: 100%; 
	background-size: 400% 400%;
	border-radius: 5px; 
	overflow: hidden;
	animation: gradientBG 3s ease infinite;
	position: relative;
}

.howmuchforfreeshipping-progressbar:before {
    content: 'Minimum order';
    width:34%;
    height: 25px;
    display: block;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-right: 2px solid #fff;
    font-size: 11px;
    font-family: "Brandon", Sans-serif;
    text-transform: uppercase;
    line-height: 25px;
}

.howmuchforfreeshipping-progressbar:after {
    content: 'Free shipping';
    position: absolute;
    font-family: "Brandon", Sans-serif;
    text-transform: uppercase;
    top: 0;
    right: 0;
    z-index: 1;
    color: #2a2a2a;
    width: 66%;
    font-weight: 700;
    text-align: center;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
}
@keyframes gradientBG {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }

.howmuchforfreeshipping-message {
    border-bottom: 1px dashed #ececec;
    margin-bottom: 20px;
	font-family: "Brandon", Sans-serif;
    font-size: 17px;
	line-height: 27px;
    font-weight: 400;
    text-transform: uppercase;
}


.howmuchforfreeshipping-fill {
    background: linear-gradient(to right, #E63E2E, #bc1a0c);
    background-size: 400% 400%;
    height: 100%;
    position: relative;
}







/* END - How much for freeshiping */






/* START - Checkout page */


.woocommerce-multistep-checkout ul.nav-wizard li.active a {
    color: #000!important;
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 700;
}

.woocommerce-multistep-checkout ul.nav-wizard li.active ~ li a {
    color: #d4d4d4!important;
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 700;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased;
    background-color: var(--e-global-color-1f919a2 );
    color: #ffffff;
    width: 100%;
    padding: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 700;
}
a.prev-step-button.step-trigger:hover {
    background-color: #000;
}

.woocommerce-multistep-checkout ul.nav-wizard li a, .woocommerce-multistep-checkout ul.nav-wizard li.active ~ li a {
    color: #d4d4d4!important;
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 700;
}

a.prev-step-button.step-trigger {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    background-color: #222;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: "Brandon", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 500;
}


button.next-step-button:hover {
    background-color: #cb281a!important;
}

.woocommerce-multistep-checkout ul.nav-wizard li:not(:first-child)::before, .woocommerce-multistep-checkout ul.nav-wizard li a::before {
    background: #e63e2e!important;
}

.woocommerce-multistep-checkout ul.nav-wizard li.active a::before {
    border-color: #e63e2e!important;
}


.woocommerce-multistep-checkout .step-wrapper {
    border: 1px solid #204f581a!important;
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important;
    padding: 20px;
}

@media only screen and (max-width: 700px) {
    .e-checkout__order_review {
        padding: 20px!important;
    }
    .e-coupon-box {
        padding: 20px!important;    
    }
}



/* END - Checkout page */


/* START - Cart page */

.cart-page-button-container {
    text-align: center;
    margin-top: 30px;
}

.cart-page-button-container a {
    font-family: "Brandon", Sans-serif;
    font-size: 15px!important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    color: #fff!important;
    background-color: #222;
    min-height: auto;
    margin-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 20px;
}

.cart-page-button-container a:hover {
    background-color: #000;
}

.woocommerce-message {
    border: 1px solid #ececec;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
font-family: "Brandon", Sans-serif;
}

.woocommerce-error {
    border: 1px solid #ececec;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
font-family: "Brandon", Sans-serif;
}

.woocommerce-message::before {
    display: none!important;
}

.woocommerce-error::before {
    display: none!important;
}

td.product-thumbnail {
    width: 26%;
}

.elementor-widget-woocommerce-cart .e-cart__container {
    grid-template-columns: 65% auto;
}	

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 100%;
    height: auto;
    display: block;
}


body.woocommerce-cart input.input-text.qty.text, p.stock.in-stock {
		display: block;
}

body.woocommerce-cart .wc-gzd-cart-info {
	font-size: 12px;
	line-height: 22px;
}

body.woocommerce-cart .wc-gzd-cart-info .unit {
	font-size: 12px!important;
	line-height: 22px!important;
}


td.product-remove {
	text-align: right!important;
  }

  .woocommerce a.remove {
font-size: 2em;
margin-right: 8px;
}

.e-shop-table {
padding: 0!important;
background: #fff!important;
}

.e-cart-totals {
border: 1px solid #204f581a!important;
-webkit-border-radius: 12px!important;
-moz-border-radius: 12px!important;
border-radius: 12px!important;
}

.coupon.e-cart-section.shop_table {
border: 1px solid #204f581a!important;
-webkit-border-radius: 12px!important;
-moz-border-radius: 12px!important;
border-radius: 12px!important;
}

p.wc-gzd-cart-info{
margin: 0!important;
}

.wc-gzd-cart-info.wc-gzd-item-desc.item-desc {
display: none!important;
}
tr.woocommerce-cart-form__cart-item td {
padding: 10px 10px 0px 10px!important;
}
tr.product-thumbnail { 
padding-top: 0!important;
}
td.product-price {
display: flex!important;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wc-gzd-cart-info.unit-price.unit-price-cart {
opacity: 0.4;
margin: 0!important;
}
.wc-gzd-cart-info .unit {
font-size: 17px!important;
}

.woocommerce-Price-amount.amount {
font-weight: 700!important;
}
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
font-weight: 700!important;
}
.wc-gzd-cart-info .woocommerce-Price-amount {
font-weight: 700!important;
}
  tr.cart_item {
border:1px solid #204f581a!important;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

  .woocommerce table.shop_table tbody tr {
	  display: flex;
	  flex-wrap: wrap;
  } 
  thead {
	display: none!important;
  }

  table.woocommerce-cart-form__contents tbody td {
border: 0!important;
}


.quantity-container {
    display: flex;
    flex-wrap: nowrap;
    width: 55%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quantity-minus {
    border: 1px solid #e63e2e;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    width: 40px!important;
    position: relative;
    display: flex;
    padding: 0px 19px;
    height: 40px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.quantity-minus:hover {
    background-color: #e63e2e;
    color: #fff;
    cursor: pointer;
}

.quantity-plus:hover {
    background-color: #e63e2e;
    color: #fff;
    cursor: pointer;
}

.quantity-minus:focus {
    background-color: #e63e2e;
    color: #fff;
}

.quantity-plus:focus {
    background-color: #e63e2e;
    color: #fff;
}
.quantity-minus .qty-name {
    font-weight: 900!important;
    color: #e63e2e!important;
    font-family: "Brandon", Sans-serif!important;
    font-size: 30px!important;
    margin-top: -5px;
}

.quantity-plus .qty-name {
    font-weight: 900!important;
    color: #e63e2e!important;
    font-family: "Brandon", Sans-serif!important;
    font-size: 30px!important;
}


.quantity-minus:hover .qty-name {

    color: #fff!important;
}

.quantity-plus:hover .qty-name {

    color: #fff!important;
}


.quantity-plus {
    border: 1px solid #e63e2e;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    width: 40px!important;
    position: relative;
    display: flex;
    padding: 0px 19px;
    height: 40px;
    align-items: center;
    justify-content: center;
    align-content: center;
}


input.input-middle {
    text-align: center;
    border: 0;
    font-family: "Brandon", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding: 0;
}

.elementor-menu-cart__product {
    grid-template-columns: 20% auto;
}



@media only screen and (max-width: 700px) {

    .quick-view {
        display: none!important;
    }

   .box040505020 .elementor-nav-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }
    .box040505020 li.menu-item-7668 {
        border-bottom: 2px solid #000;
    }

    .quick-view {
        display: none!important;
    }

    .custom_product-list {
        gap: 10px;
    }

    .custom_product-list .product-info {
        padding: 10px!important; 
    }
    .custom_product-list .product-info .product-name a, .custom_product-list .product-info .product-name {
        font-size: 16px!important;
        min-height: 75px!important;
        display: flex;
        align-items: center;
        justify-content: center;
      }  
    .custom_product-list .product-add button {
        font-size: 11px!important;
    }
    .custom_add_to_cart {
        height: 33px!important;
    }
    .custom_product-list .product-item {
        margin-bottom: 0!important;
    }

    .custom_product-list .product-info {
        min-height: auto!important;
    }

    .elementor-menu-cart__main {
        width: 80%!important;
    }

    .custom_product-list .product-info .product-name a,
.custom_product-list .product-info .product-name {
    width: 100%!important;
}  

    .e-cart-totals {
        padding: 10px!important;
    }

    .quantity-minus {
        border: 1px solid #e63e2e;
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        border-radius: 500px;
        width: 20px!important;
        position: relative;
        display: flex;
        padding: 19px 19px;
        height: 20px;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .quantity-plus {
        border: 1px solid #e63e2e;
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        border-radius: 500px;
        width: 20px!important;
        position: relative;
        display: flex;
        padding: 19px 19px;
        height: 20px;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    input.input-middle {
        font-size: 20px!important;
        font-weight: 700;
        line-height: 30px!important;
        padding: 0;
    }

    

    .elementor-widget-woocommerce-cart .e-cart__container {
        grid-template-columns: repeat(1,1fr);
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 10px;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
        padding: 0!important; 
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        padding: 0!important;
        text-align: center!important;
    }


table.woocommerce-cart-form__contents tbody {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
    column-gap: 10px!important;
    row-gap: 10px!important;
}

.woocommerce table.shop_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-end;
}
.elementor-widget-woocommerce-cart .woocommerce .cart td:before {
    display: none!important;
}
.quantity-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
td.product-name {
    font-size: 12px!important;
    line-height: 20px!important;
}
body.woocommerce-cart .wc-gzd-cart-info {
    font-size: 10px!important;
    line-height: 18px!important;
    font-weight: 300!important;
}
body.woocommerce-cart .wc-gzd-cart-info .unit {
    font-size: 10px!important;
    line-height: 18px!important;
    font-weight: 300!important;
}

}





/* END - Cart page */



.quantity-wrap {
    display: inline-block;
    position: relative;
 }
 
 .quantity-wrap .qty-minus,
 .quantity-wrap .qty-plus {
    display: inline-block;
    padding: 7px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
 }
 
 .quantity-wrap .qty-minus {
    border-right: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
 }
 
 .quantity-wrap .qty-plus {
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
 }
 






















.woocommerce-error {
    background-color: #fff;
}



.box5004-partner-logo {
	
}
.box5004-partner-logo img {
    object-fit: contain;
    width: 60px;
    height: auto;
}

.partnerlogo {
    display: flex;
    justify-content: flex-end;
}
.partnerlogo img {
    object-fit: contain;
    width: 80px;
    height: auto;
}



@media only screen and (max-width: 700px) {

	.partnerlogo img {
    object-fit: contain;
    width: 60px;
    height: auto;
}
	
}

/* CUSTOMER REGISTRATION FORM -- START -- */

.elementor-field-group-field_df52e28, .elementor-field-group-field_3f9cae2, .elementor-field-group-field_9dcc64e, .elementor-field-group-field_1d33bb1 {
	padding-bottom: 10px !important;
}

.elementor-field-group-field_3f9cae2, .elementor-field-group-field_9dcc64e, .elementor-field-group-field_1d33bb1 {
	padding-top: 20px !important;
}

/* CUSTOMER REGISTRATION FORM -- END -- */

/* STORE FINDER BUTTON ICON -- START -- */
#storefinder_btn i {
	margin-top: 7px !important;
}
/* STORE FINDER BUTTON ICON -- END -- */

/* COOKIE WORLD LOOP -- START -- */


button.single_add_to_cart_button.elementor-button.button.alt {
	border: none;
	margin: auto;
}

.elementor-6308 .elementor-element.elementor-element-d0c1ba1 .ecs-post-loop .elementor .elementor-section-wrap .elementor-top-section {
	height: auto !important;
}

.cookie-price .price {
	margin-bottom:0px !important;
}

@media only screen and (max-width: 700px) {
		#cookie-world .elementor-swiper-button.elementor-swiper-button-next {
		display: none;
	}
}


/* COOKIE WORLD LOOP -- END -- */

/* COOKIE WORLD TABS -- START -- */
@media (min-width: 320px) {
  #tabs .elementor-tabs-wrapper {
    display: flex;
        flex-direction: row;
	  	justify-content: space-between;
  }
}
@media (min-width: 320px) {
  #tabs .elementor-tab-mobile-title {
    display: none;
  }
}

#tabs p {
    text-align: center;
}

.elementor-tab-desktop-title, .elementor-tab-desktop-title.elementor-active {
	background: #fff !important;
}

#tabs .elementor-tab-mobile-title {
	display: none !important;
}
.elementor-tab-desktop-title {
	display: flex !important;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 5px;
}

.elementor-tab-desktop-title img {
	max-width: 40px;
	max-height: 40px;
}

.elementor-tab-title.elementor-tab-desktop-title {
	display: flex !important;
	align-items: center;
    justify-content: center;
}

/* COOKIE WORLD TABS -- END -- */

.mobile-falafel {
	display: none;
}

.desktop-falafel {
	display: block;
}

@media only screen and (max-width: 700px) {
	.elementor-element-3f52dd4, .elementor-element-afba6cb, .elementor-element-6b4e23d {
		display: none;
	}
	
	.desktop-falafel {
		display: none;
	}
	
	.mobile-falafel {
		display: block;
	}
	
	.elementor-6311 .elementor-element.elementor-element-7931dac > .elementor-container {
		min-height: 250px !important;
	}
	
	#pimp-dough {
	height: 450px;
	}
	
	#bowl-last-row .elementor-row {
		display: flex;
		flex-direction: column;
		align-content: center;
	}
}

#dough-first-element .elementor-6482 .elementor-element.elementor-element-44ad7f31 > .elementor-element-populated {
    height: 580px;
}

/* TAKE A LOOK TITLE ON SLIDES */

#take_look_title {
	background: #D6C7B0;
    margin: 0 auto;
    margin-top: -20px;
    width: 80%;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}


div#cookie-world {
	margin-bottom: 0px;
}

#latest-recipes .variable-width.center.slick-initialized.slick-slider, #homepagetakealook .variable-width.center.slick-initialized.slick-slider, #favourite_recipes .variable-width.center.slick-initialized.slick-slider {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#latest-recipes {
	margin-bottom: 25px;
}

.box04505034205230 {
    height: 474px;
    background-size: cover;
}

/* FOOTER CONTACT FORM */

.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_a2ecca4.elementor-col-100 {
	order: 2;
}

.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-20.e-form__buttons {
	order: 1;
}



/* ADD TO CART ON PRODUCT PAGE */
.custom_add_to_cart {
	height: 40px;
}
.custom_add_to_cart .custom_quantity {
	display: inline-flex;
	align-items: center;
	border: 2px solid #ece6dc;
    box-sizing: border-box;
    max-width: 140px;
	margin-right: 20px;
}

.custom_add_to_cart input[name="quantity"] {
	border: 0;
	text-align: center;
	padding: 0;
}

.custom_add_to_cart input[type="number"]::-webkit-inner-spin-button, 
.custom_add_to_cart input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.custom_add_to_cart .minus, 
.custom_add_to_cart .plus {
	width: 80px;
	height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_add_to_cart .minus:hover, 
.custom_add_to_cart .plus:hover {
    background: #ece6dc;
}

.custom_add_to_cart .minus:selection,
.custom_add_to_cart .plus:selection {
    color: none;
    background: none;
}
.custom_add_to_cart .plus:-moz-selection,
.custom_add_to_cart .minus:-moz-selection {
    color: none;
    background: none;
}

.custom_add_to_cart button {
    font-family: "Brandon", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border: 0;
    border-radius: 0;
    background: #ece6dc;
    width: 100%;
    transition: all 0.2s;
}

.custom_add_to_cart button:hover,
.custom_add_to_cart button:focus {
	background: #e63e2f;
	color: #fff
}


/* CUSTOM PRODUCT LIST */
.custom_product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 660px;
    margin: 0 auto;
    gap: 25px;
}
  
.custom_product-list .product-item {
	width: calc(50% - 12.5px);
	margin-bottom: 25px;
}

.custom_product-list .product-add {
	margin-top: 10px;
}

.custom_product-list .product-add button {
	font-family: "Brandon", Sans-serif;
    font-weight: 700;
	font-size: 22px;
    text-transform: uppercase;
    color: #000;
    border: 0;
    border-radius: 0;
    background: #ece6dc;
    width: 100%;
}

.custom_product-list .product-info {
    background: #99cd9d;
    text-align: center;
    padding: 25px;
    position: relative;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.custom_product-list .product-info img {
	max-width: 80%;
} 

.custom_product-list .product-info .product-name a,
.custom_product-list .product-info .product-name {
	font-family: "Brandon", Sans-serif;
    font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	margin: 0; 
    width: 50%;
}

.custom_product-list .quick-view,
.custom_product-list .quick-view-popup {
	display: none;
	transition: all 0.2s;
}

.custom_product-list .quick-view {
    text-transform: uppercase;
}

.elementor-menu-cart__main {
    z-index: 30!important;
}
.custom_product-list .quick-view-popup {
	position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-left: 15px;
    padding-right: 15px;
	transition: all 0.2s;
}

.custom_product-list .quick-view-popup .modal-content {
    background-color: #f2f3ef;
    margin: auto;
    width: fit-content;
    max-width: 900px;
    height: fit-content;
    max-height: 700px;
}

.custom_product-list .quick-view-popup .modal-body {
	display: flex;
    justify-content: center;
	padding: 30px;
	align-items: center;
}

.custom_product-list .quick-view-popup .modal-header {
	float: right;
	font-size: 32px;
	margin-right: 10px;
	cursor: pointer;
}

.quick-view-popup .modal-body .product-name {
	font-family: "Brandon", Sans-serif;
    font-weight: 600;
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

.quick-view-popup .modal-body .product-description {
	font-family: "Brandon", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin: 0;
}

.quick-view-popup .modal-body .more-info {
	font-family: "Brandon", Sans-serif;
    font-size: 14px;
    color: gray;
    margin: 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.quick-view-popup .modal-body .product-price {
	font-family: "Brandon", Sans-serif;
	font-size: 46px;
	font-weight: 600;
	color: #000;
	margin: 0;
	margin-top: 30px;
}

.quick-view-popup .modal-body .product-price-per-kilo {
	font-family: "Brandon", Sans-serif;
    font-size: 14px;
    color: gray;
    margin: 0;
}

.quick-view-popup .modal-body .custom_add_to_cart {
    display: flex;
	margin-top: 70px !important;
}

.custom_product-list .product-info:hover > .quick-view {
    display: flex;
    position: relative;
    background: #ece6dc;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-family: "Brandon", Sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.2s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom_product-list .quick-view-popup .quick-view-left {
    min-width: 35%;
	margin-right: 25px;
}

.custom_product-list .quick-view-popup .product-price-per-kilo a {
    color: #808080;
    font-family: "Brandon", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
	.custom_product-list .quick-view-popup .modal-body {
		flex-direction: column;
		padding: 15px;
	}
	.custom_product-list .quick-view-popup .modal-content {
		width: 100%;
		max-height: unset;
		display: inline-grid;
    	justify-items: end;
	} 

	.custom_product-list .quick-view-popup .quick-view-left {
		text-align: center;
		margin: 0;
        min-width: unset;
	}

	.quick-view-popup .modal-body .custom_add_to_cart {
		margin-top: 10px !important;
	}

	.quick-view-popup .modal-body .product-price {
		margin-top: 10px;
	}

} 