@charset "UTF-8";
/******************** General, Headings, Paragraph, Links, Buttons ********************/
body {
	--brandFontFamily: 'Segoe UI','Arial','Helvetica',sans-serif;
	--brandColorMain:#27292b;
	--topNavLevel1Color: white;
	--topNavLevel2Color: #333;
	--topNavLevel3Color: #333;
	--topNavLevel1BackgroundColor: var(--brandColorMain);
	--topNavLevel2BackgroundColor:#eee;
	--topNavLevel3BackgroundColor:#eee;
	--topNavLevel1BackgroundColor_hover: var(--brandColorMain);
	--topNavLevel2BackgroundColor_hover: var(--brandColorMain);
	--topNavLevel3BackgroundColor_hover:  var(--brandColorMain);
    --subBreadCrumbNavColor: rgb(99, 102, 106);
    --subBreadCrumbNavBackgroundColor: #4fccd3;
    --subNavHeight: 490px;
    --subNavTop: 55px;
    --subNavLeft: 55px; 
    --subNavColumnWidth: calc(min(24vw, 280px));
    --subNavLeft: calc(50vw - var(--subNavColumnWidth));
    --subNavLevel1Left: calc(var(--subNavLeft) + 1px);
    --subNavLevel2Left: calc(var(--subNavLeft) + var(--subNavColumnWidth));
    --subNavLevel3Left: calc(var(--subNavLeft) + var(--subNavColumnWidth) * 2);		
	--brandBackgroundApplyColorMain: #fff;											
}

.mainWinDiv {
  background: #FFFFFF  no-repeat fixed center top !important;
  background-size: cover;
}
.ArbitoryPulledHtmlWidgetDiv {
	display: block !important;
/*	margin-left: 15% !important;
	margin-right: 15% !important;*/
	padding-top: 0px !important;
	margin-top: 0px !important;
	overflow: hidden !important;
}
.ArbitoryPulledHtmlWidgetDiv img {
	max-width: 100% ;
}
/* image button overlay */
.img-wrapper {
	position: relative;
  }
  
  .img-overlay {
	position: absolute;
  top: 90%;
  left: 100px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-align: center;
  }
  
  .img-overlay:before {
	content: ' ';
	display: block;
	/* adjust 'height' to position overlay content vertically */
	height: 50%;
  }

  .rotateButton {
	color: white;
	background-color: transparent;
	width: 120px;
	height: 38px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	font-weight: bolder;
	margin: auto;
	border-style: none !important;
	padding: 5px;
	border: 1px solid white !important;
  }

  .rotateButton:hover {
	  background-color: black;
  }

  .treyColor {
	color: black;
	border: 1px solid black !important;
  }

  .treyColor:hover {
	color: white;
	background-color: black;
	border: 1px solid white !important;
  }
@media (max-width: 768px) {
.ArbitoryPulledHtmlWidgetDiv {
	display: block !important;
	margin-left: 7% !important;
	margin-right: 7% !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
	overflow: hidden !important;
}	

/
.img-overlay {
	display:none;
}

.brandMainFontFamily {
	font-size: 2rem !important;
}

}
@media (max-width: 600px) {
.ArbitoryPulledHtmlWidgetDiv {
	display: block !important;
	margin-left: 3% !important;
	margin-right: 3% !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
	overflow: hidden !important;
}	

.img-overlay {
	display:none;
}

.brandMainFontFamily {
	font-size: 2rem !important;
}


}
.storePopupContent {
	text-align: center !important;;
}
.quickViewLightBoxContent .productImages {
	/* margin-right: 0px !important; */
	max-width: 100%;
}
.quickViewLightBoxContent .productImage img {
	max-width: 100%;
	height: initial!important;
	margin-bottom: 15px;
	margin-top: 15px;
}
/*container pageFrame*/
.mainWinCenterDiv {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  display:flex;
  flex-direction: column;
}



@media (min-width: 576px) {
	
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
  .mainWinCenterDiv {
    /*width: 970px;*/
	width: 100%;
  }
}
  /*
.row {
	margin-right: 15px;
	margin-left: 15px;
	background: #fff;
}
  */
#header {
	background: #fff;
	padding: 20px 0 15px 0;
}
img[data-src] {
  display: none;
}
h1 {
  margin: 30px 0 15px;
  color: #2e446b;
  font-family: var(--brandFontFamily);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
}
h2 {
  margin: 20px 0;
  color:#2e446b ;
  font-family: var(--brandFontFamily);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: start;
}
/*
p {
  margin: 10px 0;
}
*/
p, div {
  font-family: var(--brandFontFamily);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

a:hover {
  /*color: #1790d4;*/
  text-decoration: none;
}
a.blueBtn {
  display: inline-block;
  padding: 10px 19px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #1584c7;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
a.blueBtn:hover {
  background: #1790d4;
}
a.whiteBtn {
  display: inline-block;
  padding: 3px 8px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  
  color: #1584c7;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
a.whiteBtn:hover {
  background: #76bde7;
  color: #fff;
}
/******************** Alert ********************/
#alertBar {
  background: black;
}
#alertBar p {
  color: #fff;
  font-size: 16px;
  padding-top: 6px;
  margin-bottom:3px;
}
@media (max-width: 575px) {
  #alertBar a.whiteBtn {
    margin: 5px 0 2px;
  }
}
@media (min-width: 576px) {
  #alertBar a.whiteBtn {
    margin: 2px 0 2px 15px;
  }
}



/******************** ZK row: Top Nav + Shopping/Search + FB Like ********************/
.mainWinCenterDiv .northRow .obsoleteRow:nth-child(3) > .obsoleteCell:first-child > .z-div {
  text-align: center;
}

.topNavigationBarDiv {
  min-height: 0;
  padding: 0;
  padding-top: 15px;
  background: var(--brandColorMain) !important;
  text-align: center;
}
.shoppingCartAndSearchBarDiv {
  display: inline-block;
  width: auto !important;
  background: var(--brandColorMain) !important;
  line-height: 50px;
  vertical-align: middle;
  text-align: right;
}
@media (min-width: 992px) {
 
  .topNavigationBarDiv {
    float: left;
    max-width: 100%;
    padding-left: 15px;
      background: var(--brandColorMain) !important;
  }

}
.topNavigationBarDiv .topNavBar {
  display: inline-block;
  width: auto;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
    background: var(--brandColorMain) !important;
}
.topNavigationBarDiv .topNavBar .topNavButton {
  display: none;
}
.topNavigationBarDiv .topNavBar > ul.flexnav {
  position: relative;
  display: inline-block;
  opacity: 1;
  pointer-events: all;
}
.topNavigationBarDiv .topNavBar.userNav > ul.flexnav {
  margin-left: 10px;
}
.topNavigationBarDiv .topNavBar > ul.flexnav > li {
  display: inline-block;
}
.topNavigationBarDiv .topNavBar > ul.flexnav > li a:before {
  display: inline;
}
.topNavigationBarDiv .topNavBar.userNav > ul.flexnav > li:first-child a:before {
  display: none;
}
@media (max-width: 767px) {
  .topNavigationBarDiv .topNavBar.topNav {
    display: block;
  }
  .topNavigationBarDiv .topNavBar.topNav > ul.flexnav > li:first-child a:before {
    display: none;
  }
}
.topNavigationBarDiv .topNavBar > span.z-label,
.topNavigationBarDiv .topNavBar > ul.flexnav > li a,
.topNavigationBarDiv .topNavBar > ul.flexnav > li a:before {
    background: var(--brandColorMain) !important;
  color: #FFFFFF;
  font-family: var(--brandFontFamily);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.topNavigationBarDiv .topNavBar > ul.flexnav > li a:hover {
  color: #1790d4;
  text-decoration: none;
}
.shoppingCartAndSearchBarDiv {
  line-height: normal;
  white-space: nowrap;
}
.shoppingCartAndSearchBarDiv .shoppingCart {
	padding: 0;
	background: var(--brandColorMain) !important;
	position: relative;
}

.shoppingCartAndSearchBarDiv .shoppingCart img {
	padding-right: 3px;
	filter: contrast(0.1) brightness(100);
}
.shoppingCartAndSearchBarDiv .shoppingCart .z-label {
	display: none;
}
.shoppingCartAndSearchBarDiv .shoppingCart .z-label.shoppingCartLabelQty {
	display: flex!important;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #72a4cf;
    /* background-color: #337ab7; */
    min-width: 19px;
    height: 19px;
    border-radius: 16px;
    padding: 0px 4px 0px 4px;
    justify-content: center;
    line-height: 18px;
    font-weight: 600;
	font-size: 14px;
}
.shoppingCartAndSearchBarDiv .shoppingCart .z-label.shoppingCartLabelTotal {
	display: inline-block!important;
	/* padding: 0px 5px; */
}
.shoppingCartAndSearchBarDiv .shoppingCart * {
	color: #FFFFFF;
	font-family: var(--brandFontFamily);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	margin-right: 8px;
}
.shoppingCartAndSearchBarDiv .searchBox {
	width: 230px;
	position: relative;
	padding: 0;
}
@media (max-width: 576px) {
	.shoppingCartAndSearchBarDiv .searchBox {
		width: 145px;
	}
}
.shoppingCartAndSearchBarDiv .searchBox input[type="text"] {
	width: 100%;
	padding: 2px 20px 2px 10px;
	border: none;
	border-radius: 7px;
	color: black!important;
	font-family: var(--brandFontFamily);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	background: #fff !important;
	min-height: 28px;
}

.shoppingCartAndSearchBarDiv .searchBox img {
  position: absolute;
  right: 0px;
  filter: grayscale(1.0) brightness(4.0);
  top: calc(50% - 7px);
  right: 5px;
  height: auto;
  width: 15px;
}
/******************** Header ********************/
#headerMail a {
  display: inline-block;
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
}
#headerMail img {
  margin-right: 5px;
}
#headerMail p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #headerLogo {
    text-align: center;
  }
  #headerMail a {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  #headerLogo img {
    width: 100%;
    max-width: 370px;
  }
}
/******************** Menu ********************/
#mainNav {
  border-top: 1px solid #b6bec3;
  border-bottom: 1px solid #b6bec3;
}
#mainNav > div {
  padding: 5px 0;
}
#mainNav a {
  padding: 0 7px;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 992px) {
  #mainNav a {
    padding: 0 4px;
  }
}
/******************** Hero ********************/


