body {
	color: #242424;
	font-size: 16px;
	position: relative;
	font-family: 'Lato-Regular';
	background: #fff;
    overflow-x: hidden;
}
a {
    color: #242424;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.images-full{
	width: 100%;
}
ul li{
    list-style: none;
    display: inline-block;
}
.main-menu{
    float: left;
    width: 100%;
    background: #fff;
}
#navbarsExample09 > ul > li{
    margin: 0px 7px;
		position: relative;
}
#navbarsExample09 > ul > li.dropdown{
	padding-right: 30px;
}
#navbarsExample09 > ul > li.dropdown:hover .dropdown-menu{
	display: block;

}
#navbarsExample09 > ul > li.dropdown .dropdown-menu{
	margin: 0;
}
#navbarsExample09 > ul > li .dropdown-toggle{
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	right: 0;
	top: 5px;
	cursor: pointer;
	line-height: 30px;
}
#navbarsExample09 > ul > li > a{
    text-transform: uppercase;
    color: rgba(102,102,102,0.85);
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
}
#navbarsExample09 > ul > li > a:hover{
	color: #1e73be;
}
.cart-top .cart-item{
    display: none;
}
.cart-top .cart-icon strong{
    border-radius: 0;
    font-weight: bold;
    margin: .3em 0;
    border: 2px solid #446084;
    color: #446084;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 1em;
    line-height: 35px;
    font-family: Helvetica,Arial,Sans-serif;
    color: #e03b04;
    border-color: #e03b04;
}
.cart-top .cart-icon strong:after {
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #446084;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
    border-color: #e03b04;
}
.cart-top .header-cart-title{
    color: rgba(102,102,102,0.85);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.cart-top .header-cart-title .price{
    text-transform: none;
}
.logo-wrap {
    margin-right: 50px;
}
.logo-wrap img{
    max-width: 120px;
}
.menu-top{
    margin-top: 6px;
}
.header-cart{
    margin-top: 15px;
}
.form-search{
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
}
.form-search .search-field{
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.form-search .submit-button{
    position: absolute;
    top: 0;
    right: 0;
    background: #e03b04;
    color: #fff;
    border: none;
    width: 40px;
    height: 36px;
}
.product-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    border-bottom: 2px solid #ddd;
}
h1.product-title span, h2.product-title span, h3.product-title span{top:20px}
.product-title span{
    background: #fff;
    position: relative;
    top: 25px;
    padding: 0px 20px;
}
.product-list{
    margin-top: 50px;
}
.product-list-title h2{
    text-transform: uppercase;
    font-size: 28px;
}
.product-list-title h2 a{
    color: #1e73be;
}
.product-list-title h2 a:hover{
    color: #000;
}
.product-list .images{
    overflow: hidden;
    border-radius: 20px;
    transition: opacity .3s,transform .3s,background-color .3s;
}
.product-list .images img{
    border-radius: 20px;
    transform: translateZ(0);
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
}
.product-list .images:hover img{
    transform: scale(1.1);


}
.product-list .info{
    text-align: center;
    margin-top: 10px;
}
.product-list .info .catolog{
    font-size: 12px;
    opacity: 0.7;
}
.product-list .info .name a{
    color: #1e73be;
}
.product-list .info .name a:hover{
    color: #000;
}
.product-list .info .price{
    font-size: 14px;
}
.distributor-block .product-title{
    margin-bottom: 50px;
}
.distributor-block .item-wrap{
    text-align: center;
}
.distributor-block .icone-wrap{
    width: 90px;
    margin: 0 auto;
}
.distributor-block .item-wrap .name{
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 18px;
    color: #000;
}
.distributor-block .item-wrap .description{
    color: #000;
    font-weight: bold;
}
.recent-posts{
    margin-top: 50px;
}
.recent-posts .title-wrap{
        text-align: center;
    font-size: 35px;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    margin-bottom: 20px;
}
.recent-posts h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.recent-posts h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #ddd;
    content: "";
}
.recent-posts .item-wrap{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.recent-posts .item-wrap:last-child{
    border: none;
}
.recent-posts .item-wrap .image{
    float: left;
    width: 60px;
    margin-right: 10px;
}
.recent-posts .item-wrap .info{
    float: left;
    width: calc(100% - 70px);
}
.recent-posts .item-wrap .info .title a{
    color: #1e73be;
}
.recent-posts .item-wrap .info .title a:hover{
    color: #000;
}
.footer-info{
        background: #777;
    padding: 30px 0px;
    color: #f1f1f1;
}
.footer-info h2{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.footer-info h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #f1f1f1;
    content: "";
}
.footer-info .content div{
    margin-bottom: 10px;
}
.footer-coppy{
    background: #5b5b5b;
    padding: 20px 0px;
    float: left;
    width: 100%;
    color: rgba(255,255,255,0.5);
}
.payment ul{
    margin: 0;
    padding: 0;
}
.payment ul li a{
        padding: 5px 10px;
    display: inline-block;
    background: #777;
    border-radius: 5px;
    margin: 0px 1px;
    color: rgba(255,255,255,0.5);
}
.payment ul li a:hover{
    color: #fff;
}
.home-owl-item{
    background: #e0f9f5;
}
.home-owl-item .item{
    text-align: center;
}
.home-owl-item .item .title a{
    background: #000;
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.home-owl-item .item .title a:hover{
	color: #1e73be;
}
.home-owl-item .owl-dots{
    display: none;
}
.home-owl-item{
    padding: 30px 0px;
}
.home-owl-item .owl-carousel{
    position: relative;
}
.home-owl-item .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -30px;
    top: 0;
    width: 25px;
    padding: 0;
    margin: 0;
    height: 41px;
    background: #ddd;
    font-size: 31px;
    line-height: 41px;
    color: #fff;
}
.home-owl-item .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -30px;
    top: 0;
    width: 25px;
    padding: 0;
    margin: 0;
    height: 41px;
    background: #ddd;
    font-size: 31px;
    line-height: 41px;
    color: #fff;
}


