/********************************************************

			Codezeel Custom Styles

********************************************************/



:root {

    --global-palette1: #fa8b6e;          /* Primary color */

    --global-palette2: #111111;          /* Secondary color */

    --global-palette3: #111111;          /* Heading color */

    --global-palette4: #666666;          /* Body text Color */

    --global-palette5: #222222;          /* Body light text color */

    --global-palette6: #848484;          /* Light color */

    --global-palette7: #f2f2f2;          /* Light background color */

    --global-palette8: #f8f8f8;          /* Extra light background color (box layout) */

    --global-palette9: #ffffff;          /* White color */

    

    --border: 1px solid #e5e5e5;         /* Border */

    --price-color: #fa8b6e;              /* Price color */ 

    --global-border-radius: 0px;           /* Border radius */

	--global-palette1-bkgtext-color: #ffffff;          /* Text color */



    --global-box-shadow: 0px 4px 9px rgba(0,0,0,0.10);             /* Box shadow */



    /* Link color */

	--global-palette-link-color: var(--global-palette3);           /* link color */

	--global-palette-link-color-hover: var(--global-palette1);       /* link color (hover) */

	

	--global-palette-highlight: var(--global-palette1);          

    --global-palette-highlight-alt: var(--global-palette2);       



    /* Primary button */

    --global-primary-btn-bg: var(--global-palette1);

    --global-primary-btn-bg-hover: var(--global-palette2);

    --global-primary-btn-color: var(--global-palette1-bkgtext-color);

    --global-primary-btn-color-hover: var(--global-palette9);



    /* Secondary button */

    --global-secondary-btn-bg: var(--global-palette1);

    --global-secondary-btn-bg-hover: var(--global-palette2);

    --global-secondary-btn: var(--global-palette3);

    --global-secondary-btn-hover: var(--global-palette1-bkgtext-color);



--global-body-font-family: "Lexend", sans-serif, "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

--global-heading-font-family: "Lexend", sans-serif, "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

--global-banner-font-family: "Lexend", sans-serif, "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";




    /* Container width and padding */

    --global-content-width: 1430px;             /* Container width */   

    --global-container-padding: 15px;           /* Container padding */

    --global-row-margin: -15px;                 /* Row padding */



    /* Global Section Margin */

    --global-section-margin-desktop: 80px;           /* Desktop Section Margin */

    --global-section-margin-laptop: 60px;           /* Laptop Section Margin */

    --global-section-margin-tablet: 50px;           /* Tablet Section Margin */

    --global-section-margin-mobile: 40px;           /* Mobile Section Margin */

}



.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-wrapper, .owl-carousel .owl-item {

	-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;

	width: 275px;

}



/* mouse grab icon */

.grabbing {

	cursor: url("../img/codezeel/grabbing.png") 8 8, move;

}







/* customNavigation css code */

.customNavigation,

.owl-carousel .owl-controls {

	top: 40%;

	transform: translateY(-50%);

	right: auto;

	left: 0px;

	width: 100%;

	position: absolute;

	z-index: 1;

	opacity: 0;

	bottom: auto;

}

/* .owl-carousel .owl-controls{

	top: auto;

	bottom: -50px;

} */

.homeblog-latest .customNavigation{

	top: 48%;

}

.products-section:hover .customNavigation,

.homeblog-latest:hover .customNavigation  {

	opacity: 1;

}

.products .owl-carousel .owl-controls .owl-pagination {

	display: none;

}

.customNavigation a.btn.prev,

.owl-controls .owl-buttons .owl-prev,

.owl-controls .owl-buttons .owl-next,

.customNavigation a.btn.next {

    font-size: 0;

    background: var(--global-palette9);

    border-radius: 50%;

    position: absolute;

    bottom: 100%;

    right: -7px;

    left: auto;

    width: 42px;

    height: 42px;

    border: 0;

    /* box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12); */

    transition: all .3s ease-in-out;

    line-height: 26px;

    border: var(--border);

    padding: 6px 16px;

	cursor: pointer;

}

.owl-controls .owl-buttons .owl-prev,

.customNavigation a.btn.prev {

    left: -7px;

    right: auto;

}

.customNavigation a.btn.prev:hover, 

.owl-controls .owl-buttons .owl-prev:hover,

.owl-controls .owl-buttons .owl-next:hover,

.customNavigation a.btn.next:hover{

	color: var(--global-palette1-bkgtext-color);

	background-color: var(--global-palette1);

	border-color: var(--global-palette1);

}



.owl-controls .owl-buttons .owl-prev::before,

.customNavigation a.prev::before {

	content: "\f104";

}

.owl-controls .owl-buttons .owl-next::before,

.customNavigation a.next::before {

	content: "\f105";

}

.owl-controls .owl-buttons .owl-prev::before,

.owl-controls .owl-buttons .owl-next::before,

.customNavigation a::before {

	font-size: 24px;

	font-family: "FontAwesome";

	color: var(--global-palette3);

}



.czcategoryimagelist .customNavigation,

.testimonial-block .customNavigation{

	display: none;

}

#czinstagramblock .customNavigation {

	top: 40%;

}

#czinstagramblock:hover .customNavigation,

.instagramblock:hover #instagram-carousel.owl-carousel .owl-controls {

	opacity: 1;

}

.testimonial-block .owl-carousel .owl-controls,

.czcategoryimagelist .owl-carousel .owl-controls {

	bottom: -30px;

	top: auto;

	transform: none;

}

/* .czcategoryimagelist .owl-carousel .owl-controls {

	bottom: 0px;

} */

/* owl-controls css code */

.owl-controls {

	text-align: center;

	clear: both;

	line-height: 0;

	opacity: 0;

	filter: alpha(opacity=0);

	padding: 0;

    position: absolute;

    bottom: -30px;

	left: 0;

    width: 100%;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;	

}

