 .wp-block-table td, .wp-block-table th {
border: 1px solid;
padding: .5em;
}
 
  .profile-new{
           background: #F7F7F7;
border: 1px solid #EFF0EF;
margin-top: -20px;
padding: 0px 13px;
        }

        .profile-new-row{
           display: flex;
           align-items: center;
           margin: 30px 0px;
        }

        .profile-new-row > div:first-child{
            width: 50px;
            margin-right: 10px;
        }
        .profile-new-row > div:last-child{
            flex:auto;
        }
        .profile-new-name{
           font-weight: 700;
           font-size: 12px;
line-height: 15px;
color: #555555;
    word-break: break-word;
        }

        .profile-new-bonus{
           font-weight: 400;
           font-size: 10px;
           color: #555555;
        }

        .profile-menu{
           border-top: 1px solid #EFF0EF;
           padding: 15px 0px;
        }

        .profile-menu a{       
            color: #555555;
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .profile-menu svg{
            margin-right: 10px;
        }

        .profile-menu span{
          font-weight: 400;
            font-size: 12px;
        }
        
        .foto_url{
              width: 50px;
        height: 50px !important;
    background: #ccc;
    border-radius: 50%;
    object-fit: cover;
        }
 
 .woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 0em 1em 1em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #f27025;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

 .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #f27025 !important;
    color: #fff;
}
 
 .smart-filter-parameters-box {
    position: relative;
    padding: 11px 20px 13px;
    border-bottom: 1px solid #eaebec;
}

.smart-filter-parameters-box-title {
    position: relative;
    font-size: 13px;
    display: flex !important;
	padding-bottom: 0px !important;
}

.smart-filter-input-group-number .d-flex{
    display: flex !important;
	gap: 10px;
}

.smart-filter-input-group-number .d-flex input{
      width: 100%;
}

.smart-filter-input-group-number .d-flex>div{
	    width: 48%;
}

.smart-filter-block{
	margin-top: 15px;
}

.smart-filter-parameters-box-title-text{
	color: black !important;
	font-weight: 600;
	flex:auto;
}

.smart-filter-angles:after, .smart-filter-angles:before {
    width: 10px !important;
    height: 2px !important;
	background-color: #ccc !important;
}

.smart-filter-angles:after {
    margin-left: 6px !important;
}
 
 .product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
     .news-bnm{
         margin-top:30px;
     }
     .wp-block-image .alignleft {
         float: left;
         margin: .5em 1em .5em 0;
     }
     .wp-block-image img {
         box-sizing: border-box;
         height: auto;
         max-width: 100%;
         vertical-align: bottom;
     }
     .detail_text p,.detail_text{
          color:black;
     }
           .res-search{
		   display:none;
		   position: absolute;
background: #f7f7f7;
top: 35px;
left: 0px;
width: 100%;
border-top: 1px solid #eaebec;
		   }

		    .res-search > div{
		      margin: 10px 15px;
		   }

		   .seach-form{
             position: relative;
		   }

	       .woocommerce .widget_price_filter .ui-slider .ui-slider-range{
		       background-color: #f26f23;
		   }
	       .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
		        background-color: #c3580b;
				border:unset;
		   }
		   .desc-zp{
			   margin: 10px 0px;
		   }	   
	   .more-button-wooc{
	   background: #f27123;
border: none;
color: white;
padding: 8px 0px;
font-size: 18px;
width: 200px;
	   }
	   .mobile_menu_wrapper .mobile_menu li.has-child > .toggle_mobile_menu{
		   z-index:99;
	   }
	   .item .dark_block_animate:hover{
	        opacity:0;
	   }
       .item .dark_block_animate{
	      background-color: rgba(83, 83, 83, 0.5);
		  opacity:1;
	   }
	    .woof_show_mobile_filter img {
            width: 20px;
        }
	   .new-related{
	        margin: 0px auto;
	   }
	  
	   .related .slick-arrow:before {
            color: #f27024;
        }
		.minicart{
			   max-height: 400px;
               overflow-y: scroll;

	    }
	    .minicart::-webkit-scrollbar {
            width: 10px;
        }

	.minicart::-webkit-scrollbar-track {
    background-color: darkgrey;
}

	.minicart::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
	   .news-bnm-img{
            position:relative;
	        width: 100px;
            height: 100px;

	   }
	   .news-bnm > div a{
	         text-align: center;
	   }

	   .menu_item-po{
	        position: unset !important;
	   }

	   ul.dropdown > .menu_item:hover .dropdown-sub{
             display: flex;
	   }

	    .dropdown-sub li{
            padding: 20px 30px 5px 24px !important;
            width: 33% !important;
			display: flex !important;
            gap: 20px;
			align-items: center;
      }

	  
	  .dropdown-sub li a{
	     font-size: 13px;
    line-height: 20px;
    font-weight: 600;
	  }

	  .dropdown-sub li .image{
	      width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    flex-shrink: 0;
	 }

	 .dropdown-sub li .image img{
        width: 100%;
    height: 100%;
    object-fit: cover;
	 }

	  .dropdown-sub{
		  padding-bottom:20px;
	         display: none;
             flex-wrap: wrap;
             position: absolute;
             width: 100%;
             left: 0;
			background: white;
			top: 75px;
			box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
	  }
		
		   .news-bnm img{
			   display: block;
    
    max-width: 100%;
    position: absolute;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: auto;
		   }
		   
