.btn.ajax_add_to_cart_button {
	background-color: #75b627;
}
.btn.ajax_add_to_cart_button:hover::before {
	color: #FFFFFF !important;
}
ul.product_list.grid > li .product-container .button-container .lnk_view::before {
	color: #75b627;
}
ul.product_list.grid > li .product-container .button-container .lnk_view:hover {
	color: #75b627;
}
.btn.ajax_add_to_cart_product_button {
	background-color: #75b627 !important;
	color: #FFFFFF;
	padding:15px;
	font-size: 16px;
}
.btn.ajax_add_to_cart_product_button:hover {
	background: #262626 !important;
	color: #FFFFFF !important
}
.box-info-product .ajax_add_to_cart_product_button::before {
	font-size: 28px;
}
p.cart_navigation a.icon-right, p.cart_navigation button.icon-right {
	background: #75b627 !important;
	color: #FFFFFF !important;
}
p.cart_navigation a.icon-right:hover, p.cart_navigation button.icon-right:hover {
	background: #262626 !important;
	color: #FFFFFF !important;
}
#header .cart_block .cart_block_list .cart-buttons a {
	background: #75b627 !important;
	color: #FFFFFF !important;
}
#header .cart_block .cart_block_list .cart-buttons a span::after {
	color: #FFFFFF !important;
}
#header .cart_block .cart_block_list .cart-buttons a:hover {
	background: #FFFFFF !important;
	color: #75b627 !important;
}
#header .cart_block .cart_block_list .cart-buttons a:hover span::after {
	color: #75b627 !important;
}

.product-description-tab-content .rte h1 { font-size: 30px; }
.product-description-tab-content .rte h2 { font-size: 26px; }
.product-description-tab-content .rte h3 { font-size: 22px; }
.product-description-tab-content .rte h4 { font-size: 18px; }
.product-description-tab-content .rte h5 { font-size: 14px; }
.product-description-tab-content .rte h6 { font-size: 12px; }

@media (max-width: 991px) {
	.product-description-tab-content .rte h1 span { font-size: 30px; }
	.product-description-tab-content .rte h2 span { font-size: 26px; }
	.product-description-tab-content .rte h3 span { font-size: 22px; }
	.product-description-tab-content .rte h4 span { font-size: 18px; }
	.product-description-tab-content .rte h5 span { font-size: 14px; }
	.product-description-tab-content .rte h6 span { font-size: 12px; }
}

@media (max-width: 479px) {
	.product-description-tab-content .rte h1 span { font-size: 30px; }
	.product-description-tab-content .rte h2 span { font-size: 26px; }
	.product-description-tab-content .rte h3 span { font-size: 22px; }
	.product-description-tab-content .rte h4 span { font-size: 18px; }
	.product-description-tab-content .rte h5 span { font-size: 14px; }
	.product-description-tab-content .rte h6 span { font-size: 12px; }
}


.categories-home {
	z-index: 2;
	transform: translateY(-50px);
}

@media (max-width: 991px) {
	.categories-home {
		transform: none;
	}
}

.categories-home .cat-home {
	display: flex;
	flex-wrap: wrap;
}

.categories-home .cat-home .item-cat {
	width: 50%;
	padding: 15px;
	position: relative;
}

@media (max-width: 991px) {
	.categories-home .cat-home .item-cat {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.categories-home .cat-home .item-cat img {
		width: 100%;
	}
}

.categories-home .cat-home .item-cat .text {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	padding: 30px;
	background-color: rgba(0,0,0,0.25);
}

@media (max-width: 440px) {
	.categories-home .cat-home .item-cat .text {
		padding: 15px;
	}
}

.categories-home .cat-home .item-cat .text .title {
	font-size: 52px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	line-height: 48px;
	color: #FFF;
}

@media (max-width: 520px) {
	.categories-home .cat-home .item-cat .text .title {
		font-size: 32px;
		line-height: 32px;
	}
}

@media (max-width: 440px) {
	.categories-home .cat-home .item-cat .text .title {
		font-size: 24px;
		line-height: 24px;
	}
}

.categories-home .cat-home .item-cat .text .sub-title {
	font-size: 34px;
	text-transform: uppercase;
	line-height: 34px;
	color: #FFF;
	color: #e5151c;
}

@media (max-width: 520px) {
	.categories-home .cat-home .item-cat .text .sub-title {
		font-size: 22px;
		line-height: 22px;
	}
}

@media (max-width: 440px) {
	.categories-home .cat-home .item-cat .text .sub-title {
		font-size: 18px;
		line-height: 18px;
	}
}

.categories-home .cat-home .item-cat .text .legend {
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 50%;
}

@media (max-width: 440px) {
	.categories-home .cat-home .item-cat .text .legend {
		padding-top: 5px;
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 370px) {
	.categories-home .cat-home .item-cat .text .legend {
		padding-bottom: 5px;
	}
}

@media (max-width: 1199px) {
	.categories-home .cat-home .item-cat .text .legend {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.categories-home .cat-home .item-cat .text .legend {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.categories-home .cat-home .item-cat .text .legend {
		width: 100%;
	}
}


.categories-home .cat-home .item-cat .text a {
	display: inline-block;
	background: #e5151c;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}

@media (max-width: 520px) {
	.categories-home .cat-home .item-cat .text a {
		font-size: 14px;
		padding: 5px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 370px) {
	.categories-home .cat-home .item-cat .text a {
		font-size: 12px;
	}
}

.categories-home .cat-home .item-cat .text a:hover {
	color: #FFFFFF;
}

.categories-home .cat-home .item-cat.cat-2 .title,
.categories-home .cat-home .item-cat.cat-3 .title {
	color: #000;
}

#homepage-slider {
	z-index: 0 !important;
}