@import "font-awesome.css";

h3 b {
	font-size: inherit;
	}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
 }
.bg-primary {
	background-color:#2c4932 !important;
}
.bg-secondary {
	background-color:#232f3e !important;
}
.bg-accent, .user-info.btn-primary {
	background-color:#e6aa08 !important;
}
.text-primary {
	color:#2c4932 !important;
}
.text-secondary {
	color:#232f3e !important; 
}
.btn-primary {
	background-color:#e6aa08 !important;
	border-color:#e6aa08 !important;
}
.btn-primary:hover {
	background-color:#2c4932 !important;
	border-color:#2c4932 !important;
}

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  z-index: 7;
  width: 62px;
  top: -68px;
  direction: ltr !important;
}
.customNavigation a {
    font-size: 0;
    position: absolute;
    font-weight: 300;
    height: 30px;
    width: 30px;
    line-height: 26px;
    padding: 0;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
}
.customNavigation a:hover {
    background-color: #2c4932;
}
/*.customNavigation a:hover{
	background-color: #2874f0;
	border-color: #2874f0;
}*/
.customNavigation a:hover:before{ color: #ffffff; }

.customNavigation a.prev {
  left: 0px;
}
.customNavigation a.next {
  right: 0px;
}

#czleftbanner .czleftbanner-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
#czleftbanner .czleftbanner-container a:before {
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#czleftbanner .czleftbanner-container a:after {
    background: rgba(0, 0, 0, 0.07);
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    top: 50%;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#czleftbanner .czleftbanner-container a:hover:before {
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
#czleftbanner .czleftbanner-container a:hover:after {
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}

#czoffercmsblock a {
	display: block;
	position: relative;
	z-index: 2;
}
.ac_over {
    background-color: #2c4932 !important;
    color: white;
}
.cz_search_block_top #cz_search_top_button:hover {
    background: #f0f0f0;
}
@media (max-width: 1199px) and (min-width: 768px){
	.customNavigation a.prev {

	}
	.customNavigation a.next {

	}
}
@media (max-width: 767px) {
	.customNavigation a.prev {

	}
	.customNavigation a.next {

	}
	#main .images-container .js-qv-mask {}
}

.customNavigation a:before{
    font-size: 17px;
    font-family: "FontAwesome";
    color: #000;
}
.customNavigation a.prev:before {
  content: "\f104";
}
.customNavigation a.next:before {
  content: "\f105";
}


.top_button {
	margin: 2px;
    width: 40px;
    height: 40px;
    background: url(../img/codezeel/back_to_top.png) no-repeat scroll center center #2c4932;
	border-radius: 10px;
    border: 1px solid #2c4932;
    bottom: 180px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 1001 !important;
}
#_mobile_top_menu {
	display: none;
}

/* Flexslider */

#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}

/* Form quantitÃ  multiple */
.product-quantity .qty {
	width: auto;
}
.product-quantity #quantity_wanted {
	width: 3.5rem;
	text-align: center;
}
.multipli {
	display: flex;
	flex-wrap: nowrap;
}
.multipli .input-group-append {
	display: flex;
}
.multipli button {
	font-size:150%;
}
.product-line-grid-right .bootstrap-touchspin {
    width: 3rem;
}
.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    display:none;
}
.js-cart-line-product-quantity {
	text-align: center;
	padding: 0;
}
.qty.input-group {
	flex-wrap: nowrap;
}
.cart.input-group-text {
	font-size: 90%;
	padding: 5px;
}
.cart-grid .data-sheet .form-control {
	width: 100%;
}

/* Marchi */

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991.98px) {
	.nav-pills .nav-item + .nav-item {
		margin-left: 0px;
	}
	.nav-fill > .nav-link,
	.nav-fill .nav-item {
	width: 100%;
	margin: 6px 0px 0px 0px;
	}
}
#manufacturer .tab-content > .active {
    opacity: 1;
}
#brand_list {
    display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
	justify-content: space-around;
}
.brand {
	padding: 6px;
	flex-basis: 100% !important
}