#hero .heroSlider > ul > li img {
  width: 100%;
}

.heroSlider .unslider-carousel {
	width: 100%!important;
	left: 0!important;
	margin-left: 0!important;
	position: relative;
}
.heroSlider .unslider-carousel li{
	width: 100%!important;
	position: absolute;
	opacity: 0;
	transition: opacity 1s;
	pointer-events: none;
}
.heroSlider .unslider-carousel li.unslider-active {
	width: 100%!important;
	position: static;
	opacity: 1;
	pointer-events: all;
}

#hero .unslider {
    position:relative;
}

#hero .unslider-arrow {
	position: absolute;
	height: 100%;
	top: 0;
	font-size: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--blue);
	right: 0;
	width: 40px;
	z-index: initial;
}
#hero .unslider-arrow.prev {
	left: 0;
}
/******************** Banner ********************/
#banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff url("/images/hosting/banner-bgr.jpg") no-repeat scroll center center;
  background-size: 100% 106%;
}
#banner img[alt="bannerLogo"] {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
#banner h2 {
  margin-top: 12px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #banner {
    background-size: 100% 104%;
  }
}
@media (min-width: 768px) {
  #banner {
    background-size: 100% 102%;
  }
  #banner img[alt="bannerLogo"] {
    max-width: 340px;
  }
  #banner h2 {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #banner {
    background-size: 100% 100%;
  }
  #banner h2 {
    margin-right: 40px;
  }
  .orderSummaryClass {
    position: relative;
}
}
/******************** Categories ********************/
@media (min-width: 576px) {
  #categories {
    padding: 0 35px;
  }
}
@media (min-width: 768px) {
  #categories {
    padding: 0 65px;
  }
}
@media (min-width: 992px) {
  #categories {
    padding: 0 20px;
  }
}

#categories > .row {
  margin: 0 -10px;
}
#categories > .row > [class*="col-"] {
  padding: 10px;
}
#categories h2 {
  margin-bottom: 10px;
}
.categoryWrap {
  position: relative;
  display: inline-block;
}
.categoryWrap img {
  width: 100%;
  max-width: 220px;
}
.categoryWrap a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 125px;
  text-transform: uppercase;
  text-decoration: underline;
}
.categoryWrap a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
/******************** Featured Products ********************/
#featured img[alt="featured"] {
  width: 100%;
}
@media (max-width: 767px) {
  #featured .btnWrap {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f1f1f1;
  }
}
@media (min-width: 768px) {
  #featured .btnWrap {
    position: relative;
    bottom: 25px;
    margin-top: -40px;
  }
}
/******************** Brands ********************/
#brands {
  position: relative;
}
#brands .unslider-arrow.prev {
  left: 17px;
  bottom: 25px;
}
#brands .unslider-arrow.next {
  right: 17px;
  bottom: 25px;
}
#brands .unslider {
  overflow: hidden;/*gallery*/
  width: 170px;/*gallery width = multiple of slide width*/
  margin: 0 auto;
}
#brands .brandsSlider {
  overflow: visible !important;/*gallery slides visible*/
  width: 170px;/*slide width*/
  left: 170px;/*start with clone*/
}
@media (min-width: 410px) {
  #brands .unslider {
    width: 340px;/*2 slides*/
  }
}
@media (min-width: 580px) {
  #brands .unslider {
    width: 510px;/*3 slides*/
  }
}
@media (min-width: 768px) {
  #brands .unslider {
    width: 680px;/*4 slides*/
  }
}
@media (min-width: 992px) {
  #brands .unslider {
    width: 900px;/*5 slides*/
  }
  #brands .brandsSlider {
    width: 180px;
    left: 180px;
  }
}
#brands .brandsSlider > ul > li {
  text-align: center;
}
/******************** Funding ********************/
#funding {
  margin-bottom: 10px;
}
#funding > .row > [class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
#funding img {
  width: 100%;
  max-width: 210px;
}
@media (min-width: 576px) {
  #funding {
    padding: 0 45px;
  }
  #funding > .row > [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #funding {
    padding: 0 75px;
  }
}
@media (min-width: 992px) {
  #funding {
    padding: 0 25px;
  }
}

.containera {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
.cell {
  margin: 0.5rem;
}
.cell img {
  display: block;
}
@media screen and (min-width: 400px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cell {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1000px) {
  .columnnx {
    -ms-flex: 32%;
    flex: 32%;
    max-width: 32%;
  }
  .cell {
    width: calc((100% / 3) - 1rem);
  }
}

.rownf {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	
}
.rownf .columnnh,
.rownf .columnng {
	flex: 0 1 400px;
	text-align: center;
}

.rownf .columnnh img,
.rownf .columnng img {
	max-width: 60%;
}

@media (min-width: 1280px) {
	.rownf {
		justify-content: space-evenly;
	}
	.rownf > .columnnh,
	.rownf > .columnng {
		max-width: 28%;
		flex: 0 0 28%;
	}
	.rownf > .columnnh > .thumbnail1 img,
	.rownf > .columnng > .thumbnail1 img {
		min-width: 70%;
		max-width: 70%;
	}
}

.bla.row::before {
  display: none;
  content: none;
}
.bla .column {
    padding: 10px;
}

.horizontalRegularProductDiv .headerDiv{	 
	 /* background: url("/images/hosting/resellers/14/bg.jpg") !important;*/
  background-image: none;
  background-color: transparent ! important;
}

.productDetails > .bottomRightDiv > .z-image, .storePopupCloseButton, .productQuantityToCart , .z-tabs, .storePageDiv .storePageHeader , .cartGrid .cartTotalCheckout, .cartRow {
    mix-blend-mode: multiply;
    /* filter: hue-rotate(175deg); */
}
.signInBotton, .storeForm  , .storePageDiv{
    mix-blend-mode: multiply;
   /* filter: hue-rotate(175deg); */
}
.horizontalRegularProductDiv .productsContainer .productItem .z-a .productImg  .z-image{
	mix-blend-mode: multiply;
}
.productImages .productImage,.productImages .productThumbs, .panel > .panel-heading{
	mix-blend-mode: multiply;
}
.productImages .productImage,.productImageLink{
	mix-blend-mode: multiply;
	margin-bottom: 15px;
	/* margin-left: 15px; */
}

.productPageDiv .productImages .productImageLink {
	border-bottom:1px dotted #ccc;
}


.productQuantityToCart {
	padding-bottom: 3px;
}

#headerCustomByLogo {
display: none !important;
}
#imagebylogo {
display: none !important;
width: 12% !important;
}
#fontadj {
     font-weight: bolder;
}
#assuranceimg {
	 width: 15% !important;
}
#pciimg {
	 width: 15% !important;
}
#visaimg {
	 width: 15% !important;
}
#masterimg {
	 width: 15% !important;
}
#discoverimg {
	 width: 15% !important;
}

.bottom-left {
  position: absolute; bottom: 10px;
  left: 10px; width: 100px; height: 100px;
  font-size: 0.5em; font-weight: bold;
 color: #000000;
 }

@media (min-width: 992px) {

.row.imagescreen img {
    
	padding-bottom: 3px;
  }
.row.imagescreen .imagebylogo  {  
width: 10% !important;
}
#assuranceimg {
	 width: 7% !important;
	 padding-right: 20px !important;
}
#pciimg {
	 width: 7% !important;
}
#visaimg {
	 width: 7% !important;
}
#masterimg {
	 width: 7% !important;
}
#discoverimg {
	 width: 7% !important;
}
}
@media (min-width: 830px) and (max-width: 991px) {

.row.imagescreen img {
    
	padding-bottom: 3px;
  }
.bottom-left {
    position: absolute; bottom: 50px;
  left: 10px; width: 200px; height: 100px;
  font-size: 1.5em; font-weight: bold;
  color: #000000 !important;
 }  
}
@media (min-width: 768px) and (max-width: 829px) {

.row.imagescreen img {
   
	padding-bottom: 3px;
  }
.bottom-left {
    position: absolute; bottom: 25px;
  left: 10px; width: 200px; height: 100px;
  font-size: 1.5em; font-weight: bold;
  color: #000000;
 }  
}
@media (min-width: 576px) and (max-width: 767px) {

.row.imagescreen img {
    
	padding-bottom: 3px;
  }
.bottom-left {
  position: absolute; bottom: 15px;
  left: 10px; width: 150px; height: 100px;
  font-size: 1.0em; font-weight: bold;
  color: #000000;
 }  
}
@media (min-width: 300px) and (max-width: 575px) {
.row.imagescreen img {
    
	padding-bottom: 3px;
  }

.bottom-left {
  position: absolute; bottom: 5px;
  left: 10px; width: 150px; height: 100px;
  font-size: 1.0em; font-weight: bold;
    color: #000000 !important;
 }
 #fontadj {
     font-weight: bolder;
}
 #firstimage {
     content: url("https://www.mysuite.shop/images/hosting/resellers/5/MySalon_Shop_web_image_600x600.jpg");
}
 #secondimage {
     content: url("https://www.mysuite.shop/images/hosting/resellers/5/MySalon_Shop_web_image_600x6002.jpg");
	 display: block !important;
}
/*.row.imagescreen img{
    content: url("https://www.mysuite.shop/images/hosting/resellers/5/logo.png");
    width: 50% !important;
}*/
}
.containera {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
.cell {
  margin: 0.5rem;
}

.cell img {
  display: block;
}

#body{
    font-family: var(--brandFontFamily);
}

