/** price_matrix_block **/
.price_matrix_block{
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.price_matrix_block .price_wrapper_block {
    white-space: nowrap;
    display: table-row;
    position: relative;
}

.price_matrix_block .price_wrapper_block>div {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
    color: #888;
    float: none;
    padding: 3px 0 2px 9px;
    margin: 0;
}
.price_matrix_block .price_wrapper_block .price {
    color: #1d2029;
    line-height: 20px;
    font-weight: 700;
    display: table-cell;
}
/** price_matrix_wrapper end **/
.price_left_block_new_product .price_matrix_block{
    margin-top: 15px; 
    margin-left: 0;
}
@media (max-width: 460px){
    .price_matrix_block .price_wrapper_block .price_interval{
        padding: 3px 0 2px 0px;
    }
    .price_matrix_block .price_wrapper_block .price {
        padding: 3px 0 2px 3px;
    }
}
@media (max-width: 768px){
    .mfp-container {
        height: auto !important; 

    }
    
}

/** reklamabaner **/
.reklamabaner-wrap{
    position: relative;
    height: 0 !important;
}
.reklamabaner {
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
    border-radius: 0px;
    z-index: 99999999;
    background: none;
    width: 70px;
    height: 48px;
}
.reklamabaner:hover {
    background-color: hsla(0, 0%, 100%, 0);
}


.szorintoltip {
    padding-left: 5px;
    padding-right: 5px;
    top: 10px;
    font-size: 11px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    
    color: #666;
    border-radius: 20px;
    z-index: 9999;
    transition: background-color 0.5s ease;
    position: inherit;
    height: 18px;
    border: 1px solid #666;
}

@media (min-width: 992px) {
    .reklamabaner .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        transition: #fff 0.5s ease;
        color: #666;
        padding: 5px;
        border-radius: 6px;
        top: 35px;
        right: 20px;
        position: absolute;
        z-index: 1;
        font-size: 14px;
        padding-left: 10px;
        max-width: 200px;
        border: 1px solid #666;
    }

    .reklamabaner:hover .tooltiptext {
        visibility: visible;
    }
}
@media (max-width: 992px) {

    .reklamabaner-wrap, .tooltiptext {
        display: none;
    }

    .reklamabaner.sait {
        display: none;
    }

}
/** reklamabaner end **/
.about_product_block_inside .alx_reviews_list .alx_reviews_title {
     margin-top: 0px; 
}
.mobile-search-section{
	position: relative;
	display:none;
	height:54px;
}
.mobile-search-section-div.fixed {

	position: fixed;

	z-index: 9999;

	top: 10px;

}
.mobile-search-section img.btn_search_desk {
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: -2px;
    max-width: 26px;
}
.mobile-search-section  .search-suggest{
 
  width: 100%;    padding-left: 40px;
     
    font-size: 17px;
 
  background:  #C6D2E2;
  border-radius: 13px;
  border: none;
  padding-top: 17px;
  padding-bottom: 17px;
  height: auto;
}
.mobile-search-section{width: 96%;margin: 0 auto;}


.faq_page .accordion-content{
	display:none;    padding-left: 0;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;  
	padding-bottom:20px;
}
.h2_popular{margin-top:20px;}
.faq_page .accordion-toggle {
	    height: auto;
   
    display: block;
    align-items: center;
    padding: 20px 0;
    /* font-weight: bold; */
      border-top: 2px solid #d0ddf6;
    font-weight:bold;
   line-height:auto;
    padding-right: 60px;
    cursor: pointer;
    position: relative;
}

.faq_page .accordion-toggle:after{
	content:"";
	display:block;position:absolute;
	    top: 40%;
	right:23px;
	width:10px;
	height:17px;
	 background-image: url('/local/templates/vodaonline/images/arrow-left1.png');
	  background-repeat:no-repeat;
	
}
 .faq_page .accordion-toggle.active:after{
	     width: 18px;
    height: 13px;    right: 20px;
 	 background-image: url('/local/templates/vodaonline/images/arrow-bottom1.png');
 }
 .faq_page{margin-top:20px;margin-bottom:20px;}
 .accordion-content ul li{
	 list-style-type: disc;
	 list-style-position:inside;
 }
 
 
	.preim-item{ 
	font-weight: bold;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    border-radius: 7px;
	}
    .preim-wr {
		margin-top:30px;
		margin-bottom:60px;
		display: flex;
		align-items: center;
		width: 100%;
		max-width:900px;margin: 40px auto 60px;
		justify-content: space-around;
	}
	.preim-item img{    max-width: 63px;
    margin-right: 12px;}
	.ul-disc li{
		list-style-type:disc;
		 margin-left:20px;
	}
	.ul-disc {
		margin-bottom:10px;
	}
		.table-td-all{
			margin-bottom:10px;
		}
	.table-td-all td{
		padding:10px; border:1px solid #dddddd;
	}
	.table-td-all td:nth-child(1), .table-td-all tr:nth-child(1) td{
		background:#77aedb;
	}
	 .numerik-li {margin-bottom:20px;}
	 .numerik-li li{  
	 list-style-type: decimal;
	 margin-left:30px;
	 margin-bottom:5px;
	 }
 @media screen and (max-width: 1024px){
	.faq_page   .accordion-toggle{   line-height: normal;}
	.faq_page  .accordion-toggle:after{
	 
	    top: 40%;
	right:23px;
	width:10px;
	height:17px;
	 
	  background-repeat:no-repeat;
	
}
	 
 }
 
 
 
 
  @media screen and (max-width: 800px){
 .preim-item img {
  max-width: 35px;
  margin-right: 8px;
  }
  
 
  }
  
   @media screen and (max-width: 640px){
	   
	    .preim-item-name {
	 font-size: 14px;
	 }
   }
   
   
     @media screen and (max-width: 540px){
	 .preim-wr {
		flex-wrap:wrap;
	}
	.preim-item {
		width:100%;
	    margin-bottom: 10px;
	 }
   }