/*
Theme Name: UnderStrap Child theme of understrap
Theme URI: 
Description: Child theme of understrap theme for the UnderStrap theme
Author: <a href="http://www.holgerkoenemann.de">Holger Koenemann</a>
Author URI: 
Template: understrap
Version: 0.7.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 06 Jan 2018 19:59:30 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

@import url('https://fonts.googleapis.com/css?family=Cardo|Roboto');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Quicksand', sans-serif !important;
    color: #000;
}
@font-face {
    font-family: 'cormorantlight';
    src: url('./cormorant-light/Cormorant-Light-webfont.eot');
    src: url('./cormorant-light/Cormorant-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./cormorant-light/Cormorant-Light-webfont.woff') format('woff'),
         url('./cormorant-light/Cormorant-Light-webfont.ttf') format('truetype'),
         url('./cormorant-light/Cormorant-Light-webfont.svg#cormorantlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
.sticky-header {
	position: fixed;
}
#mc_embed_signup .button {
	line-height: normal !important;
}
.page-template-page-retailerarchive .entry-summary h2 {
  margin-top: 0;
}
.page-template-page-retailerarchive .ajax-msg {
  margin-left: 10px;
  display: inline-block;
}
.page-template-page-retailerarchive .quantity,
.page-template-page-retailerarchive .quantity .qty {
  display: inline-block;
  width: 3.631em;
  margin-right: 15px;
}
#woocommerce-wrapper {
    padding: 220px 20px 20px 20px;
    box-sizing: border-box;
}
#wrapper-navbar, #page-wrapper {
    position: relative;
}
#wrapper-navbar {
    z-index: 5;
}
#page-wrapper {
    z-index: 4;
}
.navbar .container {
    font-family: 'Quicksand', sans-serif !important;
    
}
.navbar .container {
	width: 100%;
  padding: 0 !important;
}

a {
    text-decoration: none;
    /*color: #333 !important; */
}
h1,h2,h3,h4,h5,h6 {

}
p {
   font-size: 20px !important; 
 font-weight: 600;
 color: #000;
}
.woocommerce-Tabs-panel--description p {
 font-size: 20px !important; 
 font-weight: 600;
 color: #000;
}
.grid-row {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}
.home .grid-col {
  /*visibility: hidden;*/
}
#content {
  padding: 0 20px;
}
#content article {
  max-width: 1160px;
  margin: 0 auto;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.index-pager {
  display: table;
  margin: 0 auto;
}
footer {
  padding: 20px 0;
  box-sizing: border-box;
  margin-top: 60px;
  max-width: 1080px;
  margin: 60px auto 0 auto;
  border-top: 1px solid rgba(0,0,0,.2);
}
.site-info {
  text-align: center;
  margin-top:40px;
}
@media screen and (max-width: 470px) {
#wrapper-index, #single-wrapper {
  padding-top: 240px;
}
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		margin: auto !important;
	}
}
@media screen and (min-width: 768px) {
	.grid-col {
		width: 28%; 
	    margin-bottom: 4em;
	}

  body #page-wrapper {
    padding-top: 240px;
	}
	#wrapper-index {
	  padding-top: 240px;
	}
	#wrapper-footer {
	  box-sizing: border-box;
	  max-width: 100%;
	}
#single-wrapper {
    padding-top: 240px;
  }
  .single-content-pane img {
    display: none;
  }
  .single-content-pane .entry-meta {
    display: none;
  }
  #navbarNavDropdown {
  	    position: relative;
  }
	#navbarNavDropdown #main-menu {
		display: flex !important;
	}
	#navbarNavDropdown #main-menu li {
		position: relative;
	}
	#navbarNavDropdown #main-menu li a {
	  font-size: 1.9rem;
	  color: #000;
	}
	#navbarNavDropdown #main-menu li:after {
	  	content: "/";
	  	font-size: 1.9rem;
	  	display: inline;
	    position: absolute;
	    top: 6px;
	    right: -6px;
	}
}
.page-col {
  box-sizing: border-box;
}
.page-col img {
  max-width: 100%;
  height: auto;
}
.single footer.entry-footer {
	display: none;
}
#navbarNavDropdown {
    
      margin-top: 10px;
}
.header-nav-top.header-nav-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-nav-bottom.header-nav-row {
  display: flex;
    align-items: center;
}
@media (max-width: 767px) {
  .header-nav-top.header-nav-row {
    justify-content: center;
    margin-top: 16px;
  }
}