#footer{
	background-color: var(--brandColorMain) !important;
	padding: 20px;
	width: 100%;
	color: #FFFFFF;
	position: relative;
	padding-top: 60px;
	border-top: 5px solid #80217e;
}

.back-to-top {
	position: absolute;
	top: 20px;
	width: 100px;
	left: calc(50% - 50px);
	text-align:center
}
.back-to-top::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-bottom-color: white;
	top: -20px;
	left: calc(50% - 8px);
}

#footer .footerdiv{
    text-align: center;
    margin: 0 auto;
	/* max-width: 300px; */
	font-weight: 500;
}

.footerBox {
	padding: 4px 8px 8px 8px;
    background: #2c2d2e;
    border: 2px solid black;
    border-radius: 7px;
	display: none;  
}
.footer_socialLinks {
	padding: 15px 0px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.footer_socialLink {
	background-color:transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
}

.footer_socialLink::before {
	color: #72a4cf;
	font-size: 27px;
}

@media (min-width: 1000px) {
  .cell {
    width: calc((100% / 3) - 1rem);
  }
}
@media screen and (min-width: 400px) {
    #footer{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* padding: 50px; */
        padding-top: 70px;
    }
    #footer .footerdiv{
        text-align: center;
        /* max-width: 310px; */
        padding: 0 40px;
        margin: 0;
    }
    #footer ul{
        max-width: 100%;
        margin: 0;
    }
}

#quantalogo1 {
    width: 100%;
    max-width: 200px;
	padding-bottom: 20px;
	filter: none!important;
}

#footer ul{
    max-width: 250px;
    margin: 0px auto 20px auto;
    text-align:left;
    padding: 0;
}
#footer ul li{
	font-family: var(--brandFontFamily);
	/*font-size: 16px;*/
}

#footer ul li.footer-list-subitem {
    padding-left: 15px;
}

#footer a{
    color: #FFFFFF !important;
    cursor: pointer;
}


.adress span , .contact span , .social span{
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

.social li{
    float:left;
}

.adress , .contact , .social {
    list-style: none;
}

.fa{
    color:#9c9c9c;
    margin-right: 15px;
    font-size:14px;
}
.sf-menu {
	display: none !important;
}
.sf-menu a{
    font-family: var(--brandFontFamily) !important;
}
#main_search {
    display: flex;
    justify-content: center;
}

#user_email {
	vertical-align: middle;
	padding: 5px 8px;
	border: none;
	border-radius: 7px 0 0 7px;
	flex: 1;
	max-width: 230px;
	min-width: 120px;
}
#search_button {
	vertical-align: middle;
	color: white;
	background-color:black;
	border: none;
	border-radius: 0 7px 7px 0;
}

button.bla-button {
    background-color: var(--brandColorMain);
    color: #FFFFFF;
    border-radius: 15px;
    padding: 5px 15px;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
    font-weight: bolder;
    font-family: var(--brandFontFamily);
    border: none;
}
#leafline {
	max-width: 90%;
	margin-bottom: 20px
}
#headerCustomLogo {
    max-width: 305px;
    /* max-height: 105px; */
}
.bla {
	background-color: var(--brandColorMain);
	margin: 0px
}

.bla #pciimg, .bla #assuranceimg, .bla #visaimg, .bla #masterimg, .bla #discoverimg, .bla img {
	width: initial!important;
	height: 40px!important;
	border-radius: 7px!important;
	padding: 0!important;
	margin: 3px 3px;
}

.social-icons img {
	padding: 0!important;
	margin: 0 10px;
	border-radius: 50%;
	width: initial!important;
	height: initial!important;
	width: 50px!important;
}

#userNavLinks .login-link {
	color: var(--brandColorMain)!important;
	background-color: white!important;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid white;
	text-align: center;
}
.horizontalRegularProductDiv .productsContainer .productItem {
position: relative;
}

.horizontalRegularProductDiv .productsContainer .productItem .productLabel::before {
	content: 'Details';
	position: absolute;
    display: block;
    bottom: 0px;
    /* left: calc(50% - 45px); */
    width: 100%;
    background-color: #393c3f;
    color: white;
    padding: 12px 20px;
    font-family: var(--brandFontFamily);
    font-weight: 600;
    letter-spacing: .18rem;
}

.horizontalRegularProductDiv .productsContainer .productItem .productLabel:hover::before {
	/* text-decoration: underline; */
	color:#90bfe8;
}

.productPriceLabel {
	color: #527182!important;
    font-weight: 600!important;
    font-size: 14px!important;
}
/* .productLabel {
	padding-top: 15px
} */

.storePageHeader .contactUsBar::before,
.breadCrumbRow.with-product-details-header::before {
    display: block;
    font-family: var(--brandFontFamily);
    font-size: 25px;
    font-weight: bold;
    background-color: #edf0f4;
    text-align: center;
    padding: 10px 0;
    /* box-shadow: 0 7px 10px -4px #999; */
    border: 2px solid #ccc;
    border-right: 0;
    border-left: 0;
}

.breadCrumbRow.with-product-details-header::before {
    content: "Product Details";
    color: #383636;
    padding-top: 10px;
    padding-bottom: 13px;
}
.breadCrumbRow.with-category-header::before {
    display: block;
    font-family: var(--brandFontFamily);
    font-size: 25px;
    font-weight: bold;
    background-color: #eee;
    text-align: center;
    padding: 10px 0;
    /* box-shadow: 0 7px 10px -4px #999; */
    border: 2px solid #636363;
    border-right: 0;
    border-left: 0;
}
/*
.breadCrumbRow.with-category-header::before {
    content: attr(data-text); 
    color: #383636;
    padding-top: 10px;
    padding-bottom: 13px;
}
*/											 
.storePageDiv .storePageHeader .contactUsBar::before {
	content: "Contact Us";
	/* margin: 0 -20px 10px -20px; */
	color: #383636;
}
.storePageDiv .storePageHeader .contactUsBar {
	font-size: 0px;
}

.breadCrumbRow .breadCrumb {
    display: flex;
	margin-left: 12%;
}

.breadCrumbRow .breadCrumb .back-to-category-link {
    flex: 1 0 auto;
    text-align: left;
	cursor: pointer;
	font-family: var(--brandFontFamily);
	margin-right: 12%;
	/* color: black; */
    font-weight: 500;
    font-size: 14px;
	/* display: none; */
	text-align: right;
}

.buttonCustomise {
	background-color: #80217e;
	display: inline-block;
	position: relative;
	padding: 7px 15px;
	color: white;
	font-family: var(--brandFontFamily);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: .1rem;
	width: max-content;
	border-radius:6px;
	/* margin-bottom: 5px; */
	text-align: right;
}
.continueImage {
	margin-top:20px;
}
/*.signInImage {
	width:auto;
	min-width: max-content;
} */

.buttonCustomise:last-child {
	margin-top: 6px;
}

.buttonCustomise:active,
.buttonCustomise:focus,
.buttonCustomise:hover {
	text-decoration: none;
	color: #DDDDDD;
}

.buttonCustomise > a,
.buttonCustomise > button,
.buttonCustomise > input,
.buttonCustomise > img {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0!important;
}

.buttonCustomise::before { 
    pointer-events: none;
}

.buttonCustomise.addToCart::before { 
    content: 'Add To Cart'; 
}

.buttonCustomise.signInImage::before { 
    content: 'Sign In'; 
}

.buttonCustomise.createImage::before { 
    content: 'Create'; 
}

.buttonCustomise.viewImage::before {
    content: 'View Full Details';
}

.buttonCustomise.checkoutImage::before {
    content: 'Check Out';
}

.buttonCustomise.guestCheckoutImage::before {
    content: 'Guest Checkout';
}

.buttonCustomise.contImage::before {
    content: 'Continue';
}

.buttonCustomise.editImage::before {
    content: 'Edit';
}

.buttonCustomise.deleteImage::before {
    content: 'Delete';
}

.buttonCustomise.editShippingOptionsImage::before {
    content: 'Edit Shipping Options';
}

.buttonCustomise.edititemsImage::before {
    content: 'Edit Items';
}

.buttonCustomise.placeOrderImage::before {
    content: 'Place Order';
}

.buttonCustomise.useThisAddressImage::before {
    content: 'Use this Address *1';
 }
