/*
Theme Name: Hello Elementor Child BN
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.2
Updated: 2024-08-29 08:46:21

*/

/* START for products arhive widget */

.rbit-products-archive .woocommerce .prdctfltr_woocommerce {
    color: black;
    /*font-family: 'Manrope' !important;*/
    width: 25% !important;
    padding-right: 70px;
}

.rbit-products-archive .woocommerce .woocommerce-ordering {
    position: absolute;
    right: 0px;
    top: -50px;
}

.rbit-products-archive .woocommerce .products.columns-3 {
    width: 75% !important;
    align-content: baseline !important;
}

.rbit-products-archive .woocommerce.columns-3 {
	display: flex;
    flex-wrap: wrap;
}

.rbit-products-archive .woocommerce.columns-3 .woocommerce-result-count {
	display: none;
}

/* END for products arhive widget */



/*  START for Nowosci page  */
.rbit-newest-products .product {
	display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.rbit-newest-products .woocommerce-LoopProduct-link {
	height: 100%;
	display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.rbit-newest-products a.add_to_cart_button {
	margin: 0 10px 0 10px !important;
}

.rbit-newest-products a.product_type_simple {
	margin: 0 10px 0 10px !important;
}

.rbit-newest-products .woocommerce-loop-product__title {
	margin: 0 10px 0 10px !important;
}

/*  END for Nowosci page  */

/*  START for Products archive page  */
.rbit-products-archive .product {
	display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.rbit-products-archive .woocommerce-LoopProduct-link {
	height: 100%;
	display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.rbit-products-archive a.add_to_cart_button {
	margin: 0 10px 0 10px !important;
}

.rbit-products-archive a.product_type_simple {
	margin: 0 10px 0 10px !important;
}

.rbit-products-archive .woocommerce-loop-product__title {
	margin: 0 10px 0 10px !important;
}

.rbit-products-archive nav.woocommerce-pagination {
	margin: auto;
    margin-top: 20px;
}

.prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title {
	color: #ffffff;
	width: 100% !important;
    height: 100%;
	max-width: 100% !important;
    text-align: center;
}

#rbit-main-seo h4 {
	font-size: 1.5rem !important;
}

@media only screen and (max-width: 905px) {
    .rbit-products-archive .woocommerce.columns-3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .rbit-products-archive .prdctfltr_mobile {
        display: flex;
        background-color: #30c983;
        color: #ffffff;
        padding: 5px;
        width: 100%;
        min-height: 26px;
    }

    .rbit-products-archive .woocommerce-ordering {
        width: 100%;
    }

    .rbit-products-archive .woocommerce .prdctfltr_woocommerce {
        width: 100% !important;
    }

    .rbit-products-archive .woocommerce .products.columns-3 {
        width: 100% !important;
    }

    .rbit-header {
        /*z-index: 0 !important;*/
    }

    .rbit-products-archive .woocommerce .prdctfltr_woocommerce {
        padding: 0;
    }

    .rbit-products-archive .woocommerce .prdctfltr_woocommerce_filter_title {
        padding: 8px;
        margin: auto;
    }

    .elementor-location-archive {
        z-index: 0;
    }

	/*  START Title section z-index fix  */

	.rbit-header .rbit-mobile-header{
		z-index: 0 !important;
	}

	/*  END Title section z-index fix  */
}


/*  END for Products archive page  */

/*  START sale products sale tag  */
/*
.rbit-sale-products .product img::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 20%;
	background:url('/wp-content/themes/hello-elementor-child/img/sale-tag.svg');
    opacity: .7;
}

.rbit-sale-products .product .woocommerce-LoopProduct-link::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;

	background:url('/wp-content/themes/hello-elementor-child/img/sale-tag2.png');
    opacity: .9;
}*/

.product .onsale {
	padding: 5px !important;
    line-height: 3 !important;
	z-index: 1 !important;
}

/*  END sale products sale tag  */

/*  START fix filters 2 collumns on tablet */

@media (max-width: 900px) {
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter, .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter {
		width: 100% !important;
	}
}

/*  END fix filters 2 collumns on tablet */


/* START Highlight the Promotion menu */

.menu-item-15738 a {
	color: #008A4A !important;
	font-weight: 600 !important;
}

/* END Highlight the Promotion menu */

/*  START Newsletter form in footer */

.rbit-newsletter-form {

}

.rbit-newsletter-form img {
    width: 25px;
    margin-left: -25px;
}

.rbit-newsletter-form .rbit-img-button {
    width: 25px !important;
    margin-left: -25px;
}

.rbit-newsletter-form .rbit-email-input {
    width: 100% !important;
}

.rbit-newsletter-form .rbit-email-input:focus {
    outline: none;
}

.rbit-newsletter-form .tnp-field-email {
    display: flex;
    gap: 0px;
}

.rbit-newsletter-form input.tnp-email{
    background-color: transparent;
    font-family: "Heebo", Sans-serif;
    font-weight: 300;
    color: #7A7A7A;
    /* background-color: #FFFFFF8C; */
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #686868;
    border-radius: 0px 0px 0px 0px;
    padding: 4px 30px 4px 4px;
}

.rbit-newsletter-form .przetwarzanie_danych {
    display: flex !Important;
}

.rbit-newsletter-form .przetwarzanie_danych label {
    font-size: 11px !Important;
    font-weight: 500 !Important;
    width: 220px !Important;
}

.rbit-newsletter-form {

}

/*  END Newsletter form in footer */


/*  START Categories SEO description  */

.rbit-cat-descr .categorydesc h2 {
	font-size: 1rem !important;
    line-height: 2rem;
	font-family: var(--e-global-typography-975df39-font-family), titillium web;
    font-weight: var(--e-global-typography-975df39-font-weight);
}

.rbit-cat-descr .categorydesc h2 strong {
    font-weight: var(--e-global-typography-975df39-font-weight);
}

.rbit-cat-descr .categorydesc h3 {
	font-size: 0.9rem !important;
    line-height: 1.8rem;
}

/*  END Categories SEO description  */

/*  START Contine shopping button   */

.rbit-contine-shopping {
	padding: 10px;
}

.rbit-contine-shopping .button {
	font-family: var(--e-global-typography-accent-font-family), titillium web !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: var(--e-global-typography-accent-text-transform) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
	
	color: var(--forms-buttons-normal-text-color,#818a91) !important;
    border-radius: var(--forms-buttons-border-radius,3px) !important;
    padding: var(--forms-buttons-padding,.88rem 2rem) !important;
    /*border: 2px var(--forms-buttons-border-type,solid) var(--forms-buttons-border-color,#5bc0de) !important;*/
    border: 2px var(--forms-buttons-border-type,solid) var(--e-global-color-8e5405e) !important;
	
	/*background-color: var(--e-global-color-6f75a37) !important;*/
	background-color: var(--e-global-color-8e5405e) !important;
    border-width: 1px 1px 1px 1px;
	
	transition: all .3s;
}

.rbit-contine-shopping .button:hover {
	    background-color: var(--e-global-color-accent) !important;
		border: 2px var(--forms-buttons-border-type,solid) var(--e-global-color-accent,#5bc0de) !important;
}

/*  END Contine shopping button   */

/*  START Woo MiniCart customize */

.wmc-cart-wrapper ul li .wmc-remove a {
	font-size: 2rem;
}

.wmc-cart-wrapper ul li .wmc-product-title h4 {
	font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.wmc-cart-wrapper .wmc-content {
	top: 35px !important;
	right: -10px !important;
	width: 370px;
}

.wmc-cart-wrapper .wmc-content a.remove {
	color: var(--e-global-color-8e5405e) !important;
	line-height: 2rem !important;
	height: 2rem !important;
    width: 2rem !important;
	border-radius: 100%;
	font-size: 1rem;
}

.wmc-cart-wrapper .wmc-content a.remove:hover {
	background-color: var(--e-global-color-8e5405e) !important;
	color: #ffffff !important;
}

.wmc-cart-wrapper .wmc-content h3 {
	background-color: var(--e-global-color-8e5405e) !important;
	color: #ffffff !important;
}

.wmc-cart-wrapper .wmc-content .wmc-bottom-buttons a {
	background-color: var(--e-global-color-8e5405e) !important;
	color: #ffffff !important;
	font-family: var(--e-global-typography-accent-font-family), titillium web !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: var(--e-global-typography-accent-text-transform) !important;
	
	transition: all .3s;
}

.wmc-cart-wrapper .wmc-content .wmc-bottom-buttons a:hover {
	background-color: var(--e-global-color-accent) !important;
}

/*  END Woo MiniCart customize */

/*  START Newsletter form on main page  */

@media (max-width: 900px) {
	#rbit_nl_main_page .rbit-img-button {
		padding: 10px 10px 10px 10px;
	}
}

/*  END Newsletter form on main page  */



/*  START Inpost on checkout page  */

#order_review .easypack-parcel-machine {
	
	display: flex;
    /*width: 128%;*/
	
}

/*  END Inpost on checkout page  */

/* START Checkout page styles  */

#rbit_checkout .woocommerce-checkout #payment .payment_methods li {
	/*padding-top: 10px;*/
	/*padding: 5px 10px;*/
    border-radius: 5px;
    /*border: 2px solid grey;*/
    /*margin: 8px 0px;*/
}

#rbit_checkout .woocommerce-checkout #payment .payment_methods .payment_box {
	padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;	
}

/* END Checkout page styles  */

/*  START  Shipping methods */

.woocommerce ul#shipping_method li {
    display: flex;
    align-items: center;
}

/*  END  Shipping methods */


/* START Home page Products widget */

#rbit_home_products ul.products li {
	display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
	
}

