/*

	Background colors:

	- Default color: #ffffff
	- Primary color: #a2b920 ou #cbc237
	- Secondary color: #e06738
	- Tertiary color: #222222
	- Muted color: #f6f6f6
	- Danger color: #e60e0e
	- Warning color: #ffb700
	- Success color: #a2b920
	
	Font colors:
	- Default color: #222222
	- Link color: #a2b920
	- Hover color: #b1cc19
	- Muted color: #c1c1c1
	- Meta color: #7f8080

*/


/*
 * Base
 */

#header {
	min-height: 180px;
}

@media (min-width: 640px) and (max-width: 767px) {
	
	#header {
		min-height: 135px;
	}

}

@media (min-width: 768px) {
	
	#header {
		min-height: 217px;
	}

}

#header .header_logo {
	display: block;
	float: left;
	padding-top: 15px;
    padding-bottom: 0px;
	text-align: left;
	max-width: 150px;
}

@media (max-width: 640px) {

	#header .header_logo {
	    margin-bottom: 40px;
	}

}

@media (min-width: 768px) {

	#header .header_logo {
		padding-top: 20px;
		padding-bottom: 5px;
		max-width: 190px;
	}

}

@media (min-width: 992px) {

	#header .header_logo {
		padding-top: 28px;
		padding-bottom: 27px;
	}

}

#header .header-nav {
	min-height: 25px;
}

@media (min-width: 768px) {

	#header .header-nav {
		min-height: 30px;
	}

}

@media (min-width: 992px) {

	#header .header-nav {
		min-height: 40px;
	}

}

#main .page-header h1 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #000000;
	font: 600 16px/21px 'Poppins', sans-serif;
	border-bottom: none;
	text-transform: none;
	letter-spacing: 0px;
}

#main .page-header h1::after {
	border-bottom: 2px solid #a2b920;
	content: "";
	display: block;
	margin-left: 0;
	text-align: left;
	width: 40px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 5px 0 0 0;
}

@media (min-width: 768px) {

	#main .page-header h1 {
		font-size: 21px;
		line-height: 26px;
	}

	#main .page-header h1::after {
		margin: 10px 0 0 0;
	}

}

@media (min-width: 992px) {

	#main .page-header h1 {
		font-size: 26px;
		line-height: 32px;
	}

	#main .page-header h1::after {
		margin: 15px 0 0 0;
	}

}

#cms #content ul {
	list-style: disc;
}

#cms #content li {
	margin-left: 15px;
}

#cms #content h2 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	color: #000000;
	line-height: 1.2;
}

.product-information h3,
#cms #content h3 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	color: #000000;
	line-height: 1.2;
}

.product-information h4,
#cms #content h4 {
	margin-bottom: 0.75rem;
	color: #000000;
	font-size: 1rem;
	line-height: 1.2;
}

#cms #content h5 {
	margin-bottom: 0.75rem;
	line-height: 1.2;
}

#cms #content h6 {
	margin-bottom: 0.75rem;
	line-height: 1.2;
}

#cms #content a {
	color: #a2b920;
}

#cms #content a:hover {
	color: #000000;
}

#cms caption {
	font-size: 0.8125rem;
	font-style: italic;
	text-align: center;
}

#cms small {
	font-size: 0.8125rem;
}


/*
 * Category
 */

#category #left-column > .block-categories:not(:first-child) {
	display: none;
}

.block-category h1 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #000000;
	font: 600 16px/21px 'Poppins', sans-serif;
	border-bottom: none;
	text-transform: none;
	letter-spacing: 0px;
}

.block-category h1::after {
	border-bottom: 2px solid #a2b920;
	content: "";
	display: block;
	margin-left: 0;
	text-align: left;
	width: 40px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 5px 0 0 0;
}

@media (min-width: 768px) {

	.block-category h1 {
		font-size: 21px;
		line-height: 26px;
	}

	.block-category h1::after {
		margin: 10px 0 0 0;
	}

}

@media (min-width: 992px) {

	.block-category h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.block-category h1::after {
		margin: 15px 0 0 0;
	}

}