.buttonCustomise.useThisAddressImage {
    margin-bottom: 5px;
}
.buttonCustomise.useAndModifyThisAddressImage::before {
    content: 'Select this Address *2';
} 
.buttonCustomise.useAndModifyThisAddressImage {
    margin-bottom: 5px;
}
.buttonCustomise.prevbtnImage::before {
    content: '< Prev';
}
.buttonCustomise.nextbtnImage::before {
    content: 'Next >';
}
.buttonCustomise.cancelImage::before {
    content: 'Cancel';
}
.buttonCustomise.saveImage::before {
  content: 'Save';
}
.buttonCustomise.sendImage::before {
    content: 'Send';
}
.buttonCustomise.continueImage::before { 
    content: 'Continue Shopping'; 
}
.buttonCustomise.closeImage {
	padding: 5px 10px;
	/* min-width: 20px; */
    border: none!important;
    color: #8a8888;
    font-size: 25px;
	background-color: white;
	
}
.buttonCustomise.closeImage::before {
    font-family: 'FontAwesome';
    content: '\f00d';
}

.buttonCustomise.backSignInImage::before { 
    content: 'Back To Sign In'; 
}

.buttonCustomise.resetPasswordImage::before { 
    content: 'Reset Password'; 
}

.buttonCustomise.submitImage::before { 
    content: 'Submit'; 
}

	/* hover on rma form */
.z-row:hover>.z-row-inner, .z-row:hover>.z-cell {
		background: none;
	  
}

/* product description */
.z-tab {
	background-color:white;
    border: none;
    border-radius: 0px 0px 0 0;
	/* border-radius: 0px 10px 0 0; */
}
.z-tab-selected {
	background: white!important; 
    /* border: 1px solid #ccc; */
    /* border-bottom: 0; */
	border-bottom: 3px solid #80217e;
	color:black;
}
.z-tab-selected:hover {
	border-bottom: 3px solid #80217e!important;
}
.z-tabs-content {
	/* border-bottom:1px solid #ccc; */
	border-bottom:none;
}

.z-tabpanel {
    padding: 25px 10px;
	border:none;
	overflow-x: auto;
	text-align: start;
	line-height: 23px;
}

.z-tab-text {
	color:black;
    /* font-weight: 600; */
	font-family: var(--brandFontFamily);
	font-size: 16px;
	letter-spacing: .05rem;
}
.z-tab:hover .z-tab-text {
    color: black;
}

.z-tab:hover {
	background:none;
	border-bottom: 3px solid #e4e4e4;
    /* font-weight: bold; */
    /* border: 1px solid #cccccc5e; */
    /* border-bottom: 0; */

}

/* .z-tab-selected .z-tab-text {
	color: black;
    font-weight: 600;
    font-family: var(--brandFontFamily);
} */
.z-div .ArbitoryPulledHtmlWidgetDiv .z-div .z-html p{
	color: black;
}
.z-div .ArbitoryPulledHtmlWidgetDiv .z-div .z-html {
	color: black;
}

.topNavigationBarDiv {
	display: none;
}
.northRow {
	padding-top: 58px;
}
.topNavParentCustomise {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 1;
	height: 58px;
	background-color: var(--brandColorMain);
	border-bottom: 1px solid #80217e;
}

.topNavParentCustomise .topNav_hamburgerMenu {
	order: 1;
}
.topNavParentCustomise .topNavItems {
	order: 2;
}
.topNavParentCustomise .shoppingCartAndSearchBarDiv {
	order: 3;
}
.topNavParentCustomise .topNav_userMenu {
	order: 4;
}
@media (min-width: 576px) {
	.topNav_userMenu .topNav_login::after,
	.topNav_userMenu .topNav_createLogin::after,										 
	.topNav_userMenu .topNav_logout::after {
		color: var(--topNavLevel1Color);
		font-family: var(--brandFontFamily);
		font-size: 13px;
		vertical-align: middle;
		line-height: 24px;
		padding-left: 5px;
	}
	.topNav_userMenu .topNav_logout::after {
		/*content: 'Sign Out';*/
	}

	.topNav_userMenu .topNav_login::after {
		/*content: 'Sign In';*/
	}
	.topNav_userMenu .topNav_createLogin::after {
	content: 'SIGN-UP';										  
}

} 
div.topNavWrapper {
	display: contents;
}

ul.topNavItems {
    text-align: left;
}

