/* dirty hacks, sorry about it */

@media (min-width: 1024px) {
  .hide-for-large-optics {
    display: none !important; } }

@media (max-width: 1023px) {
  .show-for-large-optics {
    display: none !important; } }
    
.slide-title {
 	font-size: 1.25rem;
 	font-weight: 400;
}

.slide-body {
	font-size: 1.15rem;
 	font-weight: 350;
}

@media screen and (min-width: 64.0625em) {
	.orbit-optics-caption {
 		background-color: rgba(26, 176, 166, 0.65) !important;
		padding: 0.5rem 1.5rem 0rem 1.5rem !important;
	}
}

@media print, screen and (max-width: 64em) {
	.orbit-optics-caption {
		background-color: rgba(26, 176, 166, 0.65) !important;
		padding: 0.25rem 1rem 0rem 1rem !important;
	}
}

.orbit-optics-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-optics-bullets {
    outline: 0; }
  .orbit-optics-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    border-color: #1AB0A6 !important;
    border-width: 1px !important;
    border-style: solid !important;
    background-color: #fefefe !important; }
    .orbit-optics-bullets button:hover {
      background-color: #1AB0A6	!important; }
    .orbit-optics-bullets button.is-active {
      background-color: #1AB0A6!important; }
      
.slider-button {
	 background-color: rgba(254, 254, 254, 0.1) !important;
	 color: rgba(26, 176, 166, 0.75) !important;
}

.slider-button:hover {
	 background-color: rgba(254, 254, 254, 0.6) !important;
	 color: rgba(26, 176, 166, 1) !important;
}



.slide-more-button {
	border-color: #fefefe !important;
}

.slide-switch-title {
	font-size: 1.25rem;
	font-weight: 450;
}

.slide-switch-subtitle {
	font-size: 0.85rem;
	font-weight: 300;
}

.uppercase {
	text-transform:uppercase;
}

.admin-settings-button {
	background-color: #2B5CBB !important;
	margin-bottom: 0;
}

.white {
  color: #fefefe !important;
}

.black {
  color: #000000 !important;
}

.aquamarine {
  color: #1AB0A6 !important;
}

.blue {
	color: #2B5CBB !important;
}

.red {
	color: red !important;
}

.bg-white {
  background-color: #fefefe !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-aquamarine {
  background-color: #1AB0A6 !important;
}

.bg-blue {
	background-color: #2B5CBB !important;
}

.gray {
	color: #A4A4A4;
}

.bg-gray {
	background-color: #A4A4A4 !important;
}

.dismiss-button {
	color: #D60700 !important;
	font-size: 1.5rem;
	cursor: pointer;
	-webkit-text-stroke: 3px #fefefe;
}

.plus-sign {
	transform: rotate(45deg);
	display: inline-block;
}

.company-logo-font {
	font-size: 1.75rem;
}

.font-oblique {
	font-style: oblique;
}

.big-font-size {
	font-size: 25px;
}

.city-variant-font {
	text-transform:uppercase;
	font-weight: 500;
	font-size: 1rem;
}

@media screen and (min-width: ) .content {
	padding: 3rem;
}


.parameters-mobile {
	margin-left: -1.5rem;
}

.menu-icon-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon-color::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #1AB0A6;
    box-shadow: 0 7px 0 #1AB0A6, 0 14px 0 #1AB0A6;
    content: ''; }
  .menu-icon-color:hover::after {
    background: #04859D;
    box-shadow: 0 7px 0 #04859D, 0 14px 0 #04859D; }

.menu-icon-color.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon-color.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon-color.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
    
.tag-font {
	display: inline-block;
  font-size: 2.0rem;
  font-weight: 300;
}

.handle-custom {
	width: 1.0rem !important;
	height: 1.0rem !important;
	border-radius: 2px !important;
}

.slider-binding {
	display: inline-block;
  position: relative;
  width: 1.0rem;
  color: black;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: white;
  padding: 5px 10px;
  margin-left: 8px;

  &:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid ;
    border-bottom: 7px solid transparent;
    content: '';
  }
}
}
 
.title-small-font {
	font-size: 0.15rem !important;
	font-weight: 400 !important;
	line-height: 0.9rem !important;
}  

.price-small-font {
	font-size: 0.90rem !important;
	font-weight: 400 !important;
}

.scroll-menu-old {
    width: 10rem;
    height: 2.5rem;
    overflow-y: auto;
    border: 3px solid #EBEBEB;
}