.owl-controls .owl-page {

	margin: 20px 4px 0px;

	display: inline-block;

	zoom: 1;

	cursor: pointer;

	background: #dddddd;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	border-radius: 50%;

}



.owl-controls .owl-page:hover,

.owl-page.active {

	display: inline-block;

	zoom: 1;

	cursor: pointer;

	-webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;

	-moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;

	-o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;

	transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	background-color: var(--global-palette1);

}



.owl-controls .owl-page span {

	width: 9px;

	height: 9px;

	display: block;

	cursor: pointer;

	margin: 1px;

	text-indent: -9999px;

}



.special-products:hover .owl-controls,

#czcategoryimagelist:hover .owl-controls,

#cztestimonialcmsblock .owl-controls {

	opacity: 1;

	filter: alpha(opacity=100);

}





/* .customNavigation a, 

.images-container .js-qv-mask .customNavigation a {

	font-size: 0;

	position: static;

	font-weight: 300;

	height: 30px;

	width: 25px;

	line-height: 29px;

	padding: 0;

	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;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	z-index: 9;

}



.images-container .js-qv-mask .customNavigation a {

	position: absolute;

}







.images-container .js-qv-mask .customNavigation a::before {

	font-size: 32px;

}

*/









.owl-controls .owl-buttons .owl-prev:hover::before,

.owl-controls .owl-buttons .owl-next:hover::before,

.customNavigation a:hover::before ,

.images-container .js-qv-mask .customNavigation a:hover::before  {

	color: var(--global-palette1-bkgtext-color);

	/* background-color: var(--global-palette1); */

}

/* .special-products .customNavigation a::before{

	color: var(--global-palette9);

} */

/* .special-products .customNavigation a:hover::before{

	color: var(--global-palette3);

} */



.nivo-directionNav a {

	width: 50px;

	height: 50px;

}

.czhomeslider .nivo-directionNav .nivo-prevNav {

	background-image: url(../img/codezeel/slider-left-arrow.svg);

}



.czhomeslider .nivo-directionNav .nivo-nextNav {

	background-image: url(../img/codezeel/slider-right-arrow.svg);

}



.czhomeslider .nivo-directionNav .nivo-prevNav:hover {

	background-image: url(../img/codezeel/slider-left-arrow-hover.svg);

}



.czhomeslider .nivo-directionNav .nivo-nextNav:hover {

	background-image: url(../img/codezeel/slider-right-arrow-hover.svg);

}



@media (max-width: 1500px) {}



@media (max-width: 991px) {

	.owl-controls .owl-buttons .owl-next,

	.owl-controls .owl-buttons .owl-prev,

	.customNavigation a.btn.prev,

	.customNavigation a.btn.next {

		width: 37px;

		height: 37px;

		line-height: 20px;

		padding: 6px 14px;

	}

	.images-container .js-qv-mask .customNavigation a.prev {

		left: 0px;

	}

	.images-container .js-qv-mask .customNavigation a.next {

		right: 0px;

	}

	.testimonial-block .owl-carousel .owl-controls, 

	.czcategoryimagelist .owl-carousel .owl-controls{

		opacity: 1;

		filter: alpha(opacity = 100);

	}

	#category-description, .outer-functional .functional-buttons .quickview{
		display: none;
	}

}

@media (max-width: 1199px) {

	.owl-controls .owl-buttons .owl-next,

	.customNavigation a.btn.next {

		right: 2px;

	}

	.owl-controls .owl-buttons .owl-prev,

	.customNavigation a.btn.prev {

		left: 2px;

	}

}



#left-column #czleftbanner ,

#czrightbanner{

	border: 0px;

	padding: 0;

	background: none;

}

#czleftbanner img,

#czrightbanner img {

	max-width: 100%;

}



#czleftbanner li,

#czrightbanner li {

    display: inline-block;

    vertical-align: top;

    overflow: hidden;

}



#czleftbanner li a,

#czrightbanner li a,

#czleftbannercmsblock li a {

    display: inline-block;

    vertical-align: top;

    overflow: hidden;

    position: relative;

}



#czleftbanner li a img,

#czleftbannercmsblock li img {

	border-radius: var(--global-border-radius);

	-webkit-border-radius: var(--global-border-radius);

	-khtml-border-radius: var(--global-border-radius);

	-moz-border-radius: var(--global-border-radius);

	max-width: 100%;

}



#czleftbanner li a:before,

#czrightbanner li a:before,

#czleftbannercmsblock li a::before {

	background: rgba(255, 255, 255, .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,

#czleftbannercmsblock 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;

}



.top_button {

	bottom: 90px;

	cursor: pointer;

	display: none;

	height: 44px;

	padding: 0px 12px;

	position: fixed;

	right: 20px;

	text-align: center;

	width: 44px;

	z-index: 98;

	font-size: 0px;

	border-radius: 50px;

	-webkit-border-radius: 50px;

	-khtml-border-radius: 50px;

	-moz-border-radius: 50px;

	background: var(--global-palette1);

	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;

	animation-name: hvr-icon-bob-float, hvr-icon-bob;

	-webkit-animation-duration: .3s, 1.5s;

	animation-duration: .3s, 1.5s;

	-webkit-animation-delay: 0s, .3s;

	animation-delay: 0s, .3s;

	-webkit-animation-timing-function: ease-out, ease-in-out;

	animation-timing-function: ease-out, ease-in-out;

	-webkit-animation-iteration-count: 1, infinite;

	animation-iteration-count: 1, infinite;

	-webkit-animation-fill-mode: forwards;

	animation-fill-mode: forwards;

	-webkit-animation-direction: normal, alternate;

	animation-direction: normal, alternate;

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-ms-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	border: 2px solid #f5f5f5;

}