/* END Home page Products widget */

/* START Single product related products */

#rbit_related_products ul.products li {
	display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
	
}

/* END Single product related products */

/* START Trustmate mobile  */

@media (max-width: 768px) {
	
	.tm-lemur-container .tm-lemur-sticker-mobile.mobile-left-3 {
		top: auto !important;
		bottom: 80px;
	}
}

/* END Trustmate mobile  */



/*  START From WP custom CSS  */

.menu-item-15815 {
	display:none !important;
}

.menu-item-15815.wpmenucartli {
	display:block !important;
	color:black !important;
}
.menu-item-15815.wpmenucartli i {
	color:black !important;
}

.menu-item-15815.wpmenucartli .cartcontents {
	font-size: 12px;
    margin-top: -15px;
}

li.product img {
	height: 205px !important;
 	object-fit: contain;
	width: 300px !important;
/* 	padding: 10px; */
}
li.product  {
	position: relative;
	padding: 10px !important;
}
@media all and (max-width: 767px){
	li.product img {
	height: 150px !important;

}
	li.product  {
/* 	max-width: 300px; */
/* 		 justify-self: center; */
}

	
}

@media (max-width: 500px){
.elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(1,1fr);
	
	
}
	.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1,1fr) !important;
}
}
.cwginstock-subscribe-form .panel-primary>.panel-heading{
	    background-color: #FF8227;
    border-color: #FF8227;
}
.panel.panel-primary.cwginstock-panel-primary{
	border-color: #777777;
}
.cwginstock-panel-body .cwgstock_button {
	background-color: #30C983 !important;
}
.cwginstock-subscribe-form h4{
	font-size: 18px;
	margin: 0px
}
.cwg_iagree_checkbox label{
	font-size: 16px;
	margin-bottom: 15px;
}

