@charset "utf-8";
:root{
	--dark-top:#252C2E;
	--dark-bottom:#2A343B;
	--orange:#F68C1F;
	--green:#4C8438;
	--background:#f5f5f5;
	--head-height:57px;
	--border-color:#D3E4D6;
	--red:#E30303;
}
body,button,input,select{
	font-family: 'Open Sans', sans-serif;
	color: black;

}
body{
	margin:0;	
	background-color:var(--background);
}
*{
	background-repeat:no-repeat;
	box-sizing:border-box;
}

button, .head select{
	height:40px;
}
button{
	border: 1px solid black;
	border-radius:8px;
	font-weight:bold;
}
input,select,button{
	font-size:16px;
}

.login-main{
    background-color: white;
    margin: auto;
	font-weight:bold;
    /* display: block; */
    /* width: fit-content; */
    /* top: 0; */
    
    /* text-align: center; */
    /* bottom: 0; */
    /* position: absolute; */
    width: fit-content;
    height: fit-content;
    /* left: 0; */
    /* right: 0; */
    font-size: 16px;
    padding: 1px 30px 1px 30px;
    width: 500px;
    /* height: 370px; */
    border-radius: 8px;
    box-shadow: 0 0 20px #00000033;
/*    margin-top: -80px; */
/*    padding-top: 80px;*/
    margin-top: -280px;
    padding-top: 300px;	
	border: 2px solid #252C2E;
    background-image: linear-gradient( to bottom,white 70%, transparent), url(img/pattern.svg);
    background-position: bottom;	

}	

#login .footer{
	position:absolute;
	bottom:0;
	min-height:100px;
	background-image:url(img/footer-crop.svg);
}
.login-title{
	text-align:center;
	font-size:18px;
/*	font-weight:bold; */
/*	background-color:#252C2E;*/
	display:inline-flex;
	width:500px;
	height:80px;
	border-radius: 6px 6px 0 0;
	align-items: center;
    justify-content: center;
/*	color:#A6CE39;*/
	flex-wrap:wrap;
    background-position: center;
    padding-top: 260px;
/*	height:260px;*/
	background-image:url(img/login-logo.png);
}
.login-title:before{
    content: " ";
    /* display: block; */
    /* font-weight: 600; */
    /* font-size: 26px; */
    border-top: 1px solid #EBEBEB;
    width: calc(100% - 4px);
    height: 16px;
}
.login-main input{
	width: 380px;
	color: #444645;
	background-color: white;
	border-radius: 4px;
	height: 44px;
	border: 1px solid #9CB598;
	margin-top:6px;
}
.login-main input:focus{
box-shadow: 0px 0px 15px #354A4A80;
border: 1px solid #359B5A;
border-radius: 8px;
outline:0
}
.login-button{
	width: 380px;
	background-color:black;
	color:white;
}

.login-main .line{
	margin:35px 30px 35px 0;
}
#login .date-picker-clear {
    position: absolute;
    left:38px;
	bottom:0;
    border: none;
    background: transparent;
    color: #354A4A;
    vertical-align: middle;
}
.login .logo{
/*	text-align:center;
	padding:75px;
*/
	visibility:hidden;
	min-height:30px;
	height: calc((100vh - 685px) /2);
}
.login{
	min-height:100%;
	background-color:#f5f5f5;
}
.login-top{
    background-color: white;
    text-align: center;
    background-image: url(img/pattern.svg);
    background-repeat: repeat;
}
.login img{
	max-width:100%;
}
.with-eye{
	position:relative;
}

.login .reset-password-click{
	text-align:center;
	color:var(--green);
}
body.reset-password .login-title:not(.reset-password), .login-title.reset-password, body.reset-password .reset-password-click, body.reset-password .line.password, body.reset-password .line.login-line, .line.reset-password-1, .reset-password-click.reset-password-1{
	display:none;
}

body.reset-password .login-title.reset-password-1{
	display:inline-flex;
}
body.reset-password .line.reset-password-1, body.reset-password .reset-password-click.reset-password-1{
	display:block;
}

