body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.428571429;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a, a:hover{
	text-decoration: none;
}
img {
	max-width: 100%;
}
@media(min-width: 1100px){
	.container{
		width: 1000px;
	}
}
.search-page #header-search {
    float: left;
    box-shadow: 0 0 10px #eee;
}
/* HEADER */
.header-top {
	background-color: #f3f3f3;
}
.header-top ul li {
	float: left;
}
.header-top ul li a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #111111;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}
.header-content {
}
.header-logo {
	display: block;
	margin: 10px 0 15px 0;
}
.header-nav {
	margin-top: 35px;
}
.header-nav ul li {
	float: left;
}
.header-nav ul li a {
	display: block;
	font-size: 14px;
	padding: 0 10px;
	color: #f0f3f3;
	text-transform: uppercase;
}
.header-nav ul li a span {
	padding: 0 5px;
}
#header-search {
	width: 280px;
	margin: 0px 10px 0 0;
	position: relative;
	float: right;
}
#header-search-input {
	width: 100%;
	max-width: 280px;
	background-color: #fff;
	outline: none;
	border: none;
	height: 31px;
	padding: 5px 36px 5px 15px;
	font-size: 12px;
	color: #828585;
}
#header-search-btn {
	position: absolute;
	border: none;
	background-color: #DD1C2E;
	color: #ffffff;
	height: 31px;
	width:31px;
	top: 0px;
	right: 0px;
}
.top-search{
	padding: 2px 0 !important;
}
.top-bar-search #header-search-btn{
	top: 10px;
	right: 10px;
}
.header-cart {
	margin-top: 20px;
	overflow: hidden;
}
.header-cart > .cart-mini {
	position: absolute;
	top: 90%;
	z-index: 999;
	width: 300px;
	right: 0;
	display: none;
}
.header-cart:hover > .cart-mini {
	display: block;
}
#add_succes p i {
	color: #00C1C6;
	margin-right: 10px;
}
#add_succes p {
	margin: 5px 0;
}
.cart-mini {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.cart-mini ul li {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.cart-mini ul li + li {
	padding-top: 10px;
}
.cart-mini .cm-image {
	float:left;
	margin-right: 10px;
}
.cart-mini .cm-name,
.cart-mini .cm-name a {
	color: #464646;
}
.cart-mini .cm-price {
	color: #A6CA37;
	font-size: 12px;
}
.cart-mini .fa-remove {
	color: #ff0000;
	cursor: pointer;
}
.cart-mini-total-money {
	font-size: 16px;
	padding: 10px 0;
}
.cart-mini-link a {
	color: #4d4d4d;
	display: inline-block;
	background-color: #efefef;
	padding: 5px 10px;
}
.cart-mini-link a:hover {
	background-color: #A6CA37;
	color: #ffffff;
}
.header-menu-btn span {
	color: #DD1C2E;
	margin-top: 27px;
}
.sticky .header-menu-btn span{
	margin-top: 10px;
}
.header-menu-btn-hidden {
	overflow: hidden;
}
.header-menu-btn-hidden span {
	color: #fff;
	margin: 10px 20px;
}
.cart-icon {
	display: block;
	float: right;
	background-image: url('cart.png');
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-top: 8px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
}
.cart-icon:hover {
	color: #ffffff;
}
.header-nav-mobile {
	width: 300px;
	height: 100%;
	background-color: #96b223;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	overflow-y: scroll;
	transition: left 1s;
}
.header-nav-mobile ul li a {
	font-size: 16px;
	line-height: 1.428571429;
	color: #ffffff;
	display: block;
	padding: 20px 30px 20px 20px;
	text-transform: uppercase;
}
.header-nav-mobile ul li{
	border-top: 1px solid #fff;
	position: relative;
}
.header-nav-mobile ul ul{
	display: none;
}
/* END HEADER */

/* NAVIGATION MAIN */
.main-nav {
	background-color: #f3f3f3;
}
.main-nav-content ul li {
	float: left;
}
.main-nav-content ul li a {
	font-size: 14px;
	line-height: 14px;
	color: #484949;
	display: block;
	padding: 15px 40px 15px 0;
	text-transform: uppercase;
}
/* END NAVIGATION MAIN */

/* MAIN SERVICE */
.main-service {
	background-color: #ffffff;
}
.main-service p {
	margin: 0;
	color: #484848;
	font-size: 15px;
	padding: 20px 0;
}
.main-service p span {
	margin-right: 5px;
	padding: 12px;
	background-color: #484848;
	color: #ffffff;
	height: 38px;
	width: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/* END MAIN SERVICE */

/* OWL SLIDER */
.owl-next, .owl-prev {
	height: 28px;
	width: 15px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
}
.owl-next {
	background-image: url(carousel-nav-next.png);
	background-repeat: no-repeat;
	right: 0;
}
.owl-prev {
	background-image: url(carousel-nav-prev.png);
	background-repeat: no-repeat;
	left: 0;
}
/* END OWL SLIDER */

/* BOX */
.box-heading {
}
.box-heading h3 {
	font-weight: bold;
	font-size: 3rem;
	color: #96b223;
	text-align: center;
	margin: 0;
	line-height: 7rem;
	border-bottom: 1px solid rgba(164, 198, 59, 0.3);
}
.box-heading h2 {
	font-weight: bold;
	font-size: 3rem;
	color: #96b223;
	text-align: center;
	margin: 0;
	line-height: 7rem;
	border-bottom: 1px solid rgba(164, 198, 59, 0.3);
}
.product-list-carousel{
	padding: 100px 0;
}
.box-heading h3 p, .box-heading h2 p{
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
}
/* END BOX */

/* MAIN BREADCRUMB */
.main-breadcrumb {
	border-top: 1px solid #ebebeb;
	margin: 0;
}
.main-breadcrumb .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 25px 0;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.main-breadcrumb .breadcrumb > .active {
	color: #A6CA37;
}
.main-breadcrumb .breadcrumb > li + li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #737373;
}
.main-breadcrumb .breadcrumb li a {
	color: #737373;
	font-size: 14px;
}
/* END MAIN BREADCRUMB */

/* MAIN SLIDER */
.main-slider {
}
.main-categories, .main-slider-content {
	margin: 0px 0px 15px;
}
.main-categories {
	border: 1px solid #00c1c6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.main-categories-heading {
	color: #ffffff;
	background-color: #00c1c6;
	font-size: 16px;
	text-transform: uppercase;
	padding: 17px 0 17px 30px;
	margin: 0;
}
.main-categories-content {
	padding: 10px 20px 10px 30px;
}
.mc-list > li > a {
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	display: block;
}
.mc-list > li > a > span {
	float: right;
}
.mc-list-child {
}
.mc-list-child > li > a {
	font-size: 14px;
	color: #454545;
	display: block;
	padding: 5px 0;
}
.mc-list-child > li > a::before {
	content: "";
	height: 5px;
	width: 5px;
	margin: 0 5px 2px 10px;
	display: inline-block;
	background-color: #454545;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.main-slider-content .item img {
	width: 100%;
}
.main-slider-content .owl-next {
	right: 20px;
}
.main-slider-content .owl-prev {
	left: 20px;
}
/* END MAIN SLIDER */

/* MAIN BANNER */
.main-banner img {
	margin: 14px 0;
}
/* END MAIN BANNER */

/* MAIN BANNER CENTER */
.main-banner-center {
	padding: 20px 0;
}
/* END MAIN BANNER CENTER */

/* MAIN PRODUCT LIST */
.main-product-list {
	margin: 20px 0 5px 0;
}
.product-list-carousel .item {
	margin: 0 15px;
}
.product-list-carousel .owl-next {
	top: 50%;
	right: -50px;
	margin-top: -18px;
}
.product-list-carousel .owl-prev {
	top: 50%;
	left: -50px;
	margin-top: -18px;
}
.product-carousel {
	margin-bottom: 35px;
	/* height:435px; */
}
.product-carousel .product-name, .product-carousel .product-name a {
	font-size: 16px;
	color: #464646;
}
.product-carousel .product-price {
	font-size: 18px;
	color: #A6CA37;
}
.product-carousel .product-price span {
	font-size: 12px;
	color: #959595;
}
.product-carousel .product-atc {
	font-size: 16px;
	color: #4d4d4d;
	display: inline-block;
	background-color: #efefef;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.product-carousel .product-atc:hover {
	background-color: #A6CA37;
	color: #ffffff;
}
.item.slide a.product-atc {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 84px;
	color: #fff;
	background: #DD1C2E;
	padding: 6px 10px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size: 14px;
	border-radius: 5px;
}
.item.slide a.product-atc:hover{
	background: #96b223;
}
.item.slide:hover a.product-atc{
	top: 50%;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* END MAIN PRODUCT LIST */

/* PRODUCT LIST LIST */
.product-list-list .product-carousel {
	margin-bottom: 25px;
	overflow: hidden;
}
/* END PRODUCT LIST LIST */

/* MAIN BLOG */
.main-blog {
	padding: 0 0 25px 0;
	background-color: #ffffff;
}
.main-article .article-image {
	display: block;
	margin-bottom: 15px;
}
.main-article .article-info {
	font-size: 14px;
	color: #959595;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px 0;
	margin: 0;
}
.main-article .article-title, .main-blog .article-title a {
	font-size: 18px;
	color: #232323;
	margin: 10px 0;
}
.main-article .article-description {
	font-size: 14px;
	color: #555555;
	line-height: 19px;
	margin: 0;
	text-align: justify;
	margin-bottom: 5px;
}
.main-article .article-readmore {
	font-size: 12px;
	color: #555555;
}
.main-blog .article-readmore span {
	margin-left: 5px;
}
/* END MAIN BLOG */

/* BRAND SLIDER */
.main-brand {
	background-color: #f5f5f5;
	padding: 15px 0;
}
.brand-carousel .item {
	text-align: center;
}
/* END BRAND SLIDER */

/* FOOTER */
.footer {
	background-color: #0e100e;
}
.footer-logo {
	margin-top: 25px;
	margin-bottom: 50px;
	display: block;
}
.footer-info p {
	font-size: 14px;
	line-height: 30px;
	color: #bcbec0;
}
.footer-info p span {
	color: #A6CA37;
	margin-right: 5px;
}
.footer-info p a {
	color: #A6CA37;
}
.footer-menu .footer-menu-heading {
	padding: 30px 0;
	border-bottom: 1px solid #323232;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.footer-menu ul li a {
	display: block;
	padding: 8px 0;
	color: #bcbec0;
	font-size: 14px;
}
.footer-menu ul li a:hover {
	color: #A6CA37;
}
.footer-bottom {
	border-top: 1px solid #292a29;
}
.footer-bottom .copy-right {
	margin: 0;
	padding: 30px 0;
	font-size: 12px;
	color: #babbbd;
}
.footer-bottom .payments {
	padding-top: 25px;
}
/* END FOOTER */

/* PAGE COLLECTION */
.collection-categories {
}
.collection-categories-heading {
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.collection-categories-heading span {
	margin-right: 5px;
}
.collection-categories-content {

}
.cc-list > li {
	border-bottom: 1px dotted #e6e6e6;
}
.cc-list > li > a {
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
}
.cc-list > li > a > span {
	float: right;
}
.cc-list-child {
}
.cc-list-child > li > a {
	font-size: 14px;
	color: #737373;
	display: block;
	padding: 5px 0;
}
.cc-list-child > li > a::before {
	content: "";
	height: 5px;
	width: 5px;
	margin: 0 10px 2px 10px;
	display: inline-block;
	background-color: #454545;
}
.colletion-topbar {
	overflow: hidden;
	margin-top: 40px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
}
.colletion-topbar .btn-view a {
	color: #000000;
	margin: 5px 5px 5px 0;
	display: inline-block;
}
.colletion-topbar .pagination {
	margin: 0;
}
.colletion-topbar .pagination>li>a, 
.colletion-topbar .pagination>li>span {
	border: none;
	color: #000000;
	padding: 5px;
}
.collection-tags {
	margin-top: 45px;
}
.collection-tags-heading {
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.collection-tags-content {
	padding: 30px 0;
}
.collection-tags-content a {
	display: inline-block;
	color: #7d7d7d;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #7d7d7d;
	margin: 6px 10px 6px 0;
}
.collection-tags-content a:hover {
	background-color: #000000;
	color: #ffffff;
}
/* END PAGE COLLECTION */

/* PAGE PRODUCT */
.pd-top {
	margin-bottom: 80px;
}
.pd-name {
	font-size: 26px;
	color: #464646;
	margin: 0 0 20px 0;
}
.pd-description-mini {
	font-size: 14px;
	color: #737373;
	line-height: 21px;
	text-align: justify;
}
.pd-price {
	font-size: 28px;
	color: #A6CA37;
	font-weight: bold;
}
.pd-price span {
	font-size: 18px;
	color: #959595;
	font-weight: normal;
}
.pd-form label {
	width: 100%;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	margin: 8px 0;
}
.pd-form select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
}
.pd-form input {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	margin: 8px 0;
	border: 1px solid #cdcdcd;
	outline: none;
}
.pd-form button {
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #dd1c2e;
	padding: 14px 30px;
	border: none;
	margin: 8px 0;
}
.pd-form button:hover{
	background: #A6CA37;
}
#gallery_01 {
	margin-top: 30px;
}
#gallery_01 li a img {
}
#gallery_01 .flex-direction-nav > li {
	position: absolute;
	right: 50%;
}
#gallery_01 .flex-direction-nav > li > a {
	font-family: "FontAwesome";
	color: #d9d9d9;
}
#gallery_01 .flex-direction-nav .flex-next::before{
	content: "\f176";
}
#gallery_01 .flex-direction-nav .flex-prev::before{
	content: "\f175";
}
#gallery_01 .flex-direction-nav .flex-nav-next {
	top:0;
}
#gallery_01 .flex-direction-nav .flex-nav-prev {
	bottom: -30px;
}
.pd-nav {
}
.pd-nav>li>a {
	font-size: 16x;
	color: #131313;
	padding: 10px 0;
	text-transform: uppercase;
	margin-right: 20px;
}
.pd-nav>li>a:hover {
	background-color: #ffffff;
	border: none;
}
.pd-nav>li.active>a, 
.pd-nav>li.active>a:focus, 
.pd-nav>li.active>a:hover {
	border: none;
	border-bottom: 2px solid #A6CA37;
}
.pd-best-seller .heading {
	border-bottom: 1px solid #e6e6e6;
}
.pd-best-seller .heading h3 {
	font-size: 16px;
	color: #131313;
	padding: 12px 0 13px;
	text-transform: uppercase;
	border-bottom: 2px solid #A6CA37;
	margin: 0;
	display: inline-block;
}
.pd-best-seller ul {
	padding: 8px 0;
}
.pd-best-seller ul li {
	padding: 14px 0;
}
.pd-best-seller ul li .wrapper-product-img {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.item-mini .title{
	text-align: left;
}
.pd-best-seller .pd-bs-name {
	margin: 0;
	font-size: 14px;
	color: #464646;
	line-height: 26px;
}
.pd-best-seller .pd-bs-price {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	color: #A6CA37;
}
.pd-best-seller .pd-bs-price span {
	font-size: 12px;
	color: #959595;
}
.tab-pane {
	padding: 20px 0;
}
/* END PAGE PRODUCT */

/* PAGE CART */
.cart {
	margin-bottom: 40px;
}
.cart_table td {
	vertical-align: middle !important;
}
.item-name, .item-price, .item-total, .item-remove {
	font-size: 16px;
	color: #333333;
}
.item-quantity {
	width: 50px;
	border: 1px solid #e3e3e3;
	text-align: center;
}
.cart-table thead th {
	font-size: 14px;
	color: #444444;
	text-transform: uppercase;
	padding: 22px 0;
}
.btn-cart {
	font-size: 13px;
	color: #555555;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}
.btn-cart + .btn-cart {
	margin-left: 10px;
}
/* END PAGE CART */

/* PAGE BLOG */
.blog-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0
}
.blog-new-content {
	padding: 10px 0;
}
.blog-new-content ul li {
	padding: 10px 0;
}
.blog-new-content ul li + li {
	border-top: 1px solid #eeeeee;
}
.bn-name {
	font-size: 15px;
	color: #555555;
	padding-top: 10px;
	display: block;
}
.blog-tags-content {
	padding: 15px 0;
}
.blog-tags-content a {
	margin: 5px 5px 5px 0;
	font-size: 13px;
	color: #888888;
	padding: 6px 10px;
	border: 1px solid #eeeeee;
	display: inline-block;
}
.blog-item {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.blog-info {
	font-size: 14px;
	color: #959595;
	padding-bottom: 10px;
	margin: 0;
}
.blog-item .overlay {
	background-color: rgba(221, 255, 83, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 0.5s;
}
.blog-item .overlay:hover{
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.5s;
}
.blog-item img{
	width: 100%;
}
.blog-name, .blog-name a {
	font-size: 1.8rem;
	text-transform: uppercase;
	margin: 15px 0 11px;
	color: #513227;
	font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
}
.blog-description {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2rem;
	margin: 0 0 11px;
}
.blog-readmore {
	font-size: 1.2rem;
	color: #96b223;
}
.blog-readmore:hover{
    color: #dd1c2e;
}
.pagination-blog {

}
.pagination-blog>li>a, 
.pagination-blog>li>span {
	font-size: 14px;
	color: #666666;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.pagination-blog>li>a:focus, 
.pagination-blog>li>a:hover, 
.pagination-blog>li>span:focus, 
.pagination-blog>li>span:hover {

}
.blog-video-content iframe {
	max-width: 100%;
	height: auto;
}
/* END PAGE BLOG */
/* PAGE ARTICLE */
.article-name {
	font-size: 32px;
	color: #333333;
	margin: 0;
	padding: 0 0 15px 0;
}
.article-info ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 15px 0;
	color: #555555;
}
.article-info ul li span {
	margin-right: 5px;
	color: #aaaaaa;
}
.comment-list {
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.comment-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.comment .comment-info {
	font-size: 14px;
	color: #333333;
}
.comment {
	padding: 22px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.comment img {
	float: left;
	margin-right: 20px;
}
.comment .comment-info span {
	font-size: 13px;
	color: #999999;
}
.comment-description {
	font-size: 14px;
	color: #666666;
}
.comment-add {
	margin: 30px 0 80px 0;
}
/* END PAGE ARTICLE */

/* PAGE 404 */
.not_found {
	margin-bottom: 40px;
}
.not_found h2 {
	font-size: 200px;
	color: #A6CA37;
}
.not_found h3 {
	font-size: 28px;
	color: #666666;
}
.btn-not-found {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	background-color: #A6CA37;
	padding: 10px 15px;
	margin: 10px;
}
.not_found p {
	font-size: 16px;
	color: #555555;
}
/* END PAGE 404 */

/* FORM STYLE */
.form-style input, .form-style textarea {
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	color: #aaaaaa;
	border: 1px solid #e4e4e4;
	padding: 10px;
	outline: none;
}
.form-style select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
}
/* END FORM STYLE */

/* FORM LOGIN */
.form-login {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.form-login .row p {
	padding-top: 10px;
}
.form-login input {
	margin: 0 0 10px 0;
}
.form-login .form-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin:0;
}
.form-login .form-description {
	font-size: 16px;
	color: #666666;
	padding: 10px 0 20px 0;
}
/* END FORM LOGIN */

.addresses {
	margin-top: 20px;
}
#map{
	width: 100%;
	height: 400px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.contact-info p{
	color: #444444;
}
.main-content-home{
	max-width: 100rem;
	margin: auto;
}
.top-bar {
	background-color: #dd1c2e;
	font-size: 16px;
}
.top-bar ul {
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
.top-bar ul li {
	display: inline-block;
	list-style-type: none;
	padding: 6px 0;
}
.top-bar ul li a {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
}
.top-bar .border-left {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.top-bar .border-right {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top-bar ul li a.icon {
	font-size: 1.2rem;
	padding: 0 1rem;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon--facebook:before {
	content: "\f09a";
}
.icon--instagram:before {
	content: "\f0e1";
}
.icon--youtube:before {
	content: "\f16a";
}
.icon--search:before {
	content: "\f002";
}
.lang-active {
	opacity: 0.5;
	cursor: default;
}
#admin_bar_iframe{
	display: none;
}
.top-bar-search{
	background: #fff;
	border: 1px solid #DD1C2E;
	padding: 10px;
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	z-index: 999;
	display: none;
}
.navbar-brand img {
	height: 60px;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li > a {
	line-height: 5rem;
	color: #513227;
	margin-right: 0px;
	font-weight: bold;
}
.navbar-default .navbar-nav > li{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li:hover{
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
	color: #dd1c2e;
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.navbar-brand {
	height: auto;
	padding-left: 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav ul{
	position: absolute;
	width: 230px;
	top: 100%;
	left: 0;
	background: #dd1c2e;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transform: translateZ(0);
	transform: translateY(10%);
	transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
.navbar-nav li:hover>ul{
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	transform: translateX(0%);
	transition-delay: 0s;
}
.navbar-nav ul li{
	position: relative;
}
.navbar-nav ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-nav ul li:hover>a{
	color: #fff;
	padding-left: 15px;
	background: #A6CA37;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-nav ul ul{
	right: 100%;
	left: auto;
	top: 0;
}
.main-header.slider-on {
	height: 100%;
}
.main-header {
	position: relative;
}
.wrapper {
	height: 100%;
	z-index: 1;
}
#header, .header{
	position: relative;
}
.parallax-item.top-banner {
	position: fixed;
	top: 116px !important;
}
.header {
	z-index: 3;
	background-color: #fff;
}
.top-banner {
	width: 100%;
	height: 66rem;
	position: relative;
	color: #fff;
}
.top-banner .top-banner-bg {
	background-color: whitesmoke;
}
.overlay-block-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -3;
}
.top-banner .overlay-block-photo {
	background-size: cover !important;
}
.top-banner .top-banner-overlay {
	opacity: 0.8;
}
.overlay-block-photo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -2;
}
.home-page .video-viewport {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: -4;
}
.overlay-block-content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.block-center {
	text-align: center;
}
.centered {
	display: inline-block;
	vertical-align: middle;
}
.top-banner .view-more {
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.top-banner h1 {
	font-size: 7.6rem;
	margin: 0;
    font-family: 'Pacifico', cursive;
    text-shadow: 2px 2px #333;
}
.title-normal {
	font-weight: 100;
}
.btn-detail {
	background-color: #dd1c2e;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	padding-left: 14px;
	padding-right: 14px;
	transition: all 0.3s;
}
.top-banner .view-more .icon-mouse {
	position: relative;
	margin-right: 40px;
}
.top-banner .view-more p {
	display: inline;
}
.block-center:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.main-page{
	background: #fff;
	position: relative;
}
.list-container {
	padding-top: 3.5rem;
	position: relative;
	font-size: 1.4rem;
	width: 100%;
	color: #513227;
	background-color: #fff;
}
.list-container:after {
	clear: both;
	content: ''; 
}
.list-container .title-product-screen {
	color: #dd1c2e;
	margin-bottom: 2rem; 
    font-size: 36px;
}
.list-container .list {
	position: relative;
	margin-bottom: 8rem;
	color: #513227;
}
.top-banner .view-more .icon-mouse:after {
	content: "";
	position: absolute;
}
@media (max-width: 991px) {
	.list-container .list:nth-child(2n+1) .list-number {
		left: -40px; 
	} 
}
@media (min-width: 992px) {
	.list-container .list:nth-child(2n+1) {
		padding-left: 10%; 
	}
	.list-container .list:nth-child(2n+1) .list-number {
		left: -27%; 
	}
	.top-banner .view-more .icon-mouse:after {
		content: ".";
		height: 40px;
		width: 23px;
		border-radius: 12px;
		border: 2px solid;
		font-size: 27px;
		line-height: 12px;
		top: -15px;
		right: -32px;
		position: absolute;
	}
}
.list-container .list:first-child {
	margin-bottom: 0;
}
.list-container .list img {
	opacity: 0; 
}
@media (max-width: 767px) {
	.list-container .list .list-number {
		left: -40px; 
	} 
}
.list-container .list-item {
	margin-top: 12%; 
}
.list-container .list-item:hover .list-number {
	color: #fff;
	background-color: #96b223;
}
a.viewAll{
	background-color: #dd1c2e;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	padding-left: 14px;
	padding-right: 14px;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.list-container .list-item {
		padding-left: 15%;
		margin: 15% 0;
	}
}
@media (min-width: 992px) {
	.list-container .list-1 .list-item {
		top: -50%;
		position: absolute;
		right: 0;
		margin-top: 0;
	}
}
.list-container .list-1 .list-photo {
	text-align: right;
}
.list-container .list-2 .list-photo,
.list-container .list-4 .list-photo,
.list-container .list-6 .list-photo{
	float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
	.list-container .list-2,
	.list-container .list-4,
	.list-container .list-6{
		margin-top: -20%;
	} 
}
.list-container img {
	max-width: 80%;
}
@media (max-width: 991px) {
	.list-container img {
		width: 100%; 
	}
}
.list-container h5 {
	color: #96b223;
	font-weight: 400;
	border-bottom: 1px solid #96b223;
	padding-bottom: 1rem;
	position: relative;
}
.list-container .list-content {
	margin-top: 2.5rem;
	margin-bottom: 3.5rem;
	color: #513227;
	font-weight: 300;
}
@media (max-width: 991px) {
	.list-container .list-content {
		font-size: 1.6rem; 
	} 
}
.list-container .list-number {
	color: #96b223;
	font-weight: 100;
	border: 1px solid #96b223;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 3rem;
	background-color: #fff;
	transition: background-color 0.25s ease; 
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0); } }

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0); } }

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0); } }

.fade-in-left {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft; }

.fade-in-right {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight; }
.btn-detail:hover {
	background-color: #96b223;
	color: #fff;
	font-weight: 400;
}
.wrapper-product-img {
	position: relative;
    overflow: hidden;
}
.slide p {
	color: #513227;
	font-size: 1.2rem;
	text-align: center;
}
.slide .title {
	font-size: 1.4rem;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
}
.slide .product-img {
	display: block;
	margin: 0 auto;
	transition: all 2s;
	padding: 0px;
	height: 170px;
}
a.info:hover {
	text-decoration: none;
}
a.info:hover .product-img {
	transform: scale(1.2);
}
a.info:hover .title {
	color: #dd1c2e;
}
.product-list-carousel{
	max-width: 750px;
	margin: 0 auto;
}
.healthy {
	width: 100%;
	height: 75rem;
	position: relative;
	clear: both;
	color: #fff;
	z-index: 9;
}
.healthy .healthy-photo {
	background-image: url(//bizweb.dktcdn.net/100/078/828/themes/107749/assets/healthy.jpg?1583515699894);
	opacity: 0.4;
}
.healthy .healthy-photo.overlayphoto-1 {
	background-image: url(//bizweb.dktcdn.net/100/078/828/themes/107749/assets/healthy1.jpg?1583515699894);
	opacity: 0.4;
}
.healthy h3, 
.statistic-screen h3{
	font-size: 5.4rem;
}
.healthy .healthy-bg {
	background: #858282;
}
.healthy .centered {
	width: 40%;
	display: block;
	position: absolute;
	top: 24%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.healthy.healthy-2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.blog_home.main-content-home.clearfix {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: auto;
	max-width: 80rem;
}
.blog_home h2, .blog_home h2 a{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.thumb-image{
	display: inline-block;
}
.blog_home img{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	background: #fff;
	opacity: 0.9;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.blog_home .item:hover img{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.blog_home .item:hover a{
	*color: #dd1c2e;
}
.healthy .centered:hover{
	top: 27%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.statistic-screen {
	width: 100%;
	height: 350px;
	position: relative;
	font-size: 1.4rem;
	color: #fff; 
	z-index: 9;
}
.statistic-screen .statistic-bg {
	background-color: #96b223; 
}
.statistic-screen .statistic-photo {
	background-image: url(//bizweb.dktcdn.net/100/078/828/themes/107749/assets/statistic-bg.jpg?1583515699894);
	background-position: bottom;
	opacity: 0.6; 
}
.statistic-screen .centered {
	width: 95%; 
}
.statistic-screen p {
	padding: 0 25%; 
}
/* ==========================================================================
MAIN FOOTER
========================================================================== */
.main-footer{
	background: #fff;
	color: #DD1C2D;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #ddd;
}
.main-footer .logo-container{
}
.main-footer .socials-container ul li{
	margin: 0 10px 10px;
}
.main-footer .socials-container ul li a{
	color: #DD1C2D;
}
.main-footer .socials-container ul li a:hover{
	color: #A6CA37;
}
.main-footer .socials-container ul li a i{
	font-size: 1.5em;
}
.socials-container ul li {
	display: inline-block;
}
.main-footer .contact-form-contaienr{
	background: white;
	padding: 17px 30px 40px;
	margin-top: -230px;
	position: relative;
	z-index: 10;
}
.main-footer .contact-form-contaienr .section-title h1{
	color: #0b2b33;
	margin-bottom: 4px;
}
.main-footer .contact-form-contaienr #contact-form{
	text-align: center;
}
.main-footer .contact-form-contaienr #contact-form input,
.main-footer .contact-form-contaienr #contact-form textarea{
	background-repeat: no-repeat;
	background-position: 97% center;
}
.main-footer .contact-form-contaienr #contact-form textarea{
	line-height: 1.5em;
}
.main-footer .contact-form-contaienr #contact-form #name{
	background-image: url(./user-icon.png);
}
.main-footer .contact-form-contaienr #contact-form #email{
	background-image: url(./mail-icon.png);
}
.main-footer .contact-form-contaienr #contact-form input:focus,
.main-footer .contact-form-contaienr #contact-form textarea:focus{
	border-color: #c0c0c0;
	outline: none;
}
.main-footer .contact-form-contaienr #form-messages{
	margin-top: 1em;
	text-align: center;
}
.main-footer .contact-form-contaienr #form-messages.success{
	color: #8fc458;
}
.main-footer .contact-form-contaienr #form-messages.error{
	color: #e1310e;
}
.main-footer .copyright{
	text-align: center;
	margin-top: 10px;
}
.main-footer .copyright p{
	font-size: 12px;
}
.main-footer .copyright a{
	color: #DD1C2D;
}
.main-footer .address-container address img{
	float: left;
	overflow: hidden;
	margin-right: 17px;
}
.main-footer .address-container address p{
	font-size: 13px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.main-footer .address-container address p span{
	display: block;
}
.hotline-fixed {
	height: 60px;
	background-color: #DD1D2E;
	float: left;
	clear: both;
	padding-right: 15px;
}
.socials-container{
	clear: both;
}
.hotline-fixed #phone-icon {
	background-image: url(2013-08-06-22-18-01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #A6CA37;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}

.hotline-fixed #number-phone {
	float: left;
	display: block;
	padding: 8px 25px 0;
	width: 150px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
}
.hotline-fixed #number-phone .label-hotline {
	font-size: 14px;
}

.hotline-fixed #number-phone .number-hotline {
	font-size: 20px;
}
.team{
	background: #eae5d6;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 0px;
}
.team .section-title{
	text-align: left;
	padding-left: 0px;
}
.team .members-details-container{
	margin-bottom: 45px;
}
.team .member img{
	width: auto;
	max-width: inherit;
}
.team .member .member-info{
	margin-bottom: 40px;
}
.team .owl-item{
}
.team .owl-item.active{
	opacity: 1;
}
.team .member .member-info .member-thumb{
	float: left;
	margin-right: 20px;
}
.team .member .member-info .member-thumb img{
	max-height: 150px;
	width: auto;
}
.team .member .member-info h3{
	font-size: 30px;
	color: #283233;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-bottom: 7px;
}
.team .member .member-info .member-post{
	font-size: 14px;
	color: #e1560e;
}
.team .member .member-bio{
	font-weight: 400;
	line-height: 30px;
}
.team .member .member-bio .italic{
	font-size: 18px;
	font-style: italic;
	color: #0b2b33;
	margin-bottom: 32px;
}
.team .team-carousel-nav{
	margin-bottom: 100px;
}
.team .team-carousel-nav div{
	display: inline-block;
	margin-right: 44px;
}
.team .team-carousel-nav div span{
	display: inline-block;
	width: 15px;
	height: 27px;
	overflow: hidden;
	background-position: center top;
	cursor: pointer;
}
.team .team-carousel-nav div span:hover{
	background-position: center bottom;
}
.team .team-carousel-nav .owl-prev span{
	background: url(./carousel-nav-prev.png);
}
.team .team-carousel-nav .owl-next span{
	background: url(./carousel-nav-next.png);
}
.team .owl-next, .team .owl-prev{
	background: none !important;
	height: auto;
	width: auto;
	margin-top: 0;
	position: relative;
	top: auto;
}
.team .members-images-container{
	display: inline-block;
	height: 100%;
	margin-top: -30px;
	padding-right: 0;
}
.team .members-images-container img{
	width: 100%;
}
.sticky {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0px;
}
.navbar-brand{
}
.header.sticky .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.header.sticky .navbar-nav>li>a{
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
a.viewAll.btn.btn-detail {
	margin-top: 10px;
}
.blog_home.main-content-home .item{
	margin: 0 15px;
}
.thumb-image {
	display: inline-block;
	padding: 10px;
	background: #fff;
	border-radius: 15px;
}
.team .team-carousel-nav div span:hover{
	background-position: center bottom;
}
.team .team-carousel-nav .owl-prev span{
	background: url(carousel-nav-prev.png);
}
.team .team-carousel-nav .owl-next span{
	background: url(carousel-nav-next.png);
}
.main-footer .col-md-4{
	margin-top: 10px;
}
span.open-menu {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	height: 62px;
	width: 30px;
	line-height: 62px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
}
.price-chain {
	color: #333;
	margin-top: 10px;
	font-weight: bold;
}
.small-title{
    font-weight: 200;
	display: block;
	color: #513227;
}
.title-blog{
    color: #dd1c2e;
	font-weight: bold;
    font-size: 5rem;
    margin-top: 0;
    margin-bottom: 10px;
}
@media(min-width: 1200px){
	.col-lg-5-item{
		width: 20%;
	}
}
@media (max-width: 991px){

	.team .members-images-container{
		display: none;
	}
	.team .pull-right{
		float: none !important;
	}
}
@media (max-width: 991px){

	.main-footer .contact-form-contaienr{
		margin-top: 0;
		margin-bottom: 1.5em;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.statistic-screen p {
		padding: 0;
	} 
}
@media (max-width: 767px) {
	.statistic-screen .col-md-3:nth-child(3) {
		clear: left;
	}
}

@media (max-width: 991px) {
	.healthy .centered {
		width: 55%; 
	}
}
@media (max-width: 767px) {
	.healthy .centered {
		width: 80%;
	} 

	.healthy h3, .statistic-screen h3{
		font-size: 3rem;
	}
}
@media (max-width: 991px) {
	.healthy {
	}
}

@media (min-width: 992px) {
	.list-container .list-number {
		font-size: 6rem;
		width: 8rem;
		height: 8rem;
		line-height: 8rem;
	} 
	.bg_collection{
		margin: 0 -15px;
	}
	.bg_blog{
		padding: 0;
	}
}
@media(min-width: 768px){
	.navbar-toggle {
		display: none;
	}

	.top-hotline{
		text-align: left;
	}
	.top-search{
		text-align: right;
	}
}
@media (max-width: 991px) {
	.list-container .list-number {
		font-size: 3rem;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
	}
	.top-banner .view-more .icon-mouse {
		margin-right: 5px;
	}
}
@media (max-width: 767px) {
	.list-container .list {
		padding-left: 0;
		padding-right: 0;
	}
	.top-hotline, .top-search{
		text-align: center;
	}
}

@media (max-width: 767px) {
	.header-logo {
		text-align: center;
	}
	.footer-logo {
		text-align: center;
	}
	.product-list-carousel .owl-prev {
		left: 0;
		top: 40%;
		margin-top: -19px;
	}
	.product-list-carousel .owl-next {
		right: 0;
		top: 40%;
		margin-top: -19px;
	}
	.top-banner h1 {
		font-size: 4.5rem;
	}
	.top-banner .view-more {
		bottom: 100px;
		font-size: 1rem;
	}
	.top-banner .view-more .icon-mouse:after {
		height: 17px;
		width: 20px;
		bottom: -20px;
		right: -15px;
	}
	.main-content-home{
		margin: 0 15px !important;
	}
}
@media (max-width: 991px) {
	.top-banner .view-more {
		bottom: 75px;
		font-size: 1.8rem;
	}
	.top-banner .view-more .icon-mouse {
		margin-right: 5px;
	}
	.top-banner .view-more .icon-mouse:after {
		height: 48px;
		width: 58px;
		bottom: -50px;
		right: -35px;
		background: url(arrow-dropdown-tablet.png) no-repeat;
		background-size: 100%;
	}
	.main-content-home{
		margin: 0 60px;
	}
	.navbar-default .navbar-toggle {
		display: block;
		border: none;
		margin-top: 16px;
		margin-right: 0;
		padding-right: 0;
	}
	.product-list-carousel .owl-next{
		right: 0;
	}
	.product-list-carousel .owl-prev{
		left: 0;
	}
	.main-breadcrumb .breadcrumb{
		margin: 0 !important;
	}
}
.footer-column h4{
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.footer-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-column ul li a{
	font-size: 13px;
}