.scroll-menu {
    width: inherit;
    height: 7rem;
    overflow-y: auto;
}

.margin-list {
	margin: 1rem;
}

.quantity-button {
	display: inline-block;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 350;
	margin-top: 0.5rem;
	-webkit-text-stroke: 2px #fefefe;
}

.quantity-button-group {
	margin-top: -0.65rem;
}

.quantity-font {
	display: inline-block;
	height: 1rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1rem;
	vertical-align: 30%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.cart-quantity-font {
	display: inline-block;
	height: 0.75rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 0.75rem;
	vertical-align: 65%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.price-font {
	display: inline;
	font-size: 1.25rem;
	font-weight: 450;
	height: 2.95rem;
	line-height: 2.95rem;
}

.cart-price-font {
	display: inline;
	font-size: 1rem;
	font-weight: 450;
	height: 2.7rem;
	line-height: 2.7rem;
}
.mobile-top-bar-icon {
	font-size: 2.3rem !important;
}

.mobile-menu-font a {
	font-weight: 375;
	font-size: 1.25rem;
	text-transform: uppercase;
	padding-top: 0.75rem;
	padding-bottom: 1.25rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #e6e6e6;
}

.upper

.mobile-phone-font li {
	font-weight: 375;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding-top: 0rem;
	padding-bottom: 0.5rem;
}

.cart-sum-font {
	font-weight: 400;
}

.head-font {
	font-weight: 325;
}

.empty-cart-mobile-font {
	font-weight: 325;
	font-size: 2rem;
}

.mobile-phone-padding {
	padding: 1rem;
}


@media screen and (max-width: 510px) {
		.mobile-search-padding {	
			padding: 1rem;
			height: 7.5rem !important;
		}
		
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 0.5rem;
			-webkit-text-stroke: 2px #fefefe;
	
		}
		
		.search-window {
			max-width: 85% !important;
		}
}

@media screen and (min-width: 511px) and (max-width: 632px) {
		.mobile-search-padding {	
			padding: 1rem;
			height: 7.5rem !important;
		}
		
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 0.5rem;
			-webkit-text-stroke: 2px #fefefe;
			margin-bottom: 1rem;
	
		}
		
		.search-window {
			max-width: 85% !important;
		}
}

@media screen and (min-width: 633px) and (max-width: 1023px) {	
		.mobile-search-padding {	
			padding: 1rem;
			height: 10rem !important;
			
		}
		.search-button {
			display: inline-block;
			font-size: 3.5rem;
			line-height: 3rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
			/* margin-top: -0.75rem; */
			margin-right: -1rem;
		}
		
		.search-window {
			max-width: 89% !important;
			margin-top: 0.75rem !important;
		}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 70% !important;
			margin-right: 0.125rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -2.1rem;
			padding-left: 0.5rem;
		}
		
		.safari-fix {
			width: 30px !important;
		}
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 60% !important;
			margin-right: 0.125rem !important;
			margin-left: 2.5rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -2.3rem;
			padding-left: 0.5rem;
		}
		
		.safari-fix {
			width: 30px !important;
		}
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 60% !important;
    		margin-right: 0.125rem !important;
    		margin-left: 5rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -2.3rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1401px) and (max-width: 1500px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 50% !important;
    		margin-right: 0.125rem !important;
    		margin-left: 9.4rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -2.1rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1501px) and (max-width: 1550px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 50% !important;
    		margin-right: 0.125rem !important;
    		margin-left: 11rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -1.3rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1551px) and (max-width: 1600px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 40% !important;
    		margin-right: 0.125rem !important;
   			margin-left: 15.6rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -1.3rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1600px) and (max-width: 1650px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 35% !important;
    		margin-right: 0.25rem !important;
    		margin-left: 18.65rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -1.3rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1651px) and (max-width: 1700px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 35% !important;
    		margin-right: 0.125rem !important;
    		margin-left: 20.98rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -1.3rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1701px) and (max-width: 1750px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 35% !important;
    		margin-right: 0.125rem !important;
    		margin-left: 22rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -1.3rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1751px) and (max-width: 1800px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 30% !important;
			margin-right: 0.9rem !important;
    		margin-left: 25rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -1.3rem;
			padding-left: 0.5rem;
		}
}