ul.topNavItems,
ul.subNavItems {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.topNavItems > li {
	display: block;
}

ul.topNavItems li > span,
ul.topNavItems li > a {
	cursor: pointer;
	padding: 4px 15px;
}

ul.subNavItems {
	line-height: normal;
	left: 0;
	top: 56px;
	font-size: 16px;
	font-weight: 500;
}
/* level 1 colors */
ul.topNavItems {
	background-color: var(--topNavLevel1BackgroundColor);
	font-size: 16px;
    font-weight: 500;
}
/* ul.topNavItems > li:hover {
	background-color: var(--topNavLevel1BackgroundColor_hover);
} */
ul.topNavItems li > span,
ul.topNavItems li > a {
	color: white;
}
/* level 2 colors */
ul.subNavItems {
	background-color:#edf0f4;
}
/* ul.subNavItems > li:hover {
	background-color: var(--topNavLevel2BackgroundColor_hover);
} */
ul.subNavItems li > a {
	color: var(--topNavLevel2Color);
	width: 280px;
}

ul.subNavItems li > a:hover {
	/* color: var(--brandColorMain); */
	color: #337ab7;
}
/* level 3+ colors */
ul.subNavItems ul.subNavItems {
	background-color: #edf0f4;
	border: 1px solid #b3b0b0;
	
}
/* ul.subNavItems ul.subNavItems > li:hover {
	background-color: var(--topNavLevel3BackgroundColor_hover);
} */
/* ul.subNavItems ul.subNavItems li > a {
	color: var(--topNavLevel3Color);
} */
@media (min-width: 992px) {
	
	.topNavParentCustomise .topNav_hamburgerMenu {
		display: none;
	}

	ul.topNavItems {
		display: flex;
	/*	white-space: nowrap; */
		line-height: 48px;
	}

	ul.topNavItems > li {
		position: relative;
	}

	ul.topNavItems li > span,
	ul.topNavItems li > a {
		display: block;
	}

	ul.subNavItems {
		position: absolute;
		/* border-radius: 0 0 4px 4px; */
		display: none;
		padding: 7px 0;
		border: 1px solid #b3b0b0;
		border-top: 0;
	}

	ul.subNavItems li .subNavTrigger::before {
		content: '\f105';
		font-family: 'FontAwesome';
		position: absolute;
		top: 4px;
		font-size:20px;
		right: 5px;
/* 		opacity: 0.5; */
	}

	.subNavTrigger.active > ul.subNavItems /*,
	ul.topNavItems li:hover > .subNavTrigger > ul.subNavItems */ {
		display: block;
	}	

	ul.subNavItems > li {
		position: relative;
	}
ul.subNavItems {
		position: fixed;
		top: var(--subNavTop);
		left: var(--subNavLevel1Left);
		height: var(--subNavHeight);
		width: var(--subNavColumnWidth);
		overflow: hidden auto;
	}
	ul.subNavItems ul.subNavItems {
		left: var(--subNavLevel2Left);		
	}
	ul.subNavItems ul.subNavItems ul.subNavItems {
		left: var(--subNavLevel3Left);					
	}

}
@media (max-width: 991.98px) {
	ul.topNavItems {
    	display: none;
	}

    .topNav_hamburgerMenu {
    	flex: 1;
    	text-align: left;
    	padding-left: 15px;
    }

    .topNav_userMenu {
    	flex: 1;
    	padding-right: 15px;
		justify-content: flex-end;
    }
    
    .topNav_hamburgerMenu a {
    	color: white;
    	cursor: pointer;
    	font-size: 21px;
    }

	div.topNavWrapper {
		display: none;
		position: fixed;
		width: 100%;
		max-width: 300px;
		overflow: hidden;
		height: calc(100vh - 58px);
		left: 0;
		top: 58px;
	}

	ul.topNavItems,
	ul.subNavItems {
	    text-align: left;
	}

	.topNav_open div.topNavWrapper {
		display: block;
	}

	.topNav_open ul.topNavItems {
		display: flex;
		flex-direction: column;
		position: absolute;
		width: 100%;
		top: 0;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		background:#edf0f4;
		border-right: 1px solid #ccc;
		padding-top: 10px;			
	}

	ul.topNavItems li {
		min-height: 40px;
		display: flex;
		align-items: center;
	}

	ul.topNavItems li > span,
	ul.topNavItems li > a {
		flex: 1;
		color: #333;
	}

	/* ul.topNavItems li > span,
	ul.topNavItems li > a:hover {
		color: #337ab7
	} */
	/* ul.topNavItems li:hover {
	background: none;
	color: #337ab7;
} */

/* ul.topNavItems li > span, ul.topNavItems li > a:hover {
	color:var(--brandColorMain);
} */
/* ul.topNavItems li > span,
	ul.topNavItems li > a:hover {
background-color:var(--brandColorMain); 
		color:#333;
	} */

	ul.topNavItems li > span:hover {
		/* background-color:var(--brandColorMain);  */
				color:var(--brandColorMain);
			}
		

	ul.topNavItems li .subNavTrigger {
		right: 0px;
		top: 0px;
		width: 50px;
		cursor: pointer;
		text-align: right;
		display: inline-block;
	}

	ul.topNavItems li .subNavTrigger::before {
		color: #333;
		content: '\f105';
		font-family: 'FontAwesome';
		font-size: 20px;
		padding: 4px;
		margin-right: 15px;
	}

	ul.subNavItems {
		position: absolute;
		top: 58px;
		height: calc(100vh - 58px);
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
		left: 100%;
		top: 0;
		transition: left 0.3s;
		z-index: 1;
		padding-bottom: 50px;			   
	}

	ul.subNavItems::before {
		display: block;
		content: '\f100';
		font-family: 'FontAwesome';
		font-size: 20px;
		color:#333;
		top: 10px;
		padding: 15px 15px
	}

	li > .subNavTrigger.active > ul.subNavItems {
		left: 0;
	/*	border: none; */
	}
}

.topNav_userMenu {
	line-height: normal;
	display: flex;
}
.topNav_userMenu a {
	margin: 0;
	margin-left: 10px;
	white-space: nowrap;
}
.topNav_userMenu a:active,
.topNav_userMenu a:focus {
	color: var(--brandColorMain);
	text-decoration: none;
}

.topNav_userMenu a::before {
	box-sizing: border-box;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
  /*  background-color: black; */
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  /*  border: 2px solid #524f4f; */
}

.topNav_userMenu a:hover::before {
	/* color:black; */
	background:black;
	
	/* transform: scale(1.1, 1.1); */
}


.quickViewButton {
	background: none;
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    height: 16%;
    padding-top: 7px;
    width: 100%;
    color: black;
    left: calc(50% - 65px);
    opacity: .94;
    letter-spacing: .17rem;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.quickViewButton::before {
    vertical-align: middle;
    content: 'Quick View';
    /* color: white; */
}

.quantityBox {
	color: black;
    border-radius: 0px!important;
    background-color: #edf2f599;
    height: 30px;
	width: 30px;
	font-weight: 500;
}

.htmlContent .z-html p {
    color: black;
}

.z-label, .z-radio-content, .z-checkbox-content, .z-loading {
	color: black;
	font-family: var(--brandFontFamily);
	/* font-size: 14px; */
    letter-spacing: .04rem;
	/* font-weight: 400; */

}

.productPageDiv .productImages .productThumbs img {
    padding: 5px;
}
@media (min-width: 768px) {
	.productPageDiv {
	display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 400px 1fr;
    margin: 20px 20px;
	}

	.productPageDiv .productDetails,
	.productPageDiv .productImages {
		display: contents;
	}

	.productPageDiv .productImage {
		grid-column: 2;
		grid-row: 1 / 3;
	}
	.productPageDiv .productThumbs {
		grid-column: 1;
		grid-row: 1 / 3;
		justify-self: end;
	}
	.productPageDiv .productQuantityToCart {
		grid-column: 3;
		grid-row: 1 / 2;
		align-self: end;
		justify-self: center;
	}
	.productPageDiv .productTextDetail {
		grid-column: 3;
		grid-row: 2 / 3;
		justify-self: center;
	}
	.productPageDiv .productImageLink {
		grid-column: 2;
		grid-row: 3;
	}
	.productPageDiv .tabContainer {
		grid-column: 1 / 4;
		grid-row: 4;
	}
	
	.productPageDiv .productImages .productThumbs,
	.quickViewLightBoxContent .productImages .productThumbs {
		overflow: hidden;
		height: 400px;
		width: 100px;
		margin-right: 20px;
	}
}
@media (max-width: 767.98px) {
	.mediaqd {
		width: 100% !important;
		height: auto;
	}
	
	.productPageDiv {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 15px;
	}

	.productPageDiv .productDetails,
	.productPageDiv .productImages {
		display: contents;
	}

	.productPageDiv .productQuantityToCart {
		order: 5;
		margin-top: 15px;
	}
	.productPageDiv .productImage {
		order: 2;
	}
	.productPageDiv .productImageLink {
		order: 3;
	}
	.productPageDiv .productThumbs {
		order: 4;
	}
	.productPageDiv .productTextDetail {
		order: 5;
		margin-top: 15px;
	}
	.productPageDiv .tabContainer {
		order: 6;
		min-width: 100%;
	}
	.tabContainer {
		order: 6;
		max-width:100%;
		margin: 0px !important;
		min-width: 100%;
		min-height: 350px;
	
	}

	.productPageDiv .productImages .productImage {
		width: 400px;
		max-width: 100%;
	}
	.quickViewLightBoxContent .productImages .productThumbs,
	.productPageDiv .productImages .productThumbs {
		width: 100%;
		height: 100px;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	.quickViewLightBoxContent .productImages .productThumbs img,
	.productPageDiv .productImages .productThumbs img {
		flex: 0 0 auto;
	}
}

.tabContainer {
	margin: 3% 8%;
	min-height: 350px;
	/* border-top: 3px solid #e4e4e4;
    padding-top: 15px; */
} 

.productQuantityToCart > .z-label:first-child {
	display: none;
}

.productPageDiv .productTextDetail .productPriceLabel {
	display: block;
}

.quantityButton {
	border: none;
    background-color: white;
    height: 30px;
    min-width: 30px;
    color: #756DAF;
    text-align: center;
    margin: 6px;
    font-size: 20px;
}
.quantityIncrement {
	border-left: none;
}
.quantityDecrement {
	border-right: none;
}

.shareButtons .shareButton {
	display: inline-block;
	margin: 0px 8px 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 50%;
	opacity: 0.4;
	font-size: 20px;
	text-align: center;
	color: #337ab7;
}
.shareButtons .shareButton:hover {
	opacity: 1;
}

.productThumbs.withButtons {
	position: relative;
	justify-content: initial!important;
}


.productThumbs .scrollButton {
    display: none;
}

.productThumbs.withButtons .scrollButton {
	display: block;
    position: sticky;
    font-size: 20px;
    color: var(--brandColorMain);
    cursor: pointer;
    line-height: 30px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    background-color: white;
}

.productThumbs.scrollHorizontal .scrollButton {
	height: 100%;
	line-height: 100px;
}
.productThumbs.scrollVertical .scrollButton {
	width: 100%;
}

.productThumbs.scrollHorizontal .scrollPrev {
    left: 0;
}
.productThumbs.scrollHorizontal .scrollNext {
    right: 0;
}
.productThumbs.scrollVertical .scrollPrev {
    top: 0;
}
.productThumbs.scrollVertical .scrollNext {
    bottom: 0;
}
.horizontalFeatureProductsDiv .productItem .productLabel::after {
  color: #FFFFFF;
  background-color: #000000;
  width: 140px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
  border: hidden;
  font-weight: bolder;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -70px;

}
.productImageZoomArea {
	position: fixed;
	top: 10vmin;
	max-width: 90vmin;
	max-height: 90vmin;
	width: 600px;
	height: 600px;
	border: 1px solid var(--brandColorMain);
	border-radius: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 10000;
	display: none;
	background-color: white;
	background-repeat: no-repeat;
}  
.breadCrumbRow .trail-label-active,
.breadCrumbRow span{
	/*display: none;*/
}
.breadCrumbRow .trail-label-active, .breadCrumbRow span {
    font-size: 14px;
    font-family: var(--brandFontFamily);
    font-weight: 500;
	/* color: black; */
    text-decoration: none!important;
	/*display: none;		   */
}

.arrow-label {
	color: #337ab7!important;	
}
.breadCrumbRow .breadCrumb .z-label {
    display: none;
}
.breadCrumbRow div{
	padding: 10px 3px 0;
    color: white;
}
.horizontalRegularProductDiv {
 padding: 0 0; 
}
.centerRow.zdiv {
	height: 0;
}
.horizontalRegularProductDiv .headerLabel {
	display: none;
}
/* .horizontalRegularProductDiv .productsContainer,
.horizontalRegularProductDiv .footerPaginationDiv {
	padding: 0;
} */
.horizontalRegularProductDiv .headerPagination {
	padding:3px;
}
.horizontalRegularProductDiv .headerDiv {
	padding:3px;
}

.featuredProducts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.horizontalFeatureProductsDiv {
	margin: 0 auto;
}
.horizontalFeatureProductsDiv .productsContainer {
	display: flex;
}

.horizontalFeatureProductsDiv .productItem ,
			.featuredProducts > .columnn {				  
	max-width: 350px;
	padding: 10px;
}

.horizontalFeatureProductsDiv .productItem ,
.featuredProducts > .columnn > .thumbnail{										  
	border: none;
	position: relative;
	padding: 4px;
			width: 75%;
}

.horizontalFeatureProductsDiv .productItem .productImg ,
.featuredProducts > .columnn > .thumbnail img {											   
	max-width: 80%;
	margin-right: auto;
    margin-left: auto;
}

@media (max-width: 699.98px) {
	.horizontalFeatureProductsDiv {
		width: 100%;
		max-width: 350px;
	}
	.horizontalFeatureProductsDiv .productItem {
		flex: 0 0 100%;
	}
}

@media (min-width: 700px) and (max-width: 999.98px) {
	.horizontalFeatureProductsDiv {
		width: 100%;
		max-width: 700px;
	}
	.horizontalFeatureProductsDiv .productItem {
		flex: 0 0 50%;
	}
}

@media (min-width: 1000px) {
	.horizontalFeatureProductsDiv .productsContainer ,
	.featuredProducts {			   
	/*	justify-content: space-between; */
		margin: 0 20px;
	}
	.horizontalFeatureProductsDiv .productItem ,
	.featuredProducts > .columnn {						   
		max-width: 20%;
		flex: 0 0 20%;
	}
	.horizontalFeatureProductsDiv .productsContainer img ,
	.featuredProducts > .columnn > .thumbnail img {										   
		min-width: 100%;
		max-width: 100%;
	}
}
.custom-list {
  list-style: none;
  padding-left: 20px;
}
.custom-list li {
  position: relative;
  padding-left: 20px;
}
.custom-list li:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url('/images/hosting/resellers/3/clearikon_favicon_rev01.png');
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 300px) and (max-width: 817px) {
  /* #hero .heroSlider > ul > li img#imageone {
    content: url("/images/hosting/resellers/16/Quanta_Spray_Banner.jpg");
  }
  #hero .heroSlider > ul > li img#imagetwo {
    content: url("/images/hosting/resellers/16/Molequle_Banner_Masks.jpg");
  }
  #hero .heroSlider > ul > li img#imagethree {
    content: url("/images/hosting/resellers/16/Molequle_Banner_Eye_Patches.jpg");
  } */
}
.brandMainColor {
  color: var(--brandColorMain);
}

.brandMainFontFamily {
  font-family: var(--brandFontFamily);
}
/* best sellers bar */
.brandMainFontFamily1 {
	font-family: var(--brandFontFamily);
}
.brandBackgroundMainColor {
  background-color: var(--brandColorMain);
  text-shadow: 2px 2px 4px #0000008a;				    
  padding-bottom: 1px;
  padding-top: 7px;
}

.borderMainColor {
  border-color: var(--topNavLevel2BackgroundColor);
}
.podStyle {
    color: #525151;
    font-family: var(--brandFontFamily);
    font-weight: bold;
  	font-size: 17px;
 	align-content: center;
}
.podStyleParagraph {
	font-family: var(--brandFontFamily);
  	color: #656565;
  	font-size: 18px;
	align-content: center;
	font-weight: 400;

}
  
}

.horizontalFeatureProductsDiv .productItem .productLabel::after{

  color: #FFFFFF;
  background-color: #80217e;
  width: 150px;
  height: 28px;
  cursor: pointer;
  text-decoration: none;
  border: hidden;
  font-weight: bolder;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
}
.productHeading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000000;
font-family: var(--brandFontFamily);
  padding:5px;									  
}
  */