#products .page-not-found h4, 
#pagenotfound .page-not-found h4 {
	color: #000000;
}


.block-category #category-description h3 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	color: #000000;
	line-height: 1.2;
}

.block-category #category-description ul {
	list-style: disc;
}

.block-category #category-description ol {
	padding-left: 0;
}

.block-category #category-description li {
	margin-left: 15px;
}

.block-category #category-description a {
	color: #ef7400;
	font-weight: 700;
}

#products .products .product_list.list li .product-title {
	padding-bottom: 0;
	margin-bottom: 10px;
	color: #000000;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: none;
	line-height: 1.2;
}

#products .products .product_list.list li .product-title a {
	color: #000000;
	font-size: 1.125rem;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
}


/*
 * Product
 */

.productpage_title, 
.quickview h1.h1 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 21px;
	border-bottom: none;
	text-transform: none;
	letter-spacing: 0px;
}

.productpage_title::after, 
.quickview h1.h1::after {
	border-bottom: 2px solid #a2b920;
	content: "";
	display: block;
	margin-left: 0;
	text-align: left;
	width: 40px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 5px 0 0 0;
}

@media (min-width: 768px) {

	.productpage_title, 
	.quickview h1.h1 {
		font-size: 21px;
		line-height: 26px;
	}

	.productpage_title::after, 
	.quickview h1.h1::after {
		margin: 10px 0 0 0;
	}

}

@media (min-width: 992px) {

	.productpage_title, 
	.quickview h1.h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.productpage_title::after, 
	.quickview h1.h1::after {
		margin: 15px 0 0 0;
	}

}


/*
 * Cart
 */

.cart-grid-body a.continue-shopping {
	display: inline-block;
	margin: 20px 0 20px 0;
}


/*
 * Checkout
 */

button.continue {
	margin: 20px 0 20px 0;
}

.condition-label a {
	font-weight: 600;
}

#checkout #footer .js-modal-content {
	color: #262626;
}


/*
 * Custom styles
 */

.text-green {
	color: #a2b920;
}

.text-orange {
	color: #ef7400;
}


/*
 * Widgets
 */
 
/* User info */

#header .user-info {
	padding: 2px 0px 2px 20px;
	height: 24px;
}

#header .user-info .user-info-title {
	line-height: 20px;
}

@media (max-width: 767px) {

	#header .header-nav .user-info {
		text-align: left;
		float: right;
		display: block;
	}

}

@media (min-width: 768px) {

	#header .user-info {
  		padding-top: 5px;
  		padding-bottom: 5px;
	}

}
 
@media (min-width: 992px) {

	#header .user-info {
  		padding-top: 10px;
  		padding-bottom: 10px;
	}

}


/* Cart widget */

#header .blockcart {
	position: relative;
	float: right;
	padding: 0px;
	margin: 17px 0px 0px 10px;
	border-left: none;
}

@media (min-width: 768px) {
	
	#header .blockcart {
		margin: 25px 0px 0px 20px;
	}

}

@media (min-width: 992px) {
	
	#header .blockcart {
		margin: 29px 0px 0px 30px;
	}

}

#header .blockcart .blockcart-header > a.shopping-cart {
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	background: url(../img/codezeel/top-icon.png) no-repeat scroll 7px -155px #a2b920;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

#header .blockcart .blockcart-header > a.shopping-cart:hover, 
#header .blockcart .blockcart-header > a.shopping-cart:focus {
	background-position: 7px -235px;
}

@media (min-width: 768px) {
	
	#header .blockcart .blockcart-header > a.shopping-cart {
		background-position: 12px -150px;
		width: 44px;
		height: 44px;
	}

	#header .blockcart .blockcart-header > a.shopping-cart:hover, 
	#header .blockcart .blockcart-header > a.shopping-cart:focus {
		background-position: 12px -230px;
	}

}

@media (min-width: 992px) {
	
	#header .blockcart .blockcart-header > a.shopping-cart {
		background-position: center -145px;
		width: 54px;
		height: 54px;
	}

	#header .blockcart .blockcart-header > a.shopping-cart:hover, 
	#header .blockcart .blockcart-header > a.shopping-cart:focus {
		background-position: center -225px;
	}

}

