.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}
@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}
.carousel-indicators li{background-color:#000;}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
   transition: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
/* Disable transitions for if reduced motion is enabled: */
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
} 
.taster {
	display: flex;
	justify-content: center;
	margin-bottom:3px; margin-top:10px;
	height: 20px;
	}
 



.tasticon_1 {width:24px;}
.tasticon_1 img {
	float:left;
	margin-right:2px;
	margin-left:2px;
	-webkit-box-shadow: 1px 1px 2px 0px #D5D5D5;
    -moz-box-shadow: 1px 1px 2px 0px #D5D5D5;
    box-shadow: 1px 1px 1px 0px #D5D5D5;
}
    
.tasticon_2 {
	width:24px;
}

.tasticon_2 img {
	white-space:nowrap;
	float:left;margin-right:2px;margin-left:2px;
	-webkit-box-shadow: 1px 1px 2px 0px #D5D5D5;
    -moz-box-shadow: 1px 1px 2px 0px #D5D5D5;
	box-shadow: 1px 1px 2px 0px #D5D5D5;
}
    
.hiddensizes {
    display: none;
}

.hiddenhanfhaus {
    display: none;
}

.showsizes:hover + .hiddensizes {
	display: flex;
	position: absolute;
	justify-content: center;
	margin-bottom:3px; margin-top:-30px;
	height: 20px;
	background-color:white;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-box-shadow: 0 -1px 0px 0 #D5D5D5;
    -moz-box-shadow: 0 -1px 0px 0 #D5D5D5;
    box-shadow: 0 -1px 0px 0 #D5D5D5;
    opacity: 0.8;
}

.sizesinstock {
	color:black;
	font-weight:bold;
}

.sizesoutstock {
	color:grey;
}

.h-100 .card-body {
    text-align: center;
}

*/
.no-top .bg-white {
	/*
    background-color: #f8f9fa!important;
    */
}

.no-top .navbar-brand {
    padding: 23.5px 20px;
    font-size: 18px;
}

.no-top .navbar-nav {
    width: 100%;
}

.no-top .mong {
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 10px 0px!important;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: grey;
    position: static;
	align-items: flex-end;
}



@media screen and (max-width: 767px){
	.no-top .meng {
		text-align:center !important;flex: 0 0 100%;
		margin-bottom:2px;
		width:300px;
 	}
}
.no-top .nav-item.active {
    color: #EF5350!important;
}

.no-top .nav-item:hover {
    color: #EF5350!important;
    text-align: center;
}

.no-top a {
    color: inherit !important;
}

.no-top .nav-link {
    padding: 5px;
	
}

.no-top .navbar-collapse.collapse.in {
    display: block !important;
}

.no-top .fa-angle-down {
    padding-left: 10px;
}

.no-top .fa-icon img {
    margin: 5px 30px 5px 20px;
    border-radius: 3px;
}

.no-top .dropdown-menu {
    margin-top: -0px;
    border: none;
    background-color: #fff;
}

.no-top #dropdown-menu1 {
	width:100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    right:auto;
}

.no-top .tab {
    margin-bottom: 20px;
}

.no-top .tab:hover {
    color: #E91E63 !important;
}

.no-top .dropdown-item {
    padding: 3px;
}

.no-top .dropdown-item:hover {
    background-color: inherit;
}

.no-top .dropdown-toggle-split {
	text-align:left;
}

@media (max-width: 991px) {
    .no-top .nav-item {
        width: 100% !important;
        text-align: left !important;
        padding: 0px;
        flex-flow: row wrap;
    }

   .no-top .dropdown-menu {
        left: 0 !important;
        position: relative !important;
        padding: 0px;
    }
    
    .no-top .dropdown-toggle-split {
		margin-bottom:2px;
		flex-grow: 1;
		flex-basis: 0;
		text-align:center !important;
	}
	
	.no-top .btn-wrap-text {
		text-align: left !important;
		margin-bottom:2px;
		flex-grow: 1;
		flex-basis: 0;
	}
	
	.no-top .ming {
		text-align:left !important;
		flex: 0 0 100%;
		margin-bottom:2px;
 	}

}

@media (min-width: 768px) and (max-width: 992px) {
	.mango {
		font-size:0.8em;
	}
}

.no-top .navbar-nav .mango {
	/*color: #a1a1a4 !important;*/
	color:rgba(0,0,0,0.9)!important;
	/*
	color: #000 !important;
	*/
	font-weight:600;
}


.no-top .btn-wrap-text {
	text-align:right;
}

.btn-light-hh {
    color: #212529;
    background-color: transparent;
    border-color: transparent !important;
}

.btn-light-hh > a {
	text-decoration: none;
}

.btn-light-hh:hover {
    /*color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
*/
}

.btn-light-hh.focus,
.btn-light-hh:focus {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: transparent !important;
}