.horizontalFeatureProductsDiv .productItem .productLabel,
.horizontalFeatureProductsDiv .productItem .productBrandLabel,															  
.horizontalFeatureProductsDiv .productItem .productPriceLabel,
.featureProductHeading {
  font-size: 15px;
  
  text-align: center;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
	font-weight: 500;			   
}
.horizontalFeatureProductsDiv .productItem .productLabel,
.horizontalFeatureProductsDiv .productItem .productBrandLabel,															  
.horizontalFeatureProductsDiv .productItem .productPriceLabel {
	display: block;
    margin-bottom: 50px;
    font-family: var(--brandFontFamily);
    color: #525151;
}
.horizontalFeatureProductsDiv .productItem .productLabel,
.horizontalFeatureProductsDiv .productItem .productBrandLabel,
.horizontalFeatureProductsDiv .productItem .productPriceLabel,
.featureProductHeading {
  font-size: 15px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.horizontalFeatureProductsDiv .productItem .productLabel,
.horizontalFeatureProductsDiv .productItem .productBrandLabel,
.horizontalFeatureProductsDiv .productItem .productPriceLabel {
	display: block;
	margin: 0 0 35px;
    font-family: var(--brandFontFamily);
	color: #525151;
}
.horizontalFeatureProductsDiv .productItem .productBrandLabel {
	font-weight: bold;
	font-size: 20px;
	font-family: var(--brandFontFamily);
	color: #656565;
	min-height: 2.3em;
    display: flex;
	justify-content: center;
	margin-top: 10px;
}															   
.horizontalFeatureProductsDiv .productItem .productLabel::after {
	content: "BUY NOW";
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.horizontalFeatureProductsDiv .productItem .productImg img {
	width: 100%;
}

.horizontalFeatureProductsDiv .headerLabel,
.horizontalFeatureProductsDiv .productItem .productPriceLabel,
.horizontalFeatureProductsDiv .productItem .quickViewButton {
    display: none;
}

.horizontalFeatureProductsDiv .productItem .quickView {
    display: block;
}

.imageSliderSwipeWrapper {
	position: relative;
}
.imageSliderSwipeWrapper .scrollButton {
	display: none;
}
.imageSliderSwipeWrapper.withButtons .scrollButton {
	display: block;
}
.imageSliderSwipeWrapper.scrollHorizontal .scrollButton {
	position: absolute;
	color: var(--brandColorMain);
	z-index: auto;
	width: 30px;
	height: 30px;
	top: calc(50% - 30px);
	line-height: 30px;
	font-size: 24px;
	border-radius: 50%;
	text-align: center;
}
.imageSliderSwipeWrapper.scrollHorizontal .scrollPrev {
	left: 0;
}
.imageSliderSwipeWrapper.scrollHorizontal .scrollNext {
	right: 0;
}

.imageSliderSwipe {
	flex-wrap: nowrap!important;
	position:relative;
}
.imageSliderSwipeScrollpane {
	overflow: hidden;
	overflow-x: auto;
	position: relative;
	scrollbar-width: none; /* firefox - hide scrollbar*/
	margin: 30px;
}
/* chrome safari - hide scrollbar*/
.imageSliderSwipeScrollpane::-webkit-scrollbar {
	display: none;
}

/* .horizontalFeatureProductsDiv {
  padding-bottom: 20px;
} */
.featuredProducts {
  display: none !important;
}
.rownf {
  display: none !important;

}
.horizontalFeatureProductsDiv .productItem .productBrandLabel {
    font-weight: bold;
    font-size: 20px;
    font-family: var(--brandFontFamily);
    color: #616263;
    min-height: 2.3em;
    display: flex;
	justify-content: center;
	margin: 20px;
	text-align: center;				
}
.infoPageHtmlTitle {
	/* display: block!important; */
	background-color: #edf0f4;
	border: 1px solid #ccc;
    /* background-color: var(--brandColorMain); */
    /* box-shadow: 0 7px 10px -4px #999999; */
    padding: 10px 0;
    text-align: center;
    width: 100%;
	display: none;
}
.infoPageHtmlTitle .z-label {
    font-family: var(--brandFontFamily);
    font-size: 1.8em;
    font-weight: bold;
    color: #383636;
}

.loginGridBody.row > div {
    padding-top: 20px; 
	min-height: 435px;
}

.displayFlex {
	display:flex;
	justify-content: space-around;
}

.textResetPw {
	display: grid;
}

.resetpw {
	margin-left: 44%;
	text-align: center;
}

/* RMA Form */
.rmaRow2 {
	margin-bottom: 10px;
} 

.cartridge-finder-widget-header {
	display: none !important;
}

.returnmerchandise-label-warning {
	font-family: arial,helvetica,sans-serif !important;
	font-size: 14px;
	font-weight: bold;
    color: #696969;
    display: contents!important;
}

.returnmerchandise-div1 {
	margin: 20px;
    /* box-shadow: 0px 0px 10px 0px #c1c1c1c2; */
}

.returnmerchandise-label {
	display: block;
}

.none-body {
	padding-top: 20px;
	padding-right: 20px;
}

.z-textbox {
	width: 100% !important;
	background-color: #f0f2f5;
	/* max-width: 650px; */
	font-size: 14px;
	min-height: 32px;
}

.sq-input {
	background: #f0f2f5;
}

.z-combobox-input {
	background-color: #f0f2f5;
	height: 32px;
	min-width: 28px
}

.z-combobox-input[readonly] {
	background: #f0f2f5;
	border-color: #cfcfcf;
}

.z-intbox {
	width: 50% !important;
	background-color: #f0f2f5;
}

.rmaRow {
	padding-bottom: 20px;
}

.z-image {
	max-width: 100%;
}
/* for sign in button to not resize on mobile screen */
/* Not needed for quanta or clearikon */
.resetPasswordImage {
	display: none; 
	width: max-content;
    padding: 3px 9px;
}
/* '*Required' css override for smaller screen spacing sign in screen */
.mandatoryHint {
	display: contents;
}

.mandatoryHint:before {
	padding-left: 10px;
}
/* hover on forgot password hyperlink */
.curPointer:hover {
	color: blue;
}

.signInBotton {
	width: max-content;
}
/* spacing on checkbox, use as default address, billing address and ground shipping */
input[type="radio"],input[type="checkbox"] {
	margin: 0 5px 0 0!important;
}

/* disable auto higlighting when dropdown item is selected for product options disable touchsreen auto highlight ios options dropdown */
::selection {
    color: none;
    background: none;
}

.z-combobox-input, .z-combobox-readonly {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none!important; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none!important; /* Non-prefixed version, currently */
}
/* hide button behind navbar dropdown overlay on mobile */
.z-tabbox-scroll>.z-tabbox-icon {
    z-index: auto;
}
/* override for resizing images */
@media screen and (max-width: 979px) and (min-width: 720px){
.horizontalRegularProductDiv .productsContainer .productItem {
    width: unset !important;
}}

@media screen and (max-width: 719px){
.horizontalRegularProductDiv .productsContainer .productItem {
    width: unset !important;
}}

.horizontalRegularProductDiv .productsContainer .productItem {
	width: 230px !important;
    height: 360px !important;
    margin-bottom: 50px!important;
    margin-right: 25px !important;
    /* box-shadow: 0 0 3px #b0adad; */
    /* border: 1px solid #e7e2e2; */
    padding-top: 10px;
}

/* Promo Code textbox size */
.promoDiv {
	display: inline-grid;
    padding: 6px;
	border: 1px solid #C0C9DA;
    margin-left: 28px;
	margin-top: 10px;
	background: #d4dbe84f;
	border-radius: 8px;
}

.promoLabel, .promoLabelValue, .promoLabelUsed, .promoLabelAvail {
	font-size: 14px
}

.promoLabel {
	font-weight: bold;
	padding-bottom: 3px;
}

.promoLabelValue {
	padding-top: 3px;
}
/* Fixes mobile issue on Order Summary box checkout */
.orderSumRow {
	display:flex
}
/* custom styling breadcrumb checkout */
.flatshop span.activeshop, .flatshop span.activeshop:after {
	background: #C0C9DA;
}

.breadcrumbshop {
	display: none;
}

.breadcrumbshop span:last-child {
	padding: 0 40px 0 60px;
}

.breadcrumbshop span {
	padding: 0 40px 0 60px;
	font-weight: 600;
}

.breadcrumbshop a {
	color: #0000EE;
	text-decoration: underline!important;
	font-weight: 600;
}
/* padding top store logo */
.imagescreen {
	padding: 20px 0 20px 0;
}

/* shopping cart pop up centered */
.z-popup {
	width:308px !important;
}

.buttonCustomise.paymentImage::before {
    content: 'Proceed to Payment';
}
/*
.buttonCustomise.checkoutImageSso::before {
    content: 'Use Your Account';
}
*/
.logged-in .buttonCustomise.checkoutImageSso::before  {
  content: "Checkout";
}

.logged-out .buttonCustomise.checkoutImageSso::before  {
  content: "Use Your Account";
}
.buttonCustomise.guestCheckoutImageSso::before {
    content: 'Guest Checkout';
}


.sq-input--focus {
	border: 1px solid #58b2fa !important;
	box-shadow: 0 0 2px #2196F3;
	
	}
	
.z-textbox:focus, .z-combobox-input:focus {
	box-shadow: 0 0 2px #2196F3;
	border: 1px solid #58b2fa;
	}

	/* .searchBox input[type="text"]:focus {
		border: 2px solid #337ab7;
	} */

/* .storePageDiv, .productPageDiv {
		max-width: 1350px; */
		/* margin-left: auto!important;
		margin-right: auto!important; */
	  /* } */

	  /* checkout */
.checkoutSectionHeader {
	padding: 5px;
    /* border-top: 2px solid silver; */
/*  border-bottom: 3px solid #2e446b; */
    margin: 4px 0px;
/*  background: #C0C9DA; */
	}


	/* .storePanelHeader {
		background-color: #e9f2fb;
		border-bottom: 1px solid #CCCCCC;
		min-height: 18px;
		padding: 7px 7px 6px 7px;
	} */
.checkoutSectionLabel {
    font-size: 20px;
    font-family: var(--brandFontFamily);
    color: #337ab7;
    font-weight: bold;
	}

/* .checkoutSectionActive { */
	/* color:var(--brandColorMain); */
	/* color: #2e446b;
	font-size:30px;
	font-family: var(--brandFontFamily);
	font-weight: bold!important;
	} */
.checkoutSectionLink {
	cursor:pointer;
	}
.checkoutSectionLink:hover {
	color: #0000EE;
	}

.storePageDiv .storePageHeader {
		margin-bottom: 30px;
	}
/* 
	.storePanel {
		margin-top:10px;
	} */

.dottedBorderBottom {
	padding-top: 10px;
}
	@media only screen and (max-width: 600px) {
		.checkoutSectionHeader {
		margin: 6px 0px;
		}
		.checkoutSectionContent {
			margin: 0px;
		}
		.z-include, .col-md-4, .defHorPadding  {
			padding: 0px;
		}
		.storeForm > .row, .storeForm > form > .row {
			padding-bottom: 10px;
			padding-top: 5px;
			margin: 0px !important;
		}
		.storePageDiv {
		padding: 0 10px;
		}
		.defPadding {
			padding: 10px;
		}
	}

	.largeFont {
		margin-top: 2px;
	}
	.defBorder {
		margin-bottom: 6px;
	}

	.cart-header {
		text-decoration: underline;
		font-size: 16px;
	  }
	  

	  .subBreadCrumbNav {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		margin: 10px 12% 0 12%;
		justify-content: center;
	}
/* 	
	@media (max-width: 1200px) {
		.subBreadCrumbNav {
			margin-left: 3%;
			margin-right: 3%;
		}
		.mobile .subBreadCrumbNav {
			margin: 10px 3% -10px 3%;
			padding-bottom: 10px;
			flex-wrap: nowrap;
			justify-content: left;
			overflow-x: auto;
		}
	}
	*/

	/* subcategories */
	.subBreadCrumbNav > a {
		flex: 0 0 auto;
		background-color:#e8eaed;
		color: #333;
		font-family: var(--brandFontFamily);
		padding: 6px 10px;
		cursor: pointer;
		/* border-radius: 7px; */
		font-size: 14px;
		font-weight: 500;		
		border: 1px solid; 
	}

	.subBreadCrumbNav > a:hover {
		background:#dee0e3;
		/* border: 1px solid; */
	}
.buttonCustomise.paymentImage::before {
    content: 'Proceed to Payment';
}
 /* removes boxes on page numbers and arrow buttons */
.paginationDiv > .pageNum {
    border:none;
}

.paginationDiv > .next,
.paginationDiv > .previous {
    background: none;
}

/* .guestCheckoutImage {
    display:none;
} */

 .borderMainColor {
  color:	#337ab7;
} 
/* .responsive-image {
    border-radius:12px;
} */
/* homepage buttons  */

/* on over product images *sexy* */
.productImg:hover {
	padding:3px;
}

/* gift card button */

/* .button-credit-card:hover {
    border-color: #8fb9d0;
    background: linear-gradient(to bottom,#fff 0,#e4e4e4 100%);
    }
    
    .button-credit-card {
         font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: #000;
        min-height: 24px;
        border: 1px solid #a9a9a9;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        padding: 3px 12px;
        line-height: 14px;
        background: #fefefe;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iemtpZTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlZmVmZSIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlZWVlZWUiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN6a2llOSkiIC8+PC9zdmc+);
        background: -moz-linear-gradient(top,#fefefe 0,#eee 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#eee));
        background: -webkit-linear-gradient(top,#fefefe 0,#eee 100%);
        background: -o-linear-gradient(top,#fefefe 0,#eee 100%);
        background: -ms-linear-gradient(top,#fefefe 0,#eee 100%);
        background: linear-gradient(to bottom,#fefefe 0,#eee 100%);
        text-shadow: 0 1px #fff;
        cursor: pointer;
        white-space: nowrap;
    } */

    .defHorPadding {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .sqLabel, .noteLabelText {
        font-size: 13px;
        color: black;
        font-family: var(--brandFontFamily);
        display: block;
    }
   
    .deleteImage  {
        border-radius: 0px;
        background:  #edf2f5;
        border: 1px solid #C0C9DA !important;
        color: black;
        font-weight: 600;
    }

    .deleteImage:hover {
        border: 1px solid #717377 !important;
        color: black;
    }

    .editImage {
        border-radius: 0px;
        background: #edf2f5;
        border: 1px solid #C0C9DA !important;
        color: black;
        font-weight: 600;
    }

    .editImage:hover {
        border: 1px solid #717377 !important;
        color: black;
    }

    .editShippingOptionsImage {
        border-radius: 0px;
        background: #edf2f5;
        border: 1px solid #C0C9DA !important;
        color: black;
        font-weight: 600;
    }

    .editShippingOptionsImage:hover {
        border: 1px solid #717377 !important;
        color: black;
    }

    .sqButton {
      margin-top: 10px;
      border-radius: 0px;
      font-weight: 600;
      border: 1px solid black;
      background: #edf2f5;
      padding: 8px 10px;
      text-shadow: none;
      color: black;
  }

  .sqButton:hover {
    color:black;
  }
      
    .sq-input {
        border: 1px solid #C0C9DA !important;
        background: #edf2f599 !important;
        height: 32px;
    }

    .sq-input--focus, .z-textbox:focus {
        box-shadow: 0 0 2px #2196F3;
        border: 1px solid #58b2fa;
        }
        
    
        /* log in hover */
   
    .footer_socialLink:hover {
            /* background-color:#7ccbf0; */
          transform: scale(1.1, 1.1);
        }

    .fab {
      color:#737b82;
      /* background: white; */
      /* line-height: 23px!important; */
      margin: 2px 5px;
      /* border-radius: 7px; */
      /* width: 30px; */
    }

/* blink banner */
          .cbpbannertext {
 
            -webkit-animation: blink-1 1s both;
            animation: blink-1 1s both;
            animation-iteration-count: 2;
                  }
          
          
          @-webkit-keyframes blink-1 {
            0%,
            50%,
            100% {
              opacity: 1;
            }
            25%,
            75% {
              opacity: 0;
            }
          }
          @keyframes blink-1 {
            0%,
            50%,
            100% {
              opacity: 1;
            }
            25%,
            75% {
              opacity: 0;
            }
          }
          
/* use address buttons  */

@media (max-width: 400px) {
    .row {
        margin-right: 0px; 
        margin-left: 0px;
     }
  .trainer {
       box-shadow: none!important;
     }		   
}

/* dropdown button */
.z-combobox-button {
  height: 32px;
}

.z-icon-caret-down:before {
  vertical-align: sub;
}

.z-comboitem, .z-combobox-input, .z-combobox-input[readonly] {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}

.z-comboitem:hover {
  background: #d3edfa!important;
}

@media (max-width: 767.98px){
.grid-container {
    width: 100% !important;
    height: auto;
    display: unset !important;
}
.iframe-container {
  padding-bottom:50px;
}
}

/* sale price display */
.rangeInfo {
  /* display:none; */
  font-family: var(--brandFontFamily);
  font-size: 14px;
  color: black;
}

.productOption {
  width: fit-content;
}
.listInfo {
  /* display:none; */
  text-decoration: line-through;
}
.saleInfo{
    /* display:none; */
    color: red;
    font-weight: 700;
    font-size: 16px;
}

.belowqtyInfo {
  color:red;
  font-weight: 500;
}

.productItemSkuLabel {
  display:none;
} 

.z-messagebox-window.z-window-modal .z-window-content, .z-messagebox-window.z-window-highlighted .z-window-content {
  padding: 17px;
  padding-bottom: 15px;
  background: #eee;
  border: 2px solid grey;
  border-radius: 7px;

} 

.z-window-header {
  background: white;
  font-family: var(--brandFontFamily);
  font-size: 14px;
  font-weight: 500;
  padding-top: 0px;
}

.z-window {
  padding: 10px;
    background: white;
    border-radius: 7px!important;
    border: none!important;

}

.z-window-icon:hover {
  background: #eee;
}

.z-window-close {
  background: white;
  border: none;
}

.z-messagebox .z-label {
  font-family: var(--brandFontFamily);
  font-size: 13px;
  font-weight: 500;
}

.z-messagebox-button {
  background: white!important;
}

.z-window-icon {
	color:#cccccc;
}

.z-tabs {
  width:100%!important;
}

/* navbar sizing mobile after sign in*/
@media (max-width: 410px){
  .topNav_userMenu {
    padding-right:5px;
    padding-left:5px;
  }
  .topNav_userMenu a {
    margin-left:2px;
  }
  /* .shoppingCartAndSearchBarDiv .shoppingCart .z-label.shoppingCartLabelTotal {
    
    padding-right:5px;
  } */
} 

  .breadCrumb .trail-label {
    /* margin-left: 12%; */
    font-family: var(--brandFontFamily);
    /* color: black; */
    font-weight: 500;
    font-size: 14px;
    text-decoration: none!important;
		display: none;	   
  }

  .continueImage {
    margin-bottom: 20px;
  }

  /* checkout */


.storePanelHeader {
  border-bottom: 1px solid #CCCCCC;
  min-height: 22px;
  padding: 7px 7px 6px 7px;
  background: #edf2f5;
}

.checkoutSectionLink {
  cursor:pointer;
}
.checkoutSectionLink:hover {
color: #0B4DB7;
}

.storePageDiv .storePageHeader {
  margin-bottom: 30px;
}

.defVerPadding {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .dottedBorderBottom {
  margin-top: 20px;
} */
/* .storeForm > .row, .storeForm > form > .row {
  padding-bottom: 10px;
} */

/* .storeForm {
  padding-top:10px;
  padding-bottom:20px;
} */

.defBottomPadding {
  padding-bottom: 0px!important;
}

#form-shop {
  padding-top:40px;
}

.paymentImage {
  margin-top:20px;
}
.checkoutSectionActive {
  font-size:30px;
  color:black;
  font-family: var(--brandFontFamily);
  font-weight: bold!important;
}

@media only screen and (max-width: 600px) {
  .checkoutSectionHeader {
  margin: 6px 0px;
  }
  .checkoutSectionContent {
    margin: 0px;
  }
  .z-include, .col-md-4, .defHorPadding  {
    padding: 0px;
  }
  .storeForm > .row, .storeForm > form > .row {
    padding-bottom: 10px;
    padding-top: 5px;
    margin: 0px !important;
  }
  .storePageDiv {
   padding: 0 10px;
  }
  .promoDiv {
    margin-left: 0px;
  }
  .defPadding {
    padding: 10px;
  }

  .sqLabel {
    padding-left: 10px
  }
  .breadCrumb .trail-label {
    margin-left: 3%;
			   display: none;
  }
  /*
  .breadCrumbRow .breadCrumb .back-to-category-link {
    margin-right:3%;
  }

  .breadCrumbRow .breadCrumb {
    margin-left: 3%;
}
*/
}

.cart-header {
  text-decoration: underline;
}


.storeForm > .row, .storeForm > form > .row {
  padding-bottom: 12px;
}


.viewImage {
  margin-right: 60px;
}

.z-icon-arrow-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 40px;
    text-decoration:hand ;
    cursor: pointer;
    color: grey;
}

.z-icon-arrow-left:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 40px;
  cursor: pointer;
  color: grey;
}       

.thumbnail .caption {
  padding: 0px;
}
.footer_socialLinks {
    padding: 15px 0px;    
    justify-content: center;
   display: inline-block;
height: 25px;
    align-items: center;
}
.footer_socialLinks > a > img {
height: 25px;
}	
.storePageDiv .storePageHeader .z-label {
  font-size: 22px;
}

.profile_social {
	text-align: center;
}
.profile_social > a {
    height: 25px;
    display: inline-block;
    margin: 5px;
}

.profile_social > a > img{
	height: 100%;
}

.ArbitoryPulledHtmlWidgetDiv  > a > img{
	height: 100%;
}

.horizontalRegularProductDiv .productsContainer .productItem .productModelLabel {
    display: none;
}
.productPageDiv .productTextDetail .productModelLabel {
	display: none;
}
.buttonCustomiseApply.z-button {
	color: var(--brandColorMain);
    font-family: var(--brandFontFamily);
	background: var(--brandBackgroundApplyColorMain);;
}



@media only screen and (max-width: 1245px) {
	.podStyleButton {
		font-size: 16px; 
	}						   
}
@media only screen and (max-width: 1030px) {
	.podStyleButton {
		font-size: 14px;
        height: 40px;
	}
}


.podStyleButton:hover {
	background-color: #4b8233;
    border: none;
}

.podStyleParagraph {
	font-weight: 600;
	margin-bottom: 0px;
}



.thumbnail {
  border-radius: 0px;
}
.thumbnail a > img{
  width: 100%
}
@media only screen and (max-width: 600px) {
.pod {
	min-width: 420px;
}
}
@media only screen and (min-width: 601px) {
}
/* blink banner */
          .cbpbannertext {
 
            -webkit-animation: blink-1 1s both;
            animation: blink-1 1s both;
            animation-iteration-count: 2;
                  }
          
          
          @-webkit-keyframes blink-1 {
            0%,
            50%,
            100% {
              opacity: 1;
            }
            25%,
            75% {
              opacity: 0;
            }
          }
          @keyframes blink-1 {
            0%,
            50%,
            100% {
              opacity: 1;
            }
            25%,
            75% {
              opacity: 0;
            }
          }
.rangeInfo {
		display:none;
}
.listInfo {
		display:none;
	  }
.saleInfo{
		display:none;
}												
.itemGroupSelector:active,
.itemGroupSelector:focus,
.itemGroupSelector:hover {
	color: blue;
	text-decoration: underline;
}  
.itemGroupSelector > i {
	vertical-align: top;
	padding-left: 3px;
}  
.itemGroupPopup.z-popup {
	min-width: 100px;
	width: initial!important;
}  
.itemGroupPopup > .z-popup-content {
	max-height: 300px;
	overflow-y: auto;
	padding: 3px;
}  
.itemGroupChoice {
	padding: 6px 4px;
	border-radius: 3px;
}  
.itemGroupChoice:hover {
	background-color: #eeeeee;
	cursor: pointer;
}  
.horizontalRegularProductDiv .headerTextDiv > *, .horizontalRegularProductDiv .footerTextDiv > * {    
    width: 100%;
	padding-left: 70px;
    padding-right: 70px;
}

#hero .unslider {
    padding-left: 70px;
    padding-right: 70px;
}
.horizontalRegularProductDiv .productsContainer {
    clear: both;
    position: relative;
    padding: 20px 0;
    margin-right: -20px;
    text-align: center;
}
.subBreadCrumbNav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 12% 0 12%;
    justify-content: center;
}
.horizontalRegularProductDiv {
    padding: 0 0;
    margin-right: 12%;
    margin-left: 12%;
}
.horizontalRegularProductDiv .headerTextDiv {
	max-width: 1500px;
	margin: 0 auto;
}