li.outofstock  img {
	            -webkit-filter: opacity(.65) saturate(.55);
}

.outofstock a.button{
	padding: 14px 25px !important;
}



li.product .cwg_popup_submit {
	opacity: 0;
	height: 0px;
	padding: 0px !important;
	text-align: center;
	padding: 14px 30px;
	transition: all 0s;
}

@media all and (min-width: 768px){
	li.product .cwg_popup_submit {
		width: 100%;
}
}

li.product.outofstock:hover .cwg_popup_submit {
	
	height: 46px !important;
	opacity: 1;
	top: 10px;
	margin-bottom: 29px;
	transition: all 0s;
	transition: opacity 0.5s;
	position: relative;
	padding: 0px 16px !important;
}
li.product.outofstock a.button {
	opacity: 1;
	transition: opacity 0.5s;
}

.archive li.product.outofstock:hover .cwg_popup_submit {
	    padding: 12px 30px 12px 30px !important;
top: 0px;
	left: 10px;
	margin-bottom: 2px;
	min-height: 48px !important;
	  
	width: calc(100% - 19px);
}

@media all and (max-width: 768px){
	.archive li.product.outofstock:hover .cwg_popup_submit {

	margin-bottom: 0px !important;
	min-height: 44px !important;
		height: 49px !important;
}
}
@media all and (max-width: 500px){
	.archive li.product.outofstock:hover .cwg_popup_submit {
	min-height: 44px !important;
	height: 44px !important;
margin-bottom: 1px !important;
}
}