.btn-light-hh.disabled,
.btn-light-hh:disabled {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-light-hh:not(:disabled):not(.disabled).active,
.btn-light-hh:not(:disabled):not(.disabled):active,
.show > .btn-light-hh.dropdown-toggle {
    color: #212529;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-light-hh:not(:disabled):not(.disabled).active:focus,
.btn-light-hh:not(:disabled):not(.disabled):active:focus,
.show > .btn-light-hh.dropdown-toggle:focus {
    box-shadow: 0 0 0 0;
	border-color: transparent !important;
}

[data-toggle="collapse"] i:before{
    content: "\f056";
    /* color: #4f9834; */
	
}

[data-toggle="collapse"].collapsed i:before{
    content: "\f055";
    /* color: #4f9834; */
}
.no-top [aria-expanded="true"] .fa-plus-circle, 
[aria-expanded="false"] .fa-minus-circle {
    display:none;
}

.no-top .form-control-plaintext {
    display: block;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: 0px 0;
}

.listing_label {
    position: absolute;
    left: -7px;
    top: -7px;
    width: 18%;
    font-size: 14px;
}

.listing_label img {
	width: 100%;
    margin-bottom:3px;
}

.listing_label_av {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 14px;
 
    text-align:right;
   color:white;
}
.listing_label_av .btn{
 background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(137,190,64,1));
 border:none !important; 
 outline:none !important;
  color:white!important;
     font-weight:bold !important;}
.listing_label img {
	width: 100%;
    margin-bottom:3px;
}

.prodimg_label {
	position: absolute;
	left: 20px;
	bottom: 2px;
	width: 10%;
	z-index:200;
	font-size: 14px;
}

.prodimg_label img {
	width: 100%;
    margin-bottom:3px;
}

.conf_label {
    position: absolute;
    left: 90px;
    bottom: 2px;
    width: 30px;
    font-size: 14px;
}

.conf_label img {
	width: 100%;
    margin-bottom:3px;
}

.wumpi img {
	width:30%;
}

.featured_price {
	position: absolute;
	bottom: 0.4%;
	margin-left: 5.1%;
	color: white;
	font-size: 1.5vw;
    background: rgba(0, 0, 0, 0.3);
	padding: 0.7vw;
}

.featured_name {
	position: absolute;
	bottom: 0%;
	margin-left: 4%;
	/*
    background-color: rgba(255, 255, 255, 0.5);
	*/
	padding: 0.7vw;
}
   
.pinfo {
	background-color: transparent;
	border: 0px!important;
	border-bottom: 2px solid rgba(0,0,0,.255)!important;
}

.pinfo .card-header {
	padding: 3px;
	background-color: white;
}

.pinfo button,
.pinfo button:hover,
.pinfo button:active {
	outline: none !important;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.hurli img {
	width:80%;
	height:80%
}

.overnav {
	background-color: rgba(0,0,0,0.15)!important;
	max-height: 30px;
}
.overnav2 {
	z-index:1;
	width: 100%;
	background-color: rgba(0,0,0,0.15)!important;
}

.navbar-bg-white {
	background-color: #fff;
	width: 200%;
	left:0;
}

.nux {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}

.test img {
	width: 150%;
}

.bottom-aligner {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	width: 3px;
	background: red;
}
/* Footer Color */
body > footer > div.bg-light.m-0 > div > div > div.row.footer-bg-color > div > div > div.col-sm-6.col-md-4 > nav > a,
body > footer > div.bg-light.m-0 > div > div > div.row.footer-bg-color > div > div > div.col-sm-6.col-md-4.cm-footer-contact-us > ul > li > a,
body > footer > div.bg-light.m-0.border-bottom.border-dark > div > div > div.row.footer-bg-color > div > div > div.col-sm-6.col-md-4.cm-footer-hanfhaus.footer-padding-mobile.pt-5 > a,
body > footer > div.container-fluid > div > div > div,
body > footer > div.container-fluid > div > div > div > a, 
body > footer > div.container-fluid > div > div > div > h5 > a,
body > footer > div.container-fluid > div > div > div > div > a,
.cm-footer-account, .cm-footer-information-links, .cm-footer-contact-us, .cm-footer-text, .cm-footer-hanfhaus,
body > footer > div.bg-light.m-0.border-bottom.border-dark > div > div > div > div > div > a {
	color: rgba(0,0,0,0.7)!important;
}

/* Text Decoration a:hover */
body > footer > div.bg-light.m-0 > div > div > div.row.footer-bg-color > div > div > div.col-sm-6.col-md-4 > nav > a:hover,
body > footer > div.bg-light.m-0 > div > div > div.row.footer-bg-color > div > div > div.col-sm-6.col-md-4.cm-footer-contact-us > ul > li > a:hover,
body > footer > div.bg-light.m-0.border-bottom.border-dark > div > div > div.row.footer-bg-color > div > div > div.col-sm-6.col-md-4.cm-footer-hanfhaus.pt-5 > a:hover,
body > footer > div.container-fluid > div > div > div > a:hover,
body > footer > div.container-fluid > div > div > div > div > a:hover,
body > footer > div.container-fluid > div > div > div > h5 > a:hover,
body > footer > div.bg-light.m-0.border-bottom.border-dark > div > div > div > div > div > a:hover,
body > footer > div.bg-light.m-0.border-bottom.border-dark > div > div > div.row.footer-bg-color > div > div > div.col-sm-6.col-md-4.cm-footer-contact-us.pt-5 > div > ul > li > a:hover,
#collapseCoreNav > ul.navbar-nav.ml-auto > li > div > a:hover,
#collapseCoreNav > ul.navbar-nav.ml-auto > li.nav-item.nb-wishlist.my-auto > a > i:hover, #navDropdownAccount > i:hover, #navDropdownCart > i:hover,
#slick-slide10 > div.col-md-6.col-sm-12.p-0.d-flex.align-content-between.flex-wrap > div.d-none.d-md-block > div > div > div > div > div > a:hover,
#slick-slide11 > div.col-md-6.col-sm-12.p-0.d-flex.align-content-between.flex-wrap > div.d-none.d-md-block > div > div > div > div > div > a:hover,
#slick-slide12 > div.col-md-6.col-sm-12.p-0.d-flex.align-content-between.flex-wrap > div.d-none.d-md-block > div > div > div > div > div > a:hover,
#slick-slide13 > div.col-md-6.col-sm-12.p-0.d-flex.align-content-between.flex-wrap > div.d-none.d-md-block > div > div > div > div > div > a:hover,
#bodyContent > div > div > div > h4 > div > a:hover,
#bodyContent > div > div > div > section > div > button:hover,
#bodyContent > div > div > div > section > div > div > div > div > div > div > h5:hover,
.dropdown-menu a:hover,
#bodyContent > div > div.container-fluid.col-12.px-0.bodywidth.washanfalleskann > div > a:hover,
#pio > a:hover, #eig > a:hover, #nac > a:hover,
#mc-embedded-subscribefooter:hover,
#mc_embed_signup_scroll > div:nth-child(3) > div.row.d-flex.justify-content-center > div > div.col-sm-12.custom-control.custom-switch > label > small > a:hover,
body > div.backbug > div.overnav2 > div > div > div > a:hover {
	opacity: 0.5!important;
}



/* Link Border-Bottom Enfternt */
a:hover {
	text-decoration: none;
}


/*Footer Background Color*/
.footer-bg-color, body > footer > div.container-fluid > div > div > div, 
body > footer > div.bg-light.m-0.border-bottom.border-dark,
body > footer > div.container-fluid > div > div  {
	background-color: #EEEEEE!important;
}
.cm-footer-account, .cm-footer-information-links, .cm-footer-contact-us, .cm-footer-text, .cm-footer-hanfhaus, .cm-footer-extra-copyright {
	padding-top: 15px;
}




.buttonprevnext {
	height: 3.5rem;
	width: 5px;
	margin-top: 8px;
	margin-left: -10px;
}


#accordionExample .card .card-header .btn-link:after {
	font-family: "Font Awesome 5 Free";
	content: '\f077';
	font-weight: 900;
	float: right;
}

#accordionExample .card .card-header .btn-link.collapsed:after {
	font-family: "Font Awesome 5 Free";
	content: '\f078';
    font-weight: 900;
	float: right;
}