.main-menu{
	padding: 10px 0px;
}

@media (max-width: 767px) {
	.header-cart .header-search-form{
		display: none;
	}
	.logo-wrap{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.cart-text .header-cart-title{
		display: none;
	}
	.cart-top{
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.menu-top{
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	#navbarsExample09{
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
		z-index: 999;
		margin: 0px -20px;
		padding: 0px 15px;
		margin-top: 10px;
	}
	.chat-messager {
    padding: 15px;
    float: left;
    width: 100%;
    max-height: 220px;
    overflow-y: scroll;

	}
	.box-chat{
		right: 10px;
		left: 10px;
	}
	.home-owl-item .item{
		padding: 0px 30px;
	}
	.home-owl-item .owl-carousel .owl-nav .owl-prev{
		left: 0;
	}
	.home-owl-item .owl-carousel .owl-nav .owl-next{
		right: 0;
	}
	.product-list .item-wrap{
		margin-bottom: 15px;
	}
	.distributor-block .item-wrap{
		margin-bottom: 15px;
	}
	.recent-posts .title-wrap{
		font-size: 30px;
	}
	.payment{
		margin-top: 15px;
	}
	.payment ul li a{
		font-size: 12px;
	}
	#navbarsExample09 > ul > li.dropdown:hover .dropdown-menu{
		display: none;
	}
	#navbarsExample09 > ul > li.dropdown.show:hover .dropdown-menu{
		display: block;
	}
}
.title{line-height: 20px;}
.footer a{color: #fff}
.footer a:hover{color: red}
.head-module {
    position: relative;
}
.head-module img {
    width: 100%;
}
.title-head-module {
    background: #ededed;
}
.title-head-module-content {
    position: absolute;
    bottom: 0;
    z-index: 999;
    color: #fff;
}
.title-head-module-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Roboto Condensed',sans-serif;
}
.title-head-module nav {
    width: 100%;
}
.breadcrumb{background: transparent}
.breadcrumb li a{color: #fff}
.breadcrumb li a:hover{color: red}

.menu-nav{
    margin-top: 0!important;
}
.menu-nav h2{
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.title-list{font-size: 1.3rem}

@media (max-width: 479px) and (min-width: 320px){
    .head-module img {
        min-height: 115px;
    }
}
@media (max-width: 767px){
    .title-head-module-content h4 {
        margin-bottom: 0;
    }
    .breadcrumb{padding-top: 0;margin-bottom: 0}
}