#header .blockcart .blockcart-header > a.shopping-cart .mobile_count {
	top: -4px;
	right: -8px;
	font-size: 11px;
}

@media (min-width: 768px) {
	
	#header .blockcart .blockcart-header > a.shopping-cart .mobile_count {
		top: 0px;
		right: -6px;
		font-size: 11px;
	}

}

@media (min-width: 992px) {
	
	#header .blockcart .blockcart-header > a.shopping-cart .mobile_count {
		top: 2px;
		right: -4px;
	}

}


/* Search widget */

.header-top .search-widget {
	padding: 0;
}

#header .search-widget {
	float: left;
	width: 60%;
	padding-top: 18px;
	text-align: left;
	margin: 0 auto;
	margin-left: 15px;
}
 
@media (min-width: 768px) {

	#header .search-widget {
		width: 50%;
		margin-left: 20px;
		padding-top: 27px;
	}

}

@media (min-width: 992px) {

	#header .search-widget {
		width: 44%;
		padding-top: 30px;
	}

}

@media (min-width: 1200px) {

	#header .search-widget {
		margin-left: 90px;
	}

}

#header .search-widget .search_button {
	display: none;
}

#header .search-widget .search_toggle {
	display: block;
	position: static;
	background: #fff;
    width: 350px;
	top: 57px;
	right: 0;
	z-index: 9;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
}

@media (max-width: 640px) {

	#header .search-widget {
		width: 10px;
	}

	#header .search-widget .search_toggle {
		position: absolute;
		width: calc(100vw - 30px);
		top: 60px;
		left: -165px;
	}
	
	/*
	#header .search-widget form input[type="text"]::placeholder {
		content: "Entrez votre référence de pièce";
	}
	*/

}

@media (min-width: 768px) {

	#header .search-widget .search_toggle {
    	width: auto;
	}

}

@media (min-width: 992px) {

	#header .search-widget .search_toggle {
	}

}

/*
@media (max-width: 991px) {

	#header .search-widget .search_toggle {
    	top: 34px;
    	width: 250px;
    	display: block;
		position: static;
		border-radius: 30px;
		background: #fff;
		z-index: 9;
		top: 57px;
		right: 0;
		-webkit-border-radius: 30px;
		-khtml-border-radius: 30px;
		-moz-border-radius: 30px;
	}

}
*/

#header .search-widget form input[type="text"] {
	background: #ffffff;
	padding: 10px 40px 10px 10px;
	width: 100%;
	height: 34px;
	color: #222222;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	border: 1px solid #f2f2f2;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-moz-box-shadow: 0px 0px 3px 0.1px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 0px 3px 0.1px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 3px 0.1px rgba(0, 0, 0, 0.18);
}

/*
@media (max-width: 991px) {
	
	#header .search-widget form input[type="text"] {
		padding: 10px 50px 10px 25px;
		border-radius: 0;
		height: 45px;
	}

}
*/

@media (min-width: 768px) {
	
	#header .search-widget form input[type="text"] {
		padding: 10px 40px 10px 10px;
		width: 100%;
		height: 40px;
	}
		
}

@media (min-width: 992px) {
	
	#header .search-widget form input[type="text"] {
		padding: 10px 50px 10px 25px;
		width: 100%;
		height: 50px;
		font-size: 13px;
	}
		
}

.search-widget form button[type="submit"] {
	padding: 11px 15px 11px;
}

#header .search-widget form button[type="submit"] {
	top: 2px;
	right: 3px;
}

@media (min-width: 768px) {

	#header .search-widget form button[type="submit"] {
		top: 5px;
		right: 3px;
	}

}

@media (min-width: 992px) {

	#header .search-widget form button[type="submit"] {
		top: 10px;
		right: 10px;
	}

}


/*
 * Modules
 */
 
 
/* CZ Header Block */

#header .header-top #czheadercmsblock {
	display: block !important;
	margin-top: 17px;
	width: 34px;
}