#loading{
	display:none;
}
[v-cloak] {display: none}
/*
@media screen and (max-width: 1900px) {
  html {
    zoom:80%;
  }
}
@media screen and (max-width: 1500px) {
  html {
    zoom:75%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    zoom:71%;
  }
}
@media screen and (max-width: 1300px) {
  html {
    zoom:67%;
  }
}
*/
/* 
popular desktop widths:		
width	zoom	popularity
1920	100.0%	22%
1600	83.3%	4%
1536	80.0%	10%
1440	75.0%	6%
1366	71.1%	20%
1280	66.7%	6%
*/
.cover {
  background: var(--dark-bottom);
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
/*  z-index:4; */
}
.dialog-title{
	background-color:var(--background);
    font-size: 30px;
    font-weight: bold;
    padding: 18px;
    border-radius: 4px 4px 0px 0px;
	min-height:60px;
	box-sizing: border-box;	
/*	background-image:url(img/times-light.svg);
	background-position: 20px;*/
}
.dialog-bottom{
	height:68px;
	background-color: #CCE6CC;
    padding: 14px 18px;
	display: flex;
    justify-content: space-between;
	margin-top:50px;
	border-radius: 0px 0px 4px 4px;
}
.dialog-bottom button{
	width:160px;
}

.dialog{
	position:fixed;
	top:0;
	z-index:2;
	display:none;
}
.split-inside{

	background-color:var(--background);
	/* padding:20px 28px; */
	margin:auto;
	position:fixed;
    width: 800px;
	left:0;
	right:0;

	top:0;
	bottom:0;
	height: fit-content;
	box-shadow: 0px 0px 15px #354A4A80;
	border-radius: 4px;
/*    overflow: auto; */
    max-height: -webkit-fill-available;	
	z-index: 1;
}


.cursor-pointer,button, .menu > *, .user-menu-button{
	cursor: pointer;
}
:disabled{
	cursor:unset;
}
.error-text{
    position: absolute;
    z-index: 2;
    background-color: yellow;
    border: 1px solid;
	padding:4px;
    display: none;
}
td.error:hover .error-text{
	display:block;
}
#error, .error * {z-index:3}
.error{
    background: #FAEEEE;
    min-width: min(500px,100vw);
    width: fit-content;
	max-width:50%;
}
.error-title{
    background-color: #F2CBCB;

}
.error-title img{
	float:left;
}
#error-text{
	padding:18px;
	white-space: pre-wrap;
}
#error-buttons{
    background-color: #F2CBCB;

}
#error-cancel{
	display:none;
}
.confirm #error-cancel{
	display: inline-block;
}
#error-cancel{
	float:left;
	background-color:#526564;
	color:white;
	border-color:white;
}
button#error-ok{
	background-color:#E30303;
	border-color:#E30303;
}
.confirm #error-title, .confirm-title #error-title{
	display:none;	
}
.confirm #confirm-title, .confirm-title #confirm-title{
	display:inline;
}
#confirm-title{
	display:none;
}
.head{
	height: var(--head-height);
	line-height: var(--head-height);
	background-color: white;
	padding:8px 12px;;
/*	padding-top:20px;*/
    display: flex;
    justify-content: space-between;	
    position: sticky;
    z-index: 4;
    top: 0;	
	align-items: center;
    background-image: url(img/pattern.svg);
    background-repeat: repeat;
	
}
.head .title{
	color: black;
	font-weight:bold;
	font-size:30px;
}

.head .customer{
	font-size:16px;
/*	color:white;*/
	text-shadow: 0px 0px 1px white, 0px 0px 2px white, 0px 0px 3px white, 0px 0px 4px white;
	font-weight:bold;
}
.screen-order .head .customer, .screen-orders .head .customer{
	display:none;
}
.head .user-button{
	background-image:url(img/user-hair.svg);
}
.screen-user .head .user-button, .screen-orders .head .user-button, .screen-order .head .user-button, .screen-documents .head .user-button{
	background-image:url(img/user-hair-black.svg);
}
.head .shop{
	background-image:url(img/shop.svg);
}
.screen-shop .head .shop{
	background-image:url(img/shop-black.svg);
}
.head .cart-button{
	background-image:url(img/cart-shopping.svg);
	position:relative;
}
.screen-cart .head .cart-button, .screen-checkout .head .cart-button, .screen-after-checkout .head .cart-button {
	background-image:url(img/cart-shopping-black.svg);
}
.head > span, .head > * > span {
    display: inline-block;
	min-height:40px;
	min-width:40px;
	vertical-align:middle;
	background-position:center;
}
.head .customer img{
	vertical-align:inherit;
}
.sub-head{
	background-color:var(--background);
	min-height:40px;
	color:#40993B;

	font-weight:bold;
}
.product-img{
	max-width:100%;
	max-height:100%;
}
.product{
	display:inline-block;
	margin:calc(var(--vw) * 0.01);
	background-color:white;
	width:calc(var(--vw) * 0.47);
	border-radius:8px;
	text-align:center;
	border: 1px solid #D8EEDC;

}
main{
	background-color:var(--background);

}
.select-customer .dialog-title{
	background-color: white;
    text-align: center;
    padding: 26px 0 15px 0;
    height: unset;
    min-height: unset;
	border-radius: 12px 12px 0px 0px;	
}
.select-customer .dialog-title img{
	float:unset;
}