.news-bnm > div{
width: 32%;
    color: #c3580c !important;
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 10px;
}
       .news-bnm{
           display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
       }

	   .single-to-cartview{
          padding-left: 25px !important;
        padding-right: 25px !important;
	   }
	   div[itemprop="description"] p {
	           font-family: 'Rubik', sans-serif;
    color: black;
    font-size: 15px;
	   }
	       div[itemprop="description"]{
		          padding-top: 10px;
		          font-family: 'Rubik', sans-serif;
    color: black;
    font-size: 15px;
		   }
		   .woocommerce .star-rating span{
                font-family:star;
            }

            #cityopen .seach-head{
			    display:block;
			
			}

			.pa_priznak{
position: absolute;
    width: 100%;
    background: #e9e6e6;
    z-index: 99;
    left: 0px;
    top: 0px;
    color: black;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
			}
		   
		   .reg-phone-but{
			   width:150px;
			   padding-top: 20px;
		   }
		   .country-select{
              position: relative;
			  height:100%;
		   }
		   #country{
			          width: 80px;
    padding:0px 2px;
	-webkit-appearance: none;     
    height: 36px;
	margin:0px;
	    
		   }

		   .country-select:after {
  content: "▼";
    /* padding: 0 8px; */
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

        #carttoclick .reg-phone{
			gap:5px;
		}
		   #carttoclick #country{
		 
    height: 100%;
	
		   }

			.pa_priznak img {
			  margin-right:10px
			}

		   @media(min-width:768px){
			   .cookies .button{
				       margin-left: 20px;
			   }
			   .cookies > div{
				      justify-content: start !important;
			   }
		   }

		   @media(max-width:768px){
			   .mobile_menu_wrapper .mobile_menu li.has-child:before{
				   content:'';
				   background-image:url('/images/down-arrow.png');
				   height: 16px;
                   width: 16px;
				   margin: 0px !important;
			   }
			   .wrapper_middle_menu.wrap_menu ul.mobile_menu li.opened > a{
                   color: white !important;
			   }
			   .fixmenu {
                    position: unset !important;
			   }
		       .news-bnm > div {
                     width: 30%;
	           }
		       .item_block .catalog_item_wrapp {
			          height: 408px !important;
                      margin-bottom: 10px !important;
			   }

			   .slick-slide .item_block .catalog_item_wrapp{
			        margin-bottom: 0px !important;
			   }

			   .item_block .catalog_item_wrapp .catalog_item{
			      height: 100% !important;
			   }
			   .reg-phone{
				   flex-wrap:wrap;
			   }
			   .reg-phone-but{
					padding-top: 12px;
                    padding-left: 4px;
			   }


.woof_show_mobile_filter{
	       display: flex;
    align-items: center;
    gap: 10px;
	   }
	   .woof_hide_mobile_filter{
	          text-align: right;
	   }

		   }
	   

	.menu_item   .prex{
		color: white;
        font-size: 12px;
	    top: 10px;
        padding: 0px 4px;
        right: 0px;
        background: #f26f23;
        position: absolute;
	}

	.woof_submit_search_form_container{
		flex-direction: column;
	}
	.woof_submit_search_form_container .woof_submit_search_form{
		background-image: linear-gradient(0deg,#f26f23,#f87414) !important;
        border-color: #f26f23 transparent #ffa218 !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-weight: 700 !important;
        width: 100% !important;
        color: white !important;
        padding: 12px 0px !important;
	}
	.woof_submit_search_form_container .woof_reset_search_form{
	    background: #fff !important;
        border: 1px solid #d9d9d9 !important;
        padding: 12px 0px !important;
        margin-top: 8px !important;
		width:100%;
        font-weight: 700;
        color: black;
	}
	.woof_checkbox_label_selected {
        font-weight: 100;
    }

	.filter_wp{
		background-color: #fff;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
        margin-bottom: 30px;
	}

	.mobil-filter_wp{
		background-color: transparent;
		box-shadow:none;
	}

	.woof_price_filter_txt_container{
		display: flex;
        justify-content: space-between;
	}

	.woof_price_filter_txt_container input{
        width:48% !important;
		padding: 8px 6px;
	}

	.woof_open_hidden_li a{
		background: #f27024;
        color: white;
        padding: 5px;
        border-radius: 3px;
	}

    ul.woof_list li{
		display:flex;
	}

	span.sk_order_30{
	    color: #1c35b7 !important;
		font-weight: 600;
	}

	span.sk_order_3{
	    font-weight: 600;
        color: #16912c !important;
	}

	.wrapper_inner.langs{
	   z-index:999;
	}
		   .flexslider img[onclick]{
			   cursor:pointer;
		   }
		  .hit_product_f  .catalog_item{
			   padding: 20px 19px 20px 20px;
		   }
		   .acii_new-f{
		           display: flex;
              margin-bottom: 80px;
			  gap: 15px;
		   }

		   .acii_new-f > div{
		      width: 49%;
			      position: relative;
		   }

		   .acii_new-title{
		         font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1D2029;
		   }
		   .acii_new-f-img img {
		      width:100%;
			      border-radius: 10px;
		   }
         
		   .acii_new-f-param{
		         position: absolute;
    
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
		   }

		   .acii_new-f-title{
		       font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    leading-trim: both;
    text-edge: cap;
    color: #FFFFFF;
		   }

		   .acii_new-f-desc{
		     font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    leading-trim: both;
    text-edge: cap;
    color: #FFFFFF;
		   }

		   .acii_new-f-link a{
		       font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    leading-trim: both;
    text-edge: cap;
    color: #FFFFFF;
	    text-decoration: underline;
		   }
		   
		   .term-skidki  .acii_new-title{
			   font-size: 36px;
line-height: 38px;
			    margin-top: 20px;
                      margin-bottom: 30px;
		   }

		   @media(min-width:768px){
		       .hit_product_f .slick-list{
			       overflow:unset;
		       }
		       .hit_product .item_block .item:hover{
			        height:400px !important;
		       }
		   }

		   @media(max-width:768px){
			   
		       .acii_new-f{
			         flex-wrap: wrap;
			   }
			   .acii_new-f > div {
                      width: 100%;
			   }
			   
			   .term-skidki  .acii_new-title{
				      font-size: 20px;
                      line-height: 20px;
                      text-align: center;
                      margin-top: 30px;
                      margin-bottom: 30px;
			   }
		   }