li.product.outofstock:hover a.button {
		position: absolute;
		transition: opacity 0s;
	opacity: 0 !important;
	

}


li.product .cwg_popup_submit:hover {
	 background-color: var(--e-global-color-accent);
}

li.product .cwg_popup_submit:focus {
	 outline: 0px;
	background:  var(--e-global-color-accent);;
}






.swal2-show{
	background: transparent !important;
}
.swal2-show .panel-body.cwginstock-panel-body{
	background: white;
	
}

.swal2-close{
	border-width: 0px !important;
position: relative;
top: 10px;
	right: 0px;
	font-size: 25px !important;

	background: none !important;
}
.swal2-close:focus{
	border-width: 0px !important;
	outline: 0px !important;
box-shadow: none !important;
}
.swal2-show  .cwg_iagree_checkbox{
	text-align: left;
	margin-bottom: 20px !important;
}
.swal2-html-container{
	margin: 0px !important;
}
/* .archive li.product .cwg_popup_submit {
	
	bottom: 10px !important;
	left: 20px;
} */

.woocommerce-shipping-calculator {
	display:none;
}

.easypack-parcel-machine-label {
	display:none !important;
}
.easypack-parcel-machine-select {
	width:100%;
}
.easypack-parcel-machine-select * {
	max-width:none !important;
}

.wc_payment_methods li img{
		
	height: 30px;
	width: 45px;
	object-fit: contain;

}

.irs-bar{
	background: #008A4A !important;
	height: 2px !important;
	top: 38px !important; 
	position: relative;
}

.irs-from, .irs-to{
	background: #008A4A !important;
}

.elementor-12 .elementor-element.elementor-element-f9c4d71 .woocommerce #customer_details .form-row .input-text, .elementor-12 .elementor-element.elementor-element-f9c4d71 .woocommerce #customer_details .form-row textarea, .elementor-12 .elementor-element.elementor-element-f9c4d71 .woocommerce form #customer_details select, .elementor-12 .elementor-element.elementor-element-f9c4d71 .woocommerce .e-woocommerce-login-anchor .form-row .input-text, .elementor-12 .elementor-element.elementor-element-f9c4d71 #coupon_code, .elementor-12 .elementor-element.elementor-element-f9c4d71 .select2-container--default .select2-selection--single, .elementor-12 .elementor-element.elementor-element-f9c4d71 .woocommerce-checkout #payment .payment_methods .payment_box{
	background-color: transparent;
}

.woocommerce-table__product-name a{
	color: #3c434a !important;
}

.woocommerce-message{
	    max-width: 1140px;
    margin: 10px auto;
}

.wc-bacs-bank-details-account-name{
	margin: 0px !important;
	font-size: 20px !important;
}
.wc-bacs-bank-details.order_details {
	margin-top: 0px !important;
}
.rbit-product-details .rbit-info-row .detail-label{
	min-width: 120px;
}

#elementor-popup-modal-18148{
	z-index: 1000000;
}
.tm-lemur-container .left-3, .tm-lemur-container .right-3{
	top: 35% !important;
}
.cmplz-cookiebanner{
	animation-duration: 1s !important;
}

/*  END From WP custom CSS  */



/*  START Nowosci page styles  */

