	@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');		

	*{
		font-family: "Rubik", sans-serif;
		font-size: 12px;
		color: #1B1B1B;
	}

	body{
		background: #F4F5FA;
	}

	.elvo-rubik-300{
		font-family: "Rubik", sans-serif;
		font-weight: 300;		
	}	

	.elvo-rubik-400{
		font-family: "Rubik", sans-serif;
		font-weight: 400;		
	}	

	.elvo-rubik-500{
		font-family: "Rubik", sans-serif;
		font-weight: 500;		
	}	

	.elvo-rubik-600{
		font-family: "Rubik", sans-serif;
		font-weight: 600;		
	}	

	.elvo-rubik-700{
		font-family: "Rubik", sans-serif;
		font-weight: 700;		
	}	
	
	.elvo-rubik-900{
		font-family: "Rubik", sans-serif;
		font-weight: 900;		
	}

	/*.elvo-nav{
	  margin-left: auto; 
	  margin-right: auto; 
	  max-width: 1320px;
	}*/

	/*@media (min-width: 1490px) {
	  .elvo-nav{
		margin-left: 60px; 
		margin-right: 60px; 
		max-width: 100%;
	  }
	}*/
	
	
	input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #8F8F8F !important;
	  opacity: 1; /* Firefox */
	}

	input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #8F8F8F !important;
	}

	input::-ms-input-placeholder { /* Microsoft Edge */
	  color: #8F8F8F !important;
	}	

	input.elvo-input-box{
	  font-size: 16px;
	  line-height: 130%;
	  letter-spacing: -0.3px;
	  padding: 16px;
	  -webkit-border-radius: 12px;
	  -moz-border-radius: 12px;
	  border-radius: 12px;
	  border: 1px solid #DEDDFE;
	  background: #FFF; 
	  color: #1B1B1B;	
	}

	.form-control.elvo-input-box:focus {
	  border: 1px solid #9E9BFE !important;
	  box-shadow: none !important;
	  outline: #9E9BFE solid 1px;
	}
	
	.form-control.elvo-input-box:disabled, .form-control.elvo-input-box:readonly {
	  border: 1px solid #DEDDFE;
	  background: #FDFDFE;
	  color: #C3C3C3 !important;
	}

	.form-control.elvo-input-box:disabled::placeholder, .form-control.elvo-input-box:readonly::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #C3C3C3 !important;
	  opacity: 1; /* Firefox */
	}

	.form-control.elvo-input-box:disabled:-ms-input-placeholder, .form-control.elvo-input-box:readonly:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #C3C3C3 !important;
	}

	.form-control.elvo-input-box:disabled::-ms-input-placeholder, .form-control.elvo-input-box:readonly::-ms-input-placeholder { /* Microsoft Edge */
	  color: #C3C3C3 !important;
	}		


.elvo-icons{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background: transparent url("https://elvo.hu/media/icons/icons_default.svg");
  background-position-y: -15.5px;
}

.elvo-icons-md{
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background: transparent url("https://elvo.hu/media/icons/icons_default.svg");
  background-position-y: -72.5px;
}

.elvo-icons-sm{
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  background: transparent url("https://elvo.hu/media/icons/icons_default.svg");
  background-position-y: -125.5px;
}