@media (min-width: 400px) {
	.brand {
		flex-basis: 50% !important;
	}
}
@media (min-width: 547px) {
	.brand {
		flex-basis: 33.333333% !important;
	}
}
@media (min-width: 767px) {
	.brand {
		flex-basis: 25% !important;
	}
}
@media (min-width: 991px) {
	.brand {
		flex-basis: 20% !important;
	}
}
@media (min-width: 1181px) {
	.brand {
		flex-basis: 33.333333% !important;
	}
}@media (min-width: 1375px) {
	.brand {
		flex-basis: 20% !important;
	}
}
.brand-inner {
	position: relative;
	padding: 10px !important;
	border: 1px solid #e6e6e6;
}
.brand-infos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.showing .brand-infos {
	background: rgba(35, 47, 62, 0.9);
}

.brand-infos div > div {
  opacity: 0;
}

.showing .brand-infos > div > div {
	opacity: 1;
}

.brand-infos footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-height: 50px;
	width: 100%;
}

.brand-infos div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: #fff;
}
.brand .h3.product-title {
    text-transform: none;
    font-size: 20px;
    color: #2c4932;
    padding: 10px;
    text-align: center;
}
#manufacturer #main .nav .nav-link, #manufacturer #main h2 {
    font-size: 20px;
    text-align: center;
    /*margin: 10px 0 0;*/
    color: #2c4932 !important;
    background: #232f3e !important;
    padding: 10px 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#manufacturer #main h2.promo {
    font-size: 20px;
    text-align: center;
    /*margin: 10px 0 0;*/
    color: #fff !important;
    background: #e40426 !important;
    padding: 10px 0;
}
#manufacturer #main .nav .nav-link.active {
    background: #2c4932 !important;
    color: #232f3e !important;
}
#manufacturer #main h3 {
    margin: 10px 0px 10px;
    font-size: 150%;
}
#manufacturer #main h3 br {
    display: none;
}
@media (max-width: 547px) {
	#manufacturer #main h3 {
		text-align: center;
	}
	#manufacturer #main h3 button{
		margin-left: 0 !important;
		margin-top: 12px;
	}
	#manufacturer #main h3 br {
		display: block;
	}
}
#manufacturer-description.overflow {
	max-height: 150px;
	overflow: hidden;
}
#brands-img.overflow {
	max-height: 2000px;
	overflow: hidden;
}
.brands .products .product_list li {
    padding: 5px;
}
.brands .products span {
    color: #888888;
    letter-spacing: .8px;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}

.brands .product-title {
    margin-top: 6px;
}
.brands .products .product-title a {
    color: #000000;
    font-size: 12px;
}
.brands .products .product_list li {
    border-right: 1px dotted rgba(25, 24, 24, 0.1);
    border-bottom: 1px dotted rgba(25, 24, 24, 0.1);
}
.brands .products .product_list {
    border-top: 1px dotted rgba(25, 24, 24, 0.1);
}
/* Product list */
.unit-price {
    font-size: 90%;
    color: #666;
}
#main .products .product-title {
    white-space: normal;
}
.product_list:not(.brand_grid) {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.list-quantity {
	display: flex;
	flex-wrap: nowrap;
}
.list-quantity .form-group {
	width: 33%;
	padding: 3px;
}
.list-quantity .input-group input {
	width: 100%;
}
.list-quantity .input-group .input-group-btn-vertical {
	width: auto;
}
.list-quantity .input-group.bootstrap-touchspin {
	flex-wrap: nowrap;
}
.list-add-to-cart .btn-primary {
	background: #232f3e;
	border-color: #232f3e;
	width: 100%;
}
.list-add-to-cart .btn-primary:hover {
	background: #2c4932;
	border-color: #2c4932;
}
.products .product_list .product_item:hover {
	background: #f0f0f0;
}
.product_list:not(.brand_grid) .product_item {
	flex: 1 1 auto;
	max-width: 300px;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px #f0f0f0;
}
.products .product-title.title-big {
	height: 56px;
	white-space: normal;
	overflow: hidden;
}
#left-column .products .product-title {
	min-height: 0px;
}
.products .price {
    font-size: 110%;
    color: #232f3e;
}
#brand-grid .h3.product-title {
    word-wrap: normal;
    width: 100%;
}