@media (max-width: 500px){
	
	.rbit-newest-products .woocommerce ul.products[class*=columns-] li.product {
		width: auto !important;
	}
	
	.rbit-newest-products ul.products.elementor-grid {
		grid-template-columns: repeat(1,1fr) !important;
	}
	
}

/*  END Nowosci page styles  */

/*  START Single product page tabs  */

.woocommerce table.shop_attributes {
	border-top: none !important;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes tr:nth-child(even) th {
	border: none !important;
	border-bottom: none !important;
	background-color: #ffffff;
}

table tbody>tr:nth-child(odd)>td, .woocommerce table.shop_attributes tr:nth-child(even) td {
	border: none !important;
	border-bottom: none !important;
	background-color: #ffffff;
}

.woocommerce-Reviews-title {
	font-size: 2rem !important;
    line-height: 3rem !important;
}

/*  END Single product page tabs  */


/*  START styles for WooMinicart  */

.wmc-cart-wrapper .wmc-content p.rbit-wmc-content {
    background-color: var(--e-global-color-8e5405e) !important;
    color: #ffffff !important;
}

.wmc-content p.rbit-wmc-content {
    font-size: 20px !important;
    height: 40px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/*  END styles for WooMinicart  */

/* Styles for woocommerce cart */

.custom-cart__container {
	display: grid;
	grid-template-columns: 59% auto;
	gap: 20px;
	color: #252525;
}

.custom-cart__container th {
	font-size: 1.1em !important;
}

.custom-cart__subtitle {
	width: 100%;
	font-weight: 600;
	grid-column: -1/1;
}

.custom-cart__form {
	max-width: 100%;
}

.custom-cart__form table {
	padding: 15px;
	border-radius: 0 !important;
}

.custom-cart__form table input {
	background-color: transparent;
	padding: 1px 2px !important;
	border-radius: 3px;
	font-size: .9em;
	min-height: 28px;
	min-width: 28px;
}

.custom-cart__form a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 600;
	transition: ease 0.5s;
}

.custom-cart__form a:hover {
	color: #008A4A;
}

.custom-cart__form th,
.custom-cart__form td {
	border: none !important;
	background-color: unset !important;
	padding-left: 0 !important;
}

.custom-cart__form td:not(.product-remove) {
	padding-right: 20px !important;
}

.custom-cart__form tbody tr td {
	padding-top: 20px !important;
	padding-bottom: 30px !important;
}

.custom-cart__form tbody tr:hover > td {
	background-color: unset;
}

.custom-cart__form a.remove {
	text-indent: -9999px;
}

.custom-cart__form a.remove:hover {
	background-color: unset;
}

.custom-cart__form a.remove:before {
	font-family: 'FontAwesome';
    content: "\f1f8";
    float: left;
    text-indent: 0;
    width: 20px !important;
    height: 20px !important;
    font-size: 17px !important;
    margin-right: 11px !important;
	color: black !important;
}

.custom-cart__form .product-thumbnail {
	width: 150px;
}

.custom-cart__form .product-thumbnail > a {
	display: block;
	height: auto;
	padding: 5px;
}

.custom-cart__form .product-thumbnail img {
	width: 150px !important;
	vertical-align: middle;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,.1);
}

.custom-cart__container .coupon {
	display: flex;
	gap: 30px;
	padding: 15px;
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
}

.custom-cart__container .coupon input {
	border: none;
	background-color: #f7f7f7;
	font-size: 1.1em;
}

.custom-cart__container button.button--border,
.custom-cart__container a.button--border {
	min-width: 200px;
	border: 1px solid #008A4A !important;
	padding: 10px 25px !important;
	color: #008A4A !important;
	font-size: 1em !important;
	line-height: normal !important;
	background-color: unset !important;
	border-radius: 0 !important;
	text-align: center;
}

.custom-cart__container button.button--border:hover,
.custom-cart__container a.button--border:hover {
	color: #fff !important;
	background-color: #008A4A !important;
	border: 1px solid #008A4A !important;
}