#header .header-top #czheadercmsblock .header-cms {
	padding-left: 0;
}

#header .header-top #czheadercmsblock .header-cms:before {
	display: none;
}

#czheadercmsblock .contact-info {
	display: block;
	padding-top: 0;
	line-height: 34px;
}

#czheadercmsblock .contact-info .contact-info-icon {
	display: inline-block;
	background: url(../img/codezeel/top-icon.png) no-repeat scroll 6px -315px #a2b920;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
}

#czheadercmsblock .contact-info:hover .contact-info-icon, 
#czheadercmsblock .contact-info:focus .contact-info-icon {
	background-position: 6px -395px;
}

#czheadercmsblock .contact-info .contact-info-label {
	display: none;
	line-height: 34px;
	vertical-align: top;
}

@media (min-width: 768px) {
	
	#header .header-top #czheadercmsblock {
		margin-top: 25px;
		width: 44px;
	}
	
	#czheadercmsblock .contact-info .contact-info-icon {
		background-position: 11px -310px;
		width: 44px;
		height: 44px;
		line-height: 44px;
	}

	#czheadercmsblock .contact-info:hover .contact-info-icon, 
	#czheadercmsblock .contact-info:focus .contact-info-icon {
		background-position: 11px -390px;
	}

	#czheadercmsblock .contact-info .contact-info-label {
		font-weight: 600;
		line-height: 44px;
	}

}

@media (min-width: 992px) {
	
	#header .header-top #czheadercmsblock {
		margin-top: 28px;
		width: auto;
	}

	#czheadercmsblock .contact-info .contact-info-icon {
		background-position: center -305px;
		width: 54px;
		height: 54px;
		line-height: 54px;
	}

	#czheadercmsblock .contact-info:hover .contact-info-icon, 
	#czheadercmsblock .contact-info:focus .contact-info-icon {
		background-position: center -385px;
	}

	#czheadercmsblock .contact-info .contact-info-label {
		display: inline-block;
		margin-left: 5px;
		font-weight: 500;
		line-height: 54px;
	}

}

@media (min-width: 1200px) {
	
	#czheadercmsblock .contact-info .contact-info-label {
		font-weight: 600;
	}

}


@media (min-width: 992px) {
	
	#czheadercmsblock .contact-info {
		display: block;
	}
	
}
 

/* CZ Image Slider */

.nivo-directionNav a::before {
	background-color: #a2b920;
}

.nivo-controlNav a:hover, 
.nivo-controlNav a.active {
	background-color: #a2b920;
}


/* CZ Category List Block */

#czcategorylistblock {
	margin: 0px 0px 20px 0px;
	float: none;
}

#czcategorylistblock .block-title {
	font-size: 36px;
}

#czcategorylistblock .block-title::after {
	margin: 0 0 0 0;
}

#czcategorylistblock .section-title {
	font-size: 16px;
	line-height: 21px;
}

#czcategorylistblock .section-title br {
	display: none;
}

@media (min-width: 768px) {

	#czcategorylistblock {
		margin: 35px 0px 20px 0px;
	}
	
	#czcategorylistblock .block-title {
  		font-size: 50px;
	}

	#czcategorylistblock .block-title::after {
  		margin: 15px 0 0 0;
	}
	
	#czcategorylistblock .section-title {
		font-size: 21px;
		line-height: 26px;
	}

	#czcategorylistblock .section-title br {
		display: inline;
	}

}

@media (min-width: 992px) {

	#czcategorylistblock {
		margin: 70px 0px 20px 0px;
	}

	#czcategorylistblock .block-title {
  		font-size: 60px;
	}
	
	#czcategorylistblock .section-title {
		font-size: 26px;
		line-height: 32px;
	}

}


/* CZ Category Image List */

.czcategoryimagelist {
	margin: 0px 0px 0px 0px;
}

@media (min-width: 768px) {

	.czcategoryimagelist {
		margin: 0px 0px 35px 0px;
	}

}

@media (min-width: 992px) {

	.czcategoryimagelist {
		margin: 0px 0px 70px 0px;
	}

}