/* Category */
#subcategories ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#subcategories ul li {
	width: auto;
}
#subcategories ul li .subcategory-image a {
	background: transparent;
	border: 0px solid #dddddd;
}
#subcategories-toggle {
	display: none;
}
@media (min-width: 1759px) {
	#subcategories ul li {
		flex-basis: calc(14.28% - 10px);
	}
	#subcategories  .overflow.overflow-large {
		height: 150px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#subcategories-toggle.toggle-large {
		display: block;
	}
}
@media (max-width: 1759px) and (min-width: 768px){
	#subcategories ul li {
		flex-basis: calc(16.6% - 10px);
	}
	#subcategories .overflow.overflow-desktop {
		height: 160px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#subcategories-toggle.toggle-desktop {
		display: block;
	}
}
@media (max-width: 768px) and (min-width: 547px) {
	#subcategories ul li {
		flex-basis: calc(25% - 10px);
	}
	#subcategories .overflow.overflow-tablet {
		height: 170px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#subcategories-toggle.toggle-tablet {
		display: block;
	}
}
@media (max-width: 547px) {
	#subcategories ul li {
		flex-basis: calc(50% - 10px);
	}
	#subcategories .overflow.overflow-mobile {
		height: 150px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#subcategories-toggle.toggle-mobile {
		display: block;
	}
}
/*  MENU  */
.sub-menu .top-menu{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 600px;
    justify-content: flex-start;
    align-items: flex-start;
}
.vertical-menu .top-menu .sub-menu {
	min-width: 60vw !important;
	padding: 15px;
	border-radius: 10px;
}
.vertical-menu .top-menu li a[data-depth="0"] {
	padding: 10px 0;
	background: none;
}
.caticon {
    width: 25px;
    vertical-align: bottom;
    position: relative;
    margin-right: 6px;
}
#left-column a:hover, #right-column a:hover {
    color: #2c4932;
}

#left-column a:hover .caticon, #right-column a:hover .caticon {
    filter: invert(36%) sepia(81%) saturate(3062%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
#user-info-title .expand-more a:hover {
    filter: invert(36%) sepia(81%) saturate(3062%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
#left-column .vertical-menu .top-menu a.dropdown-submenu, #right-column .vertical-menu .top-menu a.dropdown-submenu {
	 /*filter: invert(71%) sepia(77%) saturate(3106%) hue-rotate(9deg) brightness(104%) contrast(94%);*/
	 font-weight: bold;
	 color: #333333;
}
.vertical-menu .top-menu .sub-menu ul[data-depth="1"] > li {
	margin:10px;
}
.mobile-menu .sub-menu .top-menu{
	max-height: 100%;
}
.mobile-menu .top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0px 0px 0px 20px;
    min-width: 165px;
    width: 90%;
}
.mobile-menu .top-menu .sub-menu ul[data-depth="1"] > li a {
	padding-left: 20px !important; 
}
.mobile-menu .top-menu .sub-menu ul[data-depth="2"] > li a {
	padding-left: 40px !important;
}

.cz_search_block_top .product_search {
    float: none;
    display: flex;
    flex-wrap: nowrap;
}

#header .header-nav .left-nav {
    float: left;
    padding: 6px 0px;
}
#header .header-nav .left-nav #cznavcmsblock {
	padding: 2px 0;
	color: #fff;
}
.display_nav1_link {
	padding: 3px 10px !important;
	background: #2c4932;
	font-weight: bold;
	display: block;
	margin-left: 10px;
}
.display_nav1_link a {
	color: #232f3e !important;
	text-transform: capitalize;
}

#blockcart-modal .product-image {
    max-height: 200px;
    width: auto;
}
#shipping-select .form-check-label {
	text-align: left;
}
#shipping-select .input-group {
    flex-wrap: nowrap;
}