.custom-cart__container .button--flat-container a {
	padding: 20px 25px !important;
	border: 1px solid #008A4A !important;
	color: #fff !important;
	font-size: 1em !important;
	line-height: normal;
	background-color: #008A4A !important;
	border-radius: 0;
	transition: ease 0.4s;
	text-align: center;
}

.custom-cart__container .button--flat-container a:hover {
	color: #008A4A !important;
	background-color: unset !important;
	border: 1px solid #008A4A !important;
}

.custom-cart__container .rbit-contine-shopping {
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.custom-cart__bottom .rbit-contine-shopping {
	display: none;
}

.custom-cart__contact-text {
	text-align: end;
	font-size: .9rem;
	color: #767676;
	line-height: 1;
}

.custom-cart__contact-text sub {
	font-size: calc(.9rem - 2px);
}

.custom-cart__contact-text a {
	text-decoration: none;
	color: #767676;
	transition: 0.5s ease;
}

.custom-cart__cross-sell {
	padding-bottom: 40px;
}

.custom-cart__cross-sell--title {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	font-size: 45px !important;
}

.custom-cart__cross-sell--container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	max-width: 100%;
	text-align: center;
}

.custom-cart__cross-sell--container h3 {
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.15;
	margin-bottom: 8px !important;
}

.custom-cart__cross-sell--single {
	display: flex;
	flex-direction: column;
	padding: 15px 5px;
	border: 1px solid rgba(0,0,0,.1);
}

.custom-cart__cross-sell--single-image-container {
	display: block;
}