.nexol {
	height: 3.9rem; 
	width: 15px;
	background-color: #cfdfc4;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	position: absolute; 
	bottom: 0;
	left: 0;
	right: 0;
}

.nexor {
	position: absolute;
	right:0;
	height: 3.9rem;
	width:15px;
	background-color:#cfdfc4;
	border-top-left-radius:  15px;
	border-bottom-left-radius:  15px;
	margin-left:-2px;
	margin-top:-3px;
}
 
.nexo-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
}

@media (max-width:1200px) {
	.buttonprevnext {
		height: 2.1rem;
		margin-top: 4px;
	}
	
	.nexo {
		height: 2.1rem;
		margin-top:2px;
	}
	
	.display-4 {
		font-size: 2.1rem;
		font-weight: 300;
		line-height: 1.0;
	}
}
 
@media (max-width:767px) {
	.buttonprevnext, .nexo {
		height: 2.1rem;margin-top:4px;
	}
	
	.display-4 {
		font-size: 1.9rem;
		font-weight: 300;
		line-height: 1.0;
	}
}
 
@media (max-width: 575.98px) {
	.buttonprevnext, .nexo {
		height: 1.75rem;
		margin-top:2px;
	}
	
	.display-4 {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.0;
	}
}

a, .ablack {
	color: black!important;
}

@media screen and (max-width: 575px) {
	.footer h4 {
		font-size: 1.4rem;
	}
}

.breadcrumb {
	background-color:transparent !important;
}

@media screen and (min-width: 768px) {
	.sliderbreak, .sliderbreak-pay {
		font-size: calc(12px + (25 - 12) * ((100vw - 768px) / (1600 - 768)));
	}
	.sliderfeat, .sliderfeat-pay {
		font-size: calc(10px + (14 - 10) * ((100vw - 768px) / (1600 - 768)));
	}
	.sliderblog, .sliderblog-pay {
		font-size: calc(12px + (19 - 13) * ((100vw - 768px) / (1600 - 768)));
	}
	
	.sliderblog h4, .sliderblog-pay h4 {
		font-size: calc(18px + (22 - 18) * ((100vw - 768px) / (1600 - 768)));
	}
	
	.sliderblog a, .sliderblog-pay a {
		font-size:calc(12px + (16 - 12) * ((100vw - 768px) / (1600 - 768)));
	}
	
	.sliderblog img {
		width:30%;
	}
	#claims2 > div:nth-child(2) > div > div.row > img {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.sliderbreak, .sliderbreak-pay {
		font-size: 2.6vw;
	}
	
	.sliderfeat, .sliderfeat-pay {
		font-size:1.8vw;
	}
	
	.sliderblog, .sliderblog-pay {
		font-size:2.6vw;
	}
	
	.sliderblog a, .sliderblog-pay a {
		font-size:2.3vw;
	}
	.sliderblog img {
		width:20%;
	}
	#claims2 > div:nth-child(2) > div > div.row > img {
		width: 15%;
	}
}

@media screen and (min-width: 1000px) {
	.sliderblog-pay img {
		width:40%;
	}
}
@media screen and (max-width: 999px) {
	.sliderblog-pay img {
		width:40%;
	}
	#claims2 > div:nth-child(2) > div > div.row > img {
		width: 30%;
	}
}


@media screen and (max-width: 767px) {
	.sliderblog-pay img {
        width:20%;
        padding-right:4px;
	}
}


.overlayprodprev {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-right-radius:  9999px;
	border-bottom-right-radius:  9999px;
	background-color:  #cfdfc4;
	overflow: hidden;
	opacity:0;
	width: 0;
	height: 100%;
	transition: 1.5s ease;
}

.overlayprodnext {
	position: absolute;
	bottom: 0;
	border-top-left-radius:  9999px;
	border-bottom-left-radius:  9999px;
	right: 0;
	background-color:  #cfdfc4;
	overflow: hidden;
	opacity:0;
	width: 0;
	height: 100%;
	transition: 1.5s ease;
}

@media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.buttonprevnext:hover .overlayprodprev {
		width: 100%;
		opacity: 1;
	}
	
	.buttonprevnext:hover .overlayprodnext {
		width: 100%;
		opacity: 1;
	}

	.buttonprevnext:hover .overlayprodtext {

	}
	
	.overlayprodtext {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: white;
		font-size: 1.4vw;
		transition: 1.5s ease;
		white-space: nowrap;
	}
}

.shopcartswatch {
	position: absolute;
	top: 0;
	right: 0;
}

@media (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  	.nav-link {
		padding: 0 1rem;
  	}
}


/*Footer Mobile*/


html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px; 
}

.fa-asterisk {
	font-size:10px;
}

    /*  	@media screen and (max-width: 767px) { #hutzu {position:fixed;
        background-color:white;
         top:80px;
         z-index:300;}
      }   
  */	

@media screen and (min-width: 768px) {
	.moinmoin {
		position:fixed;
		top:80px;
		z-index:300;
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
		background-color: #fff;
	}
	
	.moinmoin.fixed-theme {
		position:fixed;
		z-index:500;
        top:45px;
        z-index:300;
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
	}
	
    .moinmoin.fixed-theme img {
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
    }

    .moinmoin img {
		width:100%;
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
    }
} 
 /* @media screen and (max-width: 767px){.moinmoin { position:sticky;top:40px; } }*/
 