#navbarNavDropdown {
  	    position: relative;
  }
	#navbarNavDropdown #main-menu {
		display: flex !important;
		flex-direction: row !important;
		justify-content: center;
	}
	#navbarNavDropdown #main-menu li {
		position: relative;
		padding: 0 12px;
	}
	#navbarNavDropdown #main-menu li a {
	  font-size: 1.9rem;
	  color: #000;
	}
	#navbarNavDropdown #main-menu li:after {
	  	content: "/";
	  	font-size: 1.9rem;
	  	display: inline;
	    position: absolute;
	    top: 6px;
	    right: -6px;
	}
    .custom-logo-link {
        width: 100%;
        max-width: 180px;
    box-sizing: border-box !important;
    text-align: center;
    height: auto;
    max-height: 130px;
  }
  .custom-logo-link img {
        width: auto;
    max-height: 180px;
  }
@media screen and (min-width: 471px) and (max-width: 767px) {
  .woocommerce-page #content {
  padding: 20px;
}
  #navbarNavDropdown {
    margin-top: 10px;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;

}
    .custom-logo-link {
        width: 100%;
    display: block !important;
    box-sizing: border-box !important;
    text-align: center;
    max-height: 120px;
        margin: 0 auto;
  }
  .custom-logo-link img {
        width: auto;
    max-height: 100px;
  }
.grid-col {
width: 48%; 
    margin-bottom: 4em;
}
#page-wrapper {
  padding-top: 260px;
}
#wrapper-index {
  padding-top: 240px;
}
#navbarNavDropdown #main-menu li a {
  font-size: 1.4rem;
}
#navbarNavDropdown #main-menu li:after {
  content: "/";
  font-size: 1.4rem;
}
}
@media screen and (max-width: 470px) {
  .woocommerce-page #content {
  padding: 20px;
}
  #navbarNavDropdown {
    margin-top: 10px;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 22px;
}
  .custom-logo-link {
        width: 100%;
    display: block !important;
    box-sizing: border-box !important;
    text-align: center;
    max-height: 120px;
        margin: 0 auto;
  }
  .custom-logo-link img {
        width: auto;
    max-height: 100px;
  }
.grid-col {
width: 100%; 
    margin-bottom: 4em;
}
#page-wrapper {
  padding-top: 255px;
}
#wrapper-index {
  padding-top: 240px;
}
#navbarNavDropdown #main-menu li a {
  font-size: 1.0rem;
}
#navbarNavDropdown #main-menu li:after {
  content: "/";
  font-size: 1.3rem;
}
.header-social {
    float: none !important;
    padding-right: 0 !important;
    clear: both;
    margin: 0 auto;
    padding-top: 30px;
}
#socialnav {
  margin: 0 auto !important;
}
}
#wrapper-index {
  padding-left: 20px;
  padding-right: 20px;
}
#wrapper-index article.post {
  clear: both;
  margin-bottom: 30px;

  min-height: 320px;
}
#wrapper-index article.post .entry-title {
  font-size: 1em !important;
}
#wrapper-index article.post img.wp-post-image {
  float: left;
  margin-right: 30px;
  height: 250px;
  width: auto;
}
.understrap-read-more-link,.comments-link,.edit-link {
  display: inline-block;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  background-color: #efefef;
}