.select-customer-inside{
	font-size:16px;
	font-weight:bold;
	border-radius:8px;
	width:500px;
	max-width:95vw;
	display: flex;
    flex-direction: column;	
    box-shadow: 0px 0px 20px #000000b3;
    /*border: 1px solid #252C2E;*/ /* causes display glitches */
	border: 2px solid #252C2E;
	background-image: linear-gradient( to bottom,white 70%, transparent), url(img/pattern.svg);
    background-color: white;
    background-repeat: repeat;	
}
.select-customer-title{
	font-size:20px;
	line-height:65px;
	text-align:center;	
	background-color:var(--background);
}
.select-customer .customer{
	padding:14px;
/*	border:1px solid #d8eedc;*/
}
.select-customer .customer:hover:not(.active){
	background-color:var(--background);
}
.select-customer .active, .categories-list .active{
	background-color:black;
	color:white;
	position:relative;
}
.select-customer .active::after, .categories-list .active::after{
    height: 25px;
    width: 25px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 14px;
    background-image: url(img/check.svg);
    background-repeat: no-repeat;
}
.select-customer .customers .customer:hover:not(.active), .categories-list div:hover:not(.active){
	background-color:#F5F5F5
}

.select-customer button{
	background-color:black;
	border-color:black;
	color:white;
	width: 75%;
}
.select-customer .button	{
/*	background-color:inherit;*/
	text-align:center;
	padding:20px;
	border-radius:12px;
}
.select-customer{
	z-index:4;
}
.select-customer .customers{
	overflow:auto;
}
.cart, .user{
	padding-top: var(--head-height);
    width: 100%;
}
.cart-inside{
	width: min(375px,100vw);	
	position: relative;
    left: 0;
    float: left;
	height: calc(100vh - var(--head-height) - var(--margin-top) - var(--margin-top));
	display: flex;
    flex-direction: column;
	background-color:var(--background);	
}
.cart .clear-cart{
	float:left;
	font-size:16px;
	font-weight:normal;
	color:black;
    
}
.cart-inside .dialog-title{
	color:black;
	text-align:center;
	background-color:var(--background);
}
.cart-product-img{
	display:inline-block;
	width:80px;
	height:80px;
	align-self:end;
	box-sizing:content-box;
	flex-shrink: 0;
}
.cart-product-detail,.cart-product-amount{
	display:inline-block;
}
.cart-product-trash{
	text-align:left;
	padding-left:8px;
	padding-bottom:8px;
}
.cart .cart-item:first-of-type{
	margin-top:0;
}
.cart .cart-item:last-of-type{
	margin-bottom:0;
}
.cart-bottom{
	text-align:center;
	background-color:#ebebeb;
	color:white;
	padding:20px 14px;
	font-weight:bold;
}
.cart-bottom button{
    color: inherit;
    background-color: black;
	width:100%;
	font-size:18px;
}
.cart-contents{
	overflow:auto;
	height:100%;
}
.cart-inside .subtitle{
	color:black;
	font-size:16px;
	
}
.cart-item, .order{
	background-color:white;
	
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 8px #00000014;
	
}
.cart .cart-item{
	margin: 10px 0;
	padding: 10px 0 14px 10px;
}
.checkout .cart-contents{
	background-color:white;
}
.top-detail{
	text-align:center;
	border-bottom:2px solid var(--border-color);
	line-height:1.6;
	padding:0.5em;
}
.after-checkout .bottom-detail{
	text-align:center;
	line-height:3;
}
.user-menu-button{
	color:var(--green);
	background-color:var(--background); 
	line-height:50px;
	border-top:1px solid var(--border-color);
	font-weight:bold;
	padding-inline-start:14px;
}
.user-menu-button:last-of-type{
	border-bottom:1px solid var(--border-color);
}
.user-menu-top{
	text-align:center;
	background-color:white;
	/*line-height:50px;*/
	padding:  20px 0;
}
.user .split-inside{
	height:unset;
}
.logoff{
	color:black;
}
#orders,#order,#documents{
	display:none;
}
.orderno, .checkout-sum{
	font-size:20px;
	font-weight:bold;
}
.back{
	background-image:url(img/arrow-left-long.svg);
	width:23px;
	height:14px;
	cursor:pointer;
}
.orders .order .order-status{
	font-weight:bold;
	font-size:20px;
	min-width:11ch;
}
.orders{
	background-color:var(--background);	
}
.cart-length{
    --size: 23px;
    background-color: black;
	color:white;
    border-radius: 100%;
    width: var(--size);
    height: var(--size);
    text-align: center;
    display: inline-block;
    line-height: var(--size);
    font-weight: bold;
    bottom: -3px;
    right: -8px;
    border: 3px solid #252C2E;
    position: absolute;
    box-sizing: content-box;
}
.product.in-cart{
	background-color:black;
	color:white;
}