.cm-navbar {
	position: fixed;
	top: 30px;
	z-index: 400;
	transition: 0.8s;
	-webkit-transition:  0.8s;
	transition-timing-function: ease-in-out;
}

.cm-navbar.fixed-theme {
	position: fixed;
	z-index: 400;
    top: 0px;
    transition: 0.8s;
    -webkit-transition:  0.8s;
    transition-timing-function: ease-in-out;
}


.overnav {
	background-color: #cfdfc4;
	z-index: 4000;
	position: fixed;
	top: 0px;
	width: 100%;
	transition: 0.8s;
	z-index: 300;
    -webkit-transition:  0.8s;
    transition-timing-function: ease-in-out;
}

.overnav.fixed-theme {
	background-color: #cfdfc4;
	position: fixed;
	top: -30px;
	z-index: 300;
	transition: 0.8s;
    -webkit-transition:  0.8s;
    transition-timing-function: ease-in-out;
}

@media screen and (min-width: 991px) {
	.cm-header-logo	{
		position: fixed;
		top: 30px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
	}
	
	.cm-header-logo img {
		width: 100px;
	}
	
	.cm-header-logo.fixed-theme img	{
		width: 76px;
	}
	
	.cm-header-logo.fixed-theme {
		position: fixed;
		top: 5px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
	}
	
	.moinmoin {
		padding-bottom: 40px;
	}
	.moinmoin.fixed-theme {
		padding-bottom: 0px;
		transition: 1s;
		-webkit-transition:  1s;
		transition-timing-function: ease-in-out;
	}
	
}

@media screen and (max-width: 991px) {
	.cm-header-logo	{
		z-index: 700;
		position:fixed;
		top: 40px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
	}
	
	.cm-header-logo img {
		width:62px;
	}
	
	.cm-header-logo.fixed-theme img	{
		width:62px;
	}
	
	.cm-header-logo.fixed-theme	{
	z-index: 700;
	position: fixed;
	top: 5px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.8s;
    -webkit-transition:  0.8s;
    transition-timing-function: ease-in-out;
	}
}

@media screen and (max-width: 767px) {
	.cm-header-logo	{
		position: fixed;
		top: 40px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
	}
	
	.cm-header-logo.fixed-theme {
		position: fixed;
		top: 10px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.8s;
		-webkit-transition:  0.8s;
		transition-timing-function: ease-in-out;
	}
	
	.cm-header-logo img {
		width:64px;
	}
	
	.cm-header-logo.fixed-theme img	{
		width:38px;
	}
}

.Aligner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.Aligner-item {
	max-width: 50%;
}

.Aligner-item--top {
	align-self: flex-start;
}

.Aligner-item--bottom {
	align-self: flex-end;
}

.glow {
	color: #fff;
	-webkit-animation: glow 10s ease-in-out infinite alternate;
	-moz-animation: glow 10s ease-in-out infinite alternate;
	animation: glow 10s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
	from {
		text-shadow: 0 0 10px #e6b766, 0 0 20px #e6b766, 0 0 30px #e6b766, 0 0 40px #e6b766, 0 0 50px #e6b766, 0 0 60px #e6b766, 0 0 70px #e6b766;
		opacity: 0.9;
	}
	to {
		text-shadow: 0 0 20px #e6b766, 0 0 30px #e6b766, 0 0 40px #e6b766, 0 0 50px #e6b766, 0 0 60px #e6b766#e6b766, 0 0 70px #e6b766, 0 0 80px #e6b766;
		opacity: 0.9;
	}
}

#claims{
	font-size: 1rem;
	line-height: 1.5;
}

#claims #collapseClaim.collapse:not(.show) {
	display: block;
	height: 4rem;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(180deg, #000 10%, transparent);
}

#claims #collapseClaim.collapsing {
	height: 4rem;
}

/* Claims2 - Versand_Zahlung usw - START */
@media screen and (max-width: 767px){
	#claims2 > div:nth-child(1) > div > ul {
		list-style: none;
	}
	#claims2 > div:nth-child(2) > div > div > img {
		margin-left: 10%;
	}
	#bodyContent > div > div.col-sm-12.title.cm-i-claims.mt-3.mb-3.py-4 {
		text-align: center;
	}
}
/* Claims2 - Versand_Zahlung usw - END */

.hh_green479a36 {
	color: #479a36!important;
}

.hh_light_green_bg, .btn-green-bg {
	background-color: #89be40!important;
}

.hh_light_green, .manulink, .no-top .navbar-nav .mango:hover, .dropdown-item:hover {
	color: #89be40!important;
}

a.btn.btn-success, .btn.btn-success {
	color: white!important;
}

 .btn-success, .pagination > li.active > a {
	 background-color: #89be40!important;
	 border: 1px solid #89be40!important;
 }

.btn.btn-success.active {
	background-color: #1c7430!important;
}

@media screen and (min-width: 768px){
	.hcislider {
		font-size: calc(16px + (40 - 16) * ((100vw - 768px) / (1600 - 768)));
	}
}


.textcislider {
	display: flex;
	flex: 1;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 1vw;
	background-color:white;
}
.textcislider a {
	color:rgba(0,0,0,0.9)!important;
}


@media screen and (max-width: 767px) {
	.hcislider {
		font-size: 30px;
	}
  			
	.textcislider {
		font-size: 2.2vw;
		background-color:white;
	}
}	
	
.sliderone {
	line-height: 1.25;
	padding-bottom: 15px;
	font-size: calc(11px + (30 - 18) * ((100vw - 768px) / (1600 - 768)));
}