.elvo-icons.elvo-icons-fav{background-position-x: calc(0px - 15.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-fav{background-position-x: calc(-2px - 15.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-fav{background-position-x: calc(-4px - 15.5px);}

.elvo-icons.elvo-icons-addtocart{background-position-x: calc(0px - 56.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-addtocart{background-position-x: calc(-2px - 56.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-addtocart{background-position-x: calc(-4px - 56.5px);}

.elvo-icons.elvo-icons-menu{background-position-x: calc(0px - 97.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-menu{background-position-x: calc(-2px - 97.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-menu{background-position-x: calc(-4px - 97.5px);}

.elvo-icons.elvo-icons-arrow-down{background-position-x: calc(0px - 138.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-arrow-down{background-position-x: calc(-2px - 138.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-arrow-down{background-position-x: calc(-4px - 138.5px);}

.elvo-icons.elvo-icons-arrow-up{background-position-x: calc(0px - 179.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-arrow-up{background-position-x: calc(-2px - 179.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-arrow-up{background-position-x: calc(-4px - 179.5px);}

.elvo-icons.elvo-icons-arrow-right{background-position-x: calc(0px - 220.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-arrow-right{background-position-x: calc(-2px - 220.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-arrow-right{background-position-x: calc(-4px - 220.5px);}

.elvo-icons.elvo-icons-arrow-left{background-position-x: calc(0px - 261.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-arrow-left{background-position-x: calc(-2px - 261.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-arrow-left{background-position-x: calc(-4px - 261.5px);}

.elvo-icons.elvo-icons-filter{background-position-x: calc(0px - 302.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-filter{background-position-x: calc(-2px - 302.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-filter{background-position-x: calc(-4px - 302.5px);}

.elvo-icons.elvo-icons-orderby{background-position-x: calc(0px - 343.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-orderby{background-position-x: calc(-2px - 343.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-orderby{background-position-x: calc(-4px - 343.5px);}

.elvo-icons.elvo-icons-compare{background-position-x: calc(0px - 384.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-compare{background-position-x: calc(-2px - 384.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-compare{background-position-x: calc(-4px - 384.5px);}

.elvo-icons.elvo-icons-lights{background-position-x: calc(0px - 425.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-lights{background-position-x: calc(-2px - 425.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-lights{background-position-x: calc(-4px - 425.5px);}

.elvo-icons.elvo-icons-info{background-position-x: calc(0px - 466.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-info{background-position-x: calc(-2px - 466.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-info{background-position-x: calc(-4px - 466.5px);}

.elvo-icons.elvo-icons-close{background-position-x: calc(0px - 508.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-close{background-position-x: calc(-2px - 508.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-close{background-position-x: calc(-4px - 508.5px);}

.elvo-icons.elvo-icons-check{background-position-x: calc(0px - 549.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-check{background-position-x: calc(-2px - 549.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-check{background-position-x: calc(-4px - 549.5px);}

.elvo-icons.elvo-icons-more{background-position-x: calc(0px - 592.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-more{background-position-x: calc(-2px - 592.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-more{background-position-x: calc(-4px - 592.5px);}

.elvo-icons.elvo-icons-share{background-position-x: calc(0px - 641.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-share{background-position-x: calc(-2px - 641.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-share{background-position-x: calc(-4px - 641.5px);}

.elvo-icons.elvo-icons-check-circle{background-position-x: calc(0px - 690.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-check-circle{background-position-x: calc(-2px - 690.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-check-circle{background-position-x: calc(-4px - 690.5px);}

.elvo-icons.elvo-icons-calendar{background-position-x: calc(0px - 745.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-calendar{background-position-x: calc(-2px - 745.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-calendar{background-position-x: calc(-4px - 745.5px);}

.elvo-icons.elvo-icons-clock{background-position-x: calc(0px - 794.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-clock{background-position-x: calc(-2px - 794.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-clock{background-position-x: calc(-4px - 794.5px);}

.elvo-icons.elvo-icons-acount{background-position-x: calc(0px - 837.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-acount{background-position-x: calc(-2px - 837.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-acount{background-position-x: calc(-4px - 837.5px);}

.elvo-icons.elvo-icons-cart{background-position-x: calc(0px - 892.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-cart{background-position-x: calc(-2px - 892.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-cart{background-position-x: calc(-4px - 892.5px);}

.elvo-icons.elvo-icons-delivery{background-position-x: calc(0px - 936px);}
.elvo-icons.elvo-icons-md.elvo-icons-delivery{background-position-x: calc(-2px - 936px);}
.elvo-icons.elvo-icons-sm.elvo-icons-delivery{background-position-x: calc(-4px - 936px);}

.elvo-icons.elvo-icons-delete{background-position-x: calc(0px - 984.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-delete{background-position-x: calc(-2px - 984.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-delete{background-position-x: calc(-4px - 984.5px);}

.elvo-icons.elvo-icons-add{background-position-x: calc(0px - 1033.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-add{background-position-x: calc(-2px - 1033.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-add{background-position-x: calc(-4px - 1033.5px);}

.elvo-icons.elvo-icons-logout{background-position-x: calc(0px - 1082.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-logout{background-position-x: calc(-2px - 1082.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-logout{background-position-x: calc(-4px - 1082.5px);}

.elvo-icons.elvo-icons-edit{background-position-x: calc(0px - 1129.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-edit{background-position-x: calc(-2px - 1129.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-edit{background-position-x: calc(-4px - 1129.5px);}

.elvo-icons.elvo-icons-box{background-position-x: calc(0px - 1176.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-box{background-position-x: calc(-2px - 1176.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-box{background-position-x: calc(-4px - 1176.5px);}

.elvo-icons.elvo-icons-home{background-position-x: calc(0px - 1223.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-home{background-position-x: calc(-2px - 1223.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-home{background-position-x: calc(-4px - 1223.5px);}

.elvo-icons.elvo-icons-invoice{background-position-x: calc(0px - 1270.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-invoice{background-position-x: calc(-2px - 1270.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-invoice{background-position-x: calc(-4px - 1270.5px);}

.elvo-icons.elvo-icons-search{background-position-x: calc(0px - 1317.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-search{background-position-x: calc(-2px - 1317.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-search{background-position-x: calc(-4px - 1317.5px);}

.elvo-icons.elvo-icons-minus{background-position-x: calc(0px - 1364.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-minus{background-position-x: calc(-2px - 1364.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-minus{background-position-x: calc(-4px - 1364.5px);}

.elvo-icons.elvo-icons-confirmation{background-position-x: calc(0px - 1411.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-confirmation{background-position-x: calc(-2px - 1411.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-confirmation{background-position-x: calc(-4px - 1411.5px);}

.elvo-icons.elvo-icons-explore{background-position-x: calc(0px - 1458.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-explore{background-position-x: calc(-2px - 1458.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-explore{background-position-x: calc(-4px - 1458.5px);}

.elvo-icons.elvo-icons-acute{background-position-x: calc(0px - 1505.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-acute{background-position-x: calc(-2px - 1505.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-acute{background-position-x: calc(-4px - 1505.5px);}

.elvo-icons.elvo-icons-card{background-position-x: calc(0px - 1552.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-card{background-position-x: calc(-2px - 1552.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-card{background-position-x: calc(-4px - 1552.5px);}

.elvo-icons.elvo-icons-business{background-position-x: calc(0px - 1599.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-business{background-position-x: calc(-2px - 1599.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-business{background-position-x: calc(-4px - 1599.5px);}

.elvo-icons.elvo-icons-copy{background-position-x: calc(0px - 1646.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-copy{background-position-x: calc(-2px - 1646.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-copy{background-position-x: calc(-4px - 1646.5px);}

.elvo-icons.elvo-icons-refresh{background-position-x: calc(0px - 1693.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-refresh{background-position-x: calc(-2px - 1693.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-refresh{background-position-x: calc(-4px - 1693.5px);}

.elvo-icons.elvo-icons-shop{background-position-x: calc(0px - 1740.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-shop{background-position-x: calc(-2px - 1740.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-shop{background-position-x: calc(-4px - 1740.5px);}

.elvo-icons.elvo-icons-installment{background-position-x: calc(0px - 1787.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-installment{background-position-x: calc(-2px - 1787.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-installment{background-position-x: calc(-4px - 1787.5px);}

.elvo-icons.elvo-icons-pause{background-position-x: calc(0px - 1834.5px);}
.elvo-icons.elvo-icons-md.elvo-icons-pause{background-position-x: calc(-2px - 1834.5px);}
.elvo-icons.elvo-icons-sm.elvo-icons-pause{background-position-x: calc(-4px - 1834.5px);}	
	
.elvo-badge{
  color: #FFF;
  text-align: center;
  font-size: 8px;
  line-height: 150%;
  letter-spacing: -0.3px;
  width: 13px;
  height: 13px;
  background: #EF4444;
  padding: 1px
}	

/*header*/
header nav.elvo-header-top{
	background: linear-gradient(130deg, #5AE3FF -95.01%, #5CBFFF -21.7%, #605AFF 76.33%), #D9D9D9;
	padding-top: 16px;
	padding-bottom: 16px;
}

header .elvo-nav-serach-box button{
  border: 1px solid transparent !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 13px;
  background-color: transparent !important;
  top: 1px;
  left: 1px;
}

header nav.elvo-header-top .elvo-nav-serach-box{
  margin: 0px 40px 0px 60px;
}

header .elvo-nav-serach-box input.elvo-input-box{
  max-width: 1200px;
}

header nav.elvo-header-top .elvo-account-container .elvo-small-text{
  font-size: 14px;
  font-style: normal;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  color: #fff;
}

header nav.elvo-header-top .elvo-account-container .elvo-sub-text{
  font-size: 12px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  color: #fff;
}

header nav.elvo-header-top .elvo-account-container .elvo-account-text-container{
  margin-left: 8px;
  padding-right: 16px;    
  border-right: 2px solid rgba(255, 255, 255, 0.17);
}

header nav.elvo-header-top .elvo-account-container .elvo-icons-acount{
  background: transparent url("https://elvo.hu/media/icons/icons_account.svg") no-repeat center center;
}

header nav.elvo-header-top .elvo-icons.elvo-icons-cart{
  background: transparent url("https://elvo.hu/media/icons/icons_cart.svg") no-repeat center center;
  margin-left: 16px;
}

header nav.elvo-header-top .elvo-icons.elvo-icons-compare{
  background: transparent url("https://elvo.hu/media/icons/icons_compare.svg") no-repeat center center;
  margin-left: 16px;
}

header nav.elvo-header-top .elvo-icons.elvo-icons-fav{
  background: transparent url("https://elvo.hu/media/icons/icons_wish.svg") no-repeat center center;
  margin-left: 16px;
}

header nav.elvo-header-nav{
  background: #fff;
  border-radius: 0 0 16px 16px;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 16px 0px;
}

header nav.elvo-header-nav .elvo-nav-btn{
  background: transparent;
  outline: 0;
  color: #1B1B1B;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  background: transparent;
  border: none;  
}	

header nav.elvo-header-nav .elvo-nav-btn .elvo-icons-menu{
  margin-left: -3px;
  margin-right: 8px;
  margin-top: -4px;
}

header nav.elvo-header-nav .elvo-nav-links .nav-item .nav-link{
  padding: 0;
  padding-left: 40px;  
  color: #1B1B1B;
  text-align: center;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

.elvo-nav, .elvo-container{
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 16px; 
    padding-right: 16px; 
	max-width: 1352px !important;
}

/*@media (min-width: 1490px) {
  .elvo-nav{
    margin-left: 60px !important; 
    margin-right: 60px; 
    max-width: 100%;
  }
}*/

@media (max-width: 768px) {
  body > header{
    background: linear-gradient(96deg, #605AFF 2.78%, #3D27D1 102.14%);
    padding: 8px !important;
    border-radius: 0 0 24px 24px;
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;    
  }
    
  header nav.elvo-header-top{
    background: linear-gradient(117deg, #5AE3FF -45.83%, #5CBFFF 5.99%, #605AFF 75.28%);    padding-top: 16px;
	padding: 24px 8px 8px 8px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;  
  }
  
  header nav.elvo-header-top .elvo-nav{
    padding: 0px;  
  }
  
  header nav.elvo-header-top .elvo-nav-serach-box {
    margin: 0px;
  }
  
  header .elvo-header-top .elvo-nav-btn{
    background: transparent;
    border: none;
    outline: 0;
  }	
  
  header .elvo-header-top .elvo-nav-btn .elvo-icons.elvo-icons-menu-w{
    background: transparent url("https://elvo.hu/media/icons/icons_menu.svg") no-repeat center center;
  }	

  header .elvo-header-top div.elvo-nav:first-child{
    margin-bottom: 15px;
  }

  header .elvo-header-top .elvo-icons.elvo-icons-cart{
    margin-left: 12px;
  }

  header .elvo-header-top .elvo-icons.elvo-icons-compare{
    margin-left: 12px;
  }

  header .elvo-header-top .elvo-icons.elvo-icons-acount{
    margin-left: 12px;
  }  
  
}

@media (max-width: 1024px){
  header nav.elvo-header-nav .elvo-nav-links .nav-item .nav-link{
    padding-left: 16px;  
    font-size: 13px;
  } 
  
  header nav.elvo-header-nav .elvo-nav-btn{
    font-size: 14px;
  }  
}

/*header end*/


/*footer*/
footer .elvo-footer-layer-left{
  background: transparent url('https://elvo.hu/media/footer/footer_left_lights2.svg') bottom left no-repeat;
}

footer .elvo-footer-layer-right{
  background: transparent url('https://elvo.hu/media/footer/footer_right_lights2.svg') top right no-repeat;
}

footer .elvo-footer-layer-content-bg{
  background: transparent url('https://elvo.hu/media/footer/rectangle.svg') top right no-repeat;
  fill: linear-gradient(327deg, rgba(35, 21, 123, 0.00) 52.06%, #23157B 86.86%), linear-gradient(216deg, rgba(35, 21, 123, 0.00) 27.3%, #23157B 83.36%);
  opacity: 0.5;   
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

footer.elvo-footer, footer.elvo-footer .elvo-footer-layer-content, footer.elvo-footer .elvo-footer-layer-left,  footer.elvo-footer .elvo-footer-layer-right{
  -webkit-border-top-left-radius: 32px;
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topleft: 32px;
  -moz-border-radius-topright: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px; 
}


footer.elvo-footer .elvo-footer-layer-content{
  padding: 60px 0px 40px 0px;
  flex-direction: column;
  align-items: flex-start;
}

footer .elvo-footer-layer-content div{
  opacity: 1 !important;   
}

footer .elvo-footer-logo img{
  width: 198px;
  height: auto;
}

footer.elvo-footer .elvo-footer-contact{
  color: #FFF;
  font-size: 32px;
  line-height: 100%; /* 32px */
  margin: 32px 0px
}

footer.elvo-footer .elvo-footer-contact-container .elvo-contact-card{
  margin-right: 21px;
  margin-bottom: 21px;
}

footer.elvo-footer .elvo-footer-contact-container .elvo-contact-card-title{
  color: #DEDDFE;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px; 
  display: block;
  margin-bottom: 8px;
}

footer.elvo-footer .elvo-footer-contact-container .elvo-contact-card-value{
  display: block;
  color: #FFF;
  font-size: 24px;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px; 
}


footer.elvo-footer .elvo-footer-newsletter-container{
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background: #23157B;
  padding: 24px 40px;
  height: 430px;
}

footer.elvo-footer .elvo-contact-card .elvo-social-links{
  margin-right: 16px;
  text-decoration: none;
}

footer .elvo-copyright-container{
  margin-top: 24px;
  margin-bottom: 48px;
}

footer .elvo-footer-copyright{
  color: #C2C0FF;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

footer .elvo-footer-links a{
  color: #DEDDFE;
  font-size: 14px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

@media (max-width: 768px) {
  footer .elvo-nav{
    padding: 0px !important;  
    margin: 0px !important;  
  }
}
/*footer end*/




main.container-fluid{
	 min-height: 300px;
  padding-left: 0px;
  padding-right: 0px;
}


header nav.elvo-header-top .elvo-account-container:hover span{
  color: #DEDDFE;
}

header nav.elvo-header-top .elvo-account-container:hover .elvo-icons-acount{
  background: transparent url("https://elvo.hu/media/icons/icons_account_hover.svg") no-repeat center center;
}


header nav.elvo-header-top .elvo-account-container.active span{
  color: #B1EAFF;
}

header nav.elvo-header-top .elvo-account-container.active .elvo-icons-acount{
  background: transparent url("https://elvo.hu/media/icons/icons_account_active.svg") no-repeat center center;
}

#search_container input.elvo-input-box{
  padding-left: 46px  
}

.elvo-icons.elvo-icons-search{
  background-image: url("https://elvo.hu/media/icons/icons_hover.svg");
}

a.account-menu-item:hover .elvo-icons-compare{
  background: transparent url("https://elvo.hu/media/icons/icons_compare_hover.svg") no-repeat center center !important; 
  
} 

a.account-menu-item:hover .elvo-icons-fav{
  background: transparent url("https://elvo.hu/media/icons/icons_fav_hover.svg") no-repeat center center !important;    
} 

a.account-menu-item:hover .elvo-icons-cart{
  background: transparent url("https://elvo.hu/media/icons/icons_cart_hover.svg") no-repeat center center  !important;    
} 


a.account-menu-item.active .elvo-icons-compare{
  background: transparent url("https://elvo.hu/media/icons/icons_compare_active.svg") no-repeat center center !important; 
  
} 

a.account-menu-item.active .elvo-icons-fav{
  background: transparent url("https://elvo.hu/media/icons/icons_fav_active.svg") no-repeat center center !important;    
} 

a.account-menu-item.active:hover .elvo-icons-cart{
  background: transparent url("https://elvo.hu/media/icons/icons_cart_active.svg") no-repeat center center  !important;    
} 

.breadcrumb-container .breadcrumb{
  margin: 16px 0px;
}

.breadcrumb-container .breadcrumb *{
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  font-size: 12px;
  margin:0;
  color: #8f8f8f;
  text-decoration: none;
}

.breadcrumb-container .breadcrumb .breadcrumb-arrow{
  color: #1b1b1b;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 125%; /* 16.8px */
}

.breadcrumb-container .breadcrumb .last *{
  color: #1b1b1b;
}

.noroute-page .noroute-content{
  text-align: center;  
  max-width: 876px;
  margin: 0px auto;
}

.noroute-page .noroute-content img{
  margin-top: 40px !important;
  margin-bottom: 16px !important;
}

.noroute-page .noroute-content h3{
  margin: 0px !important;
  font-size: 24px;
  line-height: 130%; /* 31.2px */
  color: #1B1B1B;
}

.noroute-page .noroute-content p{
  margin-top: 8px !important;
  font-size: 16px !important;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px !important;
  color: #5B5B5B;
}

.elvo-button-container{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;  
}

.btn-elvo{
	padding: 16px 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: linear-gradient(271deg, #5AE3FF -83.65%, #5CBFFF -5.07%, #605AFF 100%);  
	color: #ffffff;
	font-size: 14px;
	line-height: 130%; /* 18.2px */
	letter-spacing: -0.3px;
  border: none;	
}

.btn-elvo:hover{
  border: none;
  color: #ffffff;
  background: linear-gradient(268deg, #5AE3FF -82.23%, #3FA8EC -6.09%, #423CDF 95.73%);
}

.btn-elvo:active{
  color: #ffffff;
  background: linear-gradient(268deg, #5AE3FF -82.23%, #3FA8EC -6.09%, #423CDF 95.73%);
  box-shadow: 0px 0px 0px 3px #BAD6F2 !important;
  border: none;
}

@media (max-width: 768px) {
  .btn-elvo{
    width: 100%;
	padding: 12px 16px;
  }  
}

main.container-fluid{
	min-height: 300px;
  padding-left: 0px;
  padding-right: 0px;
}

.elvo-p60{
  padding: 0px 60px !important;
}  

@media (max-width: 768px) {
  .elvo-p60{
    padding: 0px 0px !important;
  }  
}

.elvo-form-container{
  max-width: 434px;
  margin: 0px auto !important;  
}

.elvo-form-container .elvo-form-title{
  margin: 40px 0px !important;
  color: #1B1B1B;
  font-size: 32px;
  line-height: 130%; /* 41.6px */    
}

@media (max-width: 768px) {
  .elvo-form-container .elvo-form-title{
    margin-top: 16px !important;
    margin-bottom: 8px !important;
    font-size: 20px;
  }  
}

.elvo-form-container .elvo-form-description{
  margin: 0px 0px !important;
  color: #5B5B5B;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

.elvo-form-container .elvo-form-body{
  margin: 0px 0px !important;
  margin-top: 16px!important;  
}

.elvo-form-container .elvo-form-body .elvo-form-control-container{
  margin: 0px 0px !important;
}

.elvo-form-container .elvo-form-body .elvo-button-container{
  margin: 16px 0px !important;
}

.elvo-form-container .elvo-form-body .elvo-form-control-container label.form-label{
  color: #8F8F8F;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  padding-left: 8px;
  margin-bottom: 4px;  
}


.btn-elvo-w{
	padding: 12px 16px;
	color: #1B1B1B;
  border-radius: 16px;
  border: 2px solid #DEDDFE;
  background: #FFF;
}

.btn-elvo-w:hover{
	color: #1B1B1B;
  border-radius: 16px;
  border: 2px solid #DEDDFE;
  background: rgba(240, 239, 255, 0.24);
}

.btn-elvo-w:active, .btn-elvo-w.btn:first-child:active{
  border-radius: 16px;
  border: 2px solid #DEDDFE;
  background: #FFF;
  box-shadow: 0px 0px 0px 2px #DEDDFE !important;
}

#customer_login_form{
  margin-bottom: 40px !important;
}

#customer_login_form button.btn-elvo-w{
  width: 100%;  
}

#customer_login_form button#btn_login{
  margin-bottom: 8px;
}

#customer_login_form .elvo-social-container{
  margin: 8px 0px !important;
  position: relative;
}

#customer_login_form .elvo-social-container button.g-signin22:before{
  position: absolute;
  content: "";
  float: left;
  background: transparent url("https://elvo.hu/media/icons/google_btn.svg") no-repeat center center;
  display: block;
  width: 20px;
  height: 20px;
}

#customer_login_form .elvo-social-container button.fb-signin:before{
  position: absolute;
  content: "";
  float: left;
  background: transparent url("https://elvo.hu/media/icons/facebook_btn.svg") no-repeat center center;
  display: block;
  width: 20px;
  height: 20px;
}

#customer-login-email-container .elvo-aszf-container {
  margin: 80px 0px 40px 0;
}

#customer-login-email-container .elvo-aszf-container a{
  color: #3D27D1;
  display: inline-block;
  margin: 0 12px;
  font-size: 12px;
  font-style: normal;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
  text-decoration: none;
}
/*
.elvo-nav{
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;  
}

.breadcrumb-container .elvo-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
*/
footer .elvo-copyright-container a{
  display: inline-block;
  margin-right: 16px;
}

footer .elvo-copyright-container a:hover{
  color: #fff
}


footer .elvo-copyright-container .elvo-footer-links{
  margin-bottom: 16px;
  margin-top: 32px;
}


footer .elvo-form-container.elvo-footer-newsletter-content{
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background: #23157B;
  padding: 40px;  
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-title{
  font-size: 24px;
  line-height: 130%; /* 31.2px */  
  color: #fff;
  margin: 0px 0px 8px 0px !important;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-description{
  color: #DEDDFE;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  margin: 0px 0px 24px 0px !important;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .elvo-form-control-container label.form-label {
  color: #DEDDFE;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .elvo-form-control-container{
  margin-bottom: 16px !important;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .col-md-12,
footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .col-lg-6{
  padding: 0px !important;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .col-lg-6:first-of-type div.elvo-form-control-container{
  padding-right: 8px;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .col-lg-6:last-of-type div.elvo-form-control-container{
  padding-left: 8px;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .elvo-form-control-container .form-check label,
footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .elvo-form-control-container .form-check label a{
  color: #F0EFFF;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}


footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .elvo-button-container {
  margin: 0px 0px !important;
  text-align: left;
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .elvo-button-container button.btn-elvo {
  padding: 12px 32px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  background: rgba(247, 249, 251, 0.16);
}

footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .elvo-button-container button.btn-elvo:hover {
  border: 2px solid rgba(255, 255, 255, 0.10);
  background: rgba(247, 249, 251, 0.24);
}

@media (max-width: 992px) {
  footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .col-lg-6:first-of-type div.elvo-form-control-container{
    padding-right: 0px;
  }

  footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .col-lg-6:last-of-type div.elvo-form-control-container{
    padding-left: 0px;
  } 
}



@media (max-width: 768px) {
  footer .elvo-nav {
    padding: 0px !important;
    margin: 16px !important;
  }
  
  footer.elvo-footer .elvo-footer-layer-content {
    padding: 8px 0px 40px 0px;
  } 
  
  footer .elvo-footer-logo img {
    width: 132px;
    height: auto;
  } 
  footer .elvo-footer-logo{
    padding-bottom: 16px !important;
  }

  footer.elvo-footer .elvo-footer-contact {
    font-size: 24px;
    line-height: 130%;
    margin: 32px 0px 24px 0px;
  }
  
   footer.elvo-footer .elvo-footer-contact-container .elvo-contact-card-value {
    font-size: 16px;
  }
  
  footer.elvo-footer .elvo-footer-contact-container .elvo-contact-card.w-100 {
    margin-top: 27px;
    margin-bottom: 48px;
  }  
  
  

  footer .elvo-form-container.elvo-footer-newsletter-content {
    padding: 24px;
  }
  
	footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .row .elvo-form-control-container {
	  margin-bottom: 8px !important;
	}

	footer .elvo-form-container.elvo-footer-newsletter-content .elvo-form-body .elvo-button-container {
	  margin-top: 16px !important;
	} 

	footer .elvo-copyright-container.d-block.d-md-none .elvo-footer-links a{
	  display: block;
	  margin-bottom: 16px;
	  color:#fff;
	}

	footer .elvo-copyright-container .elvo-footer-links {
	  margin-bottom: 48px !important;
	}

	footer .elvo-copyright-container .elvo-footer-copyright {
	  margin-bottom: 0px !important;
	}

	footer .elvo-copyright-container {
	  margin-bottom: 0px;
	}	
		
	footer .elvo-footer-payments-container{
	  position: relative;
	  padding: 11px 0px;
	  margin-top: -24px
	}

	footer .elvo-footer-payments-container .elvo-footer-payments .elvo-footer-content   a img{
	  width: 60px;
	  height: 60px;
	}


	footer .elvo-footer-payments-container .elvo-footer-partners .elvo-footer-content   a img{
	  width: 120px;
	  height: 40px;
	}	
	
	footer .elvo-footer-payments-container .elvo-footer-content a{
	  margin-right: 12px;
	  margin-bottom: 12px;
	}
	footer .elvo-footer-payments-container .elvo-footer-payments{
	  margin-bottom: 0px
	}
	footer .elvo-footer-payments-container {
	  padding: 16px 0px 0px 0px;
	}	
}


footer .elvo-footer-payments-container{
  position: relative;
  padding: 16px 0px;
  background: #E4EDF6;
  -webkit-border-top-left-radius: 32px;
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topleft: 32px;
  -moz-border-radius-topright: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px; 
  margin-top: -32px
}

footer .elvo-footer-payments-container .row .col-12{
  padding: 0px 0px;
}

footer .elvo-footer-payments-container .elvo-footer-title{
  color: #8F8F8F;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

footer .elvo-footer-payments-container .elvo-footer-content a{
  margin-right: 12px;
}

#elvo_home_slideshow .elvo-carousel-nav{
  position: absolute;
  bottom: 16px;
  right: 16px;    
}

#elvo_home_slideshow .elvo-carousel-nav button{
  margin:0px;
  padding: 8px 8px 7px 8px;
  border: 0;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
  margin: 0px 4px !important;

}


#elvo_home_slideshow .elvo-carousel-nav button .elvo-icons-md{
  display: block;
  background-color: #fff;
  margin:0px;
  background-image: url("https://elvo.hu/media/icons/icons_hover.svg");  
}

#elvo_home_slideshow .elvo-carousel-nav button .elvo-icons-md:hover{
  display: block;
  background-color: #fff;
  margin:0px;
  background-image: url("https://elvo.hu/media/icons/icons_pressed.svg");  
}

@media (max-width: 576px) {

	#elvo_home_slideshow .elvo-carousel-nav{
	  width: 100%;
	  text-align: center;
	  left:0;
	}

	#elvo_home_slideshow .elvo-carousel-nav button:first-of-type{
	  float: left;
	}

	#elvo_home_slideshow .elvo-carousel-nav button:last-of-type{
	  float: right;
	}
}


.banner-conatiner{
  margin: 0;
  padding: 0;
  margin-bottom: 42px;
}

.banner-conatiner .col-sm-6{
  margin: 0;
  padding: 0;
}

.banner-conatiner .col-sm-6:first-of-type{
  padding-right: 21px;
}

.banner-conatiner .col-sm-6:last-of-type{
  padding-left: 21px;
}

.banner-conatiner .col-sm-6 .swiper-slide{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  height: 340px;
  overflow: hidden;
  text-align: center;
}

.banner-conatiner .col-sm-6 .swiper-slide img{
 /* width: 100%;
  height: auto;*/
}

.banner-conatiner .col-sm-6 .swiper .swiper-pagination{
  bottom: 16px;
}

.banner-conatiner .swiper {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .banner-conatiner .col-sm-6 .swiper-slide{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    height: 556px !important;
    overflow: hidden;
    text-align: center;
  }

}


@media (max-width: 768px) {

  .banner-conatiner .col-sm-6:first-of-type {
    padding-right: 10px;
  }
  
  .banner-conatiner .col-sm-6:last-of-type {
    padding-left: 10px;
  }  
  
}


@media (max-width: 576px) {

  .banner-conatiner .col-sm-6:first-of-type {
    padding-right: 0px;
    margin-bottom: 48px;
  }
  
  .banner-conatiner .col-sm-6:last-of-type {
    padding-left: 0px;
  }  
  
}

body.page_home .adattorlo-conatiner{
  max-width: 1093px;
  margin: 0px auto;
  margin-bottom: 80px;
}

body.page_home .adattorlo-conatiner h3{
  color: #23157B;
  font-size: 40px;
  line-height: 120%; /* 48px */  
  margin: 0px;
}

body.page_home .adattorlo-conatiner p{
  margin: 20px 0px;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

body.page_home .adattorlo-conatiner p a{
  white-space: nowrap;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  text-decoration: none;
}

body.page_home .adattorlo-conatiner small{
  margin: 0px;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

@media (max-width: 768px) {
  body.page_home .adattorlo-conatiner p{
    margin: 16px 0px;
  }
  body.page_home .adattorlo-conatiner img{
    margin: 16px 0px;
  }  
  
  body.page_home .adattorlo-conatiner{
    margin-bottom: 40px;
  }  
}

.elvo-icons.elvo-icons-menu {
  background-image:  url("https://elvo.hu/media/icons/menu_icon_black.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.elvo-header-nav #menu_btn:hover{
  color: #7D79FF
}

.elvo-header-nav #menu_btn:hover .elvo-icons.elvo-icons-menu {
  background-image:  url("https://elvo.hu/media/icons/menu_icon_hover.svg");
}

header nav.elvo-header-nav .elvo-nav-links .nav-item .nav-link:hover{
  color: #7D79FF;
}

#home_catalog_category{
  margin-top: 42px;
}
.home-slider-container .title-container{
  margin-bottom: 16px;
}
.home-slider-container .title-container span{
  color: #32292F;
  font-size: 20px;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

.home-slider-container .title-container a{
  color: #23157B;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  text-decoration: none;
}

#home_catalog_category .col-item{
  margin-right: 10px;
  -webkit-border-radius: 24px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius: 24px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-radius: 24px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;  
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  box-shadow: 0 4px 4px 0 rgba(226, 234, 243, 0.25);  
  text-align: center;
  height: 145px;
  max-height: 145px;
  width: 156px;  
}

#home_catalog_category .col-item img{
  margin-top: -20px;
}

#home_catalog_category .col-item span{
  display: block;
  text-decoration: none;
  padding: 0 8px;
  overflow: hidden;
  height: 18px;  
}

#home_catalog_category .col-item a{
  text-decoration: none;
}


.swiper .navigation-container{
  position: absolute;
  height: 36px;
  width: 100%;
  bottom: 0;
}

.swiper {
  padding-top: 0px;
  padding-bottom: 56px;
}

.swiper .navigation-container .swiper-button-next:after, .swiper .navigation-container .swiper-button-prev:after{
  display: none;
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #C2C0FF;
  opacity:1;
}

.swiper-pagination-bullet-active{
  width: 28px;
  border-radius: 7px;
  background: #605AFF;
}


.swiper .navigation-container .swiper-button-next, .swiper .navigation-container .swiper-button-prev {
  padding: 8px 8px 7px 8px;
  border: 0;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 36px;
  height: 36px;
  background-image: url("https://elvo.hu/media/icons/icons_hover.svg");
  background-position-x: calc(5px - 220.5px);
  background-position-y: -64px;
  margin-top: 0;
  top:0;
  z-index: 999;
}

.swiper .navigation-container .swiper-button-prev {
  background-image: url("https://elvo.hu/media/icons/icons_hover.svg");
  background-position-x: calc(4px - 261.5px);
  background-position-y: -64px;
}

.swiper .navigation-container .swiper-button-prev:hover, .swiper .navigation-container .swiper-button-next:hover {
  background-image: url("https://elvo.hu/media/icons/icons_pressed.svg");
}


.swiper .navigation-container swiper-button-next{
  right: 0;
  left: auto;
}

.swiper .navigation-container .swiper-button-prev {
  left:0;
  right: 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  background-image: url("https://elvo.hu/media/icons/icons_disabled.svg") !important;
}

@media (max-width: 768px) {



  #home_catalog_category .col-item span{
    overflow: hidden;
    height: 40px;  
    color: #5B5B5B;
  }
  
  #home_catalog_category .col-item img{
    margin-top: 5px;
  }   
  
  #home_catalog_category .title-container{
    margin-bottom: 0px;
  } 
  
	#home_catalog_category .col-item{
	  width: 104px;  
	}  
  
}


#catalog_product_list_sale{
  margin-top: 0px !important;
}



#home_catalog_category.home-slider-container .swiper{
  padding-top: 16px;  
}

.home-slider-container{
  margin-bottom: 42px !important;  
}


.product-slide-item:hover{
  background: #FFF;
  box-shadow: 2px 2px 5px 0 rgba(93, 176, 255, 0.25), 0 4px 10px 0 #E2EAF3;  
}

.home-slider-container .swiper-slide:hover{
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%) !important;
  box-shadow: 2px 2px 5px 0 rgba(93, 176, 255, 0.25), 0 4px 10px 0 #E2EAF3 !important; 
}


.elvo-nav.megamenu-outer-container{
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1440px !important;
}

header #megamenu-container {
  max-width: 1440px !important;
}


/*
.elvo-container.catalog-category-content{
  padding-left: 0px;
  padding-right: 0px;
}*/

.catalog-category-content .filters-container{
  background: #fff;
  padding: 16px 24px;
  max-width: calc(275px + 48px);
}

.catalog-category-content .filters-container .filters-container-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

.catalog-category-content .filters-container .used-filters > span{
  display: none;
}

.catalog-category-content .filters-container .used-filters a{
  background: #E1E0FB;
  padding: 6px 6px 6px 10px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px; 
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.catalog-category-content .filters-container .used-filters .d-flex a::after {
  content: "x";
  margin-left: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.catalog-category-content .filters-container .clear-all .filter-action{
  color:  #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
  cursor: pointer;
  background: none;
}

.catalog-category-content .filters-container .clear-all{
  margin: 8px 0;
  text-align: right;
}

.catalog-category-content .product-list-container{
  padding: 26px;
}

.catalog-category-content .product-list-container .breadcrumb-container .elvo-container{
  padding: 0px;
}

.catalog-category-content .product-list-container .category-content .product-list-container{
  padding: 0px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap{
  background: transparent;
  max-width: 33%;
  padding: 8px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item{
  background: transparent;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 8px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item{
  background: transparent;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 16px;
  max-width: 310px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item figure{
  padding: 8px;
  text-align: center;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item figure img{
  margin: 0 auto;
}

 .product-slide-item{
  background: red;
  width: 323px;
  padding: 8px 8px 16px 8px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
  background: #FFF;  
}

.product-slide-item figure{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  height: 166px;
  overflow: hidden;
}

.product-slide-item figure img{
  height: auto !important;
  width: calc(100% - 16px) !important;
  border: none;
  margin: 8px;
}

.product-slide-item .item-name{
  padding: 0px 8px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 4px;
}

.product-slide-item .item-name a{
  color: #1B1B1B;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.3px;  
  text-decoration: none;
}

.product-slide-item .item-description{
  padding: 0px 8px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  height: 50px;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px; 
  margin-bottom: 8px;  
}

.product-slide-item .item-description *{
  color: #5B5B5B;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

.product-slide-item .item-price{
  padding: 0px 8px;
  overflow: hidden;
  height: 43px;
}

.product-slide-item .item-price .elvo-rubik-400{
  color: #5B5B5B;
  height: 17px;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px; 
  text-decoration-line: line-through;  
  overflow: hidden;  
}

.product-slide-item .item-price .elvo-rubik-500{
  color: #1B1B1B;
  font-size: 20px;
  line-height: 130%; /* 16.8px */
  letter-spacing: -0.3px; 
}


.product-label{
  position: absolute;
  z-index: 99;
}

.product-label.left{
  left:0;
}

.product-label.top{
  top:0px;
}

.product-label.right{
  right:0;
}

.product-label.bottom{
  bottom: 0px;
}

.product-label .label-item{
  display: block;
  padding: 4px 8px;
}

.product-label .label-item.thm{
   background: #54B229;
  -webkit-border-radius: 16px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius: 16px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;  
  color: #F7F9FB;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}


@media (max-width: 768px) {
	.product-slide-item{
	  width: 218px;
	}
}



.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item figure{
   position: relative;
   padding-top: 22px;
   height: 180px;
   margin-bottom: 24px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item figure img{
  width: 100%;
  height: auto;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item figure .product-label{
  top: -8px;
  left: -8px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-name{
  height: 48px;
  overflow: hidden;
  margin-bottom: 8px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-name a{
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  text-decoration: none;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-description{
  height: 34px;
  overflow: hidden;
  margin-bottom: 8px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-description *{
  color: #5B5B5B !important;
  font-family: Rubik;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-review{
  height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  color: #23157B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-stock-info{
  height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-stock-info .stock-txt{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-stock-info .stock-icon{
  background: transparent url("https://elvo.hu/media/icons/naptar.svg") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-price{
  height: 40px;
  overflow: hidden;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-price .old-price{
  height: 17px;
  overflow: hidden;
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  text-decoration-line: line-through;  
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-price .final-price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item #btn_add_to_cart{
  padding: 12px;
  border: none;
  background: linear-gradient(271deg, #5AE3FF -83.65%, #5CBFFF -5.07%, #605AFF 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item #btn_add_to_cart span{
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  background: transparent url("https://elvo.hu/media/icons/kosar.svg") no-repeat center center;
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item #btn_add_to_cart:hover{
  background: linear-gradient(268deg, #5AE3FF -82.23%, #3FA8EC -6.09%, #423CDF 95.73%);
}

.toolbar-top-container .order_by_set button:before{
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: red;
  vertical-align: middle;
  background: url("https://elvo.hu/media/icons/orderby.svg") no-repeat center center;
  margin-right: 4px;
}

.toolbar-top-container .order_by_set button:after{
  display: none;
}

.toolbar-top-container{
  padding-left: 16px;
  padding-right: 16px;
  text-align: right;
  width: 100%;
  margin-bottom: 8px !important;
}

.toolbar-top-container .order_by_set{
  width: 100%;
}

.toolbar-top-container .pagination{
  display: none;
}

.toolbar-top-container .rows_per_pages{
  display: none;
}


.catalog-category-content .product-list-container .category-description{
  margin-bottom: 24px !important;
}
.catalog-category-content .product-list-container .category-description h1{
  margin-bottom: 24px;
}
.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item:hover{
  box-shadow: 2px 2px 5px 0 rgba(93, 176, 255, 0.25), 0 4px 10px 0 #E2EAF3;
}

.filters-container .panel{
  margin-bottom: 24px !important; 
}
.filters-container .panel-title{
  margin-bottom: 16px !important; 
}
.filters-container .panel-title .accordion-toggle{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  text-decoration: none;
}

.filters-container .panel .list-group .list-group-item{
  position: relative;
  padding: 0;
  padding-bottom: 8px;
  border: none;
}

.filters-container .panel .list-group .list-group-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filters-container .panel .list-group .list-group-item label{
  padding-left: 32px;
  background: url('https://elvo.hu/media/icons/checkbox.svg') no-repeat left center; 
  cursor: pointer;
  line-height: 24px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;  
}

.filters-container .panel .list-group .list-group-item label span{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px; 
  margin-left: 4px;
}

.filters-container .panel .list-group .list-group-item input[type="checkbox"]:checked + label {
  background: url('https://elvo.hu/media/icons/checkbox_checked.svg') no-repeat left center !important; 
}

.filters-container .slider-range-details .form-control{
  padding: 16px;
  margin: 0;
  border-radius: 12px;
  border: 1px solid #DEDDFE;
  background: #FFF;
  color: #8F8F8F;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

.filters-container .slider-range-details .form-control.slider-range-to{
  text-align: right;
}

#filters-container .slider-range-filter .ui-slider-range {
  background: #3D27D1;
  height: 2px;
}
 
#filters-container .ui-widget.ui-widget-content{
  border: none !important;
  background: #DEDDFE;
  height: 2px;
  width:98%;
  margin: 0px auto;
  margin-bottom: 18px;
}

#filters-container .slider-range-filter .ui-corner-all.ui-slider-handle {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #3D27D1;
  cursor: pointer;
}

#filters-container .slider-range-details span{
  color: #8F8F8F;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  margin: 4px 8px;
  display: block;    
}

#filters-container .slider-range-details .col-6:last-of-type span{
  text-align: right;
}

#filters_content .list-group-item-action.option-img {
  padding: 0 !important;
  border: 2px solid rgba(0,0,0,0.125);
  display: inline-flex !important;
  width: 30px;
  height: 30px;
  margin: 2px !important;
}

.filters-container .list-group-item-action:not(.active):focus, .filters-container .list-group-item-action:not(.active):hover {
  background-color: transparent;
}

#filters-container #filter-details {
    position: sticky;
    bottom: 0px;
    width: 100%;
    z-index: 10;
   background: #fff;
   padding: 16px 0px;
  }
  #filters-container .list-group-item.active {
  background-color: transparent;
  border-color: transparent;
}

.toolbar-top-container .dropdown-menu{
  padding: 0px 24px;
    -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
}

.toolbar-top-container .dropdown-menu .dropdown-item{
  padding: 16px 0;
  text-align: center;
  color: #1B1B1B;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  border-bottom: 1px solid #E7E7E7;
  cursor: pointer;
}

.toolbar-top-container .dropdown-menu .dropdown-item:hover{
  background: transparent;
  color: #23157B;
  text-align: center;

  /* Copy text/Normal Bold */
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

.filters-container .panel-title .accordion-toggle{
  display: block;
}

.filters-container .panel-title .accordion-toggle:after{
  content: "";
  display: inline-block;
  float: right;
  width: 24px;
  height: 24px;
  background: transparent url("https://elvo.hu/media/icons/arrow_up.svg");
}

.filters-container .panel-title .accordion-toggle.collapsed:after{
  background: transparent url("https://elvo.hu/media/icons/arrow_down.svg");
}

.toolbar-top-container .dropdown-menu .dropdown-item.active, .toolbar-top-container .dropdown-menu .dropdown-item:active {
  background: none;
  color: #23157B;
  font-weight: 500;
}

.btn-elvo-w.show{
  border: 2px solid #7D79FF;
}

.toolbar-bottom-container{
  margin-top: 40px;
}

.toolbar-bottom-container .order_by_set{
  display: none;
}

.toolbar-bottom-container .rows_per_pages{
  display: none;
}

.toolbar-bottom-container .pagination{
  width: 100%;
  text-align: center;
}

.toolbar-bottom-container .pagination .pagination{
  margin: 0px auto;
  width: auto;  
}

.toolbar-bottom-container .pagination .pagination .page-item.active a{
  padding: 12px;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  color: #1B1B1B;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.3px;
  border: 2px solid var(--Purple-03, #7D79FF);
}

.toolbar-bottom-container .pagination .pagination .page-item a{
  padding: 12px;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.3px;
  border: 2px solid #DEDDFE;
  color: #1B1B1B;
  margin: 4px;
}

.toolbar-bottom-container .pagination .pagination .page-item.disabled a span{
  color: #8F8F8F;
  border: none;  
  font-size: 14px;
}

.toolbar-bottom-container .pagination .pagination .page-item.disabled a{
  color: #8F8F8F;
  border: 2px solid #fff;
}

.toolbar-bottom-container .pagination .pagination .page-item.arrow *{
  font-size: 14px;
}

.toolbar-bottom-container .pagination .pagination .page-item a:hover{
  background: rgba(240, 239, 255, 0.24);
}

.catalog-product-container .product-details #catalog_product_media_image{
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 16px;
}

.catalog-product-container .product-details #catalog_product_media_image img{
  cursor: zoom-in;
}

.catalog-product-container .product-details #catalog_product_media_image .product-label{
  margin: 16px;
}

.catalog-product-container .product-details .thumbnails-container  .thumbnails-item{
  width: 100px;  
  max-width: 100px;  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;   
  padding: 6px;
  background: #fff;
  text-align: center;
  cursor: pointer;

}

.catalog-product-container .product-details .thumbnails-container{
  margin: 32px 0;
  padding-bottom: 46px
}

.catalog-product-container .product-details .thumbnails-container .thumbnails-item img{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;   
  width: 100%;
  height: auto;
}

.catalog-product-container .product-details .thumbnails-container .thumbnails-item.active{
  border: 2.513px solid #7D79FF; 
}

.catalog-product-container .product-details{
  margin-top: 40px;
}

.catalog-product-container .product-details .product-left{
  padding-left: 50px;
}

.catalog-product-container .product-details .product-left h1{
  color: #32292F;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}

.catalog-product-container .product-details .product-left .short-description{
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
  margin: 8px 0px
}

.catalog-product-container .product-details .product-left .short-description *{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

.catalog-product-container .product-details .product-left .short-description > p{
  margin: 0px;
}

.catalog-product-container .product-details .product-left .short-description .description-details{
  margin-top: 8px;  
}

.catalog-product-container .product-details .product-left .short-description .description-details a{
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
  text-decoration: none;
}

.catalog-product-container .product-details .product-left .short-description .description-details a:after{
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 34px;
  height: 20px;  
  background: transparent url("https://elvo.hu/media/icons/arrow_down.svg") no-repeat center center;
}

.catalog-product-container .product-details .purchasable-container{
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;  
  padding: 16px;
  margin-top: 24px;
}

.catalog-product-container .product-details .purchasable-container .old-price{
  color: var(--Additonal-04, #8F8F8F);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  text-decoration-line: line-through;
}

.catalog-product-container .product-details .purchasable-container .price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */ 
}

.catalog-product-container .btn-elvo.add-to-cart span{
  color: #FFF;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;  
  display: flex;
  vertical-align: middle;  
}

.catalog-product-container .btn-elvo.add-to-cart span:after{
  content: "";
  display: inline-block;
  padding: 0;
  width: 16px;
  height: 16px;
  background: transparent url("https://elvo.hu/media/icons/kosar.svg") no-repeat center center;
  vertical-align: middle;
  margin-left: 4px;
}

.catalog-product-container .btn-elvo.add-to-cart{
  padding: 16px 24px;
  padding-left: 32px;
}

.catalog-product-container .product-details .loan-box{
  margin-top: 15px;
}

.catalog-product-container .product-details .loan-box > .d-flex{
  background: #fff;
  padding: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;  
}

.catalog-product-container .product-details .loan-box > .d-flex:first-of-type{
  margin-bottom: 8px;
}

.catalog-product-container .product-details .loan-box .loan-text .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}

.catalog-product-container .product-details .loan-box .loan-text .loan-details{
  display: block;
}

.catalog-product-container .product-details .loan-box .loan-text .loan-details.bigger{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  margin-bottom: 4px;
}

.catalog-product-container .product-details .loan-box .loan-text .loan-details.bigger span{
  color: #8F8F8F;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.catalog-product-container .product-details .loan-box .loan-text .loan-details.bottom-txt{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.catalog-product-container .product-details .loan-box .loan-text .loan-details.bottom-txt span{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.catalog-product-container .product-details .loan-box .loan-more{
  text-align: right;
  margin-top: 4px;
  cursor: pointer;
}

.catalog-product-container .product-details .loan-box .loan-more span b{
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

.catalog-product-container .product-details .loan-box .loan-more span:after{
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: transparent url("https://elvo.hu/media/icons/arrow_down.svg") no-repeat center center;
  background-size: 20px
}

.catalog-product-container .product-details .loan-box .loan{
  display: none !important;
}

.catalog-product-container .product-details .loan-box .loan:first-of-type{
  display: block !important;
}

.catalog-product-container .product-details .loan-box.open .loan{
  display: block !important;
}

.catalog-product-container .product-details .loan-box.open .loan-more span:after{
  background: transparent url("https://elvo.hu/media/icons/arrow_up.svg") no-repeat center center;
  background-size: 20px
}

.catalog-product-container .product-details .loan-box.open .loan-more span b{
  display: none;
}

.catalog-product-container .stock-info{
  margin: 40px 0;
}

.catalog-product-container .stock-info .stock-box{
  margin-right: 80px;
}

.catalog-product-container .stock-info .stock-box .stock-txt{
  overflow: hidden;
  color: var(--Additonal-05, #5B5B5B);
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.catalog-product-container .stock-info .shipping-box > .d-flex{
  margin-right: 80px;
  padding-left: 32px !important;
  border-left: 2px solid #C3C3C3;
}


.catalog-product-container .stock-info .shipping-box .title span + span{
  margin-left: 32px;
}

.catalog-product-container .stock-info .shipping-box .title span{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

.catalog-product-container .stock-info .shipping-box .desc{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  margin-top: 8px
}  

.catalog-product-container .stock-info .stock-box .stock-txt:before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #54B229 url("https://elvo.hu/media/icons/pipe.svg") center center;
  vertical-align: bottom;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px; 
  margin-right: 8px;
}

.elvo-hr{
  margin-bottom: 40px;
  height: 1px;
  border-bottom: 2px solid #C1D3E4;
}

.catalog-product-container .product-description .product-description-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */ 
  margin-bottom: 8px;
}

.catalog-product-container .product-description .hide-content-control{
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.catalog-product-container .product-description .hide-content-control:before{
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("https://elvo.hu/media/icons/arrow_down.svg") no-repeat left center; 
  background-size: 20px;
}

.catalog-product-container .col-properties{
  padding-left: 50px;
}

.catalog-product-container .col-properties{
  padding-left: 50px;
}

.catalog-product-container .col-properties .product-properties ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}

.catalog-product-container .col-properties .product-properties ul li{
  display: table-row;
}

.catalog-product-container .col-properties .product-properties ul li span.label{
  display: table-cell;
  width: 35%;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  padding-top:16px;
}

.catalog-product-container .col-properties .product-properties ul li span{
  display: table-cell;
  padding-top:16px;
}
.catalog_product_view .hide-content {
  max-height: 220px;
  overflow: hidden;
  position: relative;
}

.catalog_product_view .hide-content::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, #F4F5FA 10%, rgba(244,245,250,0) 100%);
  vertical-align: bottom;
}

.catalog_product_view .hide-content.full {
  max-height: 100% !important;
  height: 100% !important;
}

.catalog_product_view .hide-content.full::after{
  background: none;
}

.catalog-product-container .product-description .hide-content.full + .hide-content-control{
  margin-top: 16px;
}

.catalog-product-container .product-description .hide-content-control{
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  cursor: pointer;
}

#catalog_product_view_offers .swiper .swiper-slide{
  width: 323px;
  padding: 8px 8px 16px 8px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #FFF;
}


#catalog_product_view_offers div.item{
  background: transparent;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 8px;
}

#catalog_product_view_offers div.item figure{
  padding: 8px;
  text-align: center;
}

#catalog_product_view_offers div.item figure img{
  margin: 0 auto;
}




#catalog_product_view_offers div.item figure{
   position: relative;
   padding-top: 22px;
   height: 180px;
   margin-bottom: 24px;
}

#catalog_product_view_offers div.item figure img{
  width: 100%;
  height: auto;
}

#catalog_product_view_offers div.item figure .product-label{
  top: -8px;
  left: -8px;
}

#catalog_product_view_offers div.item .item-name{
  height: 48px;
  overflow: hidden;
  margin-bottom: 8px;
}

#catalog_product_view_offers div.item .item-name a{
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  text-decoration: none;
}

#catalog_product_view_offers div.item .item-description{
  height: 34px;
  overflow: hidden;
  margin-bottom: 8px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

#catalog_product_view_offers div.item .item-description *{
  color: #5B5B5B !important;
  font-family: Rubik;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

#catalog_product_view_offers div.item .item-review{
  height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  color: #23157B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

#catalog_product_view_offers div.item .item-stock-info{
  height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#catalog_product_view_offers div.item .item-stock-info .stock-txt{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

#catalog_product_view_offers div.item .item-stock-info .stock-icon{
  background: transparent url("https://elvo.hu/media/icons/naptar.svg") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
}

#catalog_product_view_offers div.item .item-price{
  height: 40px;
  overflow: hidden;
}

#catalog_product_view_offers div.item .item-price .old-price{
  height: 17px;
  overflow: hidden;
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  text-decoration-line: line-through;  
}

#catalog_product_view_offers div.item .item-price .final-price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
}

#catalog_product_view_offers div.item #btn_add_to_cart{
  padding: 12px;
  border: none;
  background: linear-gradient(271deg, #5AE3FF -83.65%, #5CBFFF -5.07%, #605AFF 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
}

#catalog_product_view_offers div.item #btn_add_to_cart span{
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  background: transparent url("https://elvo.hu/media/icons/kosar.svg") no-repeat center center;
}

#catalog_product_view_offers div.item #btn_add_to_cart:hover{
  background: linear-gradient(268deg, #5AE3FF -82.23%, #3FA8EC -6.09%, #423CDF 95.73%);
}
 
#catalog_product_view_offers{
  margin-top: 40px;
}

.scroll-to-target{
  cursor: pointer;
}

#catalog_product_view_offers .item-description{
  display: none;
}

#commerce_cart_addto_modal .modal-dialog{
  position: fixed;
  right: 0 !important;
  top: 0 !important;
  margin: 0px !important;
  overflow: auto !important;
  bottom: 0;
}

.modal-backdrop{  
  background: rgba(6, 0, 47, 0.40);
  backdrop-filter: blur(2px);
}

#commerce_cart_addto_modal .modal-dialog .modal-content{
  height: 100%;
}


#commerce_cart_addto_modal .modal-dialog .modal-content {
  padding: 24px;
  background: #F4F5FA;
  -webkit-border-top-left-radius: 24px;
  -moz-border-radius-topleft: 24px;
  border-top-left-radius: 24px;  
  position: relative;
}

#commerce_cart_addto_modal .modal-dialog .modal-content .modal-header{
  border: none;
  padding: 0;
  margin: 0;
  padding-bottom: 24px;
}

#commerce_cart_addto_modal .modal-dialog .modal-content .modal-header h5{
  color: #1B1B1B;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

#commerce_cart_addto_modal .modal-dialog .modal-content .modal-header .close{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

#commerce_cart_addto_modal .modal-dialog .modal-content .modal-header .close span{
  font-size: 24px;
  line-height: 24px;
}

#commerce_cart_addto_modal .modal-dialog .modal-content .modal-footer{
  bottom: 0;
  position: absolute;
  width: 100%;
}

#commerce_cart_addto_modal .modal-content .product-name{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  margin-bottom: 8px;
}

#commerce_cart_addto_modal .modal-content .price-box .old-price{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  text-decoration-line: line-through;
}

#commerce_cart_addto_modal .modal-content .price-box .final-price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

#commerce_cart_addto_modal .modal-content .product-details{
  margin-left: 24px;
}

#commerce_cart_addto_modal .modal-content .product-image{
  background: #fff;
  width: 130px !important;
  min-width: 130px !important;
  padding: 8px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;  
  position: relative;
}

#commerce_cart_addto_modal .modal-content .product-image img{
  border: none;
}

#commerce_cart_addto_modal .modal-content .product-image:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #54B229 url("https://elvo.hu/media/icons/pipe.svg") center center;
  vertical-align: bottom;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-right: 8px;
  position: absolute;
  right:-20px;
  top:-12px;
}

#commerce_cart_addto_modal .modal-dialog {
  background: #F4F5FA;
  position: initial;
  float: right;
  height: 100%;
  min-height:  100%;
  border: none !important;
}

#commerce_cart_addto_modal .modal-dialog .modal-footer{
  border: none !important;
}

#commerce_cart_addto_modal .modal-dialog .swiper{
  padding-bottom:  54px !important;
  margin-bottom:  0px !important;
}


#commerce_cart_addto_modal .modal-dialog .modal-content{
  border: none;
  border-radius: 0; 
}

#commerce_cart_addto_modal .modal-body {
  padding: 0 !important;
}

#swiper_commerce_cart_offer_modal .swiper-slide{
  width: 200px;
}
 
#swiper_commerce_cart_offer_modal .swiper-slide figure{
  text-align: center !important;
  width: 100%;
  height: 105px;
}

#swiper_commerce_cart_offer_modal .swiper-slide figure img{
  margin: 5px !important;
  width: auto !important;
}

#swiper_commerce_cart_offer_modal .swiper-slide .item-name a{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 24px */
  letter-spacing: -0.3px;
}

#swiper_commerce_cart_offer_modal .swiper-slide .item-name{
  overflow: hidden;
  height: 46px;
}

#swiper_commerce_cart_offer_modal .swiper-slide .item-name{
  overflow: hidden;
  height: 46px;
}


#swiper_commerce_cart_offer_modal .swiper-slide #btn_add_to_cart {
  padding: 14px;
  border: none;
  background: linear-gradient(271deg, #5AE3FF -83.65%, #5CBFFF -5.07%, #605AFF 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#swiper_commerce_cart_offer_modal .swiper-slide  #btn_add_to_cart span {
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  background: transparent url("https://elvo.hu/media/icons/kosar.svg") no-repeat center center;
}

.modal-dialog{
  -webkit-border-top-left-radius: 24px !important;
  -moz-border-radius-topleft: 24px !important;
  border-top-left-radius: 24px !important;
}

#commerce_cart_offer_modal{
  -webkit-border-top-left-radius: 24px;
  -webkit-border-top-right-radius: 24px;
  -moz-border-radius-topleft: 24px;
  -moz-border-radius-topright: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

#commerce_cart_addto_modal .modal-dialog .modal-footer{
  background: #fff;
  padding: 24px;
  right: -24px;
  left: -24px;
  width: auto !important;
  -webkit-border-top-left-radius: 24px;
  -webkit-border-top-right-radius: 24px;
  -moz-border-radius-topleft: 24px;
  -moz-border-radius-topright: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;  
}

#commerce_cart_addto_modal .modal-footer .buttons{
  display: flex;  
  width: 100%;
}

#commerce_cart_addto_modal .modal-footer .buttons .btn{
  width: 50%;
}

#commerce_cart_addto_modal .modal-footer .buttons button.btn{
  margin-right: 8px;
}

#commerce_cart_addto_modal .modal-footer .buttons a.btn{
  margin-left: 8px;
}

#commerce_cart_addto_modal .modal-footer .buttons button.btn:before{
  content: "<";
  margin-right: 8px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;  
}

#commerce_cart_addto_modal .modal-footer .buttons a.btn:after{
  content: ">";
  margin-left: 8px;
  color: #fff;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;  
}


#commerce_cart_addto_modal .modal-footer .elvo-footer-content{
  margin: 0px auto;
  margin-top: 12px;
}

#commerce_cart_offer_modal{
  background: #E4EDF6;
  margin-left: -24px;
  margin-right: -24px;
  padding: 24px;
  margin-top:  24px !important;
  margin-bottom:  200px !important;
}
#commerce-cart-content .elvo-h1{
  margin-top: 40px;
  margin-bottom: 24px;
}

#commerce_cart_view_items .cart-item{
  padding: 24px;
  margin: 24px;
  margin-top: 0px;  
  margin-left: 0px;  
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
}

#commerce_cart_view_items .cart-item .item-image{
  margin-right: 24px;
}

#commerce_cart_view_items .cart-item .item-details a.product-name{
  text-decoration: none;
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
  display: block;
  height: 52px;
}

#commerce_cart_view_items .cart-item .item-details .product-description *{
  overflow: hidden;
  color: #8F8F8F;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  height: 40px; 
  margin: 0;
  margin-bottom: 8px;
}

#commerce_cart_view_items .cart-item .item-details .item-price{
  margin-bottom: 8px;
}

#commerce_cart_view_items .cart-item .item-details .item-price span{
  display: block;
}

#commerce_cart_view_items .cart-item .item-details .item-price span.old-price{
  color: #8F8F8F;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  text-decoration-line: line-through;  
}

#commerce_cart_view_items .cart-item .item-details .item-price span.price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

#commerce_cart_view_items .btn-qty-modify{
  background: #fff;
  color: #1B1B1B;
  border: none;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;    
  padding: 0 5px;
  width: 24px
} 

#commerce_cart_view_items .cart-item-qty-value{
  background: #fff;
  color: #1B1B1B;
  border: none;
  color: rgba(0, 0, 0, 0.80);
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;  
} 

#commerce_cart_view_items .input-group{
  background: #fff;
  color: #1B1B1B;
  border: 2px solid #DEDDFE;
  padding: 5px 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;   
  max-width: 108px;
} 

#sys_msg .messages .messages_success, #ajax_sys_msg .messages .messages_success{
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;  
  position: fixed;
  padding: 8px 24px;
  margin: 8px auto;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  bottom: 24px;
  right: 24px;
  max-width: 280px;
  z-index: 9999
}

#sys_msg .messages .message-close, #ajax_sys_msg .messages .message-close{
  position: absolute;
  top: 0;
  right: -4px;
  padding: 6px;
  margin-right: 8px;
  color: #1B1B1B;
  border: none;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;  
  cursor: pointer;
}

#sys_msg .messages .messages_item, #ajax_sys_msg .messages .messages_item{
  color: #1B1B1B;
  border: none;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;  
}

#sys_msg .messages .messages_error, #ajax_sys_msg .messages .messages_error{
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;  
  position: fixed;
  padding: 8px 24px;
  margin: 8px auto;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  bottom: 24px;
  right: 24px;
  max-width: 280px;
  z-index: 9999;
  box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
}

.spinner-bg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
}

.spinner-bg .spinner-border{
  margin: 20% auto;
}

.spinner-bg .spinner-border .sr-only{
  display: none;
}

#commerce-cart-content .summary-container{
  padding: 24px;
  margin: 24px;
  margin-top: 0px;  
  margin-left: 0px;  
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
}

#commerce-cart-content .summary-container .commerce-dialog-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */  
  margin-bottom: 8px;
}

#commerce-cart-content .summary-container .commerce-dialog-title + p{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px; 
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7;
}

#commerce-cart-content .summary-container #commerce-cart-summary-left{
  width: 100%;
  margin-top: 24px !important;
}

#commerce-cart-content .summary-container #commerce-cart-summary-left-total{
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
}

#commerce-cart-content .summary-container #commerce-cart-summary-left th{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  padding-bottom: 4px;   
}

#commerce-cart-content .summary-container #commerce-cart-summary-left-total th{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

#commerce-cart-content .summary-container #commerce-cart-summary-left td, #commerce-cart-content .summary-container #commerce-cart-summary-left td span{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  text-align: right;
}

#commerce-cart-content .summary-container #commerce-cart-summary-left-total td{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  text-align: right;
}

#commerce-cart-content .summary-container #commerce-cart-summary-left-total td.afa{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  text-align: left;
}

#commerce-cart-content .summary-container #btn_checkout:after{
  content: ">";
  margin-left: 6px;
  font-weight: 400;
  font-size: 14px;
}
#commerce-cart-content{
  padding-bottom: 60px;
}


#customer-login-email-container .customer-login-email{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

#customer-login-email-container .customer-login-email a{
  margin-left: 24px;
  display: inline-block;
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

.elvo-form-password-container{
  margin: 16px 0px;
}

.elvo-form-password-container div.elvo-form-password-desc{
  margin-bottom: 16px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

.elvo-form-password-container ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.elvo-form-password-container ul li{
  list-style: none;
  margin: 4px 0;
  padding: 0;
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

.elvo-form-password-container ul li span.pwicons{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url('https://elvo.hu/media/icons/pwinvalid.svg') no-repeat  -2px -2px;
  margin-right: 8px;
  vertical-align: middle;
}

.elvo-form-password-container ul li span.pwicons.valid{
  background-image: url('https://elvo.hu/media/icons/pwok.svg');
}
input.password-fld + .show-pw{
  position: absolute;
  background: #FFF;
  color: #1B1B1B;  
  padding: 14px;  
  top: 2px;
  right: 8px;
  z-index: 999;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.6px */
  letter-spacing: -0.3px;  
  cursor: pointer;
}

input.password-fld{
  padding-right: 100px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;    
}

#customer-login-email-container .elvo-form-description.aszf{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  margin-top: 16px !important;
  margin-bottom: 24px !important;
}

#customer-login-email-container .elvo-form-description.aszf a{
  color: #3D27D1;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.elvo-form-control-container.invalid .form-control{
  border-color: red;
}

.elvo-form-control-container.invalid .form-text{
  color: red;
}

header .account-menu .login .elvo-small-text{
  color: #B1EAFF !important;
}

header .account-menu .login .elvo-icons.elvo-icons-acount{
  background: #B1EAFF !important;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
  color: #23157B;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.6px */
  letter-spacing: -0.3px;  
}


header nav.elvo-header-top .elvo-account-container:hover .login .elvo-icons-acount {
  background: #B1EAFF;
}

.elvo-input-group.invalid input.elvo-input-box{
  outline: red solid 1px;
}

.elvo-input-group.invalid input + .error{
  color: red;
}

.modal input.password-fld + .show-pw {
  background: #transparent;
  top: 26px;
  right: 26px;
}

input.password-fld + .show-pw {
  background: transparent !important;;
}

#customer_profile_delete_form .elvo-form-text-container .big-txt{
  color: #1B1B1B;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */ 
  margin: 16px 0px;
}

#customer_profile_delete_form .elvo-form-text-container .small-txt{
  color: #5B5B5B;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

body.customer_profile main.container-fluid{
  display: flex;  
}

.customer-account-container{
  flex-grow: 1;
}

.customer-account-container .col.left-menu-container{
  background: #fff;
  padding: 24px 0px;
  min-width: 386px;  
  width: 386px;  
  max-width: 386px;  
}

.customer-account-container .col.left-menu-container .list-group{
  border: none !important;
  padding: 0;
  margin: 0;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item{
  border: none !important;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E4EDF6 !important;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item:last-of-type{
  border-bottom: none !important;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a{
  display: block;
  width: 100%;
  padding: 12px 16px;
}

.customer-account-container .col.left-menu-container .list-group .list-group-item span{
  display: block;
  width: 100%;
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a:before{
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background: transparent center center no-repeat;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_customer_orders a:before{
  background-image: url("https://elvo.hu/media/icons/myorders.svg");
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_customer_invoice a:before{
  background-image: url("https://elvo.hu/media/icons/myeinvoice.svg");
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_customer_profile a:before{
  background-image: url("https://elvo.hu/media/icons/myaccount.svg");
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_customer_review a:before{
  background-image: url("https://elvo.hu/media/icons/myreview.svg");
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_customer_wishlist a:before{
  background-image: url("https://elvo.hu/media/icons/myfavs.svg");
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_customer_address a:before{
  background-image: url("https://elvo.hu/media/icons/myaddresses.svg");
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a:after{
  content: "";
  display: block;
  background-color: transparent;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("https://elvo.hu/media/icons/arrow_right.svg");
  background-position-x: center;
  background-position-y: center;
  margin-top: 0;
  top: 0;
  z-index: 999;
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a .menu-details{
  padding: 0 16px;
  width: 100%;  
}


.customer-account-container .col.left-menu-container .list-group .list-group-item a{
  border-left: 4px solid #fff;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a:hover{
  border-left: 4px solid #E4EDF6;
  background: linear-gradient(90deg, #E4EDF6 -31.69%, rgba(228, 237, 246, 0.00) 53.91%);
  border-image: linear-gradient(180deg, #5AE3FF 0%, #5CBFFF 50%, #605AFF 100%) 1;  
}


.customer-account-container .col.left-menu-container .list-group .list-group-item a{
  border-left: 4px solid #fff;  
  text-decoration: none;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a:hover{
  border-left: 4px solid #E4EDF6;
  background: linear-gradient(90deg, #E4EDF6 -31.69%, rgba(228, 237, 246, 0.00) 53.91%);
  border-image: linear-gradient(180deg, #5AE3FF 0%, #5CBFFF 50%, #605AFF 100%) 1;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.customer-account-container .col.left-menu-container .list-group .list-group-item a .description{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.customer-account-container .col.left-menu-container .list-group .list-group-item.current a{
  border-left: 4px solid #E4EDF6;
  background: linear-gradient(90deg, #E4EDF6 -31.69%, rgba(228, 237, 246, 0.00) 53.91%);
  border-image: linear-gradient(180deg, #5AE3FF 0%, #5CBFFF 50%, #605AFF 100%) 1;  
}

.customer-account-container .col.left-menu-container .list-group .list-group-item.current a .title{
  color: #3D27D1;
}

.customer-account-content .w-dialog{
  max-width: 546px !important;
  margin: 24px auto;
}

.customer-account-content .w-dialog .w-dialog-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  margin-bottom: 40px;
}

.customer-account-content .w-dialog .account-row{
  margin-bottom: 60px;
}

.customer-account-content .w-dialog .account-row .account-row-title{
  overflow: hidden;
  color: #8F8F8F;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.customer-account-content .w-dialog .account-row .account-row-content span{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

.customer-account-content .w-dialog .account-row .account-row-content span.empty{
  color: #8F8F8F;
  font-weight: 400;
}

.customer-account-content .w-dialog .account-row .account-row-content span.text{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.elvo-txt-btn{
  background: transparent;
  border: none;
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

.elvo-txt-btn.btn-delete{
  color: #EF4444;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 19.6px */
  letter-spacing: -0.3px;  
  padding-left: 24px;
  background: transparent url('https://elvo.hu/media/icons/delete.svg') no-repeat left center;
}

.customer-account-content .w-dialog .account-row-hr{
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 24px;
}

.show-pw{
  background: transparent !important;
}

.elvo-modal-button-container button{
  margin: 0 8px;
  margin-top:24px;
}

.elvo-modal-dialog .modal-header{
  padding: 24px;
}

.elvo-modal-dialog .modal-header{
  padding: 24px;
  border: none;
}

.elvo-modal-dialog .modal-body{
  padding: 24px;
  padding-top: 0px;
}

.elvo-modal-dialog .modal-header button.close{
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
}

.elvo-modal-dialog .modal-header button.close span{
  font-size: 28px;
  line-height: 20px;
  font-weight: 300 !important;
  color: #23157B;
}

.elvo-modal-dialog .modal-header h5{
  color: var(--Additonal-Dark-06, #1B1B1B);
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}


.account-order-list .elvo-order-item{
  background: #fff;
  margin: 16px 0px !important;
  padding: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
}

.account-order-list .elvo-order-item .elvo-order-item-date-txt{
  color:#8F8F8F;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}


.account-order-list .elvo-order-item .elvo-order-item-date-value{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */  
  margin-bottom: 8px;
}

.account-order-list .elvo-order-item .elvo-order-item-row{
  margin-top: 8px;
}

.account-order-list .elvo-order-item .elvo-order-item-row .elvo-order-item-row-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.account-order-list .elvo-order-item .elvo-order-item-row .elvo-order-item-row-value{
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.account-order-list .elvo-order-item .elvo-order-item-row.grand-total{
  border-top: 1px solid #E7E7E7;
  margin-top: 16px;
  padding-top: 16px;
}

.account-order-list .elvo-order-item .elvo-order-item-row.grand-total .elvo-order-item-row-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.account-order-list .elvo-order-item .elvo-order-item-row.grand-total .elvo-order-item-row-value{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
}

.account-order-list .elvo-order-item .elvo-order-item-products{
  margin: 16px 0;
}

.account-order-list .elvo-order-item .elvo-order-item-products a{
  border: 1px solid #E7E7E7;
  display: inline-block;
  padding: 8px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;   
}

.account-order-list .elvo-order-item .elvo-order-item-products a:hover{
  border-color: #7D79FF;
}

.account-order-list .elvo-order-item .elvo-order-item-products .elvo-order-item-product{
  display: inline-block;
  margin-right: 10px;
}

.account-order-list .elvo-order-item .elvo-order-item-products{
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

.account-order-list .elvo-button-container {
  margin-top: 16px;
  margin-bottom: 0px;
}

.customer-account-container.my-order .w-dialog-title{
  margin-bottom: 16px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */  
}

.customer-account-container.my-order .elvo-order-item-row{
  margin-bottom: 8px;
}

.customer-account-container.my-order .elvo-order-item-row .elvo-order-item-row-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.customer-account-container.my-order .elvo-order-item-row-value{
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.customer-account-container.my-order .order-item-container{
  background: #fff;
  margin: 16px 0px !important;
  padding: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
}

.customer-account-container.my-order .order-item-container .order-item-img{
  margin-right: 24px;
}

.customer-account-container.my-order .order-item-container .order-item-details{
}

.customer-account-container.my-order .order-item-container .order-item-details .item-name{
  margin-bottom: 4px;
}
.customer-account-container.my-order .order-item-container .order-item-details .item-name a{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
 font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  text-decoration: none; 
}

.customer-account-container.my-order .order-item-container .order-item-details .price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
  margin-bottom: 4px;
}

.customer-account-container.my-order .order-item-container .order-item-details .qty{
  overflow: hidden;
  color: #8F8F8F;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

.order-item-container .order-item{
  border-top: 1px solid #E7E7E7;
  padding-top: 24px;
  margin-top: 24px;
}

.order-item-container .order-item:first-of-type{
  border-top: none !important;
  padding-top: 0px;
  margin-top: 0px;
}

.customer_order_view .my-order .account-order-item-list{
  margin-bottom: 40px;
}

.customer_order_view .my-order .text-box{
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e7e7e7
}
.customer_order_view .my-order .text-box:last-of-type{
  border-bottom: none;
}
.customer_order_view .my-order .text-box .text-box-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  margin-bottom: 16px;  
}

.customer_order_view .my-order .text-box .text-box-content{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.account-order-total .text-box-content .elvo-order-item-row-title{
  color: #1B1B1B !important;
  font-family: Rubik !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  letter-spacing: -0.3px !important;
}

.account-order-total .text-box-content .elvo-order-item-row-value{
  color: #1B1B1B !important;
  font-family: Rubik !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  letter-spacing: -0.3px !important;
}

.account-order-total  .text-box-content .subtotal .elvo-order-item-row-title{
  font-weight: 500 !important;
}


.account-order-total  .text-box-content .grandtotal .elvo-order-item-row-title{
  font-weight: 500 !important;
}

.account-order-total  .text-box-content .grandtotal .elvo-order-item-row-title span{
  display: block;
  font-weight: 400 !important;
}

.account-order-total  .text-box-content .grandtotal .elvo-order-item-row-value{
  color: var(--Additonal-Dark-06, #1B1B1B) !important;
  font-family: Rubik !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  letter-spacing: -0.3px !important;
}

.elvo-customer-address-dialog.elvo-modal-dialog .modal-header {
  padding-bottom: 16px !important;
}

.elvo-customer-address-dialog.elvo-modal-dialog .elvo-dialog-from-subtitle{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom:16px;
}

.elvo-input-group .form-select{
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.3px;
  padding: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #DEDDFE;
  color: #1B1B1B;
}

.elvo-input-group #phone_country_code{
  max-width: 70px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.3px;
  padding: 16px;
  color: #8B8B8B;
  background: #fafafa;
}

.elvo-input-group #phone_prefix{
  max-width: 90px;
}  

.elvo-input-group #phone{
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.3px;
  padding: 16px;
  color: #1B1B1B;
}

.elvo-input-group{
  margin-bottom: 8px
}
.elvo-input-group #phone_prefix + #phone_prefix_other{
  max-width: 55px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.3px;
  padding: 16px;
  color: #1B1B1B;  
} 

.input-group.invalid .form-text.error{
  display: block;
  width: 100%;  
}

.elvo-customer-address-dialog input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
} 

.elvo-customer-address-dialog input[type="checkbox"] + label {
  padding-left: 32px;
  background: url('https://elvo.hu/media/icons/checkbox.svg') no-repeat left center;
  cursor: pointer;
  line-height: 24px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.elvo-customer-address-dialog input[type="checkbox"]:checked + label {
  background: url('https://elvo.hu/media/icons/checkbox_checked.svg') no-repeat left center !important; 
}
.ui-autocomplete .ui-menu-item  div{
  padding: 8px 0;
  text-align: center;
  color: #1B1B1B;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
  border-bottom: 1px solid #E7E7E7;
  cursor: pointer;
}

.customer-account-address-container .customer-account-content > .w-dialog {
  max-width: 800px !important;
  margin: 24px auto;
}

.customer-account-address-container .customer-account-content > .w-dialog .w-dialog {
  margin: 0px auto;
}

.customer-account-address-container .customer-account-content > .w-dialog .w-dialog .w-dialog-title{
  margin-bottom: 16px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}
.customer-account-address-container .customer-account-content > .w-dialog .w-dialog .w-dialog-alert{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;  
}

.customer-account-address-container .customer-account-content .w-dialog .btn-elvo-w{
  width: 100%;
}

.customer-account-address-container .customer-account-content .w-dialog .btn-elvo-w:before{
  content: "+";
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #23157B;
}


.customer-account-address-container .address-list-container{
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

.customer-account-address-container .address-list-container .address-item{
  background: #fff;
  padding: 12px;
  margin: 8px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
  border: 1px solid #C1D3E4; 
}


.customer-account-address-container .address-list-container .address-item .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.customer-account-address-container .address-list-container .address-item .name{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.customer-account-address-container .address-list-container .address-item .address{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.customer-account-address-container .address-list-container .address-item .address.streeet{
  margin-bottom: 4px;
}

.customer-account-address-container .address-list-container .address-item .title:after{
   
}

.customer-account-address-container .address-list-container .address-item.default .title:after{
  content: "";
  display: block;
  background: #fff;
  width: 16px;
  height: 16px;
  float: right;
  border: 2px solid #23157B;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;    
  background: #3D27D1 url("https://elvo.hu/media/icons/pipe.svg") no-repeat center center;
  background-size: 130%;
  border: 2px solid #3D27D1;
}

.customer-account-address-container .address-list-container .address-item.default{
  border-color: #3D27D1;
}


.left-menu-container #menu_logout{
  bottom: 0px;
  position: absolute;
}

.left-menu-container{
  position: relative;
  padding-bottom: 80px !important;
}

.left-menu-container #menu_logout a:after{
  display: none !important;
}

.left-menu-container #menu_logout a:hover{
  background: none !important;
  border-left: 4px solid #fff !important;
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_logout a:hover{
  background: none !important;
  border-left: 4px solid #fff !important;  
  border-image: none !important;
}

.customer-account-container .col.left-menu-container .list-group .list-group-item#menu_logout a::before {
  background-image: url("https://elvo.hu/media/icons/logout.svg");
}

@media (max-width: 768px) {
  .customer-account-container .left-menu-container{
    display: none;
  }
 
  .customer-account-container.customer-account-home .left-menu-container{
    display: block;
  }

  .customer-account-container.customer-account-home .w-dialog .w-dialog-title{
    margin-bottom: 0 !important;
  }

  .customer-account-container .breadcrumb-container .elvo-container{
    padding: 0 !important;
  }
  
  .customer-account-container .left-menu-container{
    padding-top: 0 !important;
    margin-bottom: 24px;
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
  } 

  .customer-account-container .left-menu-container li{
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
  } 

  .customer-account-container .left-menu-container li a{
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border: none !important;
  } 
  
  .elvo-modal-dialog .modal-content{
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
  } 
  
   .elvo-modal-dialog {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .elvo-modal-dialog .modal-content {
    border-radius: 20px 20px 0 0;
    max-height: 80vh;     /* ne lehessen túl magas */
    overflow-y: auto;     /* belső tartalom görgethető */
  }
  
  .elvo-modal-dialog .modal-content{
  background: #F4F5FA;
}
}

body.catalog_category_view .category-level-0 h1.elvo-h1{
  margin: 0;
  padding: 0;
  margin-top: 24px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

.category-level-0 #home_catalog_category.elvo-category-list .col-item.category-item{
  margin-bottom: 40px;
}

.category-level-0 #home_catalog_category.elvo-category-list{
  margin-bottom: 40px;
}

.category-level-0 .elvo-category-list .col-item:hover {
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%) !important;
  box-shadow: 2px 2px 5px 0 rgba(93, 176, 255, 0.25), 0 4px 10px 0 #E2EAF3 !important;
}

@media (max-width: 768px) {
  .elvo-container.catalog-category-content.category-level-0{
    padding: 16px;
  }

  .elvo-container.catalog-category-content.category-level-0 #home_catalog_category{
    margin-top: 16px;
    justify-content: center;
    align-items: center;         
  }

  .category-level-0 #home_catalog_category.elvo-category-list .col-item.category-item {
    margin-bottom: 10px;
  }

  .category-level-0 #home_catalog_category.elvo-category-list .col-item.category-item img{
    margin-bottom: -6px;
    margin-top: 12px;
  }

  #home_catalog_category .col-item span{
    display: flex;
    justify-content: center;
    align-items: end;
  }
  
	body.catalog_category_view .category-level-0 h1.elvo-h1 {
	margin-top: 0px;
	}  
}

body.catalog_category_view .category-level-0 h1.elvo-h1{
  margin: 0;
  padding: 0;
  margin-top: 24px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

.category-level-0 #home_catalog_category.elvo-category-list .col-item.category-item{
  margin-bottom: 40px;
}

.category-level-0 #home_catalog_category.elvo-category-list{
  margin-bottom: 40px;
}

.category-level-0 .elvo-category-list .col-item:hover {
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%) !important;
  box-shadow: 2px 2px 5px 0 rgba(93, 176, 255, 0.25), 0 4px 10px 0 #E2EAF3 !important;
}



.multi-column {
  columns: 3;
  column-gap: 24px;
}

.multi-column ul {
  display: inline-block; /* fontos: külön blokkokként kezelje */
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-level-1 .elvo-category-img{
  width: 360px;
  margin-right: 16px;
}

.category-level-1 .elvo-category-img img{
  width: 100%;
  height: auto;
  max-width: 340px;
  margin-top: 45px;
  margin-bottom: 12px;
}

.category-level-1 .elvo-h1{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
  margin-bottom: 24px;
}

.category-level-1 .elvo-category-list-container{
  width: 100% !important;  
}

.category-level-1 .multi-column ul{
  margin: 0 !important;
  padding: 0 !important;
}

.category-level-1 .multi-column h3, .category-level-1 .multi-column h3 a{
  margin: 0 !important;
  padding: 0 !important;
}

.category-level-1 .multi-column li.header a{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  text-decoration: none;
  background: none;
  padding: 0px 0px;    
}

.category-level-1 .multi-column li{
  margin: 0;
  padding: 0;
  margin-bottom: 8px !important;
}

.category-level-1 .multi-column li.header{
  margin: 0;
}

.category-level-1 .multi-column ul li:last-of-type{
  margin-bottom: 16px !important;
}

.category-level-1 .multi-column li a{
  color: #32292F;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 8px 16px;  
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;  
}

.category-level-1 .multi-column li a{
  border: 1.5px solid transparent;
}

.category-level-1 .multi-column li a:hover{
  border: 1.5px solid var(--Purple-05, #DEDDFE);
}

.category-level-1 .multi-column li.header a:hover{
  border: 1.5px solid transparent;
}

.catalog-category-content .category-featured-container{
  overflow-x: auto; 
  overflow-y: hidden; 
  margin-bottom: 24px;
}

.catalog-category-content .category-featured-container .featured-item{
  min-width: 200px;
  text-align: center;
  margin-right: 10px;
  background: #FFF;  
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;  
  padding: 8px 16px 16px 16px;  
}

.catalog-category-content .category-featured-container .featured-item a{
  text-decoration: none;
}

.catalog-category-content .category-featured-container .featured-item span{
  display: block;
  color: #32292F;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px; 
  overflow: hidden;
}

.catalog-category-content .category-hr{
  border-bottom: 2px solid #E4EDF6;
  margin: 40px 0; 
}

@media (max-width: 768px) {

  .category-level-1 .elvo-category-list-container .multi-column{
    columns: 1;
    column-gap: 24px;
  }

  .catalog-category-content .category-hr{
    border: none;
  }
}


@media (max-width: 768px) {
  .category-level-1 .elvo-category-list-container .multi-column {
   max-width: 100%;
  }
  
  .category-level-1 .elvo-category-img {
    display: block !important;
    margin-right: 0px;
    position: absolute;
    top: -120px;
    right: -20px;
    z-index: -1;
    height: auto !important;
    width: 140px !important;
  }  

  .category-level-1 .elvo-categories-view-top{
    position: relative;
    display: block !important;
  }

  .catalog_category_view .breadcrumb-container  {
    margin-right: 140px;
  }

  .catalog_category_view .breadcrumb-container .breadcrumb{
    overflow: hidden;
    max-height: 36px;
  }
  
  
  .catalog_category_view .category-level-1 .elvo-category-list-container h1.elvo-h1 {
    margin-right: 124px;
  }  
}


.filters-container .accordion-body .option-img-group label{
   background: transparent center center 100% 100%;
   padding: 0 !important;
  border: 1px solid #DEDDFE;
  width: 80%;
  height: 80%;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;  
  padding: 0px !important;
  margin: 10% !important;
  background: none !important;
}

.filters-container .accordion-body .option-img-group .list-group-item{
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;    
  padding: 0px !important;
  margin-right: 8px !important;
	margin-bottom: 8px !important;
   line-height: 0 !important;
  background: #fff;
  outline: 2px solid #DEDDFE; 
 }

.filters-container .accordion-body .option-img-group.list-group{
  flex-direction: initial !important;
  display: block;  
}

.filters-container .accordion-body .option-img-group .list-group-item:has(input:checked) {
  outline: 2px solid #605AFF; 
}


.filters-container .panel .list-group a.list-group-item{
  padding-left: 0px;
  cursor: pointer;
  line-height: 24px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}


@media (max-width: 768px) {
	.filters-container.show {
		display: block !important;
		position: fixed;
		top: 0px;
		left: 0px;
		min-width: 100%;
		width: 100%;
		padding: 0;
			height: 100dvh; 
		background: #fff;
		z-index: 99999;
		overflow: auto;
	 bottom: 0;	
	 right: 0;	
}

	.filters-container.show .filters-content .panel{
		padding: 0px 16px;
	}

	.filters-container.show .d-none.close-filters{
		display: block !important;
	}

	#filters-container #filter-details {
		position: sticky;
		bottom: 0px;
		width: 100%;
		z-index: 10;
		padding: 16px 0px;
	}
	.catalog_category_view .catalog-category-content .breadcrumb-container .elvo-container{
	  padding: 0;
	}

	.catalog_category_view .catalog-category-content #mobil_breadcrumbs + .category-description h1 {
	  margin-bottom: 16px;
	} 
		
	#mobil_filter_buttons #order_btn{
	  white-space: nowrap;
	  overflow: hidden;
	}		
		
	#mobil_filter_buttons #order_btn::before {
	  content: "";
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  vertical-align: middle;
	  background: url("https://elvo.hu/media/icons/orderby.svg") no-repeat center center;
	  margin-right: 4px;
	}

	#mobil_filter_buttons #filter_btn::before {
	  content: "";
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  vertical-align: middle;
	  background: url("https://elvo.hu/media/icons/tune.svg") no-repeat center center;
	  margin-right: 4px;
	}	

	#mobil_filter_buttons  #filter_btn .active-filters-num{
	  color: #605AFF;
	  text-align: center;
	  font-family: Rubik;
	  font-size: 10px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 130%; /* 13px */
	  letter-spacing: -0.3px; 
	  background: #DEDDFE;
	  padding: 2px;
	  display: inline-block;
	  -webkit-border-radius: 48px;
	  -moz-border-radius: 48px;
	  border-radius: 48px;
	  width: 16px;
	  position: absolute;  
	  top: 6px;
	  right: 6px;
	  overflow: hidden;
	  text-align: center;
	}

	#mobil_filter_buttons #filter_btn {
	  position: relative;  
	}	

	.current-mobile-filters .w-dialog{
	  padding: 0 !important;
	  margin: 0 !important;
	}
	.current-mobile-filters .used-filters .used-filters-mobile{
	  margin: 16px 0;
	  overflow-y: auto;
	}

	.current-mobile-filters .used-filters .used-filters-mobile a{
	  background: #E1E0FB;
	  margin-right: 8px;
	  margin-bottom: 8px;
	  padding: 8px;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;  
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 140%; /* 19.6px */
	  letter-spacing: -0.3px;
	  text-decoration: none;
	  white-space: nowrap 
	}

	.current-mobile-filters .used-filters .used-filters-mobile a:after{
	  content: "x";
	  margin-left: 8px;
	  color: #23157B;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 100%; /* 19.6px */
	}

	#order_popup_container.show{
	  display: block !important;
	  position: fixed;
	  top: 0px;
	  left: 0px;
	  min-width: 100%;
	  width: 100%;
	  padding: 0;
	  height: 100dvh; 
	  background: rgba(6, 0, 47, 0.40);
	  backdrop-filter: blur(2px);
	  z-index: 99999;
	  overflow: auto;
	  bottom: 0;	
	  right: 0;
	}

	#order_popup_container.show > div{
	  background: #fff;
	  margin: 0;
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  -webkit-border-top-left-radius: 24px;
	  -webkit-border-top-right-radius: 24px;
	  -moz-border-radius-topleft: 24px;
	  -moz-border-radius-topright: 24px;
	  border-top-left-radius: 24px;
	  border-top-right-radius: 24px;
	  padding: 16px;
	  padding-bottom: 32px;
	  overflow-y: auto;
	  max-height: 90vh;
	}

	#order_popup_container.show > div span{
	  color: #1B1B1B;
	  text-align: center;
	  font-family: Rubik;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 150%; /* 24px */
	  letter-spacing: -0.3px;
	  padding: 16px 0;
	  border-bottom: 1px solid #E7E7E7;
	}

	#order_popup_container.show > div span:last-of-type{
	  border-bottom: none;
	}
	#order_popup_container.show > div span.active{
	  color: var(--Purple-Dark-Purple, #23157B);
	  font-weight: 500;
	}
	
	#filters-container #filters-mobil{
	  margin: 16px 16px;
	  margin-bottom: 24px;
	}

	#filters-container #filters-mobil span{
	  color: var(--Additonal-Dark-06, #1B1B1B);
	  text-align: center;
	  font-family: Rubik;
	  font-size: 24px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 130%; /* 31.2px */
	}

	#filters-container #filters-mobil span.close-filters{
	  color: #23157B;
	  font-size: 20px;
	  min-width: 30%;
	  text-align: left;
	}

	#filters-container #filters-mobil a{
	  min-width: 30%;
	  text-decoration: none;
	  color: #23157B;
	  font-family: Rubik;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 140%; /* 19.6px */
	  letter-spacing: -0.3px;  
	  text-align: right;
	}

	#filters-container .panel-title{
	  border-bottom: 1px solid #E7E7E7;
	  padding: 16px 0px !important;
	  margin: 0px !important;
	}

	#filters-container .panel{
	  padding-bottom: 0px !important;
	  margin: 0px !important;
	}


	#filters-container #filter-details {
	  background: var(--Additonal-01, #FFF);
	  box-shadow: 0 0 5px 0 rgba(43, 46, 54, 0.25);
	  padding: 16px;
	  -webkit-border-top-left-radius: 24px;
	  -webkit-border-top-right-radius: 24px;
	  -moz-border-radius-topleft: 24px;
	  -moz-border-radius-topright: 24px;
	  border-top-left-radius: 24px;
	  border-top-right-radius: 24px;
	}	
	.catalog-category-content .product-list-container {
	  padding: 16px;
	}	
}

@media (max-width: 1200px) {

	  .catalog-category-content .product-list-container #catalog_product_list_list .gap {
		background: transparent;
		max-width: 50%;
	  }
	}

@media (max-width: 576px) {

  .catalog-category-content .product-list-container #catalog_product_list_list .gap {
	background: transparent;
	max-width: 100%;
  }
  
 	.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item figure img {
	  border: none;
	  margin-top: 8px;
	}

	.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .wishlist-addto-container{
	  height: 30px;  
	}

	.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-price .price{
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 20px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 130%; /* 26px */
	  letter-spacing: -0.3px;
	}	


	.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item #btn_add_to_cart span {
	  display: block;
	  padding: 0;
	  width: 120px;
	  height: 16px;
	  background: transparent url("https://elvo.hu/media/icons/kosar.svg") no-repeat 12px 1px;
	  color: #FFF;
	  font-family: Rubik;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 130%; /* 18.2px */
	  letter-spacing: -0.3px;  
	} 
}

.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-stock-info .stock-icon {
  background: #54B229 url("https://elvo.hu/media/icons/pipe.svg") center center;  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-right: 6px;
}

#catalog_product_view_offers div.item .item-stock-info .stock-icon {
  background: #54B229 url("https://elvo.hu/media/icons/pipe.svg") center center;  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-right: 6px;
}

#commerce_cart_addto_modal .cart-error .modal-footer .buttons {
  text-align: center;
  display: block;
}

#commerce_cart_addto_modal .cart-error .modal-footer .buttons {
  text-align: center;
  display: block;
}

#commerce_cart_addto_modal .cart-error .modal-content p{
  color: var(--Additonal-Dark-06, #1B1B1B);
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}

#commerce_cart_view_items .cart-item .item-details a.product-name {
  padding-right: 46px;
  position: relative;  
}

#commerce_cart_view_items .cart-item .item-details a.product-name button.remove-cart-item{
  position: absolute;
  right: 0px;
  background: transparent url('https://elvo.hu/media/icons/cart_delete.svg') no-repeat center center;
  width: 25px;
  height: 25px;
  border: none;
}

#commerce_cart_view_items .cart-item .item-details .product-description {
  overflow: hidden;
  height: 40px;
  margin-bottom: 16px;
}

#commerce-cart-content.empty-cart .w-dialog img{
  margin-top: 10dvh;
  margin-bottom: 16px;
}

#commerce-cart-content.empty-cart .w-dialog .empty-cart-title{
  color: var(--Additonal-Dark-06, #1B1B1B);
  text-align: center;

  /* Headline */
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  margin-bottom: 8px;
}

#commerce-cart-content.empty-cart .w-dialog .empty-cart-text{
color: var(--Additonal-05, #5B5B5B);
text-align: center;

/* Copy text/Normal Regular */
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.3px;
    margin-bottom: 60px;

}

#commerce-cart-content.empty-cart .w-dialog .btn-elvo span{
  color: var(--Additonal-01, #FFF);

/* Button */
font-family: Rubik;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 18.2px */
letter-spacing: -0.3px;
}


.elvo-form-container .elvo-form-title.elvo-form-title {
  margin: 40px 0px !important;
  margin-bottom: 8px !important;
  color: #1B1B1B;
  font-size: 20px;
  line-height: 130%;
}

#customer_login_form button.btn-elvo-w#btn_guest_next {
  width: auto;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;
}

.elvo_checkout_nav_background{
  background: #fff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding: 0px 0px;
  margin: 40px auto;
  margin-bottom: 60px;
  max-width: 860px;
  position: relative;
  z-index: 1;
  height: 40px;  
}

.elvo_checkout_nav_background_color{
  position: absolute;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background: linear-gradient(260deg, #5AE3FF -33.06%, #5CBFFF 16.31%, #605AFF 62.03%) no-repeat;
  z-index: 2;
  height: 40px;
  top: 0;
  left: 0;
}

.elvo_checkout_nav{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0px auto;
  max-width: 860px;
  height: 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding: 0px 12px;
  background: transparent;
}

.elvo_checkout_nav .elvo_checkout_nav_item{
  display: block;
  text-align: center;
  margin-top: 34px;
}

.elvo_checkout_nav .elvo_checkout_nav_item .nav-icon{
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice_disable.svg') no-repeat center center;
  margin-bottom: 15px;
}

.elvo_checkout_nav .elvo_checkout_nav_item.delivery .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_delivery_disable.svg') no-repeat center center;
}

.elvo_checkout_nav .elvo_checkout_nav_item.payment .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_payment_disable.svg') no-repeat center center;
}

.elvo_checkout_nav .elvo_checkout_nav_item.billing .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice_disable.svg') no-repeat center center;
}

.elvo_checkout_nav .elvo_checkout_nav_item.review .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice_disable.svg') no-repeat center center;
}

.elvo_checkout_nav .elvo_checkout_nav_item .nav-text{
  display: block;
  color: #8F8F8F;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.elvo_checkout_nav .elvo_checkout_nav_item.valid .nav-text{
  color: #1B1B1B;
}


.elvo_checkout_nav_background_color.billing{
  width: 10%;
}

.elvo_checkout_nav_background_color.delivery{
  width: 38%;
}

.elvo_checkout_nav_background_color.payment{
  width: 68%;
}

.elvo_checkout_nav_background_color.review{
  width: 100%;
}

.elvo_checkout_nav.billing .elvo_checkout_nav_item.billing .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice.svg') no-repeat center center;
}


.elvo_checkout_nav.delivery .elvo_checkout_nav_item.billing .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice.svg') no-repeat center center;
}

.elvo_checkout_nav.delivery .elvo_checkout_nav_item.delivery .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_delivery.svg') no-repeat center center !important;
}


.elvo_checkout_nav.payment .elvo_checkout_nav_item.billing .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice.svg') no-repeat center center;
}

.elvo_checkout_nav.payment .elvo_checkout_nav_item.delivery .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_delivery.svg') no-repeat center center !important;
}

.elvo_checkout_nav.payment .elvo_checkout_nav_item.payment .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_payment.svg') no-repeat center center;
}



.elvo_checkout_nav.review .elvo_checkout_nav_item.billing .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice.svg') no-repeat center center;
}

.elvo_checkout_nav.review .elvo_checkout_nav_item.delivery .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_delivery.svg') no-repeat center center !important;
}

.elvo_checkout_nav.review .elvo_checkout_nav_item.payment .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_payment.svg') no-repeat center center;
}
.elvo_checkout_nav.review .elvo_checkout_nav_item.review .nav-icon{
  background: transparent url('https://elvo.hu/media/icons/checkout_invoice.svg') no-repeat center center;
}

.checkout-totals-container .commerce-dialog-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */  
  margin: 24px 0px;
}

.checkout-totals-container #commerce-checkout-totals{
  padding: 16px;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
}

.checkout-totals-container #commerce-checkout-list .checkout-item .item-image{
  padding-right: 24px;
  text-align: center;
}

.checkout-totals-container #commerce-checkout-list .checkout-item .item-details .product-name{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  text-decoration: none;
  margin-bottom: 16px !important;
  display: block;
}

.checkout-totals-container #commerce-checkout-list .checkout-item .item-details .product-price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  margin-bottom: 4px !important;  
}

.checkout-totals-container #commerce-checkout-list .checkout-item .item-details .product-qty{
  overflow: hidden;
  color: #8F8F8F;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

.checkout-totals-container #commerce-checkout-list .checkout-item td{
  border: none !important;
} 

.checkout-totals-container #commerce-checkout-list .checkout-item{
  border-bottom: 1px solid #E7E7E7 !important;
} 

.checkout-totals-container #commerce-checkout-list .checkout-item:last-of-type{
  border-bottom: none !important;
} 

.commerce-checkout-summary{
  margin: 24px 0px;
}

.commerce-checkout-summary .commerce-checkout-summary-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
  margin-bottom: 16px;
}

.commerce-checkout-summary #commerce-checkout-summary{
  width: 100%;
}


.commerce-checkout-summary #commerce-checkout-summary td{
  text-align: right;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px; 
}

.commerce-checkout-summary #commerce-checkout-summary th{
  text-align: left;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.commerce-checkout-summary #commerce-checkout-summary tbody tr:first-of-type th{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}


.commerce-checkout-summary #commerce-checkout-summary tfoot tr:last-of-type th{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.commerce-checkout-summary #commerce-checkout-summary tfoot tr:last-of-type td{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

.commerce-checkout-summary #commerce-checkout-summary tfoot tr:first-of-type th{
  padding-top: 16px  
}

#commerce-checkout-content{
  margin-bottom: 80px;
}

#commerce-dialog-invoice{
  background: #fff;
  padding: 24px 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin-right: 20px
}

#commerce-dialog-invoice .commerce-dialog-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */  
}

#commerce-dialog-invoice .commerce-dialog-company-switcher{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #F0F3F7; 
  padding: 4px;
  text-align:center;
  margin: 24px 0px;
}

#commerce-dialog-invoice .commerce-dialog-company-switcher label{
  width: 49%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;   
  border: none;
  padding: 12px;
  padding-left: 0px;
  color: #8F8F8F;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-invoice .commerce-dialog-company-switcher input:checked + label{
  background: var(--Gradient, linear-gradient(260deg, #5AE3FF -33.06%, #5CBFFF 16.31%, #605AFF 62.03%));
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-invoice .commerce-dialog-company-switcher input + label:before{
  content: "";
  width: 16px;
  height: 16px;
  background: transparent center center no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-right: 8px;
}

#commerce-dialog-invoice .commerce-dialog-company-switcher input#is_company_no + label:before{
  background-image: url("https://elvo.hu/media/icons/checkout_private_disable.svg");
}

#commerce-dialog-invoice .commerce-dialog-company-switcher input#is_company_yes + label:before{
  background-image: url("https://elvo.hu/media/icons/checkout_company_disable.svg");
}

#commerce-dialog-invoice .commerce-dialog-company-switcher input:checked#is_company_no + label:before{
  background-image: url("https://elvo.hu/media/icons/checkout_private.svg");
}

#commerce-dialog-invoice .commerce-dialog-company-switcher input:checked#is_company_yes + label:before{
  background-image: url("https://elvo.hu/media/icons/checkout_company.svg");
}

#commerce-dialog-invoice .commerce-dialog-company-data{
  margin-top: 16px;
}

#commerce-dialog-invoice .commerce-dialog-email span{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-invoice .commerce-dialog-email span + a{
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
  margin-left: 24px;
  text-decoration: none;
}

#commerce-dialog-invoice .commerce-dialog-company-data label{
  color: #8F8F8F;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

#commerce-dialog-invoice .commerce-dialog-company-data input + span{
  display: block;
  padding: 16px 4px;
  color: #DEDDFE;
  font-size: 16px;
}

#commerce-dialog-invoice .commerce-dialog-company-data input#vat_number{
  max-width: 100% !important;
}

#commerce-dialog-invoice .commerce-dialog-company-data input#tax_code{
  max-width: 60px !important;
  text-align: center;
}

#commerce-dialog-invoice .commerce-dialog-company-data input#group_code{
  max-width: 70px !important;
  text-align: center;
}

#commerce-dialog-invoice .commerce-dialog-address-list-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
  margin-top: 16px;
  margin-bottom: 16px;
}

#commerce-dialog-invoice .address-list-container{
  width: 100%;  
}

#commerce-dialog-invoice .address-list-container .address-item{
  margin: 4px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
  width: 100%;
  border: 1px solid #C1D3E4;
  padding: 12px;
}

#commerce-dialog-invoice .address-list-container .address-item input[type=radio]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .name{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .city{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .buttons{
  margin-top: 8px;
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .buttons button{
  text-align: left;
  padding-left: 0;
}

#commerce-dialog-invoice .commerce-dialog-address-list-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
  margin-top: 16px;
  margin-bottom: 16px;
}

#commerce-dialog-invoice .address-list-container{
  width: 100%;  
}

#commerce-dialog-invoice .address-list-container .address-item{
  margin: 4px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
  width: 100%;
  border: 1px solid #C1D3E4;
  padding: 12px;
}

#commerce-dialog-invoice .address-list-container .address-item input[type=radio]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .name{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .city{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .buttons{
  margin-top: 8px;
}

#commerce-dialog-invoice .address-list-container .address-item .address-details .buttons button{
  text-align: left;
  padding-left: 0;
}

#commerce-dialog-invoice .address-list-container .address-item label:after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: red;
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid #23157B;
   -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
}

#commerce-dialog-invoice .address-list-container .address-item{
  position: relative;
}

#commerce-dialog-invoice .address-list-container .address-item input:checked + label:after{
  background: #3D27D1 url("https://elvo.hu/media/icons/pipe.svg") no-repeat center center;
}

#commerce-dialog-invoice .address-list-container .address-item label{
  cursor: pointer;
  display: block;
  width: 100%;
}

#commerce-dialog-invoice .commerce-dialog-company-data.show{
  display: flex !important;
}

#commerce-dialog-invoice .actions-buttons .btn-elvo-w:before {
  content: "+";
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #23157B;
}

#commerce-dialog-invoice .actions-buttons .btn-elvo-w {
  padding: 16px 32px;
  padding-left: 24px;
  margin-top: 4px
}

#commerce_cart_view_items .cart-item .item-details .product-error{
  color: red;
  margin-bottom: 8px;
}

#commerce-dialog-invoice .checkout-actions-buttons{
  margin-top: 40px
}

#commerce-dialog-invoice .checkout-actions-buttons a.elvo-txt-btn{
  text-decoration: none;
}

#commerce-dialog-invoice .checkout-actions-buttons button.btn-elvo:after{
  content: ">";
  margin-left: 8px;
}

.elvo-input-group.invalid .error {
  color: red;
}

.elvo-checkout-box{
  background: #fff;
  padding: 24px 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin-right: 20px;
}

.elvo-checkout-box .commerce-dialog-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;  
  margin-bottom: 24px;
}

.elvo-checkout-box .commerce-dialog-title-small{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  margin-bottom: 16px;  
}

.elvo-checkout-box .elvo-checkout-list-container{
  width: 100%;
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list{
  width: 100%;
  margin-bottom: 24px;
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item{
  position: relative;
  margin: 8px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  border: 1px solid #C1D3E4;
  padding: 12px;  
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .custom-radio label {
  cursor: pointer;
  display: block;
  width: 100%;
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .custom-radio label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: red;
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid #23157B;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .custom-radio input:checked + label::after {
  background: #3D27D1 url("https://elvo.hu/media/icons/pipe.svg") no-repeat center center;
}


.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .custom-radio label .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.3px; 
  margin-bottom: 4px
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .custom-radio label .name{
  color: var(--Additonal-Dark-06, #1B1B1B);
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.elvo-checkout-box .checkout-actions-buttons a{
  text-decoration: none;
}

.elvo-checkout-box .elvo-checkout-list .elvo-checkout-list-item .price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
  margin-top: 8px;
}

.commerce_checkout_delivery .shipping_method_option_container.show{
  display: block !important;
}

.commerce_checkout_delivery .shipping_method_option_container iframe{
  max-height: 600px;
}


#commerce_cart_addto_modal .cart-error .modal-content p{
	color: #000;
	text-align: center;

	/* Copy text/Big Bold */
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 26px */
	letter-spacing: -0.3px;  
	}
.btn-elvo:disabled{
  background: #C1D3E4;  
}

.elvo-checkout-box .elvo-checkout-list-container .payment-item label .title {
  margin-bottom: 0px !important;
}

#commerce-dialog-payment .checkout-actions-buttons button.btn-elvo::after {
  content: ">";
  margin-left: 8px;
}



#commerce-dialog-shipping .address-list-container{
  width: 100%;  
}

#commerce-dialog-shipping .address-list-container .address-item{
  margin: 4px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
  width: 100%;
  border: 1px solid #C1D3E4;
  padding: 12px;
}

#commerce-dialog-shipping .address-list-container .address-item input[type=radio]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .name{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .city{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .buttons{
  margin-top: 8px;
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .buttons button{
  text-align: left;
  padding-left: 0;
}

#commerce-dialog-shipping .commerce-dialog-address-list-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;  
  margin-top: 16px;
  margin-bottom: 16px;
}

#commerce-dialog-shipping .address-list-container{
  width: 100%;  
}

#commerce-dialog-shipping .address-list-container .address-item{
  margin: 4px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
  width: 100%;
  border: 1px solid #C1D3E4;
  padding: 12px;
}

#commerce-dialog-shipping .address-list-container .address-item input[type=radio]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .name{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

#commerce-dialog-shipping .address-list-container .address-item .address-details .city{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}


#commerce-dialog-shipping .address-list-container .address-item label:after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: red;
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid #23157B;
   -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
}

#commerce-dialog-shipping .address-list-container .address-item{
  position: relative;
}

#commerce-dialog-shipping .address-list-container .address-item input:checked + label:after{
  background: #3D27D1 url("https://elvo.hu/media/icons/pipe.svg") no-repeat center center;
}

#commerce-dialog-shipping .address-list-container .address-item label{
  cursor: pointer;
  display: block;
  width: 100%;
}

#commerce_checkout_view_shipping .address-list{
  margin-bottom: 24px;
}

.address-list.is-invalid .form-text.error{
  display: block !important;
  width: 100%;
  margin-bottom: 8px; 
  color: red;
}

#commerce-dialog-review .commerce-dialog-review-box{
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
  padding-bottom: 24px;  
}

#commerce-dialog-review .commerce-dialog-review-box .title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

#commerce-dialog-review .commerce-dialog-review-box .content{
  overflow: hidden;
  color:#1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#commerce-dialog-review .commerce-dialog-review-box .content *{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

#commerce-dialog-review .commerce-dialog-review-box .content div{
  margin-bottom: 4px;
}

#commerce-dialog-review .commerce-dialog-review-box .content .shipping-review-type .title-small{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
  margin-top: 16px;
}

#commerce-dialog-review .commerce-dialog-review-box:last-of-type{
  border-bottom: none;
  padding-bottom: 0px;
}


#checkout_newsletter_conatiner{
   -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
  background: var(--Background, #F4F5FA);
  padding: 16px;
  margin-bottom: 24px;
}

#checkout_newsletter_conatiner .checkout_newsletter_title{
color: #1B1B1B;
font-family: Rubik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 26px */
letter-spacing: -0.3px;  
}

#checkout_newsletter_conatiner label{
  margin: 12px 0px;
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#checkout_newsletter_conatiner input[type="checkbox"] + label {
  padding-left: 32px;
  background: url('https://elvo.hu/media/icons/checkbox.svg') no-repeat left center;
  cursor: pointer;
  line-height: 24px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}

#checkout_newsletter_conatiner input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#checkout_newsletter_conatiner input[type="checkbox"]:checked + label {
  background: url('https://elvo.hu/media/icons/checkbox_checked.svg') no-repeat left center !important;
}

#checkout_newsletter_conatiner .checkout_newsletter_text{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}


#agreements_conatiner input[type="checkbox"] + label {
  padding-left: 32px;
  background: url('https://elvo.hu/media/icons/checkbox.svg') no-repeat 0 4px;
  cursor: pointer;
  line-height: 24px;
  overflow: hidden;
  color: #5B5B5B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}

#agreements_conatiner input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#agreements_conatiner input[type="checkbox"]:checked + label {
  background: url('https://elvo.hu/media/icons/checkbox_checked.svg') no-repeat left center !important;
}

#agreements_conatiner input[type="checkbox"]:checked + label {
  background: url('https://elvo.hu/media/icons/checkbox_checked.svg') no-repeat 0px 4px !important;
}

#commerce-dialog-review .commerce-dialog-review-box .content .elvo-txt-btn {
  background: transparent !important;
  border: none !important;
  color: #23157B !important;
  font-family: Rubik !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 140% !important;
  letter-spacing: -0.3px !important;
  text-decoration: none;
}

#commerce-dialog-success{
  max-width: 800px;
  background: #fff;
  margin: 20px auto;
  padding: 40px;
  text-align: center;
   -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px; 
}

#commerce-dialog-success .commerce-dialog-title{
  color: #1B1B1B;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  margin: 8px !important;
}

#commerce-dialog-success .commerce-dialog-title img{
  margin-bottom: 16px;
}

#commerce-dialog-success .succ_line_1{
  color: #5B5B5B;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  margin: 8px !important;
}

#commerce-dialog-success .succ_line_1 b{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.3px; 
}

#commerce-dialog-success .succ_line_2{
  color: #5B5B5B;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

#commerce-dialog-success .succ_line_2 b{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.3px;
}

#commerce-dialog-success .succ_line_3{
  margin-top: 16px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}


#commerce-dialog-success .succ_line_4{
color: #5B5B5B;
font-family: Rubik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
letter-spacing: -0.3px;
  margin-bottom: 40px;
}

