/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.box-text {
    font-size: 1.1em !important;
   
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: 1.1em !important;
	font-weight: 300 !important;
}
h1.entry-title.mb {
  color: #222;
  font-family: sans-serif;
  text-transform: none;
  font-weight: 700;
	font-size:1.2em;
	
}
/* Peida kassalehel linnaväli (billing_city) täielikult */
.woocommerce-billing-fields #billing_city_field,
#billing_city_field {   
 display:none !important;
 } 

#billing_city_text{
	display:none; 
}
#billing_city_text_field{
	display:none;
}
#shipping_city_text_field{
	display:none !important;
}
#shipping_city_text{
	display:none !important;
}
#ship-to-different-address{
	display:none;
}
#shipping_city{
	height: 38px !important;
}
.payment_method_banklinkmaksekeskuspaylater{
	display:none;
}
.payment_method_banklinkmaksekeskusother{
	display:none;
}

.header-contact-details a{
	color: #fff !important;
	font-size: 16px;
	
}
.header-icon2 a{
	margin-top: -5px;
}

/*
#payment_method_banklinkmaksekeskusother{
	display:none;
}

.quick-view{
	font-size:20px;
	color:red;
}

.icon-phone{
	margin: 10px !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #111111;
}
.icon-envelop{
	margin: 10px !important;
	font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #111111;
}
.nav-small.nav>li.html {
    font-size: 1em !important;
}

.container, .container-width, .full-width .ubermenu-nav, .row, body.boxed, body.framed {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
*, :after, :before, html {
   	box-sizing: unset !important;
}
*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}