/*
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.   ***************/

body{font-family:  "gilroy-regular",  sans-serif}

.box-badge > .box-image{
    height: 36px;
    margin-top: 22px;
}

.box-badge .box-text {
    background-color: rgba(232, 232, 232, 0.95)
}

@media screen and (min-width: 850px)
{
	.product-small {
		flex-basis: 100% !important;
	}
}

#zakeke-container {
    padding-left: 15px;
	padding-right: 15px;
}

.woocommerce-ordering{
	display:none!important
}

.woocommerce-result-count{
	display:none!important
}

.menu-item i._mi {
    margin-top: 0;
}


/*************** CART ***************/

.cart_item .product-thumbnail a{
	display:none;
}
.zakeke-cart-previews {
    max-width: 136px;
}

.zakeke-cart-edit {
    font-style: italic;
    padding: 10px;
}

/*************** FOOTER: CORPORATE DIVIDED ***************/

.footer-corporate-divided .expand {
    text-align:left;
    margin-bottom: 5px;
}

p.footer-headline {
  color:#919496; /* Change font color headline  */
  text-transform: uppercase;
  font-size:70%;
  letter-spacing:2px;
  font-weight:bold;
}

.iphone-menu
{
	list-style-type: none;
	margin-left: -20px;
	font-weight: bold;
	font-size: 14px;
}

.iphone-menu li
{
	margin-top:19px;
}

.iphone-menu li a
{
	color: #000;
}

/*************** USP TOP BAR ***************/

.usp-top-bar .icon-box-text {
    display: flex;
    align-items: center;
}

.usp-top-bar .icon-box-left {
    width: auto;
    padding: 0px 10px;
    float: left;
}

.usp-top-bar-center .col {
    text-align:center;
} 

.usp-top-bar-center .col-inner {
    display: inline-block;
    width:auto;
}

#top-bar .container:first-child, #top-bar .container:first-child .section  {
    padding:0;
}

.widget>ul>li ul {
     border-left: 0px;
}
.widget>ul>li ul {
    border-left: 0px;
}


@media only screen and (max-width: 1471px) {
	html, body {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	html, body {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}
}