.brandIndexDiv {
	column-width: 10em;
	column-gap: 1em;
	column-fill: balance;
	padding: 20px calc((100% - 290px) / 3);
}

@media screen and (min-width: 600px) {
	.brandIndexDiv {
		column-width: 11em;
		padding: 20px calc((100% - 580px) / 3);
	}
}

.brandIndexDiv .brandNamesBlock {
	break-inside: avoid-column;
	
}

.brandIndexDiv .brandLetter {
	font-weight: 700;
	font-size: 1.2em;
}
/*.itemDetails .itemDetails-autoship {
	display: none!important;
}*/	
@media only screen and (max-width: 980px) {
	.topNav_changeLanguage {
		width: 36px;
		margin-right: 0px;
		max-height: 36px;
		overflow:hidden;
		position: relative;
	}
	.topNav_changeLanguage > div > span:nth-child(1) {
		display: none;
	}
	.topNav_changeLanguage::before {
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		top: 0px;
		left: 0px;
		content: '\f1ab';
		font-family: FontAwesome;
		font-size: 22px;
		color: white;
		pointer-events: none;
		background-color: var(--brandColorMain);
	}
	.topNav_changeLanguage:hover::before {
		color:#86e2f9;
	}
	.topNav_changeLanguage select {
		appearance: none;
		background: none;
		border: none;
	}
	
}