.sliderone h2 {
	font-weight: 600;
	font-size: calc(16px + (24 - 12) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 950px) {
	.sliderone {
		margin-bottom: 15px;
		font-size: calc(16px + (25 - 16) * ((100vw - 768px) / (1600 - 768)));
	}
}

@media screen and (max-width: 767px) {
	.sliderone	{
		margin-bottom: 0px;
		font-size: calc(18px + (20 - 18) * ((60vw - 400px) / (800 - 400)));
	}
	
	.sliderone h2 {
		line-height: 1.25;
		font-weight: 700;
		font-size: calc(20px + (30 - 20) * ((60vw - 400px) / (800 - 400)));
		margin-bottom: .2rem!important;
	}
}
/*
.lead {
	font-size: 1.1rem;
	vertical-align:middle!important;
}
*/

.lead {
    font-size: 0.9rem;
    vertical-align:middle!important;
    text-transform: uppercase;
    font-weight: 500;
    color:#595c5b!important;
}
.lead a {
    color:#595c5b!important;
}


.px-1 {}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 900;
    opacity: 0.7;
}

#huhizo {
	left: 0;
	right: 0;
}

.btn-dark, btn-dark a {
	color: white!important;
}

.backbug {
	position: fixed;
	top: 0;
	height: 90px;
	width: 100%;
	background-color: white;
	z-index:100;
}

@media screen and (max-width: 767px) {
	.backbug {
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		background-color: white;
		z-index:100;
	}
}

@media screen and (max-width: 575px) {
	#huhizo.bg-white {
		background-color:white!important;
	}
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: #e0a800;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	z-index: 1;
	color: white;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #d39e00;
}

#mc_embed_signup #mce-success-response {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: #479a36;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	z-index: 1;
	color: white;
	display: none;
}

.manulink {
	font-weight: bold;
}


@media screen and (min-width: 768px){
	.cmisliderpl {
		padding: 0 0 0 3rem!important;
	}
	
	/*
	.cmisliderbuttonbottom {
		position: absolute;
		bottom: 0px;
	}
	*/
}


@media screen and (max-width: 1280px){
	.bodywidth {
		width: 94%;
		margin:auto;
	}
}
@media screen and (min-width: 1281px) {
	.bodywidth {
		width: 100%;
		margin:auto;
	}
	
    .halfbw {
		padding-right: 12.5%;
	}
	.halfbw2 {
		padding-right: 10%;
	}
	.halfbwl {
		padding-left: 12.5%;
	}
    .display-4 {
        font-size: 2.5rem!important;
    }

	.display-4 {
		font-size: 2.5rem!important;
	}
}

@media screen and (min-width: 1281px) {
	.bodywidth {
		width: 75%;
	}
    .halfbw {
	padding-right: 13%;
	}
	.halfbw2 {    
		padding-right: 26%;
	}
	.halfbwl {    
		padding-left: 13%;
	}
	
	.cm-footer-center {
		padding-left: 8%;
	}
}

.prodinfoprevious {
	position: absolute;
	left: -2%;
	z-index: 100;
	width: 2%;
}

.prodinfonext {
	position: absolute;
	right: -2%;
	z-index: 100;
	width: 2%;
}

.pagination > li.active > a {
	color: white !important;
}

.custom-control.image-checkbox {
	position: relative;
	padding-left: 0;
}

.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {
	opacity: 0;
}

.custom-control.image-checkbox label {
	cursor: pointer;
}

.custom-control.image-checkbox label:before {
	border-color: #007bff;
	background-color: #007bff;
}

.custom-control-input:checked + label>img{
	transform: scale(1.05);
	opacity: 0.8;
	border: 5px solid #555;
}

.custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before {
	transition: opacity .3s ease;
	opacity: 0;
	left: .25rem;
}

.custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover {
	opacity: .8;
}

.custom-control.image-checkbox label img {
	border-radius: 2.5px;
}

.form-group-image-checkbox.is-invalid label {
	color: #dc3545;
}

.form-group-image-checkbox.is-invalid .invalid-feedback {
	display: block;
}
/* HIDE RADIO */
.card-title.mz-thumb {
	border: 1px solid transparent;
}

.card-title.mz-thumb.mz-thumb-selected {
	padding-bottom: 0px!important;
	border: 1px groove #479a36;
	padding-bottom: 0px!important;
}

.card-title.mz-thumb img {
    padding-bottom: 0px!important;
    border: 0!important;
    border-bottom: 0px solid transparent!important;
    box-sizing: border-box!important;
}

.murki [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
.murki [type=radio] + img {
	cursor: pointer;
}
/* CHECKED STYLES */
.murki [type=radio]:checked + img {
	border: 2px groove #479a36;
}

/* CHECKED STYLES */
.miorki [type=radio]:checked + img {
	outline: 2px solid #f00;
}

/* HIDE RADIO */
.miorki [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
.miorki [type=radio] + img {
	cursor: pointer;
}

/* CHECKED STYLES */
.miorki [type=radio]:checked + img {
	outline: 2px solid #f00;
}

.productPrice {
	font-weight: bolder;
}

.nutri {
	color: white;
	font-weight: bolder;
	background-color:green;
    font-size: 1.25rem;
}
	
.white-r {
	border-right: 2px solid white;
}

.tabsnw td:first-child {
	padding-left: 10px;
}

.tabsnw th:first-child {
	padding-left: 10px;
}

.tabsnw th {
	vertical-align:middle!important;
}
/*
 @media (min-width: 1440px) {
	.cstyle {
		padding-left: 7%;
		padding-right: 35%;
	}
}

@media (min-width: 1200px) {
	.cstyle {
		padding-left: 7%;
		padding-right: 25%;
	}
}

@media (min-width: 900px) {
	.cstyle {
		padding-left: 7%;
		padding-right: 15%;
	}
}
*/
.is-product .card-body {
padding: 0.8rem !important;
}


.zumsi {
	padding-left: 0px!important;
}

.btn-wish, .btn-wish:hover {
	padding: 0.5rem 0rem!important;
	border-color: #28a745;
}

.dropdown-toggle::after, .dropdown-toggle-ellipsis::before {
	display: none;
}
/*DE / EN Padding*/
@media screen and (min-width: 575px) {
	.nb-languages-usu {
		padding-left: 0.5rem!important;
	}
}

/* Was Hanf alles kann - START*/
.washanfalleskann img {
	position: absolute;
	clip:rect(auto auto 450px auto);	
}

.washanfalleskann div.washanfalleskannbild {
   height:400px;
   overflow:hidden;
}

.washanfalleskann div.washanfalleskannbild img {
   margin-top:-20px;
   margin-bottom:-20px;
}
@media screen and (max-width: 991px) {
	.washanfalleskann img {
		clip:rect(auto auto 350px auto);	
	}

	.washanfalleskann div.washanfalleskannbild {
	   height:300px;
	}
}
@media screen and (max-width: 768px) {
	.washanfalleskann img {
		height:425px;
		clip:rect(auto auto 325px auto);	
	}

	.washanfalleskann div.washanfalleskannbild {
	   height:275px;
	}
}


@media screen and (max-width: 575px) {
	#bodyContent > div > div.container-fluid.col-12.px-0.bodywidth.washanfalleskann > div {
		right: -40%!important;
	}
}


#bodyContent > div > div.container-fluid.col-12.px-0.bodywidth.washanfalleskann > div:nth-child(2) > p {
	 font-size: calc(18px + (28 - 18) * ((30vw - 400px) / (800 - 400)));
}
#bodyContent > div > div.container-fluid.col-12.px-0.bodywidth.washanfalleskann.text-light > div:nth-child(2) > a {
	
 font-size: calc(18px + (28 - 18) * ((30vw - 400px) / (800 - 400)));
}