@media screen and (min-width: 1801px) {	
		.search-button {
			display: inline-block;
			font-size: 2.5rem;
			line-height: 1.5rem;
			margin-bottom: 1.2rem;
			vertical-align: 30%;
			-webkit-text-stroke: 2px #fefefe;
		}
		
		.search-window {
			max-width: 30% !important;
    		margin-right: 1.25rem !important;
    		margin-left: 28.1rem !important;
		}
		
		.search-desktop-margin {
			margin-bottom: -1.3rem;
			padding-left: 0.5rem;
		}
}

.categories-desktop {
	font-size: 0.90rem;
	font-weight: 400;
}

.mobile-logo-padding {
	padding-top: 0.5rem;
}

/* product carousel */
.product-image-gallery {
  	background-color: #fefefe;
  	padding: 1.5rem;
	padding-left: 0;
}

.pdp-product-image {
  margin-bottom: 20px;
}

.product-thumbs a {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 !important;
}

.product-thumbs a img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  border: none;
}

.more {
	font-size: 0.85rem;
	font-weight: 600;
	color: #8a8a8a;
}

.less{
	font-size: 0.85rem;
	font-weight: 600;
	color: #8a8a8a;
}


/* filters */

.product-filter {
  margin-left: 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.product-filters {
  padding: 0.5rem 1.5rem;
  background-color: #fefefe;
  margin-top: 2.5rem;
}

.product-filters label {
  color: #8a8a8a;
}

.product-filters .menu.nested {
  margin-left: 0rem;
  margin-bottom: 0.9rem;
}

.product-filters .menu > li > a {
  padding-left: 0;
  color: #4a4a4a;
  font-size: 0.85rem;
  font-weight: 600;
}

.product-filters .is-accordion-submenu-parent > a::after {
  border-color: #cacaca transparent transparent;
}

.product-filters .clear-all {
  font-size: 0.9rem;
  color: #cacaca;
}

.product-filters .more {
  font-size: 0.85rem;
  font-weight: 600;
  color: #8a8a8a;
  cursor: pointer;
}

.product-filters-header {
  font-size: 1.25rem;
  padding-top: 0.5rem;
}

.product-filters-tab {
  border-top: 1px solid #e6e6e6;
}

.product-filters-tab:last-child() {
  border-bottom: 1px solid #e6e6e6;
}

.mobile-product-filters {
  border-bottom: 1px solid #e6e6e6;
}



/* cool hover lines */
.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  color: rgba(10, 10, 10, 0.5);
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #1AB0A6;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}

/* mega dropdown */
.mega-menu .dropdown-pane {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto !important;
  left: 0% !important;
  right: 0% !important;
}

.mega-menu .menu {
  background: none;
}

.mega-menu > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  margin-left: 10px;
  margin-top: 11%;
}

/* promotion hero */
.promotion-hero {
  background-image: url("https://placehold.it/150x500");
  background-size: cover;
  height: 400px;
  padding: 3rem;
}

.promotion-hero-header h1 {
  background-color: #fefefe;
  width: auto;
  padding: 1rem;
  font-weight: bold;
  display: inline-block;
}

.promotion-hero-links {
  padding: 1rem;
  background-color: #fefefe;
  border: 2px solid #0a0a0a;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* animated search */
.animated-search-form[type=search] {
  width: 10rem;
  border: 0.125rem solid #e6e6e6;
  box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.18);
  border-radius: 0;
  background-image: url("//image.ibb.co/i7NbrQ/search_icon_15.png");
  background-position: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  padding: 0.75rem 1.25rem 0.75rem 2rem;
  transition: width 0.4s ease-in-out;
}

.animated-search-form[type=search]:focus {
  width: 100%;
}

/* dropdown cart */
.shopping-cart-button {
  padding: 1rem;
  background-color: #1779ba;
}

.shopping-cart-button:hover {
  background-color: #115b8d;
}

.shopping-cart-button i {
  margin-right: 0.5rem;
}

.shopping-cart-dropdown-pane .dropdown-pane {
  padding: 0;
}

.shopping-cart-item {
	padding: 1.25rem;
	padding-top: 0.25rem;
	padding-bottom: 0rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e6e6e6;
}

.variant-font {
	font-weight: 450;
}

.empty-cart {
	height: 2.95rem;
	padding: 0.75rem;
	padding-left: 3.75rem;
}


@media screen and (max-width: 425px) {
	.mobile-empty-cart-font {
    	font-weight: 325;
    	font-size: 1.5rem;
	}
}