.top_button:before {

	color: var(--global-palette1-bkgtext-color);

	content: "\f102";

	font-family: "FontAwesome";

	font-size: 22px;

	line-height: 37px;

	font-weight: 300;

}

.top_button:after {

	border: 2px solid var(--global-palette1);

	border-radius: 50px;

	-webkit-border-radius: 50px;

	-khtml-border-radius: 50px;

	-moz-border-radius: 50px;

	bottom: -5px;

	height: 50px;

	opacity: 1;

	right: -5px;

	content: "";

	position: absolute;

	width: 50px;
	
	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-ms-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

}



.top_button:hover:after {

	animation: unset;

	-webkit-animation: unset;

}



@keyframes blink {

	to {

		visibility: hidden;

	}

}



@-webkit-keyframes blink {

	to {

		visibility: hidden;

	}

}



/* Icon Bob */

@-webkit-keyframes hvr-icon-bob {

	0% {

		-webkit-transform: translateY(-6px);

		transform: translateY(-6px);

	}



	50% {

		-webkit-transform: translateY(-2px);

		transform: translateY(-2px);

	}



	100% {

		-webkit-transform: translateY(-6px);

		transform: translateY(-6px);

	}

}



@keyframes hvr-icon-bob {

	0% {

		-webkit-transform: translateY(-6px);

		transform: translateY(-6px);

	}



	50% {

		-webkit-transform: translateY(-2px);

		transform: translateY(-2px);

	}



	100% {

		-webkit-transform: translateY(-6px);

		transform: translateY(-6px);

	}

}



@-webkit-keyframes hvr-icon-bob-float {

	100% {

		-webkit-transform: translateY(-6px);

		transform: translateY(-6px);

	}

}



@keyframes hvr-icon-bob-float {

	100% {

		-webkit-transform: translateY(-6px);

		transform: translateY(-6px);

	}

}





/* Flexslider */

#index .spinner {

    background: url(../img/codezeel/loading.gif) no-repeat center center #f6f6f6;

    width: 100%;

    min-height: 750px;

	border-radius: var(--global-border-radius);

	-webkit-border-radius: var(--global-border-radius);

	-khtml-border-radius: var(--global-border-radius);

	-moz-border-radius: var(--global-border-radius);

}

@media (max-width: 1400px) {

	#index .spinner {

		min-height: 560px;

	}

}

@media (max-width: 1199px) {

	#index .spinner {

		min-height: 480px;

	}

}

@media (max-width: 991px) {

	#index .spinner {

		min-height: 400px;

	}

}

@media (max-width: 767px) {

	#index .spinner {

		min-height: 310px;

	}
	

}

@media (max-width: 575px) {

	#index .spinner {

		min-height: 235px;

	}

	#subcategories ul li .subcategory-image a {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
	}

	#subcategories ul li .subcategory-image{
		width: 120px;
	}

}

@media (max-width: 320px) {

	#index .spinner {

		min-height: 150px;

	}

}



/*-------------------------- Start Home page Testimonial Block -------------------------------*/

#cztestimonialcmsblock {

	position: relative;

	float: left;

	width: 100%;

	clear: both;

}

#cztestimonialcmsblock .testimonial-wrapper {

	margin: 0px;

}

#cztestimonialcmsblock .testimonial-area {

	float: left;

	width: 100%;

	position: relative;

	padding-block: 115px;

    background-color: var(--global-palette1);

    z-index: 1;

}

#cztestimonialcmsblock .testimonial-area:after {

    content: "";

    background-color: #fafafaeb;

    width: 100%;

    height: 100%;

    z-index: -1;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}

#cztestimonialcmsblock .item {

	margin: 0px auto;

	padding: 0 10px;

	text-align: center;

	max-width: 900px;

}

#cztestimonialcmsblock .products-section-title {

	display: none;

}

#cztestimonialcmsblock .item .feedback-title {

    font-size: 20px;

    font-weight: 500;

    color: var(--global-palette3);

    font-family: var(--global-heading-font-family);

}

#cztestimonialcmsblock .item .feedback {

    font-size: 15px;

    line-height: 28px;

    margin: 10px 0 15px;

}

#cztestimonialcmsblock .item .testimonial-inner {

	display: block;

	align-items: center;

}

#cztestimonialcmsblock .item .author-image img {

	max-width: 78px;

	border-radius: 50%;

	height: auto;

	margin-bottom: 15px;

}

#cztestimonialcmsblock .item .author-name a {

	font-size: 18px;

	font-weight: 500;

	font-family: var(--global-heading-font-family);

	color: var(--global-palette3);

}

#cztestimonialcmsblock .item .star-img {

	display: none;

	width: 110px;

    height: 20px;

    margin: 0 auto 20px;

	mask-image: url(../img/codezeel/rating.svg);

    -webkit-mask-image: url(../img/codezeel/rating.svg);

    -webkit-mask-size: 110px;

    mask-size: 110px;

    -webkit-mask-repeat: no-repeat;

    mask-repeat: no-repeat;

    mask-position: center;

    -webkit-mask-position: center;

	background-color: #ffc000;

}

@media(max-width:991px) {

	#cztestimonialcmsblock .testimonial-area{

		padding-block: 85px;

	}

	#cztestimonialcmsblock .item .feedback-title {

		font-size: 18px;

	}

	#cztestimonialcmsblock .item .feedback {

		font-size: 14px;

		line-height: 26px;

	}

}

@media(max-width:575px) {

	#cztestimonialcmsblock .testimonial-area {

		padding-block: 60px;

	}

}