/* CZ About CMS Block */

#czaboutcmsblock {
	padding: 25px 0px 25px 0px;
}

#czaboutcmsblock .block-title {
	font-size: 16px;
	line-height: 21px;
}

@media (min-width: 768px) {

	#czaboutcmsblock {
		padding: 50px 0px 50px 0px;
	}

	#czaboutcmsblock .block-title {
		font-size: 21px;
		line-height: 26px;
	}

}

@media (min-width: 992px) {

	#czaboutcmsblock {
		padding: 70px 0px 70px 0px;
	}

	#czaboutcmsblock .block-title {
		font-size: 26px;
		line-height: 32px;
	}

}


/* CZ Parallax CMS Block */

#czparallaxcmsblock {
  float: none;
}

#czparallaxcmsblock .parallax {
  padding: 30px 0;
}

#czparallaxcmsblock .parallax-wrapper .title {
	font-size: 16px;
	line-height: 21px;
}

@media (min-width: 768px) {

	#czparallaxcmsblock .parallax {
  		padding: 60px 0;
	}

	#czparallaxcmsblock .parallax-wrapper .title {
		font-size: 21px;
		line-height: 26px;
	}

}

@media (min-width: 992px) {

	#czparallaxcmsblock .parallax {
  		padding: 90px 0;
	}

	#czparallaxcmsblock .parallax-wrapper .title {
		font-size: 26px;
		line-height: 32px;
	}

}


/* CZ Service CMS Block */

#czservicecmsblock .service_container .service-area {
	padding: 10px 0 10px;
}

#czservicecmsblock .service_container .service-area .service-third {
	width: 100%;
}

@media (min-width: 768px) {

	#czservicecmsblock .service_container .service-area {
		padding: 20px 0 20px;
	}

	#czservicecmsblock .service_container .service-area .service-third {
		width: 33.33333%;
	}

}

@media (min-width: 992px) {

	#czservicecmsblock .service_container .service-area {
		padding: 40px 0 40px;
	}

}


/* CZ Home Tab Content */

.cz-hometabcontent {
	margin: 70px 0px 70px 0px;
}

.cz-hometabcontent .products-section-title::after {
	content: "";
	display: block;
	border-bottom: 2px solid #a2b920;
	width: 40px;
	margin: 15px 0 0px 0;
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


/* CZ Footer CMS Block */

#czfootercmsblock .footerlogo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#czfootercmsblock .footerdesc {
	margin-top: 25px;
	text-align: center;
}

@media (min-width: 992px) {
	#czfootercmsblock {
		padding-left: 0;
	}
	#czfootercmsblock .footerlogo img {
		margin: -23px 0 0 0;
	}
	#czfootercmsblock .footerdesc {
		text-align: left;
	}
}


/* CZ Block Payment Logo */

#payement_logo_block_left img {
	opacity: .6;
}

@media (max-width: 639px) {

	#payement_logo_block_left img {
		max-width: 60%;
		height: auto;
	}

}


/* CZ & OWL Carrousel */

.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;
}


/* Block Reassurance */

.blockreassurance_product > div {
	clear: both;
}  

.blockreassurance_product .item-product {
	height: 60px;
	padding-top: 0px;
}  

.blockreassurance_product .block-title {
	display: block;
	padding-top: 8px;
	color: #222222 !important;
	font-size: 1rem;
	font-weight: 500;
}

.blockreassurance_product p {
	color: #222222 !important;
}


/* Mouse grab icon */