.product.in-cart .img{
/*	border: 1px solid var(--green);*/
}
.product .img, .product .img img{
	border-top-left-radius: inherit;
    border-top-right-radius: inherit;	
}
.product .img{
	border-bottom:2px solid #D8EEDC;
}
.add-to-cart-amount{
	display:flex;
	flex-grow:1;
	flex-direction: row-reverse;
}
main .add-to-cart-amount{
/*	margin: 10px;*/
}
.cart .add-to-cart-amount{
	
}
.add-to-cart-amount input{
	width:100%;
	border: 1px solid #D8EEDC;
	text-align:center;
	border-radius: 8px;
}
.add-to-cart-amount button{
	background: #D8EEDC 0% 0% no-repeat padding-box;
	border: 1px solid #D8EEDC;
	border-radius: 8px;
/*	border-radius: 8px 0px 0px 8px;*/
	min-width:36px;
	height:36px;
	color:var(--green);
	color:white;
	background-color:black;
	font-size:24px;
	line-height:1;
}
.in-cart .add-to-cart-amount button{
	background-color:var(--background);
	color:var(--green);
}
.add-to-cart-amount button:first-of-type{
/*	border-radius: 0px 8px 8px 0px;*/
}
.product-bottom{
	padding:10px;
}
.PartDesc, .price{
	font-weight:bold;
}
.list-view .product{
	width:unset;
/*	display:block; */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	text-align:unset;
	
}
.list-view .product .img{
	width:80px;
	height:80px;
    display: flex;
    align-items: center;
	background-color:white;
	border-radius:inherit;
}
.list-view .product-bottom{
	display:inline;
}
.list-view .price{
	display:inline-block;
}
.list-view .add-to-cart-amount{
	display:inline-flex;
}
.list-view .product-bottom-desc{
	display:inline-block;
	padding-right:max(15px,1.1vw);
}
.checkout-details{
	margin:12px;
	font-weight:bold;
	line-leight:1.6;
}
.checkout-details select, .checkout-details textarea, .checkout-details input{
	width:100%;
	border-radius:8px;
	border:1px solid #9CB598;
	background-color:inherit;
}
.checkout-details textarea{
	height:132px;
}
.checkout-details .unload label{
	display:inline-block;
	width: 49%;
}
div.unload{
	display: flex;
    /*justify-content: space-around;	*/
	justify-content: space-between;
	margin: 10px 0;
}
.category{
    margin: 10px 20px;
    padding: 15px 2px;
}
.category.active{
	color:black;
}
#shop{
	display:none;
}
.screen-shop #shop, .screen-user #shop, .screen-cart #shop, .screen-checkout #shop, .screen-after-checkout #shop{
	display:block;
}
.screen-cart #cart{
	display:block;
}
.screen-checkout #checkout{
	display:block;
}
.screen-after-checkout #after-checkout{
	display:block;
}
.screen-user #user{
	display:block;
}
.screen-orders #orders{
	display:block;
}
.screen-order #order{
	display:block;
}
.sub-head-button {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.sub-head-button.bars{
	width:27px;
	background-image:url(img/bars-staggered-green.svg);
}
.list-view .sub-head-button.bars{
	background-image:url(img/bars-staggered-black.svg);
}
.sub-head-button.grid{
	background-image:url(img/grid-black.svg);
}
.list-view .sub-head-button.grid{
	background-image:url(img/grid-green.svg);
}
.sub-head-button.search{
	background-image:url(img/magnifying-glass.svg);
}
input[type="time"]::-webkit-calendar-picker-indicator , input[type="date"]::-webkit-calendar-picker-indicator{
	opacity: 0;
    margin-left: -22px;
    order: -1;
    width: 20px;
}

input[type="time"], input[type="date"], .checkout-details select {
    padding-left: 24px;
    padding-right: 10px;
    background-image: url(img/clock.svg);
    background-position: 5px center;
	height:36px;
}
input[type="date"] {
    background-image: url(img/calendar-day.svg);
}
.checkout-details select{
	background-image: url(img/chevron-down.svg);
	  -webkit-appearance: none;
  -moz-appearance: none;
}

.order-inside{
/*	width: min(375px,100vw);	*/
	position: relative;
    left: 0;
/*    float: left; */
	height: calc(100vh - var(--head-height));
	display: flex;
    flex-direction: column;
	background-color:var(--background);	
}
.after-checkout .cart-bottom{
	background-color:unset;
}
button.after-checkout-back{
/*	background-color:var(--green);*/
/*	border-color:var(--green);*/
}
.show-order{
	color:var(--green);
	font-weight:bold;
}
.sub-head .title{
	color:black;
}
form{
	margin:0;
}
.mobile-margin-bottom{
    margin-bottom: var(--bottom-menu-height);		
}
.search-container{
	position:relative;
}
input.search {
	display:none;
}
.search-container.search-active input.search{
	display:revert;
	padding-right:25px;
	border-radius:8px;
	border:1px solid #9CB598;
	
}
.search-container.search-active span.search{
    position: absolute;
    right: 2px;
    bottom: 2px;	
	
}
.categories .category.active{
	border-bottom: 4px solid black;
}
.categories{
	padding-top:4px;
}
.orders .order-inside .sub-head{
	min-height:unset;
}
.cart .add-to-cart-amount input, .list-view .add-to-cart-amount input{
    width: 48px;
    /*box-sizing: content-box;*/
	height:36px;
}
.list-view .product .img, .cart-product-img{
	border: 1px solid #D8EEDC;
	border-radius: 8px;
	display:flex;
	align-items: center;
	justify-content: center;	
}
.cart .cart-product-detail{
	margin-right:15px;
	flex-grow:1;
}
input.search{
	outline:0;
}


.shop:not(.list-view) .PartDesc{
	background-color:var(--background);
	color:black;
	
}
.shop:not(.list-view) .product.in-cart .PartDesc{
	border: 2px solid black;
}
.list-view .product:not(.in-cart){
	background-image: linear-gradient( to left,white 70%, transparent), url(img/pattern.svg);
}
select{
	border-radius:8px;
}
.login-bottom{
	margin-bottom:10px;
}

.user-menu-top > div:before{
	content:"אבו-קדו";
	font-size:initial;
}
.user-menu-top > div{
	font-size:0;
}
.screen-shop:not(.edit-order) .title:before,	#app:not(.screen-orders):not(.screen-order):not(.screen-documents):not(.edit-order) .title:not(.mobile):before {
	content:"אבו-קדו ";
	color:var(--green);
	font-size: 24px;
}
.screen-shop:not(.edit-order) .title:after,		#app:not(.screen-orders):not(.screen-order):not(.screen-documents):not(.edit-order) .title:not(.mobile):after {
	content:"ישראלי מוכן לאכילה";
	color:black;
	font-size: 24px;
}
.screen-shop:not(.edit-order) .title,			#app:not(.screen-orders):not(.screen-order):not(.screen-documents):not(.edit-order) .title:not(.mobile) {
	font-size:0!important;
	max-width: 50vw;
    line-height: 1;	
}
.select-customer .dialog-title img{
	content: url(img/logo-bigger.png);
}
iframe{
	min-height: 493px;
	margin-top:20px;
	border:none;
	border-radius: inherit;
}
.dialog.iframe{
	    z-index: 4;
}
.dialog.iframe  .dialog-title {
    background-color: #EBF5EC;
/*    text-align: center;*/
    padding: 28px;
    height: unset;
    min-height: unset;
    border-radius: 12px 12px 0px 0px;
	line-height: 12px;
}
.dialog.iframe  .dialog-title img{
	float:left;
}