.custom-cart__cross-sell--single-text-container {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.custom-cart__cross-sell--container .add_to_cart_inline {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.custom-cart__cross-sell--container .add_to_cart_inline .amount {
	margin-bottom: 10px;
	font-size: 16px;
	color: #ff8227;
}

.custom-cart__cross-sell--single .button--flat-container a {
	width: 100%;
	padding: 10px 5px !important;
	font-size: .8rem !important;
	line-height: 1.15 !important;
	text-align: center;
}

@media(max-width: 485px) {
	.custom-cart__container .rbit-contine-shopping {
		flex-direction: column-reverse;
		gap: 15px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.custom-cart__contact-text {
		text-align: center;
	}
}


@media (min-width: 769px) {
	.custom-cart__form tbody tr:not(:first-child) > td {
		position: relative;
		border-top: 1px solid rgba(0,0,0,.1) !important;
	}	
}

@media (max-width: 1200px) {
	.custom-cart__container {
		grid-template-columns: repeat(1, 1fr);
	}
	.custom-cart__placeholder {
		display: none;
	}	
	.custom-cart__container .rbit-contine-shopping {
		margin-top: -10px;
	}
	.custom-cart__cross-sell--title {
		padding-bottom: 10px;
	}
	.custom-cart__bottom .rbit-contine-shopping {
		display: flex;
		margin-bottom: 10px;
	}	
	.custom-cart__form--bottom {
		display: none;
	}
	
}

@media (max-width: 768px) {
	.custom-cart__form table {
		margin: 0 !important;
		padding: 0 !important;
	}
	.custom-cart__form tbody tr:not(:first-child) > td:first-child {
		position: relative;
		border-top: 1px solid rgba(0,0,0,.1) !important;
	}
	.custom-cart__form tbody tr:not(:last-child) > td:last-child {
		padding-bottom: 30px !important;
	}
	.custom-cart__form tbody tr td {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}	
	.custom-cart__form tbody tr td:not(.product-remove) {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.custom-cart__form .product-remove {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.custom-cart__form tr .product-remove {
		padding-top: 30px !important;
		margin-right: 20px;
		margin-left: 20px;
	}

	.custom-cart__form .product-thumbnail {
		display: block !important;
		margin: auto;
		max-width: 300px;
		width: 300px;
	}

	.custom-cart__form .product-thumbnail img {
		width: 300px !important;
	}

	.custom-cart__form .product-thumbnail::before {
		display: none;
	}
	.custom-cart__container .coupon {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 10px;
		gap: 10px;
		flex-direction: column;
	}
	.custom-cart__container .coupon input {
		padding: 10px 25px;
	}
	.custom-cart__cross-sell--container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}	
	.custom-cart__cross-sell--single {
		max-width: calc(50% - 5px);
	}

}

@media(max-width: 575px) {
	.custom-cart__subtitle {
		padding: 0 10px;
	}
}

/* Custom cart totals */
.custom-cart__totals {
	padding: 15px !important;
	width: 100% !important;
	border: 1px solid rgba(0,0,0,.1);
}

.custom-cart__totals--title th {
	padding-bottom: 20px !important;
}

.custom-cart__totals table {
	border: none !important;
}

.custom-cart__totals tr td,
.custom-cart__totals tr th {
	border: none !important;
	background-color: unset !important;
	padding-left: 0 !important;
}

.custom-cart__totals .woocommerce-Price-amount.amount {
	font-size: 1rem;
	font-weight: 600;
	color: #252525;
}

.custom-cart__totals .shop_table td {
	text-align: end;
}

.custom-cart__totals .shop_table th {
	width: 50% !important;
}

.custom-cart__totals--bottom {
	font-size: .9em;
	color: #767676;
	font-weight: 600;
}

.custom-cart__totals--images {
	display: grid;
	align-items: center;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	max-width: 75%;
}

.custom-cart__totals--guarantee {
	position: relative;
	display: flex;
	width: fit-content;
	margin: auto;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 1em;
	color: #767676;
	text-align: center;
}

.custom-cart__totals--guarantee::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	min-height: 20px;
	min-width: 20px;
	left: 0;
	background-image: var(--icon-url, none);
	background-size: contain;
	background-repeat: no-repeat;
}

/* Fix for cart button on mobile */

.elementor-element-32d7bb0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 4;
}

.elementor-element-32d7bb0 .elementor-widget-container,
.elementor-element-32d7bb0 .elementor-icon-list-items,
.elementor-element-32d7bb0 .elementor-icon-list-item {
	width: 100%;
	height: 100%;
}

.elementor-element-32d7bb0 a {
	display: block;
	width: 100%;
	height: 100%;
}

.elementor-element-1793aa9 {
	pointer-events: none !important;
}
.elementor-element-1793aa9 .elementor-button-icon::before {
	top: 10px !important;
	background-color: black !important;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
	color: #777777;
	border: 1px solid #D3D3D3;
	border-radius: 0;
	padding: 7px 20px;
	line-height:24px;
	font-size: 18px;
	min-height: 59px;
	outline-color: rgba(0,0,0,.1);
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
	color: rgba(0,0,0,.4);
}
.wpcf7 .wpcf7-form .wpcf7-get-response-wrapper p input {
	margin-right: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
	color: #FF8227;
	background: #fff;
	border: 1px solid #FF8227;
	min-height: 59px;
	width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover,
.wpcf7 .wpcf7-form .wpcf7-submit:focus {
	background-color: #008A4A;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.getresponse_waitinglist_checkbox_label {
	margin-bottom: 10px;
	font-size: 16px;
}
#getresponse_waitinglist_checkbox {
	margin-right: 3px;
}
.getresponse_waitinglist_checkbox_label {
	width: 100%;
	text-align: left;
}
.getresponse_waitinglist_checkbox_label {
	background-color: #e4f6e4;
	font-weight: 700;
	color: #000;
	padding: 5px;
}
#gr_marketing_consent_field {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #e4f6e4;
	font-weight: 700;
	color: #000;
}
.wpcf7-get-response-wrapper p {
	padding: 10px;
	background-color: #e4f6e4;
	font-weight: 700;
	color: #000;
}
.woocommerce-additional-fields p:nth-child(2) {
	padding: 10px;
	background-color: #e4f6e4;
	font-weight: 700;
	color: #000;
	display: none;
}
.woocommerce-additional-fields p:nth-child(2) .gr-marketing-consent-checkbox {
	margin-right: 3px;
}
.checkout-form__getresponse-checkbox-wrapper {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #e4f6e4;
}
.checkout-form__getresponse-checkbox label {
	font-weight: 700;
	color: #000;
}