.grabbing {
	cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
 
 
/* Custom navigation */

.customNavigation {
	position: absolute;
	width: 100%;
	top: 39%;
	direction: ltr !important;
}

.lastest_block:hover .customNavigation {
	opacity: 1;
	filter: alpha(opacity=100);
}

.customNavigation a, 
.customNavigation a.prev, 
.customNavigation a.next {
	height: 34px;
	width: 34px;
	color: #a2b920;
	display: inline-block;
	float: none;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 34px;
	margin: 0;
	border-radius: 50%;
	padding: 0;
	background: #ebebeb;
	border: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-align: center;
	opacity: 1;
}

.customNavigation a:hover,
.customNavigation a.prev:hover, 
.customNavigation a.next:hover {
	background-color: #a2b920;
	color: #ffffff;
}

.customNavigation a.next::after, 
.customNavigation a.prev::after {
	position: absolute;
	display: block;
	top: 0;
	margin-left: 0;
	width: 34px;
	height: 34px;
	color: #a2b920;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
}

.customNavigation a.next::after {
	left: 2px;
}

.customNavigation a.prev::after {
	left: -2px;
}

.customNavigation a.next:hover::after, 
.customNavigation a.prev:hover::after {
	color: #fff;
}

.customNavigation a.prev {
	left: -20px;
}

.customNavigation a.next {
	right: -20px;
}

@media (min-width: 1501px) {

	.customNavigation a.prev {
		left: -40px;
	}

	.customNavigation a.next {
		right: -40px;
	}

}

@media (max-width: 1500px) {

	.customNavigation a.prev {
		left: -35px !important;
	}

	.customNavigation a.next {
		right: -35px !important;
	}

}


/* CZ Left & Right Banner */

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}

#czleftbanner li, #czrightbanner li {
	display: inline-block;
}

#czleftbanner li a, #czrightbanner li a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

#czleftbanner li a:before, #czrightbanner li a:before {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/* To Top Button */

.top_button {
	display: block;
	position: fixed;
	width: 44px;
	height: 44px;
	right: 20px;
	bottom: 20px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.top_button:before {
	display: inline-block;
	content: "\f106";
	background-color: #a2b920;
	height: 44px;
	width: 44px;
	color: #ffffff;
	float: none;
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 40px;
	vertical-align: top;
	background-color: #a2b920;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius: 50%;
}

.top_button:hover:before {
	color: #222222;
}


/* Spinner */

#index .spinner {
	background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
}


/* Advanced Top Menu */

#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
	font-weight: 500;
}

#adtm_menu .li-niveau1 a.a-niveau1.a-multiline .advtm_menu_span {
	line-height: 1.2rem;
}

@media (max-width: 767px) {

	#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
		color: #000000;
	}

	#adtm_menu .li-niveau1,
	#adtm_menu .li-niveau1 a.a-niveau1 {
		min-height: 30px;
		line-height: 30px;
	}

	#adtm_menu ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text {
		background-color: transparent !important;
		background-position: left center;
		padding-left: 30px;
	}

}

@media (min-width: 768px) {

	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
  		font-size: 13px;
  		letter-spacing: -1px;
	}

	#adtm_menu .li-niveau1 a.a-niveau1.a-multiline .advtm_menu_span {
		display: flex !important;
	  	line-height: 1.2rem;
		align-items: center;
		justify-content: center;
	}
	
	.li-niveau1 a span {
		padding: 0px 5px 0px 5px;
	}

}

@media (min-width: 992px) {

	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
  		font-size: 15px;
  		letter-spacing: normal;
	}

	#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
  		font-weight: 500;
	}
	
	.li-niveau1 a span {
		padding: 0px 7px 0px 7px;
	}

}

@media (min-width: 1200px) {

	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
  		font-size: 16px;
  		letter-spacing: normal;
	}

	#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
  		font-weight: 600;
	}
	
	.li-niveau1 a span {
		padding: 0px 10px 0px 10px;
	}
	
}


/* Advanced Blog */

/* - Sidebar category widget (other pages) */
  
#left-column .widget .widget_title .title {
	color: #a2b920;
	text-transform: none;
	font: 600 18px/24px 'Poppins', sans-serif;
	margin: 0;
}

#left-column .widget .categories li {
	padding: 3px 0;
}

/* - Sidebar category widget (blog pages) */

#module-advanceblog-blog #columns_inner > div > .block-categories:first-child, 
#module-advanceblog-category #columns_inner > div > .block-categories:first-child, 
#module-advanceblog-detail #columns_inner > div > .block-categories:first-child {
	display: none;
}

