a:hover {
  color: #f57f05;
  text-decoration: none !important;
}

.section-topbar {
  position: fixed;
  z-index: 99999;
  width: 100%;
  margin-top: -1px;
  padding-top: 0px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.section-slider {
	
  height: 730px;
  
  /* margin-top: 1px; */
  margin-top: -150px;
  
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 58px;
  margin-top: 75px;
  background-color: #f5f5f5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.nav-link-menu {
  height: 56px;
  
  /* padding-right: 15px;
  padding-left: 15px; */
  
  padding-right: 15px;
  padding-left: 15px;
  
  border-right: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-weight: 700;
  text-transform: uppercase;
  
  margin-left: -4px;
  
}

.nav-link-menu:hover,
.nav-link-menu.w--open {
  background-color: #23408d;
  color: #fff;
}

.nav-link-menu_no_bg:hover {
  background-color: transparent !important;
  color: #fff;
}

.nav-link-menu.last-quote {
  padding-left: 77px;
  border-right-style: none;
  border-right-width: 0px;
  background-color: #fff;
  
  /* background-image: url('../images/headset.svg'); */
  background-image: url('../images/tick-grey.png');
  
  background-position: 13px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.nav-link-menu.last-quote:hover {
  background-color: #f38922;
  
  /* background-image: url('../images/headset-white.svg'); */
  background-image: url('../images/tick-white.png');
  
  background-size: 40px;
}

.nav-menu {
  height: 56px;
  float: none;
  background-color: #f5f5f5;
}

.links-top {
  display: inline-block;
  height: 75px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  
  /* background-image: url('../images/call-answer.svg'); */
  background-image: url('../images/phone-orange.png');
  
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.links-top.call {
  padding-left: 50px;
  background-position: 16px 50%;
  background-size: 20px;
}

.links-top.call:hover {
  color: #f5871f;
}

.links-top.call.nocall {
  float: left;
}

.links-top.wishlist {
  padding-left: 50px;
  float: left;
  border-left-style: none;
  border-left-width: 0px;
  
  /* background-image: url('../images/like_1.svg'); */
  background-image: url('../images/heart-orange.png');
  
  background-position: 16px 50%;
  background-size: 20px;
}

.links-top.wishlist:hover {
  color: #f5871f;
}

.links-top.quotes {
  padding-right: 36px;
  padding-left: 15px;
  float: left;
  border-right-style: none;
  border-left-style: solid;
  background-image: none;
  background-position: 94% 50%;
  background-size: 20px;
}

.links-top.quotes:hover {
  color: #f5871f;
}

.div-circle-items {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 16px;
  padding-top: 5px;
  float: right;
  border-radius: 50px;
  background-color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.div-form-search {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-top: 17px;
  margin-right: 14px;
  margin-left: 15px;
  float: left;
}

.form-search-top {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 12px;
}

.form-search {
  display: inline-block;
}

.txt-field-search-top {
  display: inline-block;
  width: 350px;
  padding-top: 15px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  font-size: 12px;
}

.txt-field-search-top:hover {
  border-bottom-color: #333;
}

.txt-field-search-top:active {
  border-bottom-color: #333;
}

.txt-field-search-top:focus {
  border-bottom-color: #333;
}

.ico-search {
  margin-right: 15px;
}

.logo {
  margin-top: 9px;
  margin-right: 70px;
}

.logo.w--current {
  margin-right: 67px;
}

.container-top-nav {
  text-align: right;
}

.column-1-photo-header {
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
    padding-left: 0;
}

.column-2-photos-header {
  padding-right: 0px;
  padding-left: 0px;
}

.div-hero-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 566px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Chef.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Chef.jpg');
  background-position: center center !important;
  background-size: cover !important;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-hero-category:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Chef.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Chef.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 0.8;
}

.div-hero-category._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  margin-right: 10px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/umbrella.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/umbrella.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.div-hero-category._1:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/umbrella.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/umbrella.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-hero-category._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/powerbank.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/powerbank.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.div-hero-category._2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/powerbank.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/powerbank.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.titles {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  /* text-transform: uppercase; */
}

.titles.black-18 {
  display: inline-block;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.titles.grey-14 {
  color: dimgrey;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.titles.grey-14.lowcaps {
  font-size: 13px;
  text-transform: none;
}

.titles.black-28 {
  color: #2a2a2a;
}

.titles.light {
  color: #2a2a2a;
  font-size: 21px;
  line-height: 21px;
  font-weight: 100;
}

.titles.black-15 {
  display: block;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 15px;
  /* text-transform: uppercase; */
}

.titles.black-15:hover {
  color: #f57f05;
  text-decoration: none !important;
}

.titles.black-15.user-name {
  display: inline;
  margin-left: 15px;
}

.titles.black-15.inline {
  display: inline-block;
}

.titles.black-15.inline.share {
  margin-left: 25px;
}

.titles.orange-15 {
  margin-top: 15px;
  color: #f5871f;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}

.titles.black-22 {
  color: #2a2a2a;
  font-size: 22px;
  line-height: 22px;
}

.titles.black-22.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.titles.grey-18 {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.titles._13 {
  font-size: 13px;
  line-height: 13px;
}

.titles.product-detail-26 {
  color: #333;
  
  font-size: 24px;
  padding-bottom: 5px;
  
}

.separator {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5871f;
}

.separator.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.buttons.orange {
  background-color: #f5871f;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.buttons.orange:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.buttons.orange._120 {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.buttons.orange.quote {
  float: none;
}

.buttons.black {
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
  float: right;
  background-color: #333;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.section-features {
  clear: both;
  display: block;
  height: 180px;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-features-icons {
  height: 90px;
}

.column-feature {
  display: block;
  height: 90px;
  padding-top: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #ccc;
}

.column-feature._2 {
  padding-left: 25px;
}

.column-feature._3 {
  padding-left: 25px;
  border-right-style: none;
  border-right-width: 0px;
}

.ico-feature {
  margin-right: 30px;
  float: left;
}

.section-category.first {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.div-featured-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 423px;
  padding: 20px;
  background-image: url('../images/trophy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-featured-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 323px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
}

.div-featured-product.alternative {
  display: block;
  width: 96%;
  height: 390px;
  margin-bottom: 20px;
  padding: 0px;
}

.div-featured-product.alternative.cover {
  display: block;
  padding: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/cover1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-featured-product.alternative.cover.promotional {
  background-image: url('../images/coffee.jpg');
  background-size: cover;
}

.div-featured-product.alternative.second {
  height: auto;
}

.div-price-featured {
  display: block;
  width: auto;
  height: 100px;
  margin-top: 43px;
  padding-top: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #ddd;
  background-color: #f5f5f5;
  text-align: center;
}

.badge.product {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: 70px;
  height: 25px;
  margin-top: 6px;
  margin-right: 0px;
  padding-top: 2px;
  float: right;
  background-color: #9cbf3e;
  background-image: url('../images/badge-green.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.badge.product.purple {
  position: relative;
  margin-right: 0px;
  background-color: #8869ca;
  background-image: url('../images/badge-purple.svg');
  background-size: auto;
}

.badge.product.red {
  position: relative;
  margin-right: 0px;
  background-color: #ed3737;
  background-image: url('../images/badge-red.svg');
  background-size: auto;
}

.badge.product.isolated {
  position: relative;
  margin-top: 4px;
  margin-right: 0px;
  float: right;
}

.title-badge {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.title-badge.center {
  text-align: center;
}

.section-row-3products {
	
  /* padding-top: 125px;
  padding-bottom: 125px; */
  
  padding-top: 40px;
  
}

.section-row-3products.no-top-pad {
  padding-top: 0px;
}

.section-row-3products.category {
  margin-top: 77px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.product-sample {
  position: relative;
  display: block;
  height: auto;
  max-height: 250px;
  margin: 35px auto 25px;
  padding-top: 30px;
  border-radius: 10px;
}

.div-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid transparent;
}

.div-line.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-didyouknow {
  background-color: #f5871f;
}

.container-blog {
  background-color: #fff;
  text-align: center;
}

.column-pc-blog {
	
  /* padding-top: 100px;
  padding-bottom: 100px; */
  
  padding-top: 40px;
  padding-bottom: 40px;
  
}

.column-excerpt {
	
  /* padding-top: 100px; */
  padding-top: 40px;
  
  padding-right: 10%;
  
  /* padding-bottom: 100px; */
  padding-bottom: 40px;
  
  text-align: left;
}

.tuitle-didyouknow {
  font-family: Lato, sans-serif;
  color: #2a2a2a;
  text-align: left;
}

.excerpt-blog {
  font-family: Lato, sans-serif;
  color: #2a2a2a;
  font-size: 13px;
  text-align: left;
}

.excerpt-blog.center {
  text-align: center;
}

.section-blog {
  
  /* padding-top: 125px;
  padding-bottom: 125px; */
  
  padding-top: 40px;
  padding-bottom: 40px;
  
  background-color: #f5f5f5;
}

.spacer {
  height: 15px;
}

.spacer._50 {
  height: 50px;
}

.column-blog {
  padding-right: 30px;
}

.photo-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 224px;
  margin-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.photo-blog._1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.photo-blog._1:hover {
  opacity: 0.8;
}

.photo-blog._2 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.photo-blog._2:hover {
  opacity: 0.8;
}

.photo-blog._3 {
  background-position: 50% 50%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.photo-blog._3:hover {
  opacity: 0.8;
}

.date {
  width: 70px;
  height: 70px;
  padding-top: 10px;
  background-color: #f5871f;
}

.date-number {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.link-blog {
  width: 100%;
  text-decoration: none;
}

.section-testimonials {
	
  /* padding-top: 125px;
  padding-bottom: 125px; */
  
  padding-top: 40px;
  padding-bottom: 40px;
  
}

.slider-testimonials {
	
  /* height: 200px; */
  min-height: 100px;
  
  background-color: transparent;
}

.comma {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.slide {
  padding-right: 15%;
  padding-left: 15%;
  text-align: center;
}

.user-pic {
  border-radius: 5px;
}

.section-footer {
  padding-top: 125px;
  padding-bottom: 125px;
  border-top: 1px solid #eee;
  background-color: #202020;
  color: #fff;
}

.footer-column {
  display: inline-block;
  width: 25%;
  float: left;
}
.section-footer a {
  color: #fff
}
.section-footer a:hover {
  color: #00c4c4;
}

.txt-montserrat {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.txt-montserrat.inline {
  display: inline-block;
  margin-right: 15px;
}

.txt-montserrat.inline.trace {
  margin-right: 5px;
  margin-left: 5px;
}

.link-footer {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.brands-logo-footer {
  float: left;
}

.links-social {
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.links-social:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.ico-geotrust {
  margin-top: 30px;
}

.dd-list.w--open {
  width: 1200px;
  padding: 33px;
  background-color: #202020;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .4);
  left: 0;
}

.title-category-megamenu {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.title-category-megamenu:hover {
  color: #23408d;
}

.sublink-megamenu {
  display: block;
  width: 80%;
  margin-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0px solid #cacaca;
  -webkit-transition: color 200ms ease, border 200ms ease;
  transition: color 200ms ease, border 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.sublink-megamenu:hover {
  border-bottom-color: #818181;
  color: #f5871f;
}

.sublink-megamenu.last {
  border-bottom-style: none;
}

.column-decorative-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  padding: 0px 2px 0px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Mug-Hug-Coffee-Lid-9-NZ-Raw-440x330.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.column-decorative-pic:hover {
  opacity: 0.84;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider._50 {
  height: 50px;
}

.section-header-category.grey {
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

.container-header-category {
  display: block;
  height: 140px;
  padding-top: 173px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-header-category.product-page {
  height: auto;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  background-color: #d3d3d3;
}

.line._2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.line.nopad {
  margin-top: 0px;
}

.line.product-page {
  width: 20%;
  margin-top: 0px;
}

.div-breadcrumb {
  width: 50%;
  float: left;
}

.div-breadcrumb.full {
  width: 100%;
  float: none;
}

.arrow {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.link-breadcrumb {
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.link-breadcrumb:hover {
  text-decoration: underline;
}

.link-breadcrumb.active {
  color: #f5871f;
  font-weight: 700;
}

.div-ordering {
  width: 50%;
  float: right;
  text-align: right;
}

.field-select {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form-field-sort {
  display: inline-block;
}

.div-filters {
  padding: 30px;
  background-color: #f5f5f5;
}

.fancy-separator {
  height: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.separator-orange {
  width: 25%;
  height: 3px;
  background-color: #f5871f;
}

.separator-line {
  height: 1px;
  background-color: #cacaca;
}

.separator-line.padding {
  margin-top: 5px;
  margin-bottom: 5px;
}

.link-filter-category {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #535353;
  text-decoration: none;
}

.link-filter-category:hover {
  color: #f5871f;
}

.link-filter-category.w--current {
  color: #23408d;
  font-weight: 700;
}

.form-pricerange {
  display: inline-block;
}

.txt-field-normal {
  display: inline-block;
  width: 52px;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.checkbox {
  font-family: Montserrat, sans-serif;
  color: #535353;
}

.section-pagination {
  padding-bottom: 125px;
}

.container-pagination {
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 12px;
  text-align: center;
}

.link-orange {
  color: #f5871f;
  font-weight: 700;
  text-decoration: none;
}

.link-black {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.section-how-to-order {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.ico-bag {
  margin-right: 20px;
  float: left;
}

.section-product-info {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row-product-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.row-product-table {
  margin-top: 0px;
  padding: 12px 23px;
  background-color: #fff;
}

.wishlist {
  margin-left: 10px;
}

.code-addthis {
  display: inline-block;
  margin-left: 10px;
  font-family: Inconsolata, monospace;
}

.link-add-wishlist {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.link-add-wishlist:hover {
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.tab-active {
  width: 33.3%;
  padding: 15px 20px;
  border-right: 1px solid #fff;
  background-color: #c5c5c5;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-active.w--current {
  width: 33.3%;
  padding: 15px 20px;
  border-right: 1px solid #fff;
  background-color: #23408d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-inactive {
  width: 33.3%;
  padding: 15px 20px;
  background-color: #c5c5c5;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-inactive.w--current {
  background-color: #23408d;
  color: #fff;
}

.tab-inactive.border {
  border-right: 1px solid #fff;
}

.tab-pane {
  padding: 18px 10px 10px;
}

.quote-left {
  margin-right: 15px;
  float: left;
}

.column-quote {
  padding: 25px;
}

.orange {
  color: #f5871f;
}

.field-50 {
  display: block;
  width: 48%;
  margin-right: 8px;
  padding-left: 0px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 12px;
  text-transform: uppercase;
}

.field-50:focus {
  border-bottom-color: #535353;
}

.form-quote {
  margin-top: 30px;
}

.txtarea {
  min-height: 100px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.txtarea:focus {
  border-bottom-color: #535353;
}

.column-product-pic {
  display: block;
  padding: 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  text-align: center;
}

.column-product-info {
  padding-left: 30px;
}

.enlarge-icn {
  margin-left: 5px;
}

.div-quick-view {
  position: absolute;
  z-index: 999;
  display: block;
  width: 86%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 5%;
  padding: 18px 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .41);
}

.v-line {
  display: inline-block;
  width: 1px;
  height: 50px;
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 7px;
  float: left;
  background-color: #cecece;
}

.v-line.last {
  margin-right: 0px;
}

.link-quick-checkout {
  position: relative;
  z-index: 999;
  width: 18%;
  height: 50px;
  margin-top: 0px;
  padding-top: 13px;
  float: left;
}

.link-quick-checkout.cart {
  height: 50px;
  margin-left: 5px;
  padding-top: 14px;
  background-color: #f5871f;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.link-quick-checkout.cart:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-grey-overflow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 96%;
  height: 390px;
  background-color: rgba(90, 90, 90, .53);
}

.div-grey-overflow.lower {
  display: block;
  height: 323px;
}

.column-product-listing {
  padding-right: 0px;
  padding-left: 0px;
}

.link-add-remove {
  display: inline-block;
  width: 26px;
  margin-top: 15px;
  float: left;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #838383;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.link-add-remove:hover {
  color: #000;
}

.link-add-remove.plus {
  margin-top: 17px;
}

.div-counter-quickcheckout {
  width: 30px;
  height: 30px;
  margin-top: 14px;
  float: left;
  border-radius: 50px;
  background-color: #2a2a2a;
}

.txt-quantity {
  margin-top: 5px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.tooltips {
  position: absolute;
  display: block;
  width: auto;
  height: 20px;
  margin-top: -17px;
  text-align: right;
}

.div-tooltip {
  display: none;
  width: auto;
  height: 26px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

.arrow-tooltip {
  display: inline-block;
  height: 9px;
  margin-top: -17px;
  margin-left: -99px;
}

.arrow-tooltip.zoom {
  margin-right: 33px;
  margin-left: 0px;
}

.arrow-tooltip.heart {
  margin-left: 6px;
}

.txt-tooltip {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #333;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.txt-tooltip.zoom {
  text-align: center;
}

.div-zoom {
  display: block;
  width: auto;
  height: 20px;
  margin-left: 32px;
}

.link-cart {
  float: right;
  color: #414141;
}

.link-more-photo {
  width: 20%;
}

.big-product-image {
  width: 80%;
  float: right;
  text-align: right;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  opacity: 1;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

html.w-mod-js *[data-ix="display-none-mask"] {
  display: none;
  opacity: 1;
}

html.w-mod-js *[data-ix="display-none-filters"] {
  display: none;
  opacity: 1;
  height: 0px;
}

#contact-form .invalid-field {
  border-color: red;
}

#contact-form .response-text {
  color: red;
}

@media (max-width: 1199px){
  
  .container-features-icons {
    height: auto;
  }
  .column-feature {
    height: auto;
    padding-top: 0px;
    text-align: center;
  }
  .ico-feature {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
}

@media (max-width: 991px) {
  .section-topbar {
    position: relative;
  }
  .section-slider {
    height: auto;
    padding-top: 15px;
  }
  .navbar {
    position: relative;
    margin-top: 0px;
    background-color: #23408d;
    text-align: left;
    /* overflow: hidden; */
  }
  .nav-link-menu {
    margin-right: 0px;
    margin-left: 20px;
    border-right-width: 0px;
  }
  .nav-link-menu:hover {
    background-color: #f5f5f5;
    color: #000;
  }
  .nav-link-menu.w--open {
    background-color: #f5f5f5;
  }
  .nav-link-menu.w--open:hover {
    color: #f5871f;
  }
  .nav-menu {
    height: auto;
    padding-bottom: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .41);
  }
  .links-top.call {
    padding-right: 5px;
    padding-left: 41px;
    background-position: 8px 50%;
  }
  .links-top.call.nocall {
    padding-right: 15px;
  }
  .links-top.wishlist {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 48px;
    background-position: 13px 50%;
  }
  .div-circle-items {
    margin-top: 22px;
    float: right;
  }
  .div-form-search {
    margin-right: 5px;
    margin-left: 5px;
  }
  .form-search {
    margin-left: 5px;
  }
  .txt-field-search-top {
    width: 102px;
    margin-left: 5px;
  }
  .ico-search {
    margin-top: 11px;
    margin-right: 5px;
    float: left;
  }
  .ico-search.cart {
    margin-top: 28px;
    float: right;
  }
  .logo {
    width: 150px;
    margin-top: 26px;
    margin-right: 20px;
  }
  .logo.w--current {
    width: 150px;
    margin-top: 26px;
    margin-right: 20px;
  }
  .column-1-photo-header {
    padding-left: 0px;
  }
  .div-hero-category._1 {
    margin-right: 0px;
  }
  .div-hero-category._2 {
    margin-right: 0px;
  }
  .titles {
    font-size: 15px;
    line-height: 30px;
  }
  .titles.black-28.w {
    color: #fff;
  }
  .titles.light {
    color: #fff;
  }
  .buttons.black {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-features {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .div-featured-category {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/trophy.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/trophy.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-featured-product.alternative.cover {
    padding: 10px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cover1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cover1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-featured-product.alternative.cover.promotional {
    padding: 10px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coffee.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coffee.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
  }
  .section-row-3products.category {
    margin-top: 25px;
  }
  .txt-montserrat.inline {
    margin-right: 3px;
  }
  .txt-montserrat.inline.trace {
    margin-right: 2px;
    margin-left: 2px;
  }
  .dd-list.w--open {
    width: 100%;
    margin-top: 5px;
  }
  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sublink-megamenu {
    width: 100%;
  }
  .container-header-category {
    height: auto;
    padding-top: 25px;
  }
  .container-header-category.product-page {
    padding-top: 25px;
  }
  .div-filters {
    padding-right: 10px;
    padding-left: 10px;
  }
  .txt-field-normal {
    width: 29px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 11px;
  }
  .row-product-table {
    font-size: 14px;
  }
  .tab-active {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .tab-active.w--current {
    width: 33.3%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .tab-inactive {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .tab-inactive.border {
    width: 33.3%;
  }
  .field-50 {
    width: 100%;
    float: none;
  }
  .txt-menu {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 11px;
  }
  .icon-menu {
    color: #fff;
    text-align: center;
  }
  .menu-button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .menu-button.w--open {
    background-color: #f5871f;
  }
  .link-cart {
    float: right;
    color: #381313;
    text-decoration: none;
  }
  .links-products-mobo {
    position: absolute;
    z-index: 9999;
    width: 96%;
    height: 95%;
    background-color: rgba(102, 81, 81, 0);
  }
  .links-products-mobo._390 {
    z-index: 99999;
    height: 95%;
    background-color: rgba(102, 81, 81, 0);
  }
}

@media (max-width: 767px) {
  .links-top.call {
    display: inline-block;
    border-left-width: 0px;
  }
  .links-top.call.nocall {
    padding-right: 14px;
    float: left;
  }
  .links-top.wishlist {
    padding-right: 12px;
    float: left;
  }
  .links-top.quotes {
    display: inline-block;
    float: left;
  }
  .div-circle-items {
    margin-top: 25px;
    margin-right: 10px;
    float: right;
  }
  .div-form-search {
    float: left;
  }
  .txt-field-search-top {
    width: 115px;
  }
  .logo {
    display: block;
    width: 200px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .logo.w--current {
    display: block;
    width: 200px;
    margin: 3px auto 0px;
    float: none;
  }
  .div-hero-category {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-hero-category._1 {
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-hero-category._2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .titles.black-28 {
    font-size: 30px;
  }
  .titles.black-15.inline.share {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }
  .titles.product-detail-26 {
    margin-top: 25px;
    margin-left: 0px;
  }
  .titles.product-detail-26.related {
    margin-left: 10px;
  }
  .titles.big {
    font-size: 28px;
    line-height: 35px;
  }
  .buttons.orange.quote {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .buttons.black {
    margin-left: 10px;
  }
  .column-feature {
    height: auto;
    padding: 20px 5px;
  }
  .column-feature._2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-feature._3 {
    padding-right: 25px;
  }
  .section-category.first {
    padding-bottom: 0px;
  }
  .div-featured-category {
    margin-top: 15px;
  }
  .div-featured-product.alternative {
    width: 100%;
  }
  .div-featured-product.alternative.cover {
    width: 100%;
  }
  .div-featured-product.alternative.cover.promotional {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coffee.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coffee.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
  }
  .div-featured-product.alternative.second {
    width: 100%;
    padding-right: 0px;
  }
  .section-row-3products {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-pc-blog {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .column-excerpt {
    padding: 0px 10px 50px;
  }
  .section-blog {
    padding: 50px 10px;
  }
  .spacer._50 {
    height: 10px;
  }
  .column-blog {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .section-testimonials {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .section-footer {
    padding: 50px 10px;
  }
  .footer-column {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    float: none;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  .txt-montserrat.inline.block {
    display: block;
  }
  .brands-logo-footer {
    margin-right: 20px;
    float: none;
  }
  .dd-list.w--open {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sublink-megamenu {
    width: 100%;
    line-height: 15px;
  }
  .container-header-category {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-breadcrumb.active {
    display: block;
    font-size: 15px;
  }
  .link-filter-category {
    font-size: 12px;
  }
  .txt-field-normal {
    width: 25px;
  }
  .checkbox {
    font-size: 12px;
  }
  .section-how-to-order {
    padding: 20px 10px;
  }
  .row-product-table {
    padding-left: 10px;
  }
  .tab-pane {
    padding-left: 0px;
  }
  .column-quote {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-product-pic {
    padding: 20px;
  }
  .column-product-info {
    padding-left: 20px;
  }
  .column-product-listing {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-product-listing.full {
    padding-top: 0px;
  }
  .links-products-mobo {
    width: 100%;
  }
  .column-filters {
    padding-right: 0px;
  }
  .link-more-photo {
    margin-top: 15px;
    margin-right: 11px;
    float: left;
  }
  .big-product-image {
    width: 100%;
    float: left;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .links-top.call.nocall {
    width: 52%;
    height: 50px;
    padding-top: 15px;
    padding-left: 22px;
    float: left;
    border-right-width: 0px;
    background-position: 17% 50%;
    text-align: center;
  }
  .links-top.wishlist {
    width: 47%;
    height: 50px;
    padding-top: 15px;
    padding-left: 2px;
    float: none;
    border-right-width: 0px;
    background-position: 12% 50%;
    text-align: center;
  }
  .links-top.quotes {
    width: 27%;
    height: 50px;
    margin-left: -1px;
    padding-top: 15px;
	
    /* padding-left: 32px; */
	
	padding-right: 36px;
	padding-left: 15px;
	
    float: left;
    border-left-width: 0px;
    background-position: 0px 50%;
  }
  .div-circle-items {
    margin-top: 10px;
    float: right;
    background-color: #f5871f;
    color: #fff;
  }
  .div-form-search {
    width: 56%;
    height: 50px;
    margin-top: 0px;
    float: left;
  }
  .form-search-top {
    float: left;
    text-align: left;
  }
  .form-search {
    display: block;
    margin-left: 25px;
    float: left;
    text-align: left;
  }
  .txt-field-search-top {
    width: 75%;
  }
  .logo {
    margin-top: 15px;
  }
  .logo.w--current {
    margin-top: 15px;
  }
  .div-hero-category {
    text-align: center;
  }
  .titles.grey-14 {
    display: block;
  }
  .titles.grey-14.lowcaps {
    display: inline-block;
  }
  .titles.black-28.w {
    line-height: 30px;
  }
  .titles.orange-15 {
    display: block;
  }
  .titles.product-detail-26 {
    margin-left: 0px;
    font-size: 22px;
  }
  .titles.product-detail-26.related {
    margin-left: 10px;
  }
  .buttons.orange.quote {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .section-features {
    height: auto;
  }
  .div-featured-product.alternative.second {
    width: 100%;
  }
  .div-line.centered {
    text-align: center;
  }
  .dd-list.w--open {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .title-category-megamenu {
    margin-top: 25px;
  }
  .column-decorative-pic {
    margin-top: 25px;
  }
  .line.lowpad {
    margin-top: 0px;
  }
  .div-breadcrumb {
    width: 100%;
    float: none;
  }
  .div-ordering {
    width: 100%;
    margin-top: 25px;
    float: none;
    text-align: left;
  }
  .field-select {
    margin-left: 10px;
  }
  .div-filters {
    margin-right: 0px;
  }
  .txt-field-normal {
    width: 50px;
  }
  .row-product-header {
    display: block;
  }
  .tab-active {
    display: inline-block;
    height: 70px;
    font-size: 13px;
  }
  .tab-active.w--current {
    display: inline-block;
    width: 33.3%;
    height: 70px;
    font-size: 13px;
  }
  .tab-inactive {
    display: inline-block;
    font-size: 13px;
  }
  .tab-inactive.border {
    display: inline-block;
    height: 70px;
  }
  .column-product-info {
    padding-left: 10px;
  }
  .div-grey-overflow.lower {
    width: 93%;
  }
  .link-cart {
    float: left;
  }
  .links-products-mobo {
    width: 93%;
  }
  .links-products-mobo._390 {
    width: 100%;
  }
  .big-product-image {
    text-decoration: none;
  }
  .link-open-filters {
    height: 35px;
    margin-right: 10px;
    padding-top: 8px;
    padding-left: 45px;
    background-color: #f5871f;
    background-image: url('../images/arrow-point-to-down.svg');
    background-position: 8px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .div-filters-mobo {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

/* -------------- MS 7-3-17 ------------------ */

.footerlogos ul {
  margin-: 0px;
  padding: 0px;
  text-align: center;
}
.footerlogos li {
  display: inline-block;
  list-style: none;
}

.footer-column#footercol4 {
  background-color: #fff;
  padding: 10px 15px;
  text-align: center;
}
.column-blog .date {
  display: none;
}

.dropdown.w-dropdown:hover .w-dropdown-list.w--open {
  display: block !important;
}

hr {
  clear: both;
}
.w-dropdown {
  position: static;
}

.textshadow {
  text-shadow: 1px 1px 0px #000;
}

.homebox {
  position: relative;
  display: block;
}
.homebox img {
  position: relative;
  z-index: 50;
}
.homebox h1 {
  display: block;
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  z-index: 130;
}
.shoplink img {
    bottom: 0;
    position: absolute;
    right: 0;
    max-width: 140px;
    z-index: 120;
}
.bottomgrad {
  position: absolute;
  z-index: 100;
  background: url('../images/bottom-gradient.png') bottom no-repeat;
  width: 100%;
  bottom: 0px;
  height: 218px;
}

.topgrad {
  position: absolute;
  z-index: 100;
  background: url('../images/gradient-top.png') top no-repeat;
  width: 100%;
  top: 0px;
  height: 159px;
}

#homebox1 {

}
#homebox1 h1 {
  bottom: 20px;
  left: 20px;
}
#homebox2 {

}
#homebox3 {
  margin-top: 20px;
}

#homebox2 h1,
#homebox3 h1 {
  bottom: 0px;
  text-align: center;
  width: 100%;
  left: auto;
}

.center-block {
    display: block;
    text-align: center;
}
.btn-danger {
    background-color: #FF8224;
    border-color: #FF8224;
    color: #fff;
}
.btn-danger:hover {
    background-color: #23408D;
    border-color: #23408D;
    color: #fff;
}

.visible-xs .form-search-top {
  float: right;
  margin-top: 15px;
}
#cath1 {
  color: #23408D;
}

#cath1 h1 {
  margin-top: 0px;
  margin-bottom: 40px;
}
.mt20 {
  margin-top: 20px;
}

#headertop {
  position: fixed;
  height: 75px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  z-index: 99999;
  background-color: #fff;
}

#headertop #headerblock1 {
  padding: 10px;
  border-right: 1px solid #e6e6e6;
}
#headertop #headerblock1 img {
  max-width: 95%;
}
#headertop #headerblock2 {
  border-right: 1px solid #e6e6e6;
}
#headertop #headerblock3 {
  border-right: 1px solid #e6e6e6;
}
#headertop #headerblock2 .toptel,
#headertop #headerblock3 .toptel {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#headertop #headerblock4 {
  border-right: 1px solid #e6e6e6;
}
#headertop #headerblock4 #topsearch {
  padding-top: 20px;
  padding-bottom: 20px;
}
#headertop .form-control {
  box-shadow: none;
}
#headertop #headerblock5 .quickquotebox {
  padding-top: 10px;
}

#headertop #headerblock5 .cartwithbox {
    background: rgba(0, 0, 0, 0) url("/image/catalog/basket_icon_orange.png") no-repeat scroll 0 0;
    font-size: 14px;
    padding: 20px 0 20px 40px;
    text-align: left;
    text-transform: uppercase;
}
#headertop #headerblock5 .cartwithbox a {
    color: #ff8224 !important;
}

.toptel a {
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #535353;
}
.toptel span {
  color: #F57F05;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 700;
}
#topsearch .input-group-addon {
  background-color: transparent;
  border: none !important;
}
#topsearch span {
  color: #f57f05;
  font-size: 18px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}


@media screen and (min-width: 401px) { 

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

  #homebox1 h1 {
    bottom: 0px;
    left: 20px;
    font-size: 20px;
  }
  #homebox2 h1,
  #homebox3 h1 {
    font-size: 16px;
  }
/*  #content {
      margin-top: 20px;
  }
*/  
  .cart-with {
    padding-top: 13px; margin-top: -14px; text-align: center; height: 45px; width: 139px; background: url('/image/catalog/cart_bg_grey.png'); background-size: 139px 45px; color: #ff8224; font-size: 14px;
  }
  .cart-total {
    margin-left: 20px;
  }
  #accordion {
    margin-top: 200px;
  }

  .arrow-left {
    margin-top: -100px;
    color: #b8b8b8;
  }

  .arrow-right {
    margin-top: -100px;
    color: #b8b8b8;
  }
}

@media screen and (min-width: 992px) { 

  #homebox1 h1 {
    bottom: 0px;
    left: 20px;
    font-size: 26px;
  }
  #homebox2 h1,
  #homebox3 h1 {
    font-size: 20px;
  }
  #contenthome {
      margin-top: 145px;
  }
  .breadcrumb {
    margin-top: 155px;
  }

}
@media screen and (min-width: 1200px) {

  #homebox2 h1,
  #homebox3 h1 {
    font-size: 24px;
  }
  #search {
    width: 100%;
  }

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

  .nav-link-menu {
    padding-left: 5px;
    padding-right: 5px;
  }
  #headertop {
  }

  #headertop #headerblock1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #headertop #headerblock1 img {
    max-width: 100%;
  }
  #headertop #headerblock2 {
  }
  #headertop #headerblock3 {
  }
  #headertop #headerblock2 .toptel,
  #headertop #headerblock3 .toptel {
  }
  #headertop #headerblock4 {
  }
  #headertop #headerblock4 #topsearch {
  }
  #headertop #headerblock5 .quickquotebox {
  }

  #headertop #headerblock5 .cartwithbox {
  }
  .toptel a {
  }
  .toptel span {
  }
  #topsearch .input-group-addon {
  }
  #topsearch span {
  }

  #search {
    width: 100%;
  }

}

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

  .nav-link-menu {
  }
  .navbar {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  #headertop {
    position: relative;
    height: auto;
    border-bottom-width: 0px;
  }

  #headertop #headerblock1 {
    border-width: 0px;
  }
  #headertop #headerblock1 img {
  }
  #headertop #headerblock2 {
    border-width: 0px;
  }
  #headertop #headerblock3 {
    border-width: 0px;
  }
  #headertop #headerblock2 .toptel,
  #headertop #headerblock3 .toptel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #headertop #headerblock4 {
    border-width: 0px;
  }
  #headertop #headerblock4 #topsearch {
  }
  #headertop #headerblock5 .quickquotebox {
  }

  #headertop #headerblock5 .cartwithbox {
  }
  .toptel a {
  }
  .toptel span {
  }
  #topsearch .input-group-addon {
  }
  #topsearch span {
  }

  .shoplink img {
      max-width: 100px;
  }
  #contenthome {
      margin-top: 0px;
  }
  .breadcrumb {
    margin-top: 0px;
  }
  #search {
    width: 100%;
  }
}

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

  .nav-link-menu {
  }
  .navbar {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  #headertop {
    position: relative;
    height: auto;
    border-bottom-width: 0px;
  }

  #headertop #headerblock1 {
    border-width: 0px;
  }
  #headertop #headerblock1 img {
  }
  #headertop #headerblock2 {
    border-width: 0px;
  }
  #headertop #headerblock3 {
    border-width: 0px;
  }
  #headertop #headerblock2 .toptel,
  #headertop #headerblock3 .toptel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #headertop #headerblock4 {
    border-width: 0px;
  }
  #headertop #headerblock4 #topsearch {
  }
  #headertop #headerblock5 .quickquotebox {
    text-align: right;
    margin-bottom: 20px;
  }

  .form-search {
    margin-left: 0px;
  }

  #headertop #headerblock5 .cartwithbox {
  }
  .toptel a {
  }
  .toptel span {
  }
  #topsearch .input-group-addon {
  }
  #topsearch span {
  }

  .shoplink img {
      max-width: 100px;
  }
  #contenthome {
      margin-top: 0px;
  }
  .breadcrumb {
    margin-top: 0px;
  }
  #search {
    width: 100%;
  }


  .shoplink img {
      max-width: 180px;
  }
  #homebox1 {
    margin-bottom: 20px;
  }

  #homebox1 h1 {
    top: 0px;
    font-size: 26px;
    left: auto;
    text-align: center;
    width: 100%;
  }
  #homebox2 h1,
  #homebox3 h1 {
    font-size: 26px;
  }
  .visible-xs .links-top {
    padding: 15px 0 0 0 !important;
  }
  .arrow-left {
    margin-top: -100px;
    color: #b8b8b8;
  }

  .arrow-right {
    margin-top: -100px;
    color: #b8b8b8;
  }
  .w-slider-arrow-left, .w-slider-arrow-right {
    font-size: 40px;
    width: 40px;
  }
  .breadcrumb {
    background-color: transparent;
    font-size: 12px;
    color: #23408D;
  }

  .bottomgrad {
    background: url('../images/gradient-top.png') top no-repeat;
    bottom: auto;
    top: 0px;
    height: 159px;
  }
  #product {
      margin: 20px 0;
  }
  .link-add-wishlist {
    text-align: center;
  }

  .cart-with {
    padding-top: 13px; margin-top: 0px; text-align: center; height: 45px; width: 139px; background: url('/image/catalog/cart_bg_grey.png'); background-size: 139px 45px; color: #ff8224; font-size: 14px;
  }
  .cart-total {
    margin-left: 15px;
  }
}

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

  .shoplink img {
      max-width: 140px;
  }
  .w-col-tiny-6 {
    padding: 1px !important;
    width: 49% !important;
  }
}

.icons-right {
  float: right;
  color: #fff;
}

#headerblock-social {
	padding-top: 25px;
	padding-bottom: 25px;
}
#headerblock-social .links-social {
	margin-top: 0px;
	margin-right: 0px;
}
.icons-right {
  padding-top: 15px;
  padding-right: 20px;
}
.icons-right a {
  padding-right: 10px;
}
.icons-right .links-social {
	margin-top: 0px;
	margin-right: 0px;
}
.push-right {
  text-align: right !important;
}

.product-titles {
  font-size: 20px;
  color: #f68920;
}
.modal {
  z-index: 999999;
}
.spacer20 {
  display: block;
  background-color: transparent;
  width: 100%;
  height: 20px;
  margin: 0px;
  padding: 0px;
}
.modal-content {
  padding: 20px;
}
.modal-header {
  background-color: #fff;
  margin-bottom: 10px;
  border-bottom-color: transparent;
}



.section-testimonials.greyBg {
    border: 1px solid #eee;
    padding: 20px;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fafafa;
    text-align: center;
}