@media(max-width:480px) {}



/*-------------------------- Start Home page sticky scroll -------------------------------*/

.stickyscroll > .scroll-item {

	min-height: auto;

	display: flex;

	justify-content: center;

	flex-shrink: 0;

}

.stickyscroll {

	overflow-x: auto;

	scrollbar-width: thin;

	flex-wrap: nowrap;

	display: flex;

	overflow-y: hidden;

	scroll-behavior: smooth;

}

.stickyscroll::-webkit-scrollbar {

	width: 5px;

	height: 4px;

	background-color: #ced8ce;

}

.stickyscroll::-webkit-scrollbar-thumb {

	background: #a8a8a8;

}



/*-------------------------- Start Home page Service CMS Block -------------------------------*/

#czservicecmsblock {

	clear: both;

	width: 100%;

	position: relative;

	float: left;

	padding: 94px 0;

	background-color: #f8f8f8;

	z-index: 0;

	border-radius: 25px !important;

}

#czservicecmsblock:after {

    content: "";

    width: 100%;

    height: 100%;

    background-color: #f8f8f8;

	border-radius: 25px !important;

    /* background-color: #faf2f0; */

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    z-index: -1;

}

#czservicecmsblock .service-area {

	justify-content: space-between;

	gap: 35px;	

    padding-bottom: 10px;
	padding-top: 20px;

}

#czservicecmsblock .service-fourth {

    position: relative;

    display: -webkit-box;

    display: -moz-box;

    display: box;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flexbox;

    -js-display: flex;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    flex-direction: column;

	gap: 15px;

}

#czservicecmsblock .service-content {

	max-width: 290px;

}

#czservicecmsblock .service-content .service-heading {

    text-transform: capitalize;

    font-size: 18px;

    font-weight: 500;

    font-family: var(--global-heading-font-family);

    color: var(--global-palette3);

	margin-bottom: 7px;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

#czservicecmsblock .service-description {

	line-height: 22px;

}

#czservicecmsblock .service-icon {

	
	width: 200px;

    height: 200px;

    position: relative;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

	border: var(--border);

    border-radius: 50%;

	background-color: var(--global-palette9);

}

#czservicecmsblock .service-icon::before{

	content: '';

    width: 100%;

    height: 100%;

    display: inline-block;

    -webkit-mask-repeat: no-repeat;

    mask-repeat: no-repeat;

    mask-position: center;

    vertical-align: sub;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

    background: var(--global-palette3);

}

#czservicecmsblock .service1 .icon1::before{

	-webkit-mask-image: url(../img/codezeel/service/service-1.svg);

	mask-image: url(../img/codezeel/service/service-1.svg);

	-webkit-mask-size: 45px;

	mask-size: 45px;

}

#czservicecmsblock .service2 .icon2::before {

	-webkit-mask-image: url(../img/codezeel/service/service-2.svg);

	mask-image: url(../img/codezeel/service/service-2.svg);

	-webkit-mask-size: 60px;

	mask-size: 60px;

}

#czservicecmsblock .service3 .icon3::before {

	-webkit-mask-image: url(../img/codezeel/service/service-3.svg);

	mask-image: url(../img/codezeel/service/service-3.svg);

	-webkit-mask-size: 55px;

	mask-size: 55px;

}

#czservicecmsblock .service4 .icon4::before {

	-webkit-mask-image: url(../img/codezeel/service/service-4.svg);

	mask-image: url(../img/codezeel/service/service-4.svg);

	-webkit-mask-size: 59px;

	mask-size: 59px;

}

#czservicecmsblock .service-fourth:hover .service-icon {

	background-color: var(--global-palette1);

	-webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

#czservicecmsblock .service-fourth:hover .service-icon::before{

	background-color: var(--global-palette9);

	-webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

@media screen and (max-width: 991px) {

	#czservicecmsblock{

		padding-block: 74px;

	}

	.czcategoryimagelist .categoryblock .cate-heading a {

		font-size: 16px;

	}

}

@media screen and (max-width: 767px) {

	#czservicecmsblock .service-icon {

		width: 100px;

		height: 100px;

	}

	#czservicecmsblock .service1 .icon1::before{

		-webkit-mask-size: 35px;

		mask-size: 35px;

	}

	#czservicecmsblock .service2 .icon2::before{

		-webkit-mask-size: 50px;

		mask-size: 50px;

	}

	#czservicecmsblock .service3 .icon3::before{

		-webkit-mask-size: 45px;

		mask-size: 45px;

	}

	#czservicecmsblock .service4 .icon4::before{

		-webkit-mask-size: 49px;

		mask-size: 49px;

	}

}

@media screen and (max-width: 575px) {

	#czservicecmsblock{

		padding-block: 0px;

	}

}



/*********************************** CMS banner block   ******************************************/

#czbannercmsblock {

    clear: both;

    float: left;

    width: 100%;

    position: relative;

    overflow: hidden;

}

#czbannercmsblock .cmsbanners {

	display: flex;

    justify-content: space-between;

    gap: 30px;

}

#czbannercmsblock .cmsbanners .cmsbanner {

	position: relative;

	overflow: hidden;

	vertical-align: top;

	display: inline-block;

	border-radius: var(--global-border-radius);

	-webkit-border-radius: var(--global-border-radius);

	-khtml-border-radius: var(--global-border-radius);

	-moz-border-radius: var(--global-border-radius);

}

#czbannercmsblock .cmsbanners .cmsbanner img {

	-webkit-transition: all 800ms ease 0s;

	-moz-transition: all 800ms ease 0s;

	-o-transition: all 800ms ease 0s;

	transition: all 800ms ease 0s;

}