#checkout_newsletter_conatiner{
  background: #F4F5FA url("https://elvo.hu/media/icons/checkout_newsletter.svg") calc(100% - 10px) center no-repeat;
  padding-right: 100px
}
@media (max-width: 768px) {
  #commerce-cart-content .elvo-h1 {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center;
  }  
  
  #commerce_cart_view_items .cart-item{
    margin-right: 0;
  }
  
  #commerce_cart_view_items .cart-item .item-image img{
    width: 110px;
    height: auto;
  } 
  
  #commerce_cart_view_items .cart-item .item-details a.product-name {
    font-size: 16px;
    height: 44px;
  }  
  
  #commerce_cart_view_items .cart-item .item-details .product-description * {
    font-size: 12px;
    height: 36px;
  }  
  
  #commerce-cart-content .summary-container{
    margin-right: 0;   
    margin-bottom: 0px;
  }


	.elvo_checkout_nav .elvo_checkout_nav_item .nav-text {
	  font-size: 12px;
	}

	.elvo_checkout_nav_background {
	  background: #F4F5FA;
	  margin: 16px auto;
	  margin-bottom: 40px;
	}

	.elvo_checkout_nav_background_color.billing {
	  width: 25%;
	}

	.elvo_checkout_nav_background_color.delivery {
	  width: 50%;
	}

	.elvo_checkout_nav_background_color.payment {
	  width: 75%;
	}

	.elvo_checkout_nav_background_color.review {
	  width: 100%;
	}
		
	.elvo_checkout_nav_background_mobile{
	  background: #fff;
	  margin-top: 0px;
	  padding: 16px !important;
	  -webkit-border-bottom-right-radius: 24px;
	  -webkit-border-bottom-left-radius: 24px;
	  -moz-border-radius-bottomright: 24px;
	  -moz-border-radius-bottomleft: 24px;
	  border-bottom-right-radius: 24px;
	  border-bottom-left-radius: 24px;  
	  margin-bottom: 16px;
	}

	.elvo_checkout_nav_background_mobile .elvo_checkout_nav_background{
	  padding: 0 !important;
	  margin-top: 0 !important;
	  margin-bottom: 20px !important;
	  -webkit-border-bottom-right-radius: 24px;
	  -webkit-border-bottom-left-radius: 24px;
	  -moz-border-radius-bottomright: 24px;
	  -moz-border-radius-bottomleft: 24px;
	  border-bottom-right-radius: 24px;
	  border-bottom-left-radius: 24px;  
	}

	#commerce-dialog-invoice {
	  background: transparent;
	  padding: 8px 8px;
	  -webkit-border-radius: 24px;
	  -moz-border-radius: 24px;
	  border-radius: 24px;
	  margin-right: 0px;
	}

	#commerce-dialog-invoice .commerce-dialog-company-switcher {
	  background: #fff;
	}

	#commerce-dialog-invoice .address-list-container .address-item{
	  background: #fff;  
	}

	#commerce-dialog-invoice .checkout-actions-buttons{
	  display: block !important;
	  text-align: center;  
	}	
	
	.elvo-checkout-box {
	  background: transparent;
	  padding: 8px 8px;
	  -webkit-border-radius: 24px;
	  -moz-border-radius: 24px;
	  border-radius: 24px;
	  margin-right: 0px;
	}

	.elvo-checkout-box .elvo-checkout-list .elvo-checkout-list-item{
	  background: #fff;  
	}

	.elvo-checkout-box .checkout-actions-buttons{
	  display: block !important;
	  text-align: center;  
	}
	#checkout_newsletter_conatiner{
	  background: #fff url("https://elvo.hu/media/icons/checkout_newsletter.svg") calc(100% - 10px) 10px no-repeat;
	  background-size: 48px;
	  padding-right: 8px !important;
	}

	#checkout_newsletter_conatiner .checkout_newsletter_title{
	  padding-right: 48px
	}	
	
	.commerce-checkout-review .commerce-dialog-title-mobile{
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 24px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 130%;
	  margin-bottom: 24px;  
	}

	.commerce-checkout-review .commerce-dialog-title{
	  display: none !important;
	}

	.commerce-checkout-review .commerce-checkout-summary{
	  display: none;
	}
	.commerce-checkout-review .checkout-totals-container{
	  margin-bottom: 8px;
	}
	
	.commerce-checkout-review .order-1 .d-flex.justify-content-center a{
	  margin-bottom: 16px;
	  text-decoration: none;
	}

	.commerce-checkout-review .order-1 .d-flex.justify-content-center a:before{
	  content: "<";
	  margin-right: 8px;
	}
	
	#commerce-checkout-totals .item-image img{
	  width: 100px !important;
	  height: auto !important;
	}	
	
	.commerce-checkout-review #commerce-dialog-review .commerce-checkout-summary{
	  display: block;
	}

	.commerce-checkout-review #commerce-dialog-review #commerce-checkout-totals{
	  display: none;
	}	
	
	.catalog-category-content .product-list-container #catalog_product_list_list .gap div.item {
  max-width: 100%;
  width: 100%;
}
}
.commerce-dialog-oneaddress input[type="checkbox"] + label {
	  padding-left: 32px;
	  background: url('https://elvo.hu/media/icons/checkbox.svg') no-repeat left center;
	  cursor: pointer;
	  line-height: 24px;
	  overflow: hidden;
	  color: #5B5B5B;
	  text-overflow: ellipsis;
	  font-family: Rubik;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 400;
	  letter-spacing: -0.3px;
	}

	.commerce-dialog-oneaddress input[type="checkbox"] {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	}

	.commerce-dialog-oneaddress input[type="checkbox"]:checked + label {
	  background: url('https://elvo.hu/media/icons/checkbox_checked.svg') no-repeat left center !important;
	}

	.commerce-dialog-oneaddress{
	  padding: 16px;
	  background: #F4F5FA;
		  -webkit-border-radius: 16px;
		  -moz-border-radius: 16px;
		  border-radius: 16px; 
margin-bottom: 16px;		  
	}
	.commerce-dialog-oneaddress .oneaddress_billing_address{
	  overflow: hidden;
	  color: #1B1B1B;
	  text-overflow: ellipsis;
	  font-family: Rubik;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 140%; /* 19.6px */
	  letter-spacing: -0.3px;
	  margin-top:8px;
	}
	
	#commerce-dialog-oneaddress-shippingaddr.hide{
  display: none;
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .otp-loan-container label {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 26px;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px; 
  margin-bottom: 8px;  
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .otp-loan-container label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: red;
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  border: 2px solid #23157B;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.elvo-checkout-box .elvo-checkout-list-container .elvo-checkout-list .elvo-checkout-list-item .otp-loan-container input:checked + label::after {
  background: #3D27D1 url("https://elvo.hu/media/icons/pipe.svg") no-repeat center center;
}