/* pager */
.pagination {
  list-style-type: none;
}
.page-item {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation .list-group {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation .list-group a {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: block;
}
nav.woocommerce-MyAccount-navigation .list-group a.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation .list-group a.is-active {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation .list-group a:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}



.grid-col a img {
    width: 100%;
    height: auto;
}
.grid-col a .title {
        margin-top: 1.7rem;
    margin-bottom: .3rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    font-style: normal;
    line-height: 1.1;
    text-align: left;
}
ul.products {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
ul.products li.product {
    width: auto !important;
    clear: none !important;
    margin: 0 !important;
    padding: 20px !important;
    box-sizing: border-box;
    flex: 1;
    visibility: hidden;
}
ul.products li.product a img {
    height: 240px !important;
    width: auto !important;
    max-width: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: .9rem;
}
.woocommerce ul.products li.product .price {
    font-size: .8rem;   
}
input[name="ns_widget_mailchimp_email"] {
  height: 32px;
  font-size: .8em;
  padding: 5px;
}
.woocommerce ul.products li.product .add-to-cart-container a,
.woocommerce-page #content input.button,
.woocommerce-page .btn-outline-primary,
input.button,
.single_add_to_cart_button,
.wc-proceed-to-checkout,
input[type="submit"] {
    border-radius: 5px !important;
    color: #fff !important;
    background-color: #999 !important;
    font-size: 1rem !important;
    padding: 9px !important;
    border: 0 !important;
   /* display: inline-block !important;*/
   font-family: 'Quicksand', sans-serif !important;
}
.adminbar-button {
  display: none !important;
}
.wc-proceed-to-checkout a {
  color: #fff !important;
}
#coupon_code {
  min-width: 150px;
}
.checkout-col {
  box-sizing: border-box;
  padding: 0 30px !important;
}
input[type="text"],textarea,input[type="email"],input[type="tel"] {
  padding: 8px;
}

.home-bottom {
    text-align: center;
    padding: 30px 0;
    margin-top: 80px;
}
.navbar {
        position: fixed !important;
    width: 100vw;
    
}
.navbar .container .custom-logo-link {
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
}

#navbarNavDropdown #main-menu li {
  display: inline;
}

#navbarNavDropdown #main-menu li:after {
  content: "/";
}
#navbarNavDropdown #main-menu li:last-child:after {
    content: "";
}
.woocommerce .woocommerce-ordering select {
    font-size: 0.8rem;
}

.prev-next-button-style {
  padding: 8px;
    margin: 0 10px;
    border: 1px solid rgba(0,0,0,.3);
}

/*----------- SOCIAL MEDIA -----------*/
.header-social {
    float:right;
    padding-right: 20px;
    clear: both;
}
ul#socialnav {
    width: 151px;
    height:30px;
    margin: 0;
    padding: 10px 0 0 .7em;
    }
ul#socialnav li {
    padding:0;
    margin:0;
    display:block;
    float:left;
    text-indent:-9999px;   
    }
ul#socialnav li a {
    border:0;
    display:block;
    text-decoration:none;
    background: transparent url(../socialmedia.png) no-repeat;
    }

/* Dimensions of menu items */
li#socialnav-twitter a {
    width:31px;
    height:30px;
    }
li#socialnav-flickr a {
    width:39px;
    height:30px;
    }     
li#socialnav-facebook a {
    width:40px;
    height:30px;
    }     
li#socialnav-rss a {
    width:41px;
    height:30px;
    }
         
ul.products li.product .button, 
ul.products li.product .added_to_cart {
    min-width: 160px;
} 

@media (max-width: 798px) {
    ul.products li.product .button, 
ul.products li.product .added_to_cart {
    min-width: 0;
} 
}
 
/* Rollover functions */
/* TWITTER */
li#socialnav-twitter a:link, li#socialnav-twitter a:visited {   
    background-position: 0 0;
    }