/* Was Hanf alles kann - END*/


/* Footer Suffix Border Mobile Entfernt */
body > footer > div.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

@media screen and (max-width: 768px) {
	#slick-slide10 > div.col-md-6.col-sm-12.p-0.d-sm-block.d-md-none > div > h3,
	#slick-slide11 > div.col-md-6.col-sm-12.p-0.d-sm-block.d-md-none > div > h3,
	#slick-slide12 > div.col-md-6.col-sm-12.p-0.d-sm-block.d-md-none > div > h3,
	#slick-slide13 > div.col-md-6.col-sm-12.p-0.d-sm-block.d-md-none > div > h3 {
			font-size: 30px!important;
	}
}

.cm-ip-category-below-description h2, .cm-in-category-below-description h2 {

    font-size: calc(18px + (22 - 18) * ((100vw - 768px) / (1600 - 768)));

		font-weight: 300;
		line-height: 1.0;
}
/* Gustavo Links Mobile Ansicht - START */
/* @media screen and (max-width: 575px) {
	#collapseCoreNav > ul.navbar-nav.ml-auto {
		    flex-direction: row!important;
	}
	#collapseCoreNav {
		background-color: white!important;
		opacity: 1;
		z-index: 1000;
	}
	#collapseCoreNav > ul.navbar-nav.ml-auto > li:nth-child(4), 
	#collapseCoreNav > ul.navbar-nav.ml-auto > li:nth-child(5), 
	#collapseCoreNav > ul.navbar-nav.ml-auto > li.nav-item.nb-wishlist.my-auto, 
	#collapseCoreNav > ul.navbar-nav.ml-auto > li.nav-item.dropdown.nb-account.my-auto, 
	#collapseCoreNav > ul.navbar-nav.ml-auto > li.nav-item.dropdown.nb-shopping-cart.my-auto.mr-n1 {
		padding-left: 8px;
	}
}
 */
/* Gustavo Links Mobile Ansicht - END */

/*
 a, a:link, a:visited, a:hover, a:active {text-decoration: none!important;}
a:hover {
	color: #4f9834!important;
}
*/
/*
a:link {}
a:visited {}
a:hover {color: #28a745;!important}
a:active {}
*/
/*
#pio a.collapsed::after {
  content: '+ Show More';
}

#pio a:not(.collapsed)::after {
  content: '- Show Less';
}

#eig {
  font-size: 1rem;
  line-height: 1.5;
}


#eig #collapseExample.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#eig #collapseExample.collapsing {
  height: 3rem;
}
/*
#eig a.collapsed::after {
  content: '+ Show More';
}

#eig a:not(.collapsed)::after {
  content: '- Show Less';
}

#nac {
  font-size: 1rem;
  line-height: 1.5;
}


#nac #collapseExample.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#nac #collapseExample.collapsing {
  height: 3rem;
}
/*
#nac a.collapsed::after {
  content: '+ Show More';
}

#nac a:not(.collapsed)::after {
  content: '- Show Less';
}
*/