.payment-item-option-container{
  display: none;
}

.payment-item-option-container.show{
  display: block;
}

.product-list .product-list-item .wishlist-addto-container .add-to-wishlist{
  width: 20px;
  height: 20px;
  background: transparent url("https://elvo.hu/media/icons/wishadd.svg") no-repeat center center;
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  cursor: pointer !important;
  z-index: 9;
}

.product-list .product-list-item{
  position: relative;
}

#catalog_wishlist_add_modal .modal-content{
  padding: 24px;
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;  
}

#catalog_wishlist_add_modal .modal-header{
  position: relative;
  border: none;
  padding: 0px;
  margin-bottom: 24px;
}

#catalog_wishlist_add_modal .modal-header .close{
  position: absolute;
  right: 0px;
  background: transparent;
  border: none;
}

#catalog_wishlist_add_modal .modal-header .close span{
  font-size: 24px;
}

#catalog_wishlist_add_modal .modal-header .modal-title{
  color: #1D1B20;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

#catalog_wishlist_add_modal .modal-content .modal-body div{
  margin-bottom: 16px;  
}

#catalog_wishlist_add_modal .modal-content .modal-body {
  color: #5B5B5B;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

#catalog_wishlist_add_modal .modal-content .modal-footer {
  border: none;
  margin-top: 24px;
  text-align: center !important;
  display: block;
}