#module-advanceblog-blog #columns_inner .sidebar_wrapper .widget, 
#module-advanceblog-blog #columns_inner .detail_wrapper .widget,
#module-advanceblog-category #columns_inner .sidebar_wrapper .widget, 
#module-advanceblog-category #columns_inner .detail_wrapper .widget,
#module-advanceblog-detail #columns_inner .sidebar_wrapper .widget, 
#module-advanceblog-detail #columns_inner .detail_wrapper .widget {
	padding: 0;
	border-bottom: none;
}
  
#module-advanceblog-blog #columns_inner .sidebar_wrapper .widget .widget_title, 
#module-advanceblog-blog #columns_inner .detail_wrapper .widget .widget_title,
#module-advanceblog-category #columns_inner .sidebar_wrapper .widget .widget_title, 
#module-advanceblog-category #columns_inner .detail_wrapper .widget .widget_title,
#module-advanceblog-detail #columns_inner .sidebar_wrapper .widget .widget_title, 
#module-advanceblog-detail #columns_inner .detail_wrapper .widget .widget_title {
	height: auto;
	margin-bottom: 0;
	font: 600 18px/24px 'Poppins', sans-serif;
}

#module-advanceblog-blog #columns_inner .sidebar_wrapper .widget .widget_title h2::before, 
#module-advanceblog-blog #columns_inner .detail_wrapper .widget .widget_title h2::before,
#module-advanceblog-category #columns_inner .sidebar_wrapper .widget .widget_title h2::before, 
#module-advanceblog-category #columns_inner .detail_wrapper .widget .widget_title h2::before,
#module-advanceblog-detail #columns_inner .sidebar_wrapper .widget .widget_title h2::before, 
#module-advanceblog-detail #columns_inner .detail_wrapper .widget .widget_title h2::before {
	display: none;
}

#module-advanceblog-blog #columns_inner .sidebar_wrapper .widget .widget_title h2, 
#module-advanceblog-blog #columns_inner .detail_wrapper .widget .widget_title h2,
#module-advanceblog-category #columns_inner .sidebar_wrapper .widget .widget_title h2, 
#module-advanceblog-category #columns_inner .detail_wrapper .widget .widget_title h2,
#module-advanceblog-detail #columns_inner .sidebar_wrapper .widget .widget_title h2, 
#module-advanceblog-detail #columns_inner .detail_wrapper .widget .widget_title h2 {
	color: #a2b920;
	line-height: 24px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#module-advanceblog-blog #columns_inner .sidebar_wrapper .widget .categories ul li,
#module-advanceblog-category #columns_inner .sidebar_wrapper .widget .categories ul li,
#module-advanceblog-detail #columns_inner .sidebar_wrapper .widget .categories ul li {
	padding: 3px 0;
	background: none;
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}

/* - Blog pages */

#module-advanceblog-blog .content_wrapper,
#module-advanceblog-category .content_wrapper {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#module-advanceblog-blog .default .main_wrapper, 
#module-advanceblog-blog .right_column .main_wrapper,
#module-advanceblog-category .default .main_wrapper, 
#module-advanceblog-category .right_column .main_wrapper {
	width: 100%;
}

@media (min-width: 800px) and (max-width: 1050px) {

	#module-advanceblog-blog .default .main_wrapper, 
	#module-advanceblog-blog .right_column .main_wrapper,
	#module-advanceblog-category .default .main_wrapper, 
	#module-advanceblog-category .right_column .main_wrapper {
		width: 62%;
		margin: 0;
		padding: 0;
	}

}

@media (min-width: 1050px) {

	#module-advanceblog-blog .default .main_wrapper, 
	#module-advanceblog-blog .right_column .main_wrapper,
	#module-advanceblog-category .default .main_wrapper, 
	#module-advanceblog-category .right_column .main_wrapper {
		width: 75%;
	}

}

#module-advanceblog-blog .main_wrapper .blog_heading,
#module-advanceblog-category .main_wrapper .main_slider {
	border-bottom: none;
	padding: 0;
}