#czbannercmsblock .cmsbanners .cmsbanner:hover img {

	-webkit-transform: scale(1.05);

	-ms-transform: scale(1.05);

	transform: scale(1.05);

	-webkit-transition: all 800ms ease 0s;

	-moz-transition: all 800ms ease 0s;

	-o-transition: all 800ms ease 0s;

	transition: all 800ms ease 0s;

}

#czbannercmsblock .cmsbanner-content {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 20px;

    text-align: left;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-content: flex-start;

    align-items: flex-start;

    color: var(--global-palette3);

}

#czbannercmsblock .cmsbanner-content .sub-title {

    font-size: 15px;

    font-weight: 500;

    text-transform: uppercase;

    margin-bottom: 12px;

}

#czbannercmsblock .cmsbanner-content .main-title {

    font-size: 34px;

    font-weight: 500;

    line-height: 40px;

    font-family: var(--global-banner-font-family);

    margin-bottom: 25px;

}

#czbannercmsblock .cmsbanner-content .main-title span {

	display: block;

}

#czbannercmsblock a.banner-anchor {

	position: relative;

	display: inline-block;

}

@media (max-width: 1399px) {

	#czbannercmsblock .cmsbanner-content .main-title {

		font-size: 28px;

		line-height: 34px;

	}

}

@media (max-width: 1199px) {

	#czbannercmsblock .cmsbanner-content .sub-title {

		line-height: 18px;

	}

	#czbannercmsblock .cmsbanner-content .main-title {

		font-size: 26px;

		line-height: 32px;

		margin-bottom: 20px;

	}

	#czbannercmsblock .cmsbanner-content  .btn-primary {

		padding: 9px 23px;

	}

}

@media (max-width: 991px) and (min-width: 768px) {

	#czbannercmsblock .cmsbanners{

		gap: 15px;

	}

	#czbannercmsblock .cmsbanner-content .sub-title {

		font-size: 14px;

		margin-bottom: 10px;

	}

	#czbannercmsblock .cmsbanner-content .main-title {

		font-size: 20px;

		line-height: 24px;

	}

}

@media (max-width: 767px) {

	#czbannercmsblock .cmsbanners {

		flex-direction: column;

		align-items: center;

		gap: 20px;

	}

	#czbannercmsblock .cmsbanner-content  .btn-primary {

		padding: 8px 18px;

		font-size: 13px;

	}

}

@media (max-width: 575px) {

	#czbannercmsblock .cmsbanner-content .sub-title {

		font-size: 14px;

	}

	#czbannercmsblock .cmsbanner-content .main-title {

		font-size: 24px;

		line-height: 30px;

	}

	#czbannercmsblock .cmsbanner-content  .btn-primary {

		padding: 7px 16px;

		font-size: 12px;

		line-height: 20px;

	}

}

@media (max-width: 480px) {

	#czbannercmsblock .cmsbanner-content .sub-title {

		font-size: 13px;

		line-height: 16px;

		margin-bottom: 8px;

	}

	#czbannercmsblock .cmsbanner-content .main-title {

		font-size: 20px;

		line-height: 28px;

		margin-bottom: 10px;

	}

}

@media (max-width: 380px) {

	#czbannercmsblock .cmsbanner-content{

		right: 10px;

	}

	#czbannercmsblock .cmsbanner-content .sub-title {

		display: none;

	}

	#czbannercmsblock .cmsbanner-content .main-title {

		font-size: 15px;

		line-height: 20px;

	}

	#czbannercmsblock .cmsbanner-content  .btn-primary {

		padding-inline: 12px;

		line-height: 18px;

	}

}

/*********************************** Sub banner CMS block   ******************************************/

#czsubbannercmsblock {

    float: left;

    width: 100%;

    position: relative;

    clear: both;

	margin-top: 30px;

}

#czsubbannercmsblock .container {

	width: 100%;

	padding: 0 30px;

}

#czsubbannercmsblock .subbanners {

    display: flex;

    justify-content: space-around;

    gap: 30px;

}

#czsubbannercmsblock .subbanners .subbanner {

	position: relative;

	overflow: hidden;

	vertical-align: top;

	display: inline-block;

	border-radius: var(--global-border-radius);

	-webkit-border-radius: var(--global-border-radius);

	-khtml-border-radius: var(--global-border-radius);

	-moz-border-radius: var(--global-border-radius);

}

#czsubbannercmsblock .subbanners .subbanner img {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}

#czsubbannercmsblock .subbanners .subbanner:hover img {

	-webkit-transform: scale(1.05);

	-ms-transform: scale(1.05);

	transform: scale(1.05);

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

#czsubbannercmsblock .subbanners .subbanner a.banner-anchor {

	display: block;

	position: relative;

	overflow: hidden;

}

#czsubbannercmsblock .subbanner-content {

	position: absolute;

	top: 0;

	bottom: 0;

	right: 25px;

	text-align: left;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-content: flex-start;

	align-items: flex-start;

	color: var(--global-palette3);

}

#czsubbannercmsblock .subbanner-content .sub-title{

	font-weight: 500;

	text-transform: uppercase;

	margin-bottom: 10px;

}

#czsubbannercmsblock  .subbanner-content .main-title {

    font-size: 28px;

    font-weight: 500;

    line-height: 34px;

    font-family: var(--global-banner-font-family);

    margin-bottom: 20px;

	letter-spacing: 0;

}

#czsubbannercmsblock .subbanner-content .main-title span {

	display: block;

}

#czsubbannercmsblock .subbanner-content .btn-primary {

    background: transparent;

    color: var(--global-palette1);

    text-decoration: underline;

    padding: 0;

}

#czsubbannercmsblock .subbanner-content .btn-primary:hover{

	text-decoration: none;

}