#login-form .input-group-btn {
	width: auto;
}
#login-form .js-parent-focus {
	flex-wrap: nowrap;
}
@media (max-width: 388px) {
	#login-form .input-group-btn {
	display: none;
	}
}

.order-subtotal-product-line {
	display: none;
}
@media (max-width: 767px) {
	.order-subtotal-product-line {
		display: block;
		font-weight: bold;
		font-size: 90%;
	}
}

@media (max-width: 500px) {
	#czcategorytabs .nav-item span, #home-page-tabs .nav-item span {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 6px 0 !important;
		color: #fff;
		background-color: #2c4932;
		border-radius: 10px;
	}
	#czcategory-tabs {
		padding-bottom: 6px;
	}
	
	#mywishlist .quantity, #mywishlist .viewed, #mywishlist .created {
		display: none;
	}
}
.popup_table {
	background-image: url('https://blogsrl.it/img/cms/popup_it_2.jpg');
}




products .product_list li .quick-view:hover, .products .product_list li .product-view:hover {
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.products .product_list li .outer-functional .functional-buttons {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(35, 47, 62, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .product_list li:hover .outer-functional {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.products .product_list li .outer-functional {
    position: absolute;
    width: auto;
    z-index: 9;
    top: 0px;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    width: 100%;
    height: 100%;
}
.products .product_list li .quick-view, .products .product_list li .product-view {
    font-size: 0px;
    height: 50px !important;
    width: 50px !important;
    display: block;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background: transparent url(../img/codezeel/view.png);
        background-color: transparent;
        background-size: auto;
    background-size: cover;
	border: 3px solid #e0a502;
}

.products .product_list li .quick-view, .products .product_list li .product-view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  background: none;
  border: 0px;
}

.products .product_list li .quick-view:hover, .products .product_list li .product-view:hover {
	background-color: transparent;
}

.products .product_list li .quick-view .material-icons, .products .product_list li .product-view .material-icons {
  display: block;
  font-size: 35px;
  margin: auto;
  color: #fff;
}

.product-flags {
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

ul.product-flags li {
  top: 0;
  right: 0;
}

ul.product-flags li {
  display: block;
  position: relative;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #ff0000;
  letter-spacing: .5px;
  z-index: 2;
  line-height: 19px;
  float: right;
  margin: 5px 5px;
  border-radius: 5px;
}

#faqs button {
	white-space: normal !important;
}

#sitemap #supplier-page {
  display: none;
}

/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header .header-top { 
    background: radial-gradient(circle at 20% 30%, rgba(101, 67, 33, 0.1) 0%, transparent 40%),
  radial-gradient(circle at 80% 70%, rgba(101, 67, 33, 0.1) 0%, transparent 40%),
  linear-gradient(90deg, #d2b48c 0%, #f5f5dc 33%, #f5f5dc 66%, #d2b48c 100%);

}
#header .header-nav { 
    background-color: #25412b;
    
}
#header .user-info.dropdown.js-dropdown {
	background: #e6aa08;
	border: 1px solid #e6aa08;
    color: #ffffff;
}


#header .user-info .user-info-title:hover {
	color: #ffffff;
	}
	
#left-column #czverticalmenublock .block_title {
	    background: linear-gradient(90deg, #25412b 0%, #324f38 100%);
	color: #ffffff;
	}
	
#right-column .block .block_title {
	    background: linear-gradient(90deg, #25412b 0%, #324f38 100%);
	color: #ffffff;
	}
	
#left-column .special-products .block_title {
	    background: linear-gradient(90deg, #25412b 0%, #324f38 100%);
	color: #ffffff;
	}	
#footer {
	    background: linear-gradient(90deg, #25412b 0%, #324f38 100%);
	color: #ffffff;
	}	
#bestseller_block_toggle .view_more .btn-primary {
	    background: linear-gradient(90deg, #e6aa08 0%, #e6aa08 100%);
	color: #ffffff;
	border: 1px solid #e6aa08;
	}