#catalog_wishlist_add_modal .modal-content .modal-footer .btn-elvo-w{
    padding: 16px 32px;
}


#catalog_wishlist_edit_form_modal .modal-content{
  padding: 24px;
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;  
}

#catalog_wishlist_edit_form_modal .modal-header{
  position: relative;
  border: none;
  padding: 0px;
  margin-bottom: 24px;
}

#catalog_wishlist_edit_form_modal .modal-header .close{
  position: absolute;
  right: 0px;
  background: transparent;
  border: none;
}

#catalog_wishlist_edit_form_modal .modal-header .close span{
  font-size: 24px;
}

#catalog_wishlist_edit_form_modal .modal-header .modal-title{
  color: #1D1B20;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

#catalog_wishlist_edit_form_modal .modal-content .modal-body div{
  margin-bottom: 16px;  
}

#catalog_wishlist_edit_form_modal .modal-content .modal-body {
  color: #5B5B5B;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

#catalog_wishlist_edit_form_modal .modal-content .modal-footer {
  border: none;
  margin-top: 24px;
  text-align: center !important;
  display: block;
}

#catalog_wishlist_edit_form_modal .modal-content .modal-footer .btn-elvo-w{
    padding: 16px 32px;
}

.wishlist-product-list .wishlist-product-item{
  background: #fff;
  padding: 16px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px; 
  margin-bottom: 16px;
}

