/*
Theme Name: Distribuidora MPP
Author: Rodrigo
Description: Fancy Lab is a compatible WooCommerce theme made with WordPress. It is the best theme for you to sell anything online, beautifuly designed and fully responsive.
Version: 1.0
Text Domain: distribuidora-mpp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/
body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
header.header-principal {
	width: 100%;
	background: white;
}
.brand img {
	margin-top: 0;
}
.topo-description {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
h1 {
	font-size: 1.5em;
}
.second-column {
	margin-top: 24px;
}
.bot {
	border: none;
}
a i {
    color: black;
    text-decoration: none;
    background-color: transparent;
}
.input-group-append {
    margin-left: -1px;
    position: relative;
    right: 0;
    background: red;
}
.main-menu .dropdown:hover>.dropdown-menu, 
.main-menu .dropup:hover>.dropdown-menu  {
  display: block;
}
nav.main-menu ul {
	text-decoration: none;
}
nav.main-menu ul li {
	display: inline;
	padding: 5px;
}
/* General */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
}
.search-form input[type="search"]{
    background-color: #fff;
    border: none;
    font-weight: 500;
    font-size: 110%;
    padding: 0.3rem 1rem;
    margin-right: 0.3rem;
}

/* Cart */
.cart .cart-icon {
    background: url('img/cart.svg');
    height: 25px;
    width: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom; 
}

.cart .items {
    background: #CA2424;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    left: 28px;
    bottom: 25px;
    position: relative;
}
.phone {
	font-size: 30px;
    color: black;
    margin-top: -3px;
}
.text-right-menu {
	margin-top: 7px;
	margin-left: 100px;
}
span.liga {
	position: relative;
	left: 28px;
    bottom: 50px;
    font-size: 15px;
    color: black;
}
.topo-description {
	width: 100%;
	line-height: 40px;
	text-align: right;
	background: black;
}
.topo-description span p {
	display: inline;
	color: #fff;
	font-size: 14px;
}
span.frete-brasil {
	float: left;
}
i.frete,
.e-mail i {
	font-size: 18px;
	color: wheat;
}
.btn-outline-secondary {
	border: none;
}



footer {
	width: 100%;
	background-color: #a52a2a;
	color: #fff;
}
footer ul {
	list-style-type: none;
}
footer .mapa h3 {
	font-size: 14px;
}
footer .widgets {
	padding: 30px;
}
footer .widgets h2 {
	color: yellow;
	font-size: 15px;
	text-align: center;
}
footer .sobrenos p {
	color: white;
}
footer .contato h4 {
	display: inline-block;
}
nav.main-menu {
	display: none;
}
section.lab-blog {
	display: none;
}
.slider img {
	height: 300px;
}
.btn-outline-secondary {
    color: white;
    border-color: red;
}
.flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    display: none;
}
.flexslider:hover .flex-direction-nav .flex-next,
.flex-direction-nav .flex-next {
    display: none;
} 


@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-right-menu {
	    position: relative;
	    left: 10px;
	    margin-top: 7px;
		margin-left: 0;		
	}
	.cart .items {
	    background: #CA2424;
	    color: #fff;
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    display: inline-block;
	    text-align: center;
	    left: 0px;
	    bottom: 14px;
	    position: relative;
	}
	span.liga {
	    position: relative;
	    left: 0;
	    bottom: 0;
	    font-size: 15px;
	    color: white;
	}
	nav.main-menu {
		display: block;
	}
	span.e-mail {
		display: none;
	}
	.navbar-light .navbar-toggler {
		border-color: white;
	}
	.flexslider:hover .flex-direction-nav .flex-prev {
    	display: none;
	}
	.flexslider:hover .flex-direction-nav .flex-next,
	.flex-direction-nav .flex-next,
	.flex-direction-nav a:before {
		display: none;
	} 


}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1290px;
    }
}



/*************************************************************************************/
.woocommerce ul.products li.product .button {
    font-size: 0.9em;
    background: white;
    color: #800000;
	border: 1px solid #800000;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title  {
    padding: .5em 0;
    margin: 0;
    font-size: 1.1em;
    color: #666;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.2em;
    color: #000;
}