@media screen and (min-width: 426px) {
	.mobile-empty-cart-font {
		font-weight: 325;
		font-size: 3rem;
	}
}

.shopping-cart-item-middle {
	padding: 0.75rem;
	padding-top: 0.25rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e6e6e6;
}

.shopping-cart-item-name, .shopping-cart-item-price {
  padding: 0 1rem;
}

.shopping-cart-item-name p, .shopping-cart-item-price p {
  margin: 0;
  padding: 0;
}

.cart-title {
  font-weight: 355;
}

.cart-font {
	font-weight: 315;
}

.cart-price-padding {
	padding-top: 0.5rem;
}

.shopping-cart-checkout {
  	padding: 20rem;
}

.clear-cart-button {
	margin-top: -1.25rem !important;
  	padding: 20rem;
}

.checkout-button-padding {
	padding-top: 0.75rem;
}

.desktop-description {
    padding-top: 0.75rem;
	padding-left: 1rem;
	padding-right: 0.75rem;
    margin-right: -0.15rem;
    text-align: justify;
}

.mobile-description {
	padding-left: 1rem;
    padding-right: 1rem;
    text-align: justify;
}


.nav-button{
	-webkit-text-stroke: 1.8px #1AB0A6;
}

/*  product card */
.product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.product-card-thumbnail {
  display: block;
  position: relative;
}

.product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
  white-space: nowrap;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.product-card-price {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
}

.product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.product-card-section {
	padding: 0.65rem;
}

/* e-commerce slider */
.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

/* ecommerce-footer */
.ecommerce-footer {
  background-color: #fefefe;
  padding: 70px 20px 40px 20px;
}

.ecommerce-footer-links h5 {
  color: #0a0a0a;
  font-size: 1.2rem;
  font-weight: 600;
}

.ecommerce-footer-links .menu > li > a {
  line-height: 1.5em;
  padding: 0.5rem 0rem;
}

.ecommerce-footer-links a {
  color: #707070;
  font-size: 1rem;
  transition: all 0.5s ease;
}