.wishlist-product-list .wishlist-product-item .name a{
  overflow: hidden;
  color: #1B1B1B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  text-decoration: none;
}

.wishlist-product-list .wishlist-product-item .product-description{
  overflow: hidden;
  color: #8F8F8F;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  height: 22px;
  margin-bottom: 8px;
}

.wishlist-product-list .wishlist-product-item .price{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

.wishlist-product-list .wishlist-product-item .note{
  overflow: hidden;
  color: #32292F;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  margin-bottom: 4px;
}

.wishlist-product-list .wishlist-product-item button.wishlist-item-action-save:before{
  content: "";
  display: none;
}
.wishlist-product-list .wishlist-product-item button.wishlist-item-action-save span{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
}

.cms-pages-content{
  max-width: 800px;
}

.cms-pages-content{
  color: var(--Additonal-Dark-06, #1B1B1B);
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

.wishlist-product-item  #btn_add_to_cart {
  padding: 12px;
  padding-left: 22px;
  border: none;
  background: linear-gradient(271deg, #5AE3FF -83.65%, #5CBFFF -5.07%, #605AFF 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.wishlist-product-item #btn_add_to_cart span.d-block.d-sm-none {
   display: block;
    padding: 0;
    padding-left: 8px;
    width: 120px;
    height: 16px;
    background: transparent url("https://elvo.hu/media/icons/kosar.svg") no-repeat 12px 1px;
    color: #FFF;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.3px;
  } 
}

 .wishlist-product-item   #btn_add_to_cart .d-sm-block {
   display: none !important;
}

 .wishlist-product-item #btn_add_to_cart .d-block.d-sm-none {
   display: block !important;
}