#bestseller_block_toggle .view_more .btn-primary:hover {
	    background: linear-gradient(90deg, #25412b 0%, #25412b 100%);
	color: #ffffff;
	border: 1px solid #25412b;
	}	
#right-column .brands .products .view-more a.view-brand {
	    background: linear-gradient(90deg, #e6aa08 0%, #e6aa08 100%);
	color: #ffffff;
	}	
#right-column .brands .products .view-more a.view-brand:hover {
	    background: linear-gradient(90deg, #25412b 0%, #25412b 100%);
	color: #ffffff;
	}	
#header .blockcart .blockcart-header > a.shopping-cart::before {
  background-color: #2c4932 !important;
}
.products .all-product-link {
    background-color: #2c4932;
    text-transform: capitalize;
	}
.products .all-product-link:hover {
    background-color: #ff4040;
    text-transform: capitalize;
	}

#manufacturer #main .nav .nav-link {
    color: #fff !important;
    background: #ff4c4c !important;
	}

#manufacturer #main .nav .nav-link.active {
    background: #2c4932 !important;
    color: #fff !important;
}
#header .blockcart .blockcart-header > a.shopping-cart {
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 0px 0 0px 60px;
    color: #25412b;
	}
#header .blockcart .blockcart-header > a.shopping-cart:hover {
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 0px 0 0px 60px;
    color: #ff4040;
	}
#header .blockcart .blockcart-header > a.shopping-cart .cart-products-count {
    color: #27432d;
}	
#czheadercmsblock .contact-text {
    display: block;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 400;
    color: #27432d;
}
#header .header-top #czheadercmsblock .header-cms .contact-title {
    color: #2c4932;
}
#header .header-top #czheadercmsblock .header-cms:hover .contact-title {
    color: #ff4040;
}	

#header .header-top #czheadercmsblock .header-cms a.headercms:before {
    content: "";
    background: url(../img/codezeel/top-icon.png) no-repeat scroll 10px 11px #ff4c4c; 
	}	
	
#header .blockcart .blockcart-header > a.shopping-cart::before {
    background-color: #ff4c4c !important;
}
.page-my-account #content .links a:hover span.link-item {
    border-color: #ff4c4c;
    background: #fff;
}
.page-my-account #content .links a:hover i {
    color: #ff4c4c;
}
#left-column .vertical-menu .top-menu a[data-depth="0"]:hover, #right-column .vertical-menu .top-menu a[data-depth="0"]:hover {
    color: #ff4040;
}
#left-column .element.style .caticon a:hover { 
color: #ff4040 !important;
}
#right-column .element.style .caticon a:hover { 
color: #ff4040 !important;
}
.cz_search_block_top #cz_search_top_button:hover {
    color: #ffffff;
}
#left-column .vertical-menu .top-menu a.dropdown-submenu:hover {
    font-weight: bold;
   color: #ff4040;
}
#right-column .vertical-menu .top-menu a.dropdown-submenu:hover {
	font-weight: bold;
   color: #ff4040;
}
#left-column a:hover, #right-column a:hover {
    color: #ff4040;
}
#left-column .links ul li a, #right-column .links ul li a {
    display: block;
    padding: 10px 0px 10px 20px;
    color: #000;
}
#left-column .links ul li a:hover, #right-column .links ul li a:hover {
    display: block;
    padding: 10px 0px 10px 20px;
    color: #ff4040; 
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
   color: #ff4040; 
}
   
.products .product_list li:hover .product-title a {
    color: #ff4040;
}
#left-column .products-block ul li .product-title a:hover {
    color: #ff4040;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #25412b;
    border-color: #25412b;
}
#header .header-nav .language-selector.dropdown:hover .expand-more, #header .header-nav .language-selector.dropdown:hover .dropdown-arrow:before, #header .header-nav .currency-selector.dropdown:hover .expand-more, #header .header-nav .currency-selector.dropdown:hover .dropdown-arrow:before {
    text-decoration: none;
    color: #ff4040;
}	
	#header .header-nav {
    color: #fff;
	}	
	