#module-advanceblog-category .main_wrapper .main_slider .item {
	display: none;
}

#module-advanceblog-blog .main_wrapper .blog_heading h1,
#module-advanceblog-category .main_wrapper .main_slider h1,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h1 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #000000;
	font: 600 26px/32px 'Poppins', sans-serif;
	border-bottom: none;
	text-transform: none;
	letter-spacing: 0px;
}

#module-advanceblog-blog .main_wrapper .blog_heading h1::after,
#module-advanceblog-category .main_wrapper .main_slider h1::after,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h1::after {
	border-bottom: 2px solid #a2b920;
	content: "";
	display: block;
	margin: 15px 0 0 0;
	text-align: left;
	width: 40px;
}

#module-advanceblog-detail .main_wrapper .main_slider {
	display: none;
}

#module-advanceblog-blog .main_wrapper .blog_post_feed.grid,
#module-advanceblog-category .main_wrapper .blog_post_feed.grid {
	width: 100%;
	margin: 10px 0 10px 0;
	margin-bottom: 10px;
	background: #fbfbfb;
	padding: 10px;
	border: 1px solid #f8f8f8;
	border-radius: 0;
}

@media (min-width: 960px) {

	#module-advanceblog-blog .main_wrapper .blog_post_feed.grid,
	#module-advanceblog-category .main_wrapper .blog_post_feed.grid {
		width: calc( 50% - 19px );
		margin: 10px;
		margin-bottom: 10px;
	}

}

#module-advanceblog-blog .main_wrapper .blog_post_feed.grid:nth-child(odd),
#module-advanceblog-category .main_wrapper .blog_post_feed.grid:nth-child(odd) {
	margin-right: 0;
}

#module-advanceblog-blog .main_wrapper .blog_post_feed.grid:nth-child(even),
#module-advanceblog-category .main_wrapper .blog_post_feed.grid:nth-child(even) {
	margin-left: 0;
}

#module-advanceblog-blog .main_wrapper .blog_post_feed.grid:hover,
#module-advanceblog-category .main_wrapper .blog_post_feed.grid:hover {
	border-color: #a2b920;
}

#module-advanceblog-blog .main_wrapper .blog_post_feed a:hover,
#module-advanceblog-category .main_wrapper .blog_post_feed a:hover {
	color: #a2b920 !important;
}

#module-advanceblog-blog .main_wrapper .blog_post_feed.grid article h2,
#module-advanceblog-category .main_wrapper .blog_post_feed.grid article h2 {
	color: #000000;
}

#module-advanceblog-blog .main_wrapper .blog_post_feed .fmmblogReadmoreTag,
#module-advanceblog-category .main_wrapper .blog_post_feed .fmmblogReadmoreTag {
	display: block;
	text-transform: uppercase;
}

#module-advanceblog-blog .main_wrapper .block-image .thumb {
	display: none;
}

#module-advanceblog-blog .main_wrapper .blog_post_feed article .retitle + div {
	display: none;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed, 
#module-advanceblog-detail .home_wrapper .blog_post_feed {
	margin-bottom: 0;
	border-bottom: none;
}

#module-advanceblog-detail .main_wrapper.detail_wrapper .widget {
	display: none;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail ul {
	padding-left: 30px;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h1,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h2,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h3,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h4,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h5,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h6 {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	line-height: 1.25rem;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h1,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h2 {
	line-height: 1.75rem;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h3 {
	margin-top: 20px;
	font-size: 18px;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h4 {
	font-size: 16px;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h5,
#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article h6 {
	font-size: 14px;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article p {
	padding: 0;
	color: #878787;
	line-height: 1;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed.detail article ul li {
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #878787;
	line-height: 1;
	list-style: disc;
}

#module-advanceblog-detail .main_wrapper .blog_post_feed article .blog_info {
	display: none;
}

/* Free Shipping Info */

#freeshippinginfo {
	font-weight: 600;
}

/* GLS */

.gls-heading.bg-primary {
	background-color: #a2b920 !important;
} 

.gls-heading.bg-primary.text-white strong {
	color: #fff !important;
}