.wishlist-product-list .buttons{
  display: block !important;
  text-align: center;
}

.wishlist-product-list .buttons button{
  display: inline-block !important;
  max-width: auto !important;
  width: auto !important;
}

.wishlist-product-list .buttons button.wishlist-item-action-save{
  border: none;  
}

.wishlist-product-list .buttons button.wishlist-item-action-save span{
  color: #23157B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
}

.wishlist-product-item .delete-actions{
  position: relative;
}

.wishlist-product-item .delete-actions .wishlist-item-action-delete{
  position: absolute;
  right: -15px;
  top: 3px;
  background: transparent url("https://elvo.hu/media/icons/delete.svg") no-repeat center center;
  border: none;
  width: 20px;
  height: 20px;
}

.wishlist-product-item .name{
  padding-right: 25px;
}

.review-summary-container{
  margin: 16px 0px;  
}
.small-review-container{
  margin-right: 8px;
}

.small-review-container .star{
  width: 18px;
  height: 18px;
  display: inline-block;
  background: transparent url("https://elvo.hu/media/icons/empty_star.svg") no-repeat center center;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-left: -2px;
}


.small-review-container .star.checked{
  background: transparent url("https://elvo.hu/media/icons/star.svg") no-repeat center center;
}

a.goto-review-text {
  overflow: hidden;
  color: #9E9BFE;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 16.8px */
  letter-spacing: -0.3px;
  text-decoration: none;
  cursor: pointer;
}

.catalog_product_view #product_reviews{
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 60px;
  margin-bottom: 24px;
}



.product-review-details-container .product-review-details-title{
  color: #1D1B20;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */ 
}

.product-review-details-container .product-review-details-content .line{
  margin-bottom: 4px;
}

.product-review-details-container .product-review-details-content > div > span > span{
  color: #1D1B20;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.product-review-details-container .product-review-details-content .small-review-container{
  padding-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.product-review-details-container .product-review-details-content .small-review-container + .goto-review-text{
  padding-top: 14px;
  overflow: hidden;
  color: #23157B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;  
}

.product-review-details-container .product-review-details-content .line .starts{
  color: #1D1B20;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  display: inline-block; 
}

.product-review-details-container .product-review-details-content .line .starts + .green-line{
  width: 60%;
  height: 4px;
  display: block; 
  background: #E7E7E7;
  margin: 0px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;   
}

.product-review-details-container .product-review-details-content .line .starts + .green-line + .percent{
  display: inline-block; 
  color: #1D1B20;
  text-align: right;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

.product-list-item .wishlist-addto-container .add-to-wishlist {
  width: 20px;
  height: 20px;
  background: transparent url("https://elvo.hu/media/icons/wishadd.svg") no-repeat center center;
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  cursor: pointer !important;
  z-index: 9;
}

footer.elvo-footer .elvo-footer-contact-container .elvo-contact-card {
  margin-right: 21px;
  margin-bottom: 56px;
}

.product-review-details-container .product-review-details-content .line .starts + .green-line .green-line-color {
  background: red;
  height: 4px;
  display: block; 
  background: #54B229;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}

.product-review-details-container .product-review-details-content{
  padding: 24px;
  border: 1px solid #E4EDF6;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-top: 24px;
}

.elvo-customer-review-dialog .modal-content{
  background: #F4F5FA;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
}

.elvo-customer-review-dialog .modal-content .modal-header .modal-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

.elvo-customer-review-dialog .modal-content .modal-body .review-form-product .review-form-product-img img{
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  border: none;
}

.elvo-customer-review-dialog .modal-content .modal-body .review-form-product .review-form-product-name{
  overflow: hidden;
  color: #1D1B20;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  margin-left: 16px;
  margin-top: -8px;
}

.elvo-customer-review-dialog .review-rate .star {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: transparent url("https://elvo.hu/media/icons/empty_star.svg") no-repeat center center;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-left: 0px;
  cursor: pointer;
  background-size: 22px !important;
}

.elvo-customer-review-dialog .review-rate .star.checked {
  background: transparent url("https://elvo.hu/media/icons/star.svg") no-repeat center center;
  background-size: 25px !important;
}

.elvo-customer-review-dialog #product_reviews{
  padding: 0;
  background: transparent;
}

.elvo-customer-review-dialog .review-form-content .form-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.elvo-customer-review-dialog .review-form-content .form-content{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.elvo-customer-review-dialog .buttons button.elvo-txt-btn{
  padding: 0px 16px;
}

.elvo-customer-review-dialog .buttons button{
  margin: 0px 8px;
}

.elvo-customer-review-dialog .w-dialog-alert-danger{
  color: red;
}


.elvo-customer-review-dialog .review-form-content .form-title small {
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;
  margin-left: 4px;
}

.elvo-customer-review-dialog .review-form-content .form-content p{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.elvo-customer-review-dialog .review-form-content input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.elvo-customer-review-dialog .review-form-content input[type="checkbox"] + label {
  padding-left: 32px;
  background: url('https://elvo.hu/media/icons/checkbox.svg') no-repeat 0px 4px;
  cursor: pointer;
  overflow: hidden;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

.elvo-customer-review-dialog .review-form-content input[type="checkbox"]:checked + label {
  background: url('https://elvo.hu/media/icons/checkbox_checked.svg') no-repeat 0px 4px !important;
}

.product-list-item .small-review-container .review-rate .star{
  margin-left: 0;
  margin-right: -2px;
}

.product-list-item .small-review-container .goto-review-text{
  overflow: hidden;
  color: #23157B;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

.product-review-details-container .product-review-details-content .line .starts {
  width: 25% !important;
}

.product-review-details-container .product-review-details-content .line .green-line {
  width: 65% !important;
}

.product-review-details-container .product-review-details-content .line .percent {
  width: 15% !important;
}

#product_reviews #review_list_container{
  padding: 24px;
  margin-top: 32px;
}

#product_reviews #review_list_container .review-list-item{
  padding: 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;  
  background: #F0F3F7;
  box-shadow: 0 1px 0 0 #F1F2F3;
  margin-bottom: 16px;
}

#product_reviews #review_list_container .review-list-item .review-created div{
  color: #72757E;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
}

#product_reviews #review_list_container .review-list-item .review-created div .small-review-author-name{
  overflow: hidden;
  color: #32292F;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

#product_reviews #review_list_container .review-list-item .review-content{
  margin-top: 8px;
  color: #1D1F22;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
}

.elvo-customer-review-dialog .form-image{
  text-align: center;
  margin-top: 24px;
}

.elvo-customer-review-dialog .form-title{
  text-align: center;
}

.elvo-customer-review-dialog .form-content{
  text-align: center;
  margin-bottom: 40px !important;
}

.reviews-container .product-list-item .small-review-container{
  margin: 8px 0px;  
}

.reviews-container .product-list-item p{
  color: #1D1F22;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}


footer .elvo-copyright-container a {
  display: inline-block;
  margin-right: 16px;
  margin-top: 16px;
}

footer .elvo-copyright-container .elvo-footer-links {
  margin-bottom: 16px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  footer .elvo-form-container.elvo-footer-newsletter-content{
    background-size: auto 375px;
    padding-left: 16px;
    padding-top: 20px;
    max-width: 320px
  }  
}

@media (max-width: 768px) {
  .catalog-product-container .product-details .product-left {
    padding: 0px 8px;
  }

  .catalog-product-container .product-details .product-left {
    padding: 0px 8px;
  }

  .catalog-product-container .product-details .product-left .purchasable-container {
    background: transparent;
      margin-top: 0px;
  }

  .catalog-product-container .btn-elvo.add-to-cart.btn-elvo {
    width: auto;
    padding: 16px 32px;
    padding-right: 26px;
  }

  .catalog-product-container .product-details .product-left .purchasable-container .price{
    color: #1B1B1B;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.3px;
  }
  
  .catalog-product-container .product-details .thumbnails-container {
    margin: 16px 0;
    padding-bottom: 48px;
  }  
 
   .catalog-product-container .product-details .product-left #product_sales_info p{
      color: #1B1B1B;
      font-family: Rubik;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 19.6px */
      letter-spacing: -0.3px;
     margin-top: 8px;
  }  
  
  .catalog-product-container .product-details {
	  margin-top: 24px;
	}

	.catalog-product-container .product-details h1{
	  color: #32292F;
	  font-family: Rubik;
	  font-size: 20px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 130%; /* 26px */
	  letter-spacing: -0.3px;
	  margin-bottom: 8px;
	}

	.catalog-product-container .product-details .short-description > p{
	  overflow: hidden;
	  color: #5B5B5B;
	  text-overflow: ellipsis;
	  font-family: Rubik;
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 140%; /* 16.8px */
	  letter-spacing: -0.3px;
	  height: 48px;
	}

	.catalog-product-container .product-details .short-description .description-details a{
	  color: #23157B;
	  font-family: Rubik;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 140%; /* 19.6px */
	  letter-spacing: -0.3px;  
	  text-decoration: none;
	}

	.catalog-product-container .product-details .short-description .description-details a:after {
	  vertical-align: middle;
	  content: "";
	  display: inline-block;
	  width: 34px;
	  height: 20px;
	  background: transparent url("https://elvo.hu/media/icons/arrow_down.svg") no-repeat center center;
	}
 
	 .catalog-product-container .stock-info{
	  display: block !important;
	  width: 100% !important;
	  margin-top: 40px;
	  padding-top: 40px;
	  border-top: 1px solid #C1D3E4;
	}

	.catalog-product-container .product-details .stock-info .stock-box{
	  display: block !important;
	  width: 100% !important;
	  margin-bottom: 16px !important;
	}

	.catalog-product-container .product-details .stock-info .shipping-box{
	  display: block !important;
	  width: 100% !important;
	  border: none !important;
	}

	.catalog-product-container .product-details .stock-info .shipping-box > .d-flex{
	  display: block !important;
	  width: 100% !important;
	  border: none !important;
	  padding: 0 !important;
	  margin-bottom: 8px;
	  border-bottom: 1px solid #E7E7E7 !important;
	  padding-bottom: 8px !important;
	}


	.catalog-product-container .product-details .stock-info .shipping-box > .d-flex:last-of-type{
	  border-bottom: none !important;
	  padding-bottom: 0px !important;
	  margin-bottom: 0px !important;
	}
	  
	.catalog_product_view .catalog-product-container .product-description{
	  margin-bottom: 40px;
	  padding-bottom: 40px;
	  border-bottom: 1px solid #C1D3E4;
	  width: 100% !important;
	}

	.catalog_product_view .catalog-product-container .col-details.w-50{
	  width: 100% !important;
	}

	.catalog_product_view .catalog-product-container .product-description .hide-content-control{
	  text-align: center;
	  margin-left: -25px;
	}

	.catalog_product_view .catalog-product-container .col-details.col-properties.w-50{
	  width: 100% !important;
	  padding-left: 0px !important;
	}

	.catalog-product-container .col-properties .product-properties ul li span.label {
	  width: 40%;
	  font-size: 14px;
	}

	.catalog-product-container .product-description .product-description-title {
	  font-size: 20px;
	}	

	#catalog_product_view_offers .product-list-item .row > div{
	  display: block;
	  width: 100%
	}

	#catalog_product_view_offers div.item figure {
	  position: relative;
	  padding-top: 22px;
	  height: 140px;
	  margin-bottom: 24px;
	}

	#catalog_product_view_offers div.item figure img{
	  height: auto !important;
	  width: calc(100% - 16px) !important;
	  max-width: 295px !important;
	  border: none;
	  margin: 8px;
	  
	}

	#catalog_product_view_offers .swiper .swiper-slide{
		width: 218px;
	  }

	#catalog_product_view_offers .swiper-pagination{
	  display: none;
	}

	#catalog_product_view_offers .navigation-container{
	  display: none;
	}

	#catalog_product_view_offers div.item .item-price .price{
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 20px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 130%; /* 26px */
	  letter-spacing: -0.3px;  
	  margin-top: 8px;
	}

	#catalog_product_view_offers div.item .item-price{
	  margin-top: 0px;
	}



	#catalog_product_view_offers div.item .add-to-cart span.d-block{
	  display: none !important;
	}

	#catalog_product_view_offers div.item .add-to-cart span.d-sm-block{
	  display: block !important;
	}

	#catalog_product_view_offers .col-6.col-sm-12.text-end{
	  display: block !important;
	  margin-top: 0px;
	  width: auto !important;
	  margin-left: auto;
	  margin-top: -40px;
	}

	#catalog_product_view_offers div.item{
	  padding-bottom: 0px !important;
	} 
	#catalog_product_view_offers .swiper{
		padding-bottom: 0px;
	}
	
	.catalog_product_view #product_reviews {
	  -webkit-border-radius: 12px;
	  -moz-border-radius: 12px;
	  border-radius: 12px;
	  padding: 8px;
	  margin-bottom: 24px;
	}

	.product-review-details-container .product-review-details-content{
	  border: none;  
	  margin-top: 0px;
	  padding-top: 8px;
	}

	.product-review-details-container .product-review-details-content > .d-flex.justify-content-start{
	  margin-bottom: 8px;
	}
	
	.product-review-details-container .product-review-details-title{
	  font-size: 20px;
	  padding-top: 8px;
	  padding-left: 8px;
	}

	#product_reviews #review_list_container{
	  margin-top: 16px !important;
	  padding-top: 0px !important;
	}	
	
	.catalog_product_view .catalog-product-container .col-details.col-properties.w-100{
	  width: 100% !important;
	  padding-left: 0px !important;
	}

	@media (max-width: 768px) {
	  .catalog-category-content .product-list-container {
		padding: 0;
	  }
	  
	 .catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .wishlist-addto-container {
		height: auto;
	  }
	  
	  .catalog-category-content .product-list-container #catalog_product_list_list .gap div.item .item-name {
		margin-top: 16px
	  }  
	  
	 .product-list .product-list-item .wishlist-addto-container .add-to-wishlist {
		right: 12px;
		top: 12px;
	  } 

	  .catalog-category-content .product-list-container #catalog_product_list_list .gap div.item figure {
		height: auto;
	  }
	}	
	
}