.images-container .js-qv-mask .thumb-container .thumb.selected, .images-container .js-qv-mask .thumb-container .thumb:hover {
    border-color: #ff4040;
}
.alert-info {
    background-color: #4cbb6c2e;
    border-color: #4cbb6c78;
    color: #25412b;
    border-radius: 5px;
}
.ac_over {
    background-color: #ff4c4c45 !important;
    color: #232f3e;
}
.ac_results {
    text-align: left;
    padding: 0px;
    border: 1px solid #aaa
}
.alert-warning {
    background-color: #ff4c4c1f;
    border-color: #ff4c4c;
    color: #232f3e;
    border-radius: 5px;
}
#left-column .products-block ul li .product-title a:hover, #right-column .products-block ul li .product-title a:hover, #left-column .special-products .product-title a:hover, #right-column .special-products .product-title a:hover {
    color: #ff4040;
}
#czsearchtopbox a.cateSingleItem.active, #czsearchtopbox a.cateSingleItem:hover, #czsearchbox a.cateSingleItem.active, #czsearchbox a.cateSingleItem:hover {
    background: #ff4040;
    color: #ffffff;
}
#czsearchtopbox #categoryDropList:hover, #czsearchbox #dropdownListCate:hover {
    color: #ff4040;
}
.footer-container .links li a:hover {
    color: #ff4040;
    background-position: 3px 8px;
}
.flex-direction-nav a {
    background: #ff4040;
}
#header ul.dropdown-menu li a:hover {
    color: #ff4040;
}
	.top_button {
    margin: 2px;
    width: 40px;
    height: 40px;
    background: url(../img/codezeel/back_to_top.png) no-repeat scroll center center #ff4040;
    border-radius: 10px;
    border: 1px solid #ff4040;
}
.brand .h3.product-title {
    color: #ff4040;
}
.btn-link:focus, .btn-link:hover {
    color: #ff4040;
}
.element.style a:focus, a:hover {
    color: #ff4040;
}
.block-contact li i {
    color: #ff4040;
}
.pagination .current a {
    color: #FFFFFF;
    border-color: #ff4040;
    background-color: #ff4040;
    text-decoration: none;
}
.modal-content {
   color: #232f3e;
}
#blockcart-modal .cart-content .btn {
    background-color: #2c4932;
}
#blockcart-modal .cart-content .btn.btn-secondary:hover {
    background-color: #ff4040;
}
.btn-link:focus, .btn-link:hover {
    color: #ff4c4c;
	}
body#checkout section.checkout-step .address-item.selected {
    background: white;
    border-color: #ff4040;
}
	
#left-column .block .block_title, #right-column .block .block_title {
    color: #ffffff;
    background: #2c4932;
	}
	
	#left-column a, #right-column a {
    color: #333333;
}
#left-column .links .h3, #right-column .links .h3 {
    background-color: #2c4932;
	}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover {
    color: #ff4040;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a:hover {
    color: #ff4040;
}
#footer .footer-before {
    background: radial-gradient(circle at 20% 30%, rgba(101, 67, 33, 0.1) 0%, transparent 40%),
  radial-gradient(circle at 80% 70%, rgba(101, 67, 33, 0.1) 0%, transparent 40%),
  linear-gradient(90deg, #d2b48c 0%, #f5f5dc 33%, #f5f5dc 66%, #d2b48c 100%);

}
#user-info-title .expand-more ._gray-darker {
    position: relative;
    background: radial-gradient(circle at 20% 30%, rgba(101, 67, 33, 0.1) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(101, 67, 33, 0.1) 0%, transparent 40%), linear-gradient(90deg, #d2b48c 0%, #f5f5dc 33%, #f5f5dc 66%, #d2b48c 100%);
}
#header .user-info .user-info-title:hover {
    filter: invert(36%) sepia(81%) saturate(3062%) hue-rotate(339deg) brightness(101%) contrast(101%);
	}
	.cz_search_block_top #cz_search_top_button {
		background-color: #ff4040 !important;
        border-color: #ff4040 !important;
		
		}
		