img.product-img:not([src]), img.product-img[src=""] {
	content:url(img/image-slash.svg);
}
.breadcrumbs{

}
.sub-head{
	position:relative;
}
.breadcrumbs:last-child{
	color:black;

}
.categories-list-container{
/*	position:relative;*/
	display:inline-block;
}
.categories-list{
	display:flex;
  display: none;
	position: absolute;
    background-color: white;
    top: 100%;
    right: 0;
    flex-wrap: wrap;
    min-width: 110px;
    flex-direction: column;
	font-size: 16px;
    color: var(--black);
	

    width: 100%;
	align-content: flex-start;
	background-color: #FAFCFC;
	box-shadow: 0px 0px 20px #252C2E4D;
	border: 1px solid #C4D8D4;
}

.categories-list div{
	line-height: normal;
    padding: 12px;
	padding-left:35px;
	border-top:1px solid #B7D2BC;
	border-bottom:1px solid #B7D2BC;
	
	
}

.shop:not(.list-view) main form, .shop:not(.list-view) main.categories-main{
	  display: flex;
    flex-wrap: wrap;
}
.shop:not(.list-view) main .product .product-bottom-desc{
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shop:not(.list-view) main .product{
	display:inline-flex;
	flex-direction: column;
}
img.product-img.image-load-error {
    content: url(img/image-slash.svg);
}
.product .img{
	display: flex;
    align-items: center;
    justify-content: center;	
}


.screen-documents #documents{
	display:block;
}
.documents-group-title{
	font-weight:bold;
	font-size:20px;
	border-bottom: 2px solid var(--border-color);
	border-top: 2px solid var(--border-color);
    line-height: 57px;
}
.documents-group-title img{
	padding:0 20px;
	transform: rotate(180deg);

}
.documents-group{
	display: flex;
    flex-wrap: wrap;
}
.file{
	display: inline-block;
	height:48px;
	width:48px;
	background-image: url(img/file.svg);
	background-position: center;
	background-color: #EBF5EC;
	border: 1px solid #B7D2BC;
	border-radius: 50px;
	vertical-align:middle;
}
.file-pdf{
	background-image: url(img/file-pdf.svg);	
}
.document{

	height:175px;

	display:inline-block;
	border: 1px solid #B7D2BC;
	border-radius: 8px;
	background-color:white;
	padding:15px;
	margin: calc(var(--vw) * 0.01);
    width: calc(var(--vw) * 0.47);
	
    display: inline-flex;
    justify-content: space-between;	
	flex-direction: column;
}
.list-view .document{
	height:unset;
	flex-direction: row;
}