/* user.css ----------------------------------------------------------------- 
.body-sans-header {width:95%; margin:auto;}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

body {
  font-family: 'Raleway', sans-serif !important;
}

.btn-primary {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-primary:hover{
    color: white;
    opacity: 1;
}

.bg-info{
background-color:#b4b7b7!importantF;
}

/* Pagination *//*
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    background-color: #fff;
   /*  border:none;*//*
border-color:#dddfe0;
}

.page-item.active .page-link {
    background-color: black;
border-color: black;
}

.pagination{
padding-top:50px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; (ou un % ici)
}

.contentContainer{
  padding-right: 10px;
  padding-left:10px;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Breadcrumb *//*/*
.breadcrumb {
  background-color: white;
  font-size:12px;
  font-weight:400;
  padding-top:15px;
  padding-left:5px;
}

@media screen and (max-width: 571px) {
.breadcrumb {
padding:none;
font-size:10px;
margin-top:0;
margin-right:0;
}
}

A.breadcrumb-nav {
  color:#737d88;
}

A.breadcrumb-nav:hover {
text-decoration: none;
color:black;
}

@media screen and (min-width: 970px) {
.cm-header-breadcrumb{
padding-bottom:10px;
} 
}

/* Navbar Links *//*

.navbar {
padding-left:4px;}

.navbar-dark .navbar-nav .nav-link{
color: #DDDDDD;
}

.navbar-dark .navbar-nav .nav-link:hover{
color: white;
}

/* Horizontal Category Menu *//*

/* makes the dropdown full width  *//*
.navbar .dropdown {position:static;}


.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  *//*
  top:58px;
}

@media (min-width:576px) {
.cm-header-menu{
margin-top: 1.5rem !important;
margin-bottom: 0;
	padding-left:15px;
}
}

@media (max-width:575px) {
.cm-header-menu {
margin-top: 0;
}
}

.bg-border {
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #D9D7D7;
}


A.nav-link-menu{
padding:35px;
font-size:18px;
text-transform:uppercase;
line-height: 2.5;
padding-left:0;
font-weight:700;
color: #737d88;
}

@media screen and (max-width: 992px) {
A.nav-link-menu{
font-size:18px;
}
}

@media screen and (max-width: 860px) {
A.nav-link-menu{
font-size:15px;
}
}

@media screen and (max-width: 767px) {
A.nav-link-menu{
font-size:14px;
}
}

@media screen and (max-width: 737px) {
A.nav-link-menu{
font-size:13px;
}
}

A.nav-link-menu:hover{
color: black;
text-decoration:none;
font-weight:700;
}

A.nav-link-menu-specials{
padding:35px;
font-size:18px;
text-transform:uppercase;
line-height: 2.5;
padding-left:0;
font-weight:700;
color: #C46B60;
}

@media screen and (max-width: 992px) {
A.nav-link-menu-specials{
font-size:18px;
}
}

@media screen and (max-width: 860px) {
A.nav-link-menu-specials{
font-size:15px;
}
}

@media screen and (max-width: 767px) {
A.nav-link-menu-specials{
font-size:14px;
}
}

@media screen and (max-width: 737px) {
A.nav-link-menu-specials{
font-size:13px;
}
}

A.nav-link-menu-specials:hover{
color: #99473D;
text-decoration:none;
font-weight:700;
}


.dropdown-menu {
border-radius:0;
margin: 0.55rem 0 0;
background-color: white;
font-size:1.1rem !important;
width:;
opacity:0.96;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
padding: 2.2rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
text-align:center;
    list-style: none;
    background-color: #F8F9FA;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}


.menu-items {
    display:revert;
    color:#606565 !important;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 700;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

A.menu-items: {
-webkit-tap-highlight-color: transparent;
text-decoration:bold;
background-color: none;
color:#0a0a0a !important;
}

A.menu-items:hover {
font-weight:bold;
text-decoration:none;
background-color: none;
color:#343a40 !important;
}

.menu-items2 {
    display:block;
    color:#212529 !important;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

A.menu-items2: {
text-decoration:bold;
    color:#212529 !important;
}

A.menu-items2:hover {
font-weight:bold;
text-decoration:none;
    color:#212529 !important;
}

.pt-2{
padding-top:0px;
}

/* Slider on Index Page *//*
.mb-slider {
margin-bottom: 1.5rem !important;
padding-left:0;
padding-right:0;
}

/* Buttons *//*
.btn-info {
background-color:#343A40;
border-color:#343A40;
}

.btn {
border-radius:0;
}

.btn-success {
    color: #fff !important;
    background-color: black !important;
    border-color: black !important;
}

.btn-success:hover  {
  color: black !important;
  background-color: white !important;
  border-color: black !important;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #212529;
    background-color: #9cdada;
    border-color: #2e7c7c
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none
}

.btn-success:not(:disabled):not(.disabled):visited,
.btn-success:not(:disabled):not(.disabled).visited,
.show>.btn-success.dropdown-toggle:visited {
    box-shadow: none
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    box-shadow: none;
}

.btn-33 {
width:50%;
}

/* Dropdown forms *//*

.form-control {
border-radius:0;
border-color:#7b7b7b;
height:45px;
}

.form-control:focus {
  box-shadow: none;
}

textarea:focus,
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {   
    border-color: black; /* this gives a border color when the input box is clicked in*//*
    border-width:2px;
	box-shadow: none; /* this removes the ouline golow *//*
    outline: 0 none; /* this removes the ouline golow *//*
}

/* Search bar on wide screen *//*
@media (min-width: 576px) {
.cm-header-search{
padding-top:40px;
}}

/* Logo on wide screen *//*
@media (min-width: 576px) {
.cm-header-logo{
padding-top:15px;
}}

/* Logo on wide screen *//*
@media (max-width: 576px) {
.cm-header-logo{
text-align: center;
}}

/* Dividers *//*

h4.divider{
    overflow: hidden;
    text-align: center;
    font-size: 30px;
	padding-bottom:0px;
	padding-top:20px;
}

h4.divider:before,
h4.divider:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h4.divider:before {
  right: 0.5em;
  margin-left: -50%;
}

h4.divider:after {
  left: 0.5em;
  margin-right: -50%;
}

h5 {
  text-align: center;
  font-size: 15px;
  font-weight:400;
  color: #2F2F2B;
}

.mImageGrid{
text-align: center;
padding-bottom:15px;
}

h6 {
  text-align: center;
  font-size: 18px;
  color: #2F2F2B;
}

/* Product Info *//*

.cm-pi-description{
padding-top:30px;
}

.pdgtop30 {/* use this for padding-top of 20 *//*
padding-top:30px;}

.pdgtop20 {/* use this for padding-top of 20 *//*
padding-top:20px;}

.pdgbt30 {/* use this for padding-bottom of 30 *//*
padding-bottom:30px;}

.pdgtop50 {/* use this for padding-bottom of 50 *//*
padding-top:50px;}

h1.headers {
font-size: 40px;
padding-bottom:20px;
padding-left:5px;
}

h1.titleMain { 
font-size: 30px;
padding-top:45px;
padding-bottom:25px;
}

h1.productName { /* In large screen *//*
font-size: 18px;
padding-top:15px;
padding-bottom:10px;
}



@media screen and (min-width: 992px) { /* In small screen *//*
h1.productName {
font-size: 24px;
padding-top:20px;
padding-bottom:15px;
}
}

h1.cartTitle{
font-size: 25px;
font-weight: 700;
letter-spacing: 1.5px;
text-align: center;
}

.price{
font-size: 30px;
font-weight:700;
}

.pi-price{
padding-bottom: 20px;
}

.padding-thumbs {
    padding-top:5px;
}


/* Quantity input box *//*

.input-group-text {
border-radius:0;
height:45px;
}


/* Product Grid *//*

.product-grid{
color:#2F2F2B
}

.product-grid:hover{
color:#2F2F2B
}

.card {
    border: 0;
    border-radius: 0;
}

.card-subtitle{
margin-top:0;
text-align:center;
font-weight:700;
}

@media (min-width: 1200px) {
.card-deck > .card.is-product {
padding-top:50px;
}
}


/* Ajax cart pop up *//*
.modal-header{
background-color:black;
}

.modal-title{
color:white;
font-size:18px;
font-weight:700;
text-align:center;
}

/* Shopping Cart *//*

a.productCart {
  text-transform:uppercase;
  font-size: 13px;
  font-weight:600;
  color:black;
}

.btn-danger {
    background-color: #AC1A2F;
    border-color: #AC1A2F;
}

button.close{
    color: white;
    opacity: 1;
}

button.close:hover{
    color: white;
    opacity: 1;
}

th.produtnameCart {
width:35%;}

@media screen and (min-width: 960px){
.payment-list {
    flex-wrap: nowrap;
}
}

.payment-list {
    justify-content: space-between;
}

.payment-list {
    margin: 1.25rem 0 0;
}

.payment-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.payment-type.Visa {
    background-image: url(../images/VISA.jpg);
}

.payment-type.Mastercard {
    background-image: url(../images/MC.jpg);
}

.payment-type.CB {
    background-image: url(../images/CB.jpg);
}

.payment-type.Paypal {
    background-image: url(../images/PP.jpg);
}

.payment-type.ApplePay {
    background-image: url(../images/AP.jpg);
}


@media screen and (min-width: 960px){
.payment-type {
    width: 3.8375rem;
    height: 2.41875rem;
    margin-right: 0;
}
}

.payment-type {
    background-position: left top;
    background-repeat: no-repeat;
    height: 30px;
    width: 47px;
}

/* Category listing *//*
h1.catTitle {
  overflow: hidden;
  text-align: center;
  font-size: 35px;
  text-transform:uppercase;
  font-weight:700;
  
}

@media screen and (max-width: 768px) {
    h1.catTitle{
        font-size:25px;
    }
}

h1.catTitle:before,
h1.catTitle:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 5%;
}

h1.catTitle:before {
  right: 0.5em;
  margin-left: -50%;
}

h1.catTitle:after {
  left: 0.5em;
  margin-right: -50%;
}

/* Footer *//*
.pt-2-footer{
padding-top: 2.5rem !important;
}

.pl-0-footer{
padding-left:5px;
}

h4.footer{
    font-size: 1.6rem;
	margin-top: 0.7rem;
    margin-bottom: 1rem;
	padding-bottom:0px;
}


address{
padding-left:5px;
}

.borderTop {
    border-top: solid;
    border-width: 1px;
    border-color: #f1eeee;
}

.nav-link-footer {
    display: block;
    padding: 0.3rem 1rem;
	padding-left:5px;
	font-size:16px;
	color:#6d6d6d;
}

.nav-link-footer:hover {
	color:black;
}


.social-links {
    text-decoration: none;
	margin: 0.5rem;
margin-left:0
}

a.social-links {
    color:#979797;
}

a.social-links:hover {
    color:black;
}

a.cat-link {
  overflow: hidden;
  text-align: center;
  text-transform:uppercase;
  font-size: 13px;
  font-weight:600;
  padding-bottom:0px;
  color:black;
}

a.cat-link:before,
a.cat-link:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

a.cat-link:before {
  right: 0.5em;
  margin-left: -50%;
}

a.cat-link:after {
  left: 0.5em;
  margin-right: -50%;
}

/* Darken category image on hover *//*
.bg-image {
    overflow: hidden;
    position: relative;
	max-width: 100%;
    height: auto;
}

.bg-image:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: transparent;
    transition: background-color 100ms linear;
}

.bg-image:hover:after {
    transition: background-color 100ms linear;
    background-color: rgba(0,0,0,0.4);
}

.center {
text-align:center;
}

center {
text-align:center;
}

/* All manufacturers page*//*

div.manufacturer-images {
 text-align:center;
 margin:20px 0;
 border:1px solid #9a9a9a;
 background:white;
}
.manufacturer-images-title {text-align:center;}

div.manufacturer-images-item {
 text-align:center;
 margin:15px 0;
 border:1px solid #f1eeee;
 background:white;
}

.manufacturer-images-item img {
   -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(1);
    transition: all 1s ease-in;
    transform: scale(1);   
}
.manufacturer-images-name {white-space:nowrap;}
.manufacturer-images-desc {padding:10px 4px}
.manufacturer-images-see-more {padding-left:3px;color:#ff0000; font-size:10px;
}


/* Quantity selector on cart page*//*

.input-group-cart {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; *//*
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

/* Manufacturer name link on product page page*//*

A.manNamePI {
  color:#737d88;
  font-size: 12px;
}

A.manNamePI:hover {
text-decoration: none;
color:black;
}

A.sizeChartPI {
  color:black;
  font-size: 16px;
  text-decoration: underline;
}

A.sizeChartPI:hover {
  text-decoration: underline;
color:grey;
}

/*change colour of left right arrows on product image *//*
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


/*colour of special price on PI price *//*
.textSpecial {
color: #C46B60!important;
}

ul.checkmark li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 1em;
    position: relative;
}

/*switches on create account form *//*
.custom-control-input:checked~.custom-control-label::before {
border-color: black;
background-color:black;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
border-color: black;
background-color:black;
}

input.selectGrid:hover{ background-color: #ff7800; }

input.selectGrid{  background-color: #ff7800; }

.selectGrid {
  position: relative;
  display: inline-block;
  width: 100%;
  float:right;
  letter-spacing:1px;
}

.selectGrid option{
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  letter-spacing:1px;
  border: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  font-family:'ralewayregular', sans-serif,Arial,Verdana,sans-serif;
  border-radius: 15px;
  color: #343a40!important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.selectGrid::-ms-expand {
    display: none;
	letter-spacing:1px;
}  

.selectGrid select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  letter-spacing:0px;
  border: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  font-family:'ralewayregular', sans-serif,Arial,Verdana,sans-serif;
    color: #343a40!important;
  border-radius: 15;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.homepage__icons {
    text-align: center;
    padding: 15px 0px 20px;
}

.homepage__icons .tileIcon {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

.homepage__icons .tileMessage {
	font-size:15px;
    color: #2F2F2B;
}