@media (max-width: 1399px) {

	#czsubbannercmsblock .subbanner-content .main-title {

		font-size: 24px;

		line-height: 30px;

		margin-bottom: 15px;

	}

}

@media (max-width: 1199px) {

	#czsubbannercmsblock .container {

		width: 100%;

		padding: 0 15px;

	}

	#czsubbannercmsblock .subbanners {

		gap: 15px;

	}

	#czsubbannercmsblock .subbanner-content{

		right: 15px;

	}

	#czsubbannercmsblock .subbanner-content .sub-title {

		font-size: 13px;

		line-height: 18px;

	}

	#czsubbannercmsblock .subbanner-content .main-title {

		font-size: 18px;

		line-height: 24px;

		margin-bottom: 10px;

	}

}

@media (max-width: 991px) and (min-width: 576px) {

	#czsubbannercmsblock .subbanners {

		gap: 20px;

		flex-wrap: wrap;

		justify-content: center;

	}

	#czsubbannercmsblock .subbanner-content {

		right: 25px;

	}

	#czsubbannercmsblock .subbanners .one-half {

		width: auto;

		max-width: calc(50% - 10px);

	}

	#czsubbannercmsblock .subbanner-content .main-title {

		font-size: 22px;

		line-height: 28px;

		margin-bottom: 15px;

	}

}

@media (max-width: 650px) {

	#czsubbannercmsblock .subbanner-content {

		right: 20px;

	}

	#czsubbannercmsblock .subbanner-content .main-title {

		font-size: 20px;

		line-height: 24px;	

		margin-bottom: 10px;

	}

}

@media (max-width: 575px) {

	#czsubbannercmsblock .subbanners {

		flex-direction: row;

	}

	#czsubbannercmsblock .subbanner-content {

		right: 25px;

	}

	#czsubbannercmsblock .subbanner-content .main-title {

		font-size: 22px;

		line-height: 26px;	

	}

}

@media (max-width: 480px) {}

@media (max-width: 380px) {

	#czsubbannercmsblock .subbanner-content .main-title {

		font-size: 18px;

		line-height: 24px;

	}

}



/*-------------------------- Start Categoty Image list CMS Block -------------------------------*/

#index .czcategoryimagelist + section {

	margin-top: 50px;

}

.czcategoryimagelist {

	clear: both;

	float: left;

	width: 100%;

	position: relative;

	overflow: hidden;

	padding-bottom: 30px;

}

.czcategoryimagelist_block {

	margin: 0 -14px;

}

.czcategoryimagelist .categoryblock .categoryimage a {

    overflow: hidden;

    display: block;

    position: relative;

	border-radius: var(--global-border-radius);

	-webkit-border-radius: var(--global-border-radius);

	-khtml-border-radius: var(--global-border-radius);

	-moz-border-radius: var(--global-border-radius);

}

.czcategoryimagelist .categoryblock .categoryimage a img {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

	max-width: 100%;

}

.czcategoryimagelist .categoryblock:hover .categoryimage a img {

	-webkit-transform: scale(1.04);

	-ms-transform: scale(1.04);

	transform: scale(1.04);

}

.czcategoryimagelist .product_slider_grid article.grid {

	float: left;

	width: 16%;

}

.czcategoryimagelist .product_slider_grid article {

	position: relative;

	overflow: hidden;

	padding: 0px 14px 0px;

}

.czcategoryimagelist .product_slider_grid .block_content {

	position: relative;

	overflow: hidden;

	cursor: pointer;

	text-align: center;

	width: 100%;

}

.czcategoryimagelist .product_slider_grid .block_content .categoryimage {

	overflow: hidden;

	position: relative;

	display: inline-block;

	vertical-align: top;

	margin: 0 auto;

	margin-bottom: 10px;

	-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;

	border-radius: var(--global-border-radius);

	-webkit-border-radius: var(--global-border-radius);

	-khtml-border-radius: var(--global-border-radius);

	-moz-border-radius: var(--global-border-radius);

}

.czcategoryimagelist .categoryblock .categorylist .cate-heading {

	position: relative;

	display: block;

	width: 100%;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.czcategoryimagelist .categoryblock .cate-heading a {

    font-size: 18px;

    font-weight: 500;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    letter-spacing: 0.5px;

    font-family: var(--global-heading-font-family);

}

.czcategoryimagelist .categoryblock .subcategory article {

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

}

.czcategoryimagelist .categoryblock:hover  .categorylist .cate-quantity{

	opacity: 0;

	filter: alpha(opacity=0);

}

.czcategoryimagelist .categoryblock .categorylist .more {

    opacity: 0;

    filter: alpha(opacity=0);

    transition: none;

    position: absolute;

    top: auto;

    bottom: 0;

    right: 0;

    left: 0;

}

.czcategoryimagelist .categoryblock:hover  .categorylist .more {

	opacity: 1;

	filter: alpha(opacity=100);

}

.czcategoryimagelist .categoryblock .categorylist .more a {

	text-decoration: underline;

	text-transform: uppercase;

	font-size: 14px;

	color: var(--global-palette1);

	font-weight: 500;

}

.czcategoryimagelist .categoryblock .more a:hover {

	text-decoration: none;

}

@media(max-width:1459px) {

	.czcategoryimagelist .product_slider_grid article.grid{

		width: 16.667%;

	}

}

@media(max-width:1199px) {

	.czcategoryimagelist .product_slider_grid article.grid {

		width: 20%;

	}

}

@media (max-width: 991px){

	.czcategoryimagelist .product_slider_grid article.grid {

		width: 25%;

	}

}

@media(max-width:767px) {

	.czcategoryimagelist .product_slider_grid article.grid {

		width: 25%;

	}

}

@media(max-width:575px) {

	.czcategoryimagelist .product_slider_grid article.grid {

		width: 33.33%;

	}

	#index .czcategoryimagelist + section {

		margin-top: 30px;

	}

}