li#socialnav-twitter a:hover, li#socialnav-twitter a:focus {   
    background-position: 0 -30px;
    }
/* FLICKR */
li#socialnav-flickr a:link, li#socialnav-flickr a:visited {   
    background-position: -32px 0;
    }
li#socialnav-flickr a:hover, li#socialnav-flickr a:focus {   
    background-position: -32px -30px;
    }
/* FACEBOOK */
li#socialnav-facebook a:link, li#socialnav-facebook a:visited {   
    background-position: -70px 0;
    }
li#socialnav-facebook a:hover, li#socialnav-facebook a:focus {   
    background-position: -70px -30px;
    }
/* RSS */
li#socialnav-rss a:link, li#socialnav-rss a:visited {   
    background-position: -110px 0;
    }
li#socialnav-rss a:hover, li#socialnav-rss a:focus {   
    background-position: -110px -30px;

}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: left !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: right !important;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  clear: none;
  /*width: 48%;*/
}
.woocommerce-Tabs-panel--description p {
  font-size: 14px;
}
.up-sells {
  clear: both;
  margin-top: 50px;
}

.wc-tabs {
  display: none;
}

.woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-top: 20px;
  width: auto;
}
.page-about h1.entry-title, .page-contact h1.entry-title, .page-contact h1 {
	display: none;	
}
#location h2 {
  display: none;
}
.page-about #page-wrapper > .container  {
	box-sizing: border-box;
  width: 100%;
  padding: 0 !important;
}
.page-about #primary {
  padding: 0;
}
.page-about .container
 {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.page-about article {
  width: 100%;
 max-width: 100% !important; 
    margin: 0 !important;
}
.page-about p {
  padding: 20px;
}
.page-about p.parallax-p {
 
  padding: 100px 20px;
}
.page-about p.image-wrap {
  max-width: 100%;

}
.page-about p.image-wrap a {

}
.page-about p.image-wrap a img {

}
.page-about .parallax__layer {
  height: 500px;    
  background-repeat: no-repeat;     
  background-attachment: fixed;     
  background-size: cover;     
  background-position: 100% auto;     
  position:relative;
}
.parallax-window {
      min-height: 500px;
    background: transparent;
}

.googlemap {
        position: relative;
        padding-bottom: 300px; /* 4:3 ratio*/
        height: 0;
        overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 300px;
}
#location-map {
	margin-bottom: 30px;
}
#location ul {
	list-style-type: none;
}
#location ul li {
	font-size: 20px;
}
ol.forms {
	list-style-type: none;
  padding-left: 0;
}
ol.forms li {
	margin-bottom: 16px;
}
.custom-logo-link {
  transition: margin 700ms;
}
@media (min-width: 768px) {
  .nav-up {
    margin-top: 0 !important;
  }  
  .nav-down {
    margin-top: 0 !important;
  }
}
.nav-up {
    margin-top: -180px !important;
}
.nav-down {
  margin-top: 0 !important;
}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #333;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



/*/////// Normalize   ///////////*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* GRID */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/* Search */

.search-header-wrapper {
  position: relative;
}
.search-header-wrapper .fa-search {
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.search-header-wrapper form {
  display: none;
    position: absolute;
    right: 0;
    width: 400px;
    margin-top: 20px;
}
.search-header-wrapper form input {
  border-radius: 0 !important;
}
.search-header-wrapper form input[type="submit"] {
  border-radius: 0 !important;
  height: 38px;
  line-height: 1;
}

.product-sort-wrapper {
  padding: 20px 0;
  text-align: end;
}

@media (max-width: 767px) {
  .search-header-wrapper {
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 60px;
  }
  .search-header-wrapper form {
    position: absolute;
    margin-top: 0;
    margin-right: 20px;
    top: 50px;
  }
}

@media (max-width: 450px) {
  .search-header-wrapper {
    padding: 20px 20px 0 20px;
  }
}