#sm_newsletter_form_modal .modal-content{
  padding: 24px;
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;  
}

#sm_newsletter_form_modal .modal-header{
  position: relative;
  border: none;
  padding: 0px;
  margin-bottom: 24px;
}

#sm_newsletter_form_modal .modal-header .close{
  position: absolute;
  right: 0px;
  background: transparent;
  border: none;
}

#sm_newsletter_form_modal .modal-header .close span{
  font-size: 24px;
}

#sm_newsletter_form_modal .modal-header .modal-title{
  color: #1D1B20;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

#sm_newsletter_form_modal .modal-content .modal-body div{
  margin-bottom: 16px;  
}

#sm_newsletter_form_modal .modal-content .modal-body {
  color: #5B5B5B;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

#sm_newsletter_form_modal .modal-content .modal-footer {
  border: none;
  margin-top: 24px;
  text-align: center !important;
  display: block;
}

#sm_newsletter_form_modal .modal-content .modal-footer .btn-elvo-w{
    padding: 16px 32px;
}

.product-list-item .item-price .elvo-rubik-500 {
  color: #1B1B1B;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.3px;
}

#commerce_cart_view_items .cart-item .item-details .item-qty button.remove-cart-item {
  background: transparent url('https://elvo.hu/media/icons/cart_delete.svg') no-repeat center center;
  width: 25px;
  height: 25px;
  border: none;
  position: absolute;
  right: -35px;
  top: 8px;
}


.megamenu-content .menu-links {
  display: none;
}
header .megamenu-outer-container{
  position: relative;
}

header .megamenu-outer-container.open{
  display: block !important;
}

header #megamenu-container{
  background: #fff;
  position: absolute;
  z-index: 999999;
  top: -1px;
  max-width: 1320px;
  width: 100%;
}

header #menu_btn{
  margin: -15px 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.megamenu-outer-container .megamenu-left #megamenu{
  list-style: none;
  display: block;
  padding: 33px 0px;
  margin: 0;
  min-width: 295px;
}

.megamenu-outer-container .megamenu-left #megamenu li{
  display: block;
  margin: 0;
  padding: 12px;
  padding-left: 36px;  
  border-left: 4px solid #fff;  
}

.megamenu-outer-container .megamenu-left #megamenu li a, .megamenu-outer-container .megamenu-left #megamenu li a span{
  color: #1B1B1B;
  font-size: 16px;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.3px;  
  text-decoration: none;
}

.megamenu-outer-container .megamenu-left #megamenu li:hover, .megamenu-outer-container .megamenu-left #megamenu li.active{
  border-left: 4px solid #5AE3FF;
  background: linear-gradient(90deg, #E4EDF6 -31.69%, rgba(228, 237, 246, 0.00) 53.91%);
  border-image: linear-gradient(180deg, #5AE3FF 0%, #5CBFFF 50%, #605AFF 100%) 1;
}

.megamenu-outer-container .megamenu-left #megamenu li:hover a span, .megamenu-outer-container .megamenu-left #megamenu li.active a span{
  color: #3D27D1;
  font-weight: 500;
}

.megamenu-outer-container .megamenu-content{
  background: #F0F3F7;
  width: 100%;
}

.megamenu-outer-container #megamenu-container{
  background: #F0F3F7 !important;
 /* box-shadow: 0px 2px 3px rgba(0,0,0,0.1);*/
}

.megamenu-outer-container .megamenu-left{
  background: #fff !important;
}

.megamenu-content{
  padding: 40px 33px;
}

.megamenu-details-content{
  display: flex;
  position: relative;
  height: 100%;
  padding: 0px;
}

.megamenu-details-content .mm-col{
  display: block;
  width: 100%;  
  margin: 0px 40px;  
  padding: 0px;
}

.megamenu-details-content .mm-col:first-of-type{
  margin-left: 0;
}

.megamenu-details-content .mm-col:last-of-type{
  margin-right: 0;
}

.megamenu-details-content .mm-col li{
  padding: 0px;
  margin: 0px;
  color: #1B1B1B;
  display: block;
  text-decoration: none;
}

.megamenu-details-content .mm-col li *{
  color: #1B1B1B;
  text-decoration: none;
}

.megamenu-details-content .mm-col li.empty{
  display: block;
  padding-left: 0px;
  height: 20px;
}

.megamenu-details-content .mm-col li.megamenu_item.bold a{
  font-weight: 500 !important;
}

.megamenu-details-content .mm-col li.heading *{
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
}

.megamenu-details-content .mm-col li.heading{
  margin-bottom: 8px;
  padding-left: 0px;  
}

.megamenu-details-content li.megamenu_item{
  padding-left: 35px;  
}

.megamenu-details-content li.megamenu_item{
  padding-left: 35px;  
  margin-bottom: 10px;
}

.megamenu-details-content li.megamenu_item a{
  color: #1B1B1B;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.3px;
}

.megamenu-details-content .mm-col li span.megamenu-label{
  font-size: 10px !important;
  font-weight: bold;
  padding: 1px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 14px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
}

.megamenu-details .megamenu-products-container{
  margin-bottom: 40px;
}

.megamenu-details .megamenu-products-container .megamenu-products-title{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

.menu-product-container{
  display:flex;
}

.menu-product-container div.product-menu-item{
  background: #fff;
  display:block;
  text-align: center;
  margin: 5px !important;  
  padding: 16px !important;  
  padding-bottom: 8px !important;  
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;  
}

.menu-product-container div.product-menu-item figure {
  margin: 0;
  margin-bottom: 10px;
}

.menu-product-container div.product-menu-item img{
  border: none;
  line-height: 0;
  max-height: 80px;
  width: auto;
}

.menu-product-container div.product-menu-item:first-of-type{
  margin-left: 0 !important;
}

.menu-product-container div.product-menu-item:last-of-type{
  margin-right: 0 !important;
}

.menu-product-container div.product-menu-item .item-name{
  text-align: left;
  height: 19.5px;
  overflow: hidden;
}

.menu-product-container div.product-menu-item .item-name a{
  color: #32292F;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.3px;  
  text-decoration: none;
}

@media (max-width: 991px) {


	header .mobil-menu-container{
	  position: absolute;
	  z-index: 999999;
	  background: #F4F5FA;
	  width: calc(100% + 16px);
	  margin-top: 8px;
	  display: block;
	  padding: 16px;
	  padding-bottom: 0px;
	  border-bottom: 1px solid #E4EDF6;
	}

	header .mobil-menu-container ul{
	  display: block;
	}

	header .mobil-menu-container ul li.nav-item{
	  display: block;
	  padding: 24px;
	  border-bottom: 1px solid #E4EDF6;
	}

	header .mobil-menu-container ul li.nav-item:last-of-type{
	  border-bottom: none;
	}

	header .mobil-menu-container ul li.nav-item a{
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 150%; /* 24px */
	  letter-spacing: -0.3px;
	}
	
	header .mobil-menu-container{
	  position: absolute;
	  z-index: 999999;
	  background: #F4F5FA;
	  width: calc(100% + 8px);
	  margin-top: 8px;
	  display: block;
	  padding: 16px;
	  padding-bottom: 0px;
	  border-bottom: 1px solid #E4EDF6;
	}

	header .mobil-menu-container ul{
	  display: block;
	}

	header .mobil-menu-container ul li.nav-item{
	  display: block;
	  padding: 16px;
	  border-bottom: 1px solid #E4EDF6;
	  padding-left: 40px;
	}

	header .mobil-menu-container ul li.nav-item:last-of-type{
	  border-bottom: none;
	}

	header .mobil-menu-container ul li.nav-item a{
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 150%; /* 24px */
	  letter-spacing: -0.3px;
	}

	header .mobil-menu-container ul li.nav-item.about{
	  background: transparent url("https://elvo.hu/media/icons/menu_about.svg") no-repeat 10px center;
	}

	header .mobil-menu-container ul li.nav-item.contact{
	  background: transparent url("https://elvo.hu/media/icons/menu_contact.svg") no-repeat 10px center;
	}

	header .mobil-menu-container ul li.nav-item.shop{
	  background: transparent url("https://elvo.hu/media/icons/menu_shop.svg") no-repeat 10px center;
	}

	header .mobil-menu-container ul li.nav-item.warrianty{
	  background: transparent url("https://elvo.hu/media/icons/menu_war.svg") no-repeat 10px center;
	}

	header .mobil-menu-container ul li.nav-item.loan{
	  background: transparent url("https://elvo.hu/media/icons/menu_loan.svg") no-repeat 10px center;
	}

	header .mobil-menu-container ul li.nav-item.order{
	  background: transparent url("https://elvo.hu/media/icons/menu_order.svg") no-repeat 10px center;
	}

	header .mobil-menu-container ul li.nav-item.products > a{
	  background: transparent url("https://elvo.hu/media/icons/products.svg") no-repeat 10px center;
	  display: block;
	  padding-left: 52px;  
	}

	header .mobil-menu-container ul li.nav-item.products{
	  padding-left: 0;
	}	
	
	.mobil-menu-container.open{
	  display: block !important;
	}
	
	header .mobil-menu-container ul li.nav-item.products > a:after{
	  content: "";
	  display: inline-block;
	  float: right;
	  width: 24px;
	  height: 24px;
	  background: transparent url("https://elvo.hu/media/icons/arrow_up.svg");
	}

	header .mobil-menu-container ul li.nav-item.products > a.collapsed:after{
	  background: transparent url("https://elvo.hu/media/icons/arrow_down.svg");
	}	

  header .mobil-menu-container ul li.nav-item.products #megamenu-mobile {
    background: #fff;
    margin: 8px 16px !important;
    padding: 0px 16px !important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;      
	}

	.mobil-menu-container{
	  padding: 0px !important;
	  left: 0px;
	}

	.mobil-menu-container ul{
	  padding: 0px !important;
	  margin: 0px !important;
	  list-style: none;
	}


	  header .mobil-menu-container ul li.nav-item.products #megamenu-mobile li > a{
	  display: block;
	  padding: 12px 0px;
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 150%; /* 24px */
	  letter-spacing: -0.3px;   
		text-decoration: none;
		border-bottom: 1px solid #efefef;
	}

	  header .mobil-menu-container ul li.nav-item.products #megamenu-mobile li:last-of-type > a{
		border-bottom: none;
	}

	  header .mobil-menu-container ul li.nav-item.products #megamenu-mobile li > a:after{
		  content: "";
		  display: inline-block;
		  float: right;
		  width: 24px;
		  height: 24px;
		  background: transparent url("https://elvo.hu/media/icons/arrow_up.svg") !important;    
	}

	  header .mobil-menu-container ul li.nav-item.products #megamenu-mobile li > a.collapsed:after{
		  background: transparent url("https://elvo.hu/media/icons/arrow_down.svg") !important;    
	}

	header .mobil-menu-container ul li.nav-item.products #megamenu-mobile li > div a{
	  color: #5B5B5B;
	  font-family: Rubik;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 140%; /* 19.6px */
	  letter-spacing: -0.3px;
	  text-decoration: none;
	  padding: 4px 16px;
	  display: block;
	}	
		header .mobil-menu-container ul li.nav-item.products #megamenu-mobile li > div a.type-2{
	  padding: 4px 0px;
	  color: #1B1B1B;
	  font-family: Rubik;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 140%; /* 19.6px */
	  letter-spacing: -0.3px;
	}
	#commerce_cart_addto_modal{
	  max-width: 100% !important;
	  width: 100% !important;
	}

	#commerce_cart_addto_modal #commerce_cart_addto_modal > div.modal-dialog{
	  max-width: 100% !important;
	  width: 100% !important;
	  -webkit-border-top-right-radius: 24px !important;
	  -moz-border-radius-topright: 24px !important;
	  border-top-right-radius: 24px !important;  
	}

	#commerce_cart_addto_modal #commerce_cart_addto_modal > div.modal-dialog .buttons{
	  display: block;
	}

	#commerce_cart_addto_modal #commerce_cart_addto_modal > div.modal-dialog .buttons .btn-elvo{
	 width: 100%;
	 margin: 8px auto; 
	}

	#commerce_cart_addto_modal #commerce_cart_addto_modal > div.modal-dialog .add-to-cart span.d-none{
	  display: block !important;
	}

	#commerce_cart_addto_modal #commerce_cart_addto_modal > div.modal-dialog .add-to-cart span.d-block{
	  display: none !important;
	}
}

@media (max-width: 992px) {
  footer .elvo-form-container.elvo-footer-newsletter-content {

    background-size: auto;

    background-size: auto 375px;
    padding-left: 16px;
    padding-top: 20px;
    max-width: 400px;
  }
}

#commerce-cart-list .accordion{
  width: 100%;
  background: #F4F5FA !important;
  padding: 0px 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
}

#commerce-cart-list .accordion .accordion-item{
  border: none !important;
  background: #F4F5FA !important;
  border-bottom: 1px solid #E7E7E7 !important;
  padding: 12px 0px;  
}

#commerce-cart-list .accordion .accordion-item:last-of-type{
  border-bottom: none !important;
}

#commerce-cart-list .accordion .accordion-item .accordion-header button{
  border: none !important;
  background: #F4F5FA !important;
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;  
  outline: none !important;
}

#commerce-cart-list .accordion .accordion-item .accordion-header button{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

#commerce-cart-list .accordion .accordion-item .accordion-header button:focus{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

#commerce-cart-list .accordion .accordion-item .accordion-body .d-flex{
  position: relative;
}

#commerce-cart-list .accordion .accordion-item .accordion-body .d-flex input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#commerce-cart-list .accordion .accordion-item .accordion-body .d-flex label {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  margin: 4px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  border: 1px solid #C1D3E4;
  padding: 12px;  
}

#commerce-cart-list .accordion .accordion-item .accordion-body .d-flex label:after {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  background: red;
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid #23157B;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#commerce-cart-list .accordion .accordion-item .accordion-body .d-flex input:checked + label::after {
  background: #3D27D1 url("https://elvo.hu/media/icons/pipe.svg") no-repeat center center;
}

#commerce-cart-list .accordion .accordion-item .accordion-body .d-flex label .service-price-details div:first-of-type{
  color: #1B1B1B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.3px;
}

#commerce-cart-list .accordion .accordion-item .accordion-body .d-flex label .service-price-details div:last-of-type{
  color: #5B5B5B;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

ul.services{
  margin-left: 0;  
  padding-left: 0;    
}

ul.services  li{
  list-style: none !important;
  margin-left: 0;  
  padding-left: 0;  
}

@media (max-width: 990px) {

  #commerce-cart-list .accordion{
    padding: 0px 16px !important;
  }
  
  #commerce-cart-list .accordion button{
    padding: 0px 0px !important;
  }

  #commerce-cart-list .accordion .accordion-item .accordion-body {
    padding: 8px 0px !important;  
  }  

 #commerce-cart-list .accordion .accordion-item .accordion-body label{
   padding-right: 28px !important; 
  }  
   
  #commerce-cart-list .accordion .accordion-item .accordion-body .d-flex label .service-price-details div:first-of-type{
    font-size: 15px !important;
  }  
}