@media(max-width:380px) {

	.czcategoryimagelist .product_slider_grid article.grid {

		width: 50%;

	}

}



/*********** Left Banner CMS Block *********** */

#czleftbannercmsblock {

    width: 245px;

    position: relative;

    margin-top: 15px;

    display: inline-block;

}

#czleftbannercmsblock:before {

	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;

	top: 0;

	bottom: 0;

	opacity: 1;

	filter: alpha(opacity=100);

	content: "";

	left: 50%;

	right: 50%;

	position: absolute;

}

#czleftbannercmsblock:hover:before {

	left: 0;

	right: 0;

	-webkit-transition: all 800ms ease 0s;

	-moz-transition: all 800ms ease 0s;

	-o-transition: all 800ms ease 0s;

	transition: all 800ms ease 0s;

	opacity: 0;

	filter: alpha(opacity=0);

}

#czleftbannercmsblock .probanner-text {

	position: absolute;

	top: 25px;

	bottom: auto;

	left: 0;

	right: 0;

	color: var(--global-palette3);

	text-align: center;

	letter-spacing: 0;

}

#czleftbannercmsblock .pro-lable {

	font-size: 15px;

	text-transform: uppercase;

}

#czleftbannercmsblock .pro-title {

    font-size: 24px;

    line-height: 35px;

    font-weight: 600;

    letter-spacing: 0;

}

#czleftbannercmsblock .pro-title span {

	display: block;

}

#czleftbannercmsblock .pro-inner img {

	border-radius: var(--global-border-radius);

	-webkit-border-radius: var(--global-border-radius);

	-khtml-border-radius: var(--global-border-radius);

	-moz-border-radius: var(--global-border-radius);

    max-width: 100%;

    height: auto;

    margin: 0 30px 0 -3px;

}

@media(max-width: 991px) {

	#czleftbannercmsblock{

		width: 26%;

	}

	#czleftbannercmsblock .pro-title {

		font-size: 20px;

	}

}

@media(max-width: 767px) {

	#czleftbannercmsblock {

		display: none;

	}

	.summary-selected-carrier .row .col-md-2 .logo-container img{
	max-width: 40%;
}
.summary-selected-carrier .row .col-md-2 .logo-container{
	text-align: center;
}

}

.product-reference, .product-quantities, .nav-tabs li:nth-child(2), .product-prices .tax-shipping-delivery-label{
	display: none !important;
}
#footer_account_list li:nth-child(5) {
	display: none !important;
}

.custom-checkbox label em{
	display: none;
}

.copyright p{
	color: white;
}

.card-block li a:hover{
	color: black !important;
	font-weight: bold !important;
}

.block-category .category-cover img{
	display: none !important;
}

.subcategories-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 auto;
  }
  
  .subcategories-list li {
	text-align: center;
	margin: 10px;
  }
  
  .subcategory-image {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  #subcategories .subcategory-heading{
	text-align: left;
	font-weight: bold;
    font-size: 1.6em;
  }

  #block-contact_list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
  }
  
  #block-contact_list li i {
	min-width: 20px;
	text-align: center;
  }

  .blockreassurance_product div p{
	color: #f8f8f8!important;
  }

  .breadcrumb .container h1, .breadcrumb .container li, .breadcrumb .container li a span{
	font-weight: bold;
    color: white !important;
  }

    .breadcrumb .container li span{
		font-weight: 400;
	}

	    .breadcrumb .container li a span{
		font-weight: bold !important;
	}

  .breadcrumb .container span:hover{
	color: black !important;
  }

  .form-fields .order-options{
	display: none !important;
  }

  #order-summary-content .row #order-items, #order-summary-content .row .col-md-12 .h4 span, #payment-option-1-container label img, .product-prices #loyalty, .cart-grid-body p{
	display: none !important;
  }

  #order-summary-content .row .col-md-12 .summary-selected-carrier, #order-summary-content .row .col-md-6 .noshadow{
	border-radius: 10px !important;
  }

.zoomContainer,
.zoomLens,
.zoomWindowContainer,
.zoomWindow {
  display: none !important;
  visibility: hidden !important;
}

.cz-hometabcontent, .modal-dialog .modal-content .modal-body .row .divide-right .row .col-md-6 span.label:last-of-type{
	display: none !important;
}


@media (min-width: 991px){
#czservicecmsblock .service-area{
	justify-content: space-evenly !important;
}

.base-menu-horizontal ul li.level-1 ul li.item-header{
	margin-bottom: 50px;
}
}

@media (max-width: 991px) {
.card-block.checkout{
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 10px 30px;
	padding-top: 10px !important;
	z-index: 99999 !important;
	width: 100%;
}
.card-block.checkout .btn-primary{
	width: 100%;
}
body#product .product-actions .product-quantity .add {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #fff;
 	z-index: 2147483647 !important;
	padding: 2%;
	margin: 0 auto !important;
	text-align: center;
	left: 0px;
}
.product-cover .layer .fa-arrows-alt{
	display: none;
}

#checkout-personal-information-step .content .clearfix, #checkout-addresses-step .content .clearfix, #payment-confirmation .ps-shown-by-js ,#checkout-delivery {
	position: fixed;
    width: 100% !important;
    left: 0;
    margin: 0 auto;
    z-index: 9999998;
    bottom: 0;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery-option .col-xs-12{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#payment-confirmation .ps-shown-by-js{
	display: grid !important;
}

#checkout-personal-information-step .content .clearfix form button, #payment-confirmation .ps-shown-by-js button{
	min-width: 350px;
}