.documents.list-view .date{
	align-self:center;
}
.documents:not(.list-view) .date{
	margin-top: 1ex;
}
.dialog.iframe.pdf .dialog-title{
	font-size:0;
}
.dialog.iframe.pdf .split-inside{
	width:100%;
	height:100%;
}
.dialog.iframe.pdf iframe{
	height:100%;
}
.hidden .documents-group{
	display:none;
}
.hidden .documents-group-title img{
	transform: unset;
}
.subcategories, .documents .sub-head .title{
	margin-right:20px;
}
.breadcrumbs.subcategory{
	line-height:normal; 
}
.spinner{
	animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% {  transform: rotate(359deg); }
}
.cover span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cart-bottom-ammount{
	margin-bottom: 8px;
    font-size: 20px;
    margin-top: -8px;
	color:black;
}
.banner{
	width:100%;
}
.banner img{
	max-width:100%;
}

select.SubItems{
    background-image: url(img/chevron-down.svg);
    -webkit-appearance: none;
	padding-left: 24px;
    padding-right: 10px;

    background-position: 5px center;
    height: 36px;
	width: fit-content;
    border-radius: 8px;
    border: 1px solid #9CB598;
	margin-inline-end:16px;
	
}
.add-to-cart-amount-outside{
	display:flex;
	margin:10px;
}
