/*ПК и большинство ноутов*/
@media (min-width: 1440px) {
	body {
	  font-family: 'Roboto', sans-serif;
	  box-sizing: border-box;
	  margin: auto;
	}
	.menu-sticky {
	    position: sticky;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9;
	    background-color: white;
	    max-width: 100%;
	    display: flex;
	    justify-content: space-evenly;
		padding: 0;
	}
	.menu-sticky > .header {
		max-width: 1440px;
		padding: 10px 0 10px 125px;
	}
	.menu-sticky .face-img {
		width: 5em
	}
	.menu-sticky .logo-img {
		width: 7em;
	}
	.menu-sticky .social-img {
		width: 2em;
	}
	/* total width */
	.prodFromCart::-webkit-scrollbar {
	    background-color: #fff;
	    width: 16px;
	}
	
	/* background of the scrollbar except button or resizer */
	.prodFromCart::-webkit-scrollbar-track {
	    background-color: #fff;
	}
	
	/* scrollbar itself */
	.prodFromCart::-webkit-scrollbar-thumb {
	    background-color: #babac0;
	    border-radius: 16px;
	    border: 4px solid #fff;
	}
	
	/* set button(top and bottom of the scrollbar) */
	.prodFromCart::-webkit-scrollbar-button {
	    display:none;
	}
	/*Header*/
	header{
		max-width: 1440px;
		margin: auto;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.header{
		width: 100%;
		margin-left: 61px;
		margin-right: 61px;
		display: flex;
		align-items: center;
	}
	.logo-img{
		width: 11em;
		margin-left: 7.75em;
		margin-right: 9.3125em;
	}
	.face-img{
		width: 7em;
	}
	.face-img-div{
		display: flex;
		align-items: center;
	}
	.callToUs{
		text-align: center;
		line-height: 30px;
		margin-left: 7.75em;
		font-weight: 500;
		position: relative;
	}
	.wtsLogo{
		width: 33px;
	    position: absolute;
	    left: -35px;
	    top: 27px;
	}
	.header-text{
		color: black;
		font-size: 16px;
		font-weight: 600;
	}
	.header-tel{
		font-size: 26px;
		text-decoration: none;
		color: black;
		font-style: normal;
	}
	.basket{
		position: relative;
		margin-right: 9.375em;
		cursor: pointer;
	}
	.basket-text{
		font-size: 26px;
		font-weight: 500;
		margin-right: 10px;
		font-style: normal;
	}
	.countCircle{
		position: absolute;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		font-size: 15px;
		background-color: #A1E900;
		color: white;
		display: block;
		text-align: center;
		top: -14px;
		right: -14px;
		z-index: 1;
	}
	.basket-img{
		width: 2.0625em;
	}
	.socialHeader{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.social-img{
		margin-left: 0.625em;
		width: 2.375em;
	}

	/*Корзина*/
	.product-info {
    	display: none;
    	position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    background-color: rgba(0,0,0,0.8);
	    z-index: 1000;
	}
	#info-content,
	#checkout-content {
		scale: 0.8;	
	}
	.product-info #info-content {
	  background-color: #fefefe;
	  margin: auto;
	  border: 1px solid #888;
	  width: 46.5em;
	  z-index: 99999;
	  border: 5px solid #6A6A6A;
	  border-radius: 25px;
	}
	.product-info #checkout-content {
	  background-color: #fefefe;
	  margin: auto;
	  border: 1px solid #888;
	  width: 46.5em;
	  z-index: 99999;
	  border: 5px solid #6A6A6A;
	  border-radius: 25px;
	}
	.product-info #checkout-content .checkout-three-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    grid-template-columns: repeat(2, 1fr);
	    height: 40%;
	}
	.product-info #checkout-content .checkout-one-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    height: 20%;
	}
	.product-info .info-content .close_info-content {
	  color: #aaa;
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	  cursor: pointer;
	}
	.prodFromCart{
		height: 490px;
		overflow: auto;
		margin-left: 35px;
		margin-right: 35px;
	}
	.cart-form{
		margin-top: 35px;
		position: relative;
	}
	.baskForMob{
		display: none;
	}
	.amountCartBtns{
		margin-top: 129px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.delAndAmountBtn{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.deleteCart{
		float: right;
		cursor: pointer;
		color: #FF3321;
		font-size: 40px;
  		font-weight: 600;
	}
	.this-info{
		display: inline-block;
		vertical-align: top;
		margin-left: 25px;
	}
	.cart-img{
		width: 160px;
		height: 160px;
		margin-bottom: 30px;
		border-radius: 5px;
		display: inline-block;
	}
	.this-pname-text{
		font-size: 28px;
		font-weight: 600;
	}
	.this-count-and-price{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.this-count-text{
		font-size: 28px;
		font-weight: 400;
	}
	.this-price-text{
		font-size: 28px;
		font-weight: 600;
	}
	.this-amount-text{
		font-size: 28px;
		font-weight: 400;
	}
	.YourName-div{
		margin-top: 24px;
		margin-left: 35px;
		margin-right: 51px;
	}
	.YourNum-div{
		margin-top: 24px;
		margin-left: 35px;
		margin-right: 51px;
	}
	.Promo-div{
		margin-top: 24px;
		margin-left: 35px;
		margin-right: 51px;
	}
	.Promo-button{
		position: absolute;
	    right: 51px;
	    bottom: 185px;
	    background: #A1E900;
	    border-radius: 6px;
	    border: none;
	    width: 50px;
	    height: 30px;
	    font-weight: 600;
	    font-size: 20px;
	}
	.Promo-button:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.TotalPrice-div{
		margin-top: 54px;
		margin-left: 35px;
		margin-right: 51px;
	}
	.YourName-text{
		font-size: 33px;
		font-weight: 400;
	}
	.YourNum-text{
		font-size: 33px;
		font-weight: 400;
	}
	.Promo-text{
		font-size: 33px;
		font-weight: 400;
	}
	.YourName-input{
		float: right;
		width: 245px;
		font-size: 28px;
		font-weight: 400;
		border: none;
  		border-bottom: 1px solid #6A6A6A;
  		background-color: transparent;
  		color: inherit;
  		outline: none;
  		text-align: center;
	}
	.YourNum-input{
		float: right;
		width: 192px;
		font-size: 28px;
		font-weight: 400;
		border: none;
	  	border-bottom: 1px solid #6A6A6A;
	  	background-color: transparent;
	  	color: inherit;
	  	outline: none;
	}
	.Promo-input{
		float: right;
		width: 245px;
		font-size: 28px;
		font-weight: 400;
		border: none;
	  	border-bottom: 1px solid #6A6A6A;
	  	background-color: transparent;
	  	color: inherit;
	  	outline: none;
	}
	.TotalPrice-text{
		font-size: 33px;
		font-weight: 400;
	}
	.Discount{
		display: none;
		float: right;
		font-size: 38px;
		font-weight: 600;
	}
	.TotalPrice{
		float: right;
		font-size: 38px;
		font-weight: 600;
	}
	.applyBtn{
		margin: 0 auto;
    	display: block;
		border: none;
		background: #A1E900;
		box-shadow: 0px 9.17606px 9.17606px rgba(184, 194, 162, 0.5);
		border-radius: 10px;
		width: 187px;
		height: 64px;
		font-size: 38px;
		font-weight: 600;
	}
	.applyBtn:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.appplyDiv{
		margin: 10px;
	}


	/*Carousel*/
	.banner-carousel-img{
		width: 100%;
	}

	/*Content space*/
	.content{
		max-width: 1318px;
		margin: auto;
	}
	.content-tag{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 40px;
		height: 30px;
		font-size: 26px;
	}
	.popular-products{
		width: 100%;
		overflow: visible;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		align-items: center;
	}

	/*Product form*/
	.product-form{
		display: inline-block;
		position: relative;
		width: 23%;
		border: 1px solid #d5d5d5;
		border-radius: 5px;
		transition: 1s;
	}
	.chngThemeBtn img{
		width: 55px;
	}
	.amountMenu{
		background-color: white;
	}
	.chngThemeBtnM{
		display: none;
	}
	.chngThemeBtn{
		position: absolute;
		left: 0px;
		background: none;
		cursor: pointer;
		border:0;
	}
	.product-form:hover{
		border-bottom: none;
		border-bottom-left-radius: 0px;
    	border-bottom-right-radius: 0px;
    	transition: 1s;
	}
	.product-img{
		width: 100%;
		border-radius: 4px 4px 0 0;
	}
	.product-name{
		font-size: 18px;
		font-weight: 600;
		color: #1A1A1A;
		margin-top: 22px;
		margin-left: 20px;
	}
	.product-weight{
		font-size: 13px;
		font-weight: 500;
		color: #6A6A6A;
		margin-top: 10px;
		margin-left: 20px;
	}
	.product-description{
		font-size: 13px;
		color: #6A6A6A;
		margin-top: 10px;
		margin-left: 20px;
		height: 45px;
	}
	.product-price{
		line-height: 36px;
		font-size: 18px;
		font-weight: 600;
		color: #1A1A1A;
	}
	.product-currency{
		font-size: 16px;
		font-weight: 400;
		color: #1A1A1A;
	}
	.product-buy{
		width: 8.625em;
		height: 2em;
		float: right;
		background: #A1E900;
		font-size: 18px;
		padding: 6px;
		border: none;
		font-weight: 600;
		box-shadow: 0px 4.45788px 4.45788px rgba(184, 194, 162, 0.5);
		border-radius: 5px;
		cursor: pointer;
		transition: 0.5s;
	}
	.product-buy:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.priceAndBuy{
		align-items: center;
		margin: 20px
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
    -webkit-appearance: none;
	}
	#amountMenu1 {
	    display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	@keyframes ani {
  		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	#amountMenu2{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu3{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu4{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu5{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu6{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu7{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu8{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu9{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu10{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu11{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu12{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu13{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu14{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu15{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu16{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu17{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu18{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu19{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu20{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu21{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu22{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu23{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu24{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu25{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu26{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu27{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu28{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu29{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu30{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu31{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu32{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu33{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu34{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu35{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu36{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu37{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu38{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu39{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu40{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu41{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu42{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu43{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu44{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu45{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu46{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu47{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu48{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu61{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu62{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu63{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu64{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu71{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu72{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu73{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu74{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu100{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu101{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu102{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu103{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu104{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu105{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu106{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu107{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu108{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu109{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu110{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu111{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu112{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu113{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu114{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu115{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu116{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu117{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu118{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu119{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu120{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu150{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu151{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu152{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu153{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu154{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu155{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu156{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu157{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu160{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu161{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu162{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu190{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
		#amountMenu196{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	.amountText{
		margin-left: 20px;
    	display: inline-block;
    	font-size: 16px;
    	font-weight: 400;
	}
	.amountBtns{
		margin-right: 20px;
    	display: inline-block;
    	text-align: center;
    	float: right;
    	width: 125px;
    	height: 30px;
    	border-radius: 5px;
    	border: 1px solid #6A6A6A;
	}
	.amountInput{
		background: none;
		width: 50px;
		height: 30px;
		font-size: 18px;
		font-weight: 600;
		border: none;
		text-align: center;
		padding: 0;
	}
	.btnPlus{
		float: right;
		width: 30px;
		height: 30px;
		border: none;
		background: #A1E900;
		cursor: pointer;
		font-weight: 600;
		font-size: 18px;
	}
	.btnMinus{
		float: left;
		width: 30px;
		height: 30px;
		border: none;
		background: #A1E900;
		cursor: pointer;
		font-weight: 600;
		font-size: 18px;
	}

	/*Footer*/
	footer{
		max-width: 1440px;
		margin: auto;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.footer{
		width: 100%;
		margin-left: 61px;
		margin-right: 61px;
		display: flex;
		align-items: center;
	}
}


/*Мобильные и большинсво планшетов*/
@media (max-width: 886px){
	body {
		background-color: white;
	  font-family: 'Roboto', sans-serif;
	  box-sizing: border-box;
	  margin: auto;
	}
	.menu-sticky {
	    position: sticky;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9;
	    background-color: white;
	    max-width: 100%;
	    display: flex;
	    justify-content: space-evenly;
	}
	.menu-sticky > .header {
		width: 100%;
	}
	header{
		max-width: 886px;
		margin: auto;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: 20px;
		margin-right: 20px;
	}
	.logo-img{
		width: 52px;
		height: 34px;
	}
	.face-img{
		width: 37px;
		height: 30px;
	}
	.face-img-div{
		display: flex;
		align-items: center;
	}
	.chngThemeBtn{
		display: none;
	}
	.chngThemeBtnM img{
		width: 18px;
		border: 0;
	}
	.chngThemeBtnM{
		position: absolute;
		left: 0px;
		background: none;
		border-color: black;
		cursor: pointer;
		border: 0;
	}
	.callToUs{
		text-align: center;
		line-height: 5px;
		font-weight: 500;
		position: relative;
	}
	.wtsLogo{
		width: 15px;
	    position: absolute;
	    left: -16px;
    	top: 4px;
	}
	.header-text{
		color: black;
		font-size: 6px;
		font-weight: 600;
	}
	.header-tel{
		font-size: 9px;
		font-weight: 600;
		text-decoration: none;
		color: black;
	}
	.basket{
		position: relative;
		cursor: pointer;
	}
	.countCircle{
		position: absolute;
	    width: 15px;
	    height: 15px;
	    border-radius: 15px;
	    line-height: 15px;
	    font-size: 7.5px;
	    background-color: #A1E900;
	    color: white;
	    display: block;
	    text-align: center;
	    top: -3px;
	    right: -7px;
	    z-index: 1;
	}
	.basket-text{
		color: black;
		font-size: 9px;
		font-weight: 500;
		margin-right: 3.6px;
	}
	.basket-img{
		width: 11.03px;
	}
	.socialHeader{
		display: flex;
		gap: 3.5px;
		align-items: center;
	}
	.social-img{
		width: 15px;
	}
	.banner-carousel-img{
		width: 100%;
	}

	/*Попап с инфой о товаре*/
	.simple-popup {
	    display: none;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.8);
	    z-index: 1000;
	}
	.simple-popup #mainPopup {
	  	background-color: #fefefe;
	  	margin: 15% auto;
	  	padding: 15px;
	  	z-index: 99999;
	}
	#mainPopup{
		scale: 0.8;	
	}
	.simple-popup .mainPopup .close_content {
	  	color: #aaa;
	  	float: right;
	  	font-size: 28px;
	  	font-weight: bold;
	  	cursor: pointer;
	}

	/*Корзина*/
	.product-info {
	    display: none;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.8);
	    z-index: 1000;
	}
	.product-info #info-content {
	  	background-color: white;
	  	margin: 15% auto;
	  	padding: 15px;
	  	z-index: 99999;
	}
	.product-info #checkout-content {
	  background-color: white;
  		margin: 15% auto;
  		padding: 15px;
  		z-index: 99999;
	}
	.product-info #checkout-content .checkout-three-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    grid-template-columns: repeat(2, 1fr);
	    height: 40%;
	}
	.product-info #checkout-content .checkout-one-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    height: 20%;
	}
	#info-content,
	#checkout-content {
		scale: 0.8;	
	}
	#emptyBasket{
		color: black;
		font-size: 28px;
	}
	.product-info .info-content .close_info-content {
	  	color: #aaa;
	  	float: right;
	  	font-size: 28px;
	  	font-weight: bold;
	  	cursor: pointer;
	}
	.cartForm{
		display: inline-block;
	}
	.cart-img{
		width: 70px;
	}
	.product-info #info-content {
	  border: 2.25px solid #6A6A6A;
	  border-radius: 11.2px;
	}
	.product-info #checkout-content {
	  border: 2.25px solid #6A6A6A;
	  border-radius: 11.2px;
	}
	.product-info #checkout-content .checkout-three-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    grid-template-columns: repeat(2, 1fr);
	    height: 40%;
	}
	.product-info #checkout-content .checkout-one-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    height: 20%;
	}
	.prodFromCart{
		height: 350px;
		overflow: auto;
	}
	.cartForm{
		width: 305px;
	}
	.cart-form{
		position: relative;
	}
	.amountCartBtns{
	}
	.delAndAmountBtn{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.deleteCart{
		float: right;
		cursor: pointer;
		color: #FF3321;
		font-size: 40px;
  		font-weight: 600;
  		line-height: 20px;
	}
	.this-info{
		display: inline-block;
		vertical-align: top;
		margin-left: 11.3px;
	}
	.cart-img{
		width: 70px;
		height: 70px;
		margin-bottom: 17.2px;
		border-radius: 5px;
		display: inline-block;
	}
	.this-pname-text{
		color: black;
		font-size: 12px;
		font-weight: 600;
	}
	.this-count-and-price{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.this-count-text{
		color: black;
		font-size: 12.5px;
		font-weight: 400;
	}
	.this-price-text{
		color: black;
		font-size: 12.5px;
		font-weight: 600;
	}
	.this-amount-text{
		color: black;
		font-size: 12.5px;
		font-weight: 400;
	}
	.YourName-div{
		margin-top: 21px;
	}
	.YourNum-div{
		margin-top: 11.5px;
	}
	.Discount{
		color: black;
		float: right;
		font-size: 16px;
		font-weight: 600;
	}
	.Promo-div{
		margin-top: 11.5px;
		-webkit-appearance: none;
	}
	.Promo-button{
		-webkit-appearance: none;
		color: black;
		position: absolute;
	    right: 15px;
	    bottom: 111px;
	    background: #A1E900;
	    border-radius: 4px;
	    border: none;
	    width: 40px;
	    height: 20px;
	    font-weight: 600;
	    font-size: 14px;
	    margin: 0;
    	padding: 0;
	}
	.Promo-button:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.TotalPrice-div{
		margin-top: 25px;
	}
	.YourName-text{
		color: black;
		font-size: 14px;
		font-weight: 400;
	}
	.YourNum-text{
		color: black;
		font-size: 14px;
		font-weight: 400;
	}
	.Promo-text{
		color: black;
		font-size: 14px;
		font-weight: 400;
	}
	.YourName-input{
		-webkit-appearance: none;
		float: right;
		width: 122px;
		font-size: 14px;
		font-weight: 400;
		border: none;
  		border-bottom: 1px solid #6A6A6A;
  		background-color: transparent;
  		color: black;
  		outline: none;
  		text-align: center;
  		margin: 0;
    	padding: 0;
	}
	.YourNum-input{
		-webkit-appearance: none;
		float: right;
		width: 122px;
		font-size: 14px;
		font-weight: 400;
		border: none;
	  	border-bottom: 1px solid #6A6A6A;
	  	background-color: transparent;
	  	color: black;
	  	outline: none;
	  	margin: 0;
    	padding: 0;
	}
	.Promo-input{
		-webkit-appearance: none;
		float: right;
		width: 122px;
		font-size: 14px;
		font-weight: 400;
		border: none;
	  	border-bottom: 1px solid #6A6A6A;
	  	background-color: transparent;
	  	color: black;
	  	outline: none;
	  	margin: 0;
    	padding: 0;
	}
	.TotalPrice-text{
		color: black;
		font-size: 14px;
		font-weight: 400;
	}
	.TotalPrice{
		color: black;
		float: right;
		font-size: 16px;
		font-weight: 600;
	}
	.applyBtn{
		-webkit-appearance: none;
		color: black;
		margin: 0 auto;
  		display: block;
		border: none;
		background: #A1E900;
		box-shadow: 0px 9.17606px 9.17606px rgba(184, 194, 162, 0.5);
		border-radius: 4.5px;
		width: 84px;
		height: 29px;
		font-size: 16px;
		font-weight: 600;
	}
	.applyBtn:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.appplyDiv{
		margin: 10px;
	}
	.baskForMob{
		text-align: center;
		margin-bottom: 17.5px;
	}
	.baskForMob-text{
		color: black;
		font-size: 16px;
		font-weight: 600;
	}
	.amountBtns{
		margin-top: 60px;
		display: inline-block;
		text-align: center;
		float: right;
		width: 71px;
		height: 21.5px;
		border-radius: 5px;
		border: 1px solid #6A6A6A;
	}
	.amountInput{
		color: black;
		background-color: white;
		width: 31px;
		height: 21px;
		font-size: 18px;
		font-weight: 600;
		border: none;
		text-align: center;
		padding: 0;
	}
	.btnPlus{
		-webkit-appearance: none;
		color: black;
		float: right;
		width: 20px;
		height: 21.5px;
		border: none;
		background: #A1E900;
		cursor: pointer;
		font-weight: 600;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}
	.btnMinus{
		-webkit-appearance: none;
		color: black;
		float: left;
		width: 20px;
		height: 21.5px;
		border: none;
		background: #A1E900;
		cursor: pointer;
		font-weight: 600;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}


	/*Content space*/
	.content{
		max-width: 767px;
		margin: auto;
		margin-left: 4%;
		margin-right: 4%;
	}
	.content-tag{
		color: black;
		text-align: center;
		margin-top: 12px;
		margin-bottom: 12px;
		height: 15px;
		font-size: 13px;
	}
	.popular-products{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 15px 5px;
	}
	/*Product form*/
	.product-form{
		width: 9.7em;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		border: 1px solid #6A6A6A;
		border-radius: 0.160625em;
	}
	.product-img{
		width: 100%;
		border-radius: 2px 2px 0 0;
	}
	.product-name{
		font-size: 11px;
		font-weight: 600;
		color: black;
		margin-top: 12px;
		margin-bottom: 4px;
		margin-left: 11px;
	}
	.product-weight{
		font-size: 8px;
		font-weight: 500;
		color: #6A6A6A;
		margin-bottom: 4px;
		margin-left: 11px;
	}
	.product-description{
		font-size: 9px;
		font-weight: 500;
		color: #6A6A6A;
		margin-left: 11px;
	}
	.product-price{
		font-size: 10px;
		font-weight: 600;
		color: black;
	}
	.product-currency{
		font-size: 9px;
		font-weight: 400;
		color: black;
	}
	.product-buy{
		width: 71px;
		height: 17px;
		float: right;
		-webkit-appearance: none;
		color: black;
		background: #A1E900;
		font-size: 10px;
		padding: 3.5px;
		border: none;
		font-weight: 600;
		box-shadow: 0px 2.30466px 2.30466px rgba(184, 194, 162, 0.5);
		border-radius: 3px;
	}
	.priceAndBuy{
		align-items: center;
		margin-left: 11px;
		margin-right: 11px;
		margin-top: 7px;
		margin-bottom: 11px;
	}
	#amountMenu2{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu3{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu4{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu5{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu6{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu7{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu8{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu9{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu10{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu11{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu12{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu13{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu14{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu15{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu16{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}

	/*Footer*/
	footer{
		max-width: 767px;
		margin: auto;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.footer{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: 20px;
		margin-right: 20px;
	}
	.product-buy:active{
		background: #80BA00;
		cursor: pointer;
	}
	.priceAndBuy{
		align-items: center;
		margin-top: 7px;
		margin-left: 11px;
		margin-right: 11px;
		margin-bottom: 11px;
	}
	.amountMenu{
		display: none;
	}
	
}


/*Ноуты и некоторые планшеты*/
@media (min-width: 887px) and (max-width: 1439px){
	body {
	  font-family: 'Roboto', sans-serif;
	  box-sizing: border-box;
	  margin: auto;
	}
	.menu-sticky {
	    position: sticky;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9;
	    background-color: white;
	    max-width: 100%;
	    display: flex;
	    justify-content: space-evenly;
	}
/* total width */
.prodFromCart::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.prodFromCart::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
.prodFromCart::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.prodFromCart::-webkit-scrollbar-button {
    display:none;
}
	/*Header*/
	header{
		margin: auto;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.header{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	.logo-img{
		width: 9em;
	}
	.face-img{
		width: 5em;
	}
	.face-img-div{
		display: flex;
		align-items: center;
	}
	.callToUs{
		text-align: center;
		line-height: 30px;
		font-weight: 500;
		position: relative;
	}
	.wtsLogo{
		width: 32px;
	    position: absolute;
	    left: -35px;
	    top: 27px;
	}
	.header-text{
		font-size: 16px;
		font-weight: 600;
	}
	.header-tel{
		font-size: 24px;
		font-weight: 500;
		text-decoration: none;
		color: black;
		font-style: normal;
	}
	.basket{
		position: relative;
		cursor: pointer;
	}
	.chngThemeBtn img{
		width: 35px;
	}
	.chngThemeBtn{
		position: absolute;
		left: 0px;
		background: none;
		cursor: pointer;
		border: 0;
	}
	.chngThemeBtnM{
		display: none;
	}
	.countCircle{
		position: absolute;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		font-size: 15px;
		background-color: #A1E900;
		color: black;
		display: block;
		text-align: center;
		top: -14px;
		right: -14px;
		z-index: 1;
	}
	.basket-text{
		font-size: 24px;
		font-weight: 500;
		margin-right: 5px;
		font-style: normal;
	}
	.basket-img{
		width: 1.7em;
	}
	.socialHeader{
		margin-left: 42px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.social-img{
		width: 2em;
	}

	/*Корзина*/
	.product-info {
    	display: none;
    	position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    background-color: rgba(0,0,0,0.8);
	    z-index: 1000;
	}
	#info-content,
	#checkout-content {
		scale: 0.5;	
	}
	.product-info #info-content {
	  background-color: #fefefe;
	  margin-top: -100px;
      margin-left: auto;
	  border: 1px solid #888;
	  width: 50.5em;
	  z-index: 99999;
	  border: 5px solid #6A6A6A;
	  border-radius: 25px;
	}
	.product-info #checkout-content {
	  background-color: #fefefe;
	  margin-top: 100px;
      margin-left: auto;
	  border: 1px solid #888;
	  width: 50.5em;
	  z-index: 99999;
	  border: 5px solid #6A6A6A;
	  border-radius: 25px;
	}
	.product-info #checkout-content .checkout-three-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    grid-template-columns: repeat(2, 1fr);
	    height: 40%;
	}
	.product-info #checkout-content .checkout-one-button {
		display: grid;
	    align-items: center;
	    justify-items: center;
	    height: 20%;
	}
	.product-info #checkout-content .applyBtn {
		margin: 0;
	}
	.product-info .info-content .close_info-content {
	  color: #aaa;
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	  cursor: pointer;
	}
	.prodFromCart{
		height: 490px;
		overflow: auto;
		margin-left: 35px;
		margin-right: 35px;
	}
	.cart-form{
		margin-top: 35px;
		position: relative;
	}
	.baskForMob{
		display: none;
	}
	.amountCartBtns{
		margin-top: 129px;
	}
	.delAndAmountBtn{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.deleteCart{
		float: right;
		cursor: pointer;
		color: #FF3321;
		font-size: 40px;
  		font-weight: 600;
	}
	.this-info{
		display: inline-block;
		vertical-align: top;
		margin-left: 25px;
	}
	.cart-img{
		width: 160px;
		height: 160px;
		margin-bottom: 30px;
		border-radius: 5px;
		display: inline-block;
	}
	.this-pname-text{
		font-size: 33px;
		font-weight: 600;
	}
	.this-count-and-price{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.this-count-text{
		font-size: 28px;
		font-weight: 400;
	}
	.this-price-text{
		font-size: 28px;
		font-weight: 600;
	}
	.this-amount-text{
		font-size: 28px;
		font-weight: 400;
	}
	.YourName-div{
		margin-top: 24px;
		margin-left: 35px;
		margin-right: 51px;
	}
	.YourNum-div{
		margin-top: 24px;
		margin-left: 35px;
		margin-right: 51px;
	}
	.Promo-div{
		margin-top: 24px;
		margin-left: 35px;
		margin-right: 51px;
		position: relative;
	}
	.TotalPrice-div{
		margin-top: 54px;
		margin-left: 35px;
		margin-right: 51px;
	}
	.Promo-button{
		position: absolute;
	    right: 0px;
	    bottom: 7px;
	    background: #A1E900;
	    border-radius: 6px;
	    border: none;
	    width: 50px;
	    height: 30px;
	    font-weight: 600;
	    font-size: 20px;
	}
	.Promo-button:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.YourName-text{
		font-size: 33px;
		font-weight: 400;
	}
	.YourNum-text{
		font-size: 33px;
		font-weight: 400;
	}
	.Promo-text{
		font-size: 33px;
		font-weight: 400;
	}
	.Discount{
		float: right;
		font-size: 38px;
		font-weight: 600;
	}
	.YourName-input{
		float: right;
		width: 245px;
		font-size: 28px;
		font-weight: 400;
		border: none;
  		border-bottom: 1px solid #6A6A6A;
  		background-color: transparent;
  		color: inherit;
  		outline: none;
  		text-align: center;
	}
	.YourNum-input{
		float: right;
		width: 192px;
		font-size: 28px;
		font-weight: 400;
		border: none;
	  	border-bottom: 1px solid #6A6A6A;
	  	background-color: transparent;
	  	color: inherit;
	  	outline: none;
	}
	.Promo-input{
		float: right;
		width: 245px;
		font-size: 28px;
		font-weight: 400;
		border: none;
	  	border-bottom: 1px solid #6A6A6A;
	  	background-color: transparent;
	  	color: inherit;
	  	outline: none;
	}
	.TotalPrice-text{
		font-size: 33px;
		font-weight: 400;
	}
	.TotalPrice{
		float: right;
		font-size: 38px;
		font-weight: 600;
	}
	.applyBtn{
		margin-left: 287.5px;
		border: none;
		background: #A1E900;
		box-shadow: 0px 9.17606px 9.17606px rgba(184, 194, 162, 0.5);
		border-radius: 10px;
		width: 187px;
		height: 64px;
		font-size: 38px;
		font-weight: 600;
	}
	.applyBtn:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.appplyDiv{
		margin: 10px;
	}


	/*Carousel*/
	.banner-carousel-img{
		width: 100%;
	}

	/*Content space*/
	.content{
		max-width: 1318px;
		margin: auto;
	}
	.content-tag{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 40px;
		height: 30px;
		font-size: 26px;
	}
	.popular-products{
		width: 100%;
		overflow: visible;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		align-items: center;
	}

	/*Product form*/
	.product-form{
		display: inline-block;
		position: relative;
		width: 23%;
		border: 1px solid #d5d5d5;
		border-radius: 5px;
		transition: 1s;
	}
	.product-form:hover{
		border-bottom: none;
		border-bottom-left-radius: 0px;
    	border-bottom-right-radius: 0px;
    	transition: 1s;
	}
	.product-img{
		width: 100%;
		border-radius: 4px 4px 0 0;
	}
	.product-name{
		font-size: 18px;
		font-weight: 600;
		color: #1A1A1A;
		margin-top: 22px;
		margin-left: 20px;
	}
	.amountMenu{
		background-color: white;
	}
	.product-weight{
		font-size: 13px;
		font-weight: 500;
		color: #6A6A6A;
		margin-top: 10px;
		margin-left: 20px;
	}
	.product-description{
		font-size: 13px;
		color: #6A6A6A;
		margin-top: 10px;
		margin-left: 20px;
		height: 48px;
	}
	.product-price{
		line-height: 36px;
		font-size: 18px;
		font-weight: 600;
		color: #1A1A1A;
	}
	.product-currency{
		font-size: 16px;
		font-weight: 400;
		color: #1A1A1A;
	}
	.product-buy{
		width: 8.625em;
		height: 2em;
		float: right;
		background: #A1E900;
		font-size: 18px;
		padding: 6px;
		border: none;
		font-weight: 600;
		box-shadow: 0px 4.45788px 4.45788px rgba(184, 194, 162, 0.5);
		border-radius: 5px;
		cursor: pointer;
		transition: 0.5s;
	}
	.product-buy:hover{
		background: #80BA00;
		cursor: pointer;
	}
	.priceAndBuy{
		align-items: center;
		margin: 20px
	}
	#amountMenu1 {
	    display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	@keyframes ani {
  		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	#amountMenu2{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu3{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu4{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu5{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu6{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu7{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu8{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu9{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu10{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu11{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu12{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu13{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu14{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu15{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu16{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu17{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu18{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu19{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu20{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu21{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu22{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu23{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu24{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu25{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu26{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu27{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu28{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu29{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu30{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu31{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu32{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu33{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu34{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu35{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu36{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu37{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu38{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu39{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu40{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu41{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu42{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu43{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu44{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu45{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu46{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu47{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu48{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu61{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu62{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu63{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu64{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu71{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu72{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu73{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu74{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu100{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu101{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu102{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu103{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu104{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu105{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu106{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu107{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu108{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu109{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu110{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu111{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu112{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu113{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu114{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu115{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu116{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu117{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu118{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu119{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	#amountMenu120{
		display: none;
	    padding-bottom: 17px;
	    left: -1px;
	    opacity: 0;
  		animation: ani 1s forwards;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border: 1px solid #d5d5d5;
	    border-top: none;
	    position: absolute;
	    z-index: 1;
	    width: calc(100%);
	}
	.amountText{
		margin-left: 20px;
    	display: inline-block;
    	font-size: 16px;
    	font-weight: 400;
	}
	.amountBtns{
		margin-right: 20px;
    	display: inline-block;
    	text-align: center;
    	float: right;
    	width: 125px;
    	height: 30px;
    	border-radius: 5px;
    	border: 1px solid #6A6A6A;
	}
	.amountText{
		display: inline-block;
		font-size: 16px;
		font-weight: 400;
	}
	.amountBtns{
		margin-right: 20px;
    	display: inline-block;
    	text-align: center;
    	float: right;
    	width: 125px;
    	height: 30px;
    	border-radius: 5px;
    	border: 1px solid #6A6A6A;
	}
	.amountInput{
		width: 50px;
		height: 30px;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		border: none;
		background: none;
		padding: 0;
	}
	.btnPlus{
		float: right;
		width: 30px;
		height: 30px;
		border: none;
		background: #A1E900;
		cursor: pointer;
		font-weight: 600;
		font-size: 18px;
	}
	.btnMinus{
		float: left;
		width: 30px;
		height: 30px;
		border: none;
		background: #A1E900;
		cursor: pointer;
		font-weight: 600;
		font-size: 18px;
	}

	/*Footer*/
	footer{
		margin: auto;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.footer{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
}