#checkout-addresses-step .content .clearfix button, #checkout-delivery button {
	width: 90%;
}

#payment-confirmation .ps-shown-by-js .js-alert-payment-conditions{
	margin: 0px;
}

#payment-confirmation .ps-shown-by-js .mt-2{
	margin-top: 0.5rem !important;
}
#payment-confirmation .ps-shown-by-js .alert-danger{
	background-color: white;
    border-color: green;
	color: black;
}
#payment-confirmation .ps-shown-by-js .alert-danger a{
	color: green;
	font-weight: bold;
}
.delivery-options img{
	width: 40%;
}
}

.service-icon {
  transition: transform 0.3s ease, filter 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-hover-wrapper {
  display: inline-block;
}

.image-hover-container {
  position: relative;
  width: 100%;
  max-width: 100%;  /* adapte au conteneur parent */
  aspect-ratio: 1 / 1; /* garde un ratio carré (modifie si nécessaire) */
  overflow: hidden;
}

.image-hover-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.img-default {
  opacity: 1;
  z-index: 1;
}

.img-hover {
  opacity: 0;
  z-index: 2;
}

.image-hover-container:hover .img-default {
  opacity: 0;
}

.image-hover-container:hover .img-hover {
  opacity: 1;
}

.modal-dialog .modal-content .modal-body .row .divide-right .row .col-md-6 img{
	max-width: 75%;
}

.nav-tabs,
.nav-tabs .nav-item,
.nav-tabs .nav-link {
    position: relative;
    z-index: 1 !important;
}

.modal-dialog, .cart_block{
	    z-index: 2147483647 !important;
}

.carrier-price{
	font-weight: bold !important;
}

.carrier-name{
font-size: 1.2em;
}

.item-header a:hover{
	color: black !important;
	font-weight: bold !important;
}

nav .container h1{
	color: black !important;
}

.footer-container .img-container{
	padding-top: 15px;
}

#block-contact_list .email, .block-contact_list .phone {
	margin-bottom: 0px !important;
}

#product #page .breadcrumb ol {
    text-align: left;
}

#product #page .breadcrumb ol li, #product #page .breadcrumb ol li a, #product #page .breadcrumb ol li a span {
    color: black !important;
}

#category #page .breadcrumb ol li a, #category #page .breadcrumb ol li span, #category #page .breadcrumb h1, #category #page .breadcrumb .container li  {
	color: white !important;	
}

.flex-control-paging li a.flex-active{
	background-color: black;
    border-color: black;
}
.flex-control-paging li a:hover{
	background-color: black;
    border-color: black;
}

.flex-direction-nav a::before{
	background-color: white;
    color: black;
}

.flex-direction-nav a{
	border-color: white;
}

.bold{
	font-weight: 900 !important;
}

.pink{
	color: #F194BE !important;
}

.blue{
	color: #6FC7DA !important;
}

#czservicecmsblock .service-icon:hover{
	  transform: scale(1.1);
}

.view_more{
	display: none !important;
}

.base-menu-horizontal ul li.level-1:hover .menu-dropdown{
	border-radius: 15px;
}

.imgAnimation, .subcategory-image a img {
  transition: transform 0.3s ease;
}

.imgAnimation:hover, .subcategory-image a img:hover {
  transform: scale(1.1);
}

#search_filters_wrapper{
	display: none;
}

.category-sub-menu li a {
	font-size: 1.2em;
}

@media (max-width: 991px) {
    body#product .product-quantity .add {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        background: #fff;
        padding: 10px 0;
        margin-bottom: 0 !important;
        z-index: 9999;
    }

	#psagechecker_block .lightbox{
		width: inherit !important;
		height: 650px !important;
	}

	.age_verify_buttons .btn {
		margin-bottom: 10px !important;
	}
}

.product-prices{
	margin-bottom: 10px;
	font-size: 35px;
}

#page #wrapper .container #columns_inner #left-column .block-categories{
	margin-top: 30px;
}

.cart-summary .cart-detailed-actions .text-sm-center .btn{
	margin-bottom: 10px !important;
}

#subcategories, #footer .footer-container .img-container, .outer-functional{
	display: none;
}

@media (min-width: 992px) {
    .base-menu-horizontal .menu-dropdown.cat-drop-menu.base-sub-auto {
        width: 100% !important;
    }
    .base-menu-horizontal ul li.level-1 ul li.parent > a:after {
        right: auto;
}
}

.breadcrumb .container, .breadcrumb .container ol{
	text-align: center !important;
}

.modal-dialog .cart-content p:nth-of-type(4) {
    display: none !important;
}

#module-sedestral-blog .backlink{
	display: none !important;
}

.product-images li.thumb-container .thumb.selected, .product-images li.thumb-container .thumb:hover {
    border-color: green !important;
    background-color: #80808030 !important;
}
.product-cover img {
    background: #aaaaaa1c !important;
}
.product-customization-item label, .product-customization .card-block h4{
	    font-weight: 800 !important;
}
.product-customization .card-block{
	color: red;
}

.customization-message-label{
	color: green !important;
}

.customizations ul li .product-quantity{
	display: none !important;
}

.product-description .proaction-button{
	display: none;
}

.product-miniature .product-description{
	background: #f9f9f9;
}

.block_content .cart_block_list .cart-item .cart-info .customizations ul li span:nth-child(1), .block_content .cart_block_list .cart-item .cart-info .customizations ul ul li span:nth-child(1){
display: none;
}

.block_content .cart_block_list .cart-item .cart-info .customizations ul ul li span:nth-child(2){
	color: green !important;
	font-weight: bold;
}

.exclusive .cart-summary .card-block:nth-child(2) .cart-summary-line:nth-child(1){
display: none;
}