.ecommerce-footer-links a:hover {
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.ecommerce-footer-links .more-categories {
  margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .ecommerce-footer-links .more-categories {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .ecommerce-footer-links .ecommerce-footer-links-block {
    margin-bottom: 3rem;
  }
}

.ecommerce-footer-bottom-bar {
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  padding-bottom: 80px;
  padding-top: 30px;
}

.ecommerce-footer-bottom-bar .menu > li > a {
  line-height: 1.2em;
  padding: 10px 0;
}

.ecommerce-footer-bottom-bar a {
  color: #8a8a8a;
  font-size: 0.9rem;
  transition: all 0.5s ease;
}

.ecommerce-footer-bottom-bar a:hover {
  color: #0a0a0a;
  transition: all 0.5s ease;
}

@media screen and (max-width: 39.9375em) {
  .ecommerce-footer-bottom-bar ul {
    text-align: center;
  }
}

.ecommerce-footer-bottom-bar li {
  display: inline;
}

.ecommerce-footer-bottom-bar .bottom-links {
  margin-top: 0.65rem;
  margin-left: 0;
}

.ecommerce-footer-bottom-bar .bottom-links li {
  padding-right: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .ecommerce-footer-bottom-bar .bottom-links li {
    text-align: center;
  }
}

.ecommerce-footer-bottom-bar .ecommerce-footer-logomark {
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .ecommerce-footer-bottom-bar .ecommerce-footer-logomark {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}

.ecommerce-footer-bottom-bar .bottom-copyright {
  color: #8a8a8a;
  font-size: 0.9rem;
  line-height: 1.2em;
  padding-top: 1rem;
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
  .ecommerce-footer-bottom-bar .bottom-copyright {
    text-align: center;
  }
}

/* scrollable */
.scrollable{
   overflow: auto;
   height: 15px; /* adjust height depending on number of options to display */
 }
 
 /* filters */
 
.product-filters {
  padding: 0.5rem 1.5rem;
  background-color: #fefefe;
  margin-top: 2.5rem;
}

.product-filters label {
  color: #8a8a8a;
}

.product-filters .menu.nested {
  margin-left: 0rem;
  margin-bottom: 0.9rem;
}

.product-filters .menu > li > a {
  padding-left: 0;
  color: #4a4a4a;
  font-size: 0.85rem;
  font-weight: 600;
}

.product-filters .is-accordion-submenu-parent > a::after {
  border-color: #cacaca transparent transparent;
}

.product-filters .clear-all {
  font-size: 0.9rem;
  color: #cacaca;
}

.product-filters .more {
  color: #1779ba;
  font-size: 0.9rem;
  cursor: pointer;
}

.product-filters-header {
  font-size: 1.25rem;
  padding-top: 0.5rem;
}

.product-filters-tab {
  border-top: 1px solid #e6e6e6;
}

.product-filters-tab:last-child() {
  border-bottom: 1px solid #e6e6e6;
}

.mobile-product-filters {
  border-bottom: 1px solid #e6e6e6;
}

/* mobile toggle */

.mobile-app-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #1AB0A6;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.mobile-app-toggle .tabs-title {
  background: transparent;
  color: #1AB0A6;
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.mobile-app-toggle .tabs-title:nth-child(n+1) {
  border-left: 1px solid #1AB0A6;
}

.mobile-app-toggle .tabs-title.is-active {
  background: #1AB0A6;
  color: #fefefe;
}

/* simple content filter */
.simple-switch .button-group {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.simple-switch .simple-switch-button.hollow.is-active, .simple-switch .simple-switch.hollow:focus, .simple-switch .simple-switch.hollow:active {
  background-color: #1AB0A6;
  color: #fefefe;
}

.button-group.round :first-child {
  border-radius: 5000px 0 0 5000px;
}

.button-group.round :last-child {
  border-radius: 0 5000px 5000px 0;
}

.column-block {
  margin-bottom: 30px;
}

/* mobile-nav-bar */
.mobile-nav-bar {
  background-color: #1779ba;
}

.mobile-nav-bar a {
  color: #fefefe;
}

/* clean hero slider */

.clean-hero-slider .orbit-caption {
  width: auto;
  height: auto;
  background: #0a0a0a;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  padding: 0.2rem 2rem;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    width: 70%;
    right: 0;
    padding: 1rem 2rem;
  }
}

@media screen and (min-width: 75em) {
  .clean-hero-slider .orbit-caption {
    padding-right: 10%;
  }
}

@media screen and (min-width: 90em) {
  .clean-hero-slider .orbit-caption {
    padding-right: 20%;
  }
}

.clean-hero-slider .orbit-caption p {
  font-size: 0.9rem;
  line-height: 1.25;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption p {
    font-size: 1.1rem;
  }
}

.clean-hero-slider .orbit-caption h3 {
  color: #ffae00;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption h3 {
    font-size: 2.5rem;
    font-weight: normal;
  }
}

.clean-hero-slider .orbit-slide {
  padding-bottom: 40%;
  background: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-slide {
    padding-bottom: 0;
  }
}

.clean-hero-slider .orbit-controls button {
  background: #ffae00;
  padding: 1rem 0.5rem;
}

.clean-hero-slider .orbit-controls button:hover {
  background: #fefefe;
  color: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-controls .orbit-previous {
    left: auto;
    right: 2.4rem;
  }
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-controls .orbit-next {
    right: 0.5rem;
  }
}

.clean-hero-slider .orbit-bullets {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-bullets {
    display: block;
    margin-bottom: 0;
    margin-top: -3rem;
    background: none;
  }
}

.clean-hero-slider .orbit-bullets button {
  width: 3rem;
  height: 0.4rem;
  border-radius: 0;
  background-color: #fefefe;
}

.clean-hero-slider .orbit-bullets button.is-active {
  background-color: #ffae00;
}

.clean-hero-slider ul.orbit-container {
  height: auto !important;
}

.clean-hero-slider li.orbit-slide {
  max-height: none !important;
}

/* for headers */
.top-header {
  	margin: 0.2rem 0 !important;
  	padding: 0.5rem 0 !important;
	border-color: #cacaca;
  	border-style: solid;
  	border-width: 1px 0;
}

.footer-line {
	border-color: #cacaca;
  	border-style: solid;
  	border-width: 1px 0 0 0;
  	padding-bottom: 2.5rem;
}

.company-logo-top {
  margin: 0 !important;
}

.phone-font {
	font-size: 0.85rem;
	font-weight: 400;
	
} 

.subheader-margin .cell {
	margin-right: 0.01rem !important;
	margin-left:  0.01rem !important;
}

.grid-margin-x {
  margin-left: 0 !important;
  margin-right: -0 !important;
}

.content {
  padding: 1rem;
}

.invalid {
  border: 